-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: V4.0_OS
-
Fix Version/s: V4.0_ERRATA03
-
Component/s: CSDL XML
-
Labels:None
-
Environment:
[Proposed]
-
Proposal:
-
Resolution:
Org.OData.Measurements.V1.Unit should be Org.OData.Measures.V1.Unit in:
<TypeDefinition Name="Length" UnderlyingType="Edm.Int32">
<Annotation Term="Org.OData.Measurements.V1.Unit"
String="Centimeters" />
</TypeDefinition>
<TypeDefinition Name="Weight" UnderlyingType="Edm.Int32">
<Annotation Term="Org.OData.Measurements.V1.Unit"
String="Kilograms" />
</TypeDefinition>