property facets in ValueTerm element

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

      [Proposed]

      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" />

            Assignee:
            handl
            Reporter:
            Andrew Eisenberg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: