Uploaded image for project: 'OASIS Open Data Protocol (OData) TC'
  1. OASIS Open Data Protocol (OData) TC
  2. ODATA-217

property facets in ValueTerm element

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: V4.0_WD01
    • Fix Version/s: V4.0_WD01
    • Component/s: CSDL XML
    • Labels:
      None
    • Environment:

      [Proposed]

      Description

      Section 13.2, The edm:ValueTerm Element, in CSDL allows a Type attribute, but does not mention property facets. csdl.xsd allows a MaxLength attribute in a ValueTerm element, but not a FixedLength attribute.

      Allowed:

      <ValueTerm
      Name="ContentType"
      Type="Edm.String"
      MaxLength="Max"
      Nullable="false" />

      Disallowed:

      <ValueTerm
      Name="ContentType"
      Type="Edm.String"
      FixedLength="20"
      Nullable="false" />

        Attachments

          Activity

            People

            • Assignee:
              handl Ralf Handl
              Reporter:
              andrew.eisenberg Andrew Eisenberg
            • Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: