← Prev in month ← Prev in thread

[OASIS Issue Tracker] (ODATA-936) CSDL errata02 11.1.3 Type Definition Facets references nonexistent standard vocabulary

From
OASIS Issues Tracker <>
Date
2016-04-27T21:32:00+00:00
ID
Thread
[OASIS Issue Tracker] (ODATA-936) CSDL errata02 11.1.3 Type Definition Facets references nonexistent standard vocabulary
Evan Ireland created ODATA-936:
----------------------------------

             Summary: CSDL errata02 11.1.3 Type Definition Facets references nonexistent standard vocabulary
                 Key: ODATA-936
                 URL: https://issues.oasis-open.org/browse/ODATA-936
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Bug
          Components: OData CSDL
    Affects Versions: V4.0_OS
            Reporter: Evan Ireland
            Priority: Minor
             Fix For: V4.0_ERRATA03


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> 




--
This message was sent by Atlassian JIRA
(v6.2.2#6258)
← Prev in month ← Prev in thread