OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Created: (ODATA-217) property facets in ValueTerm element


property facets in ValueTerm element
------------------------------------

                 Key: ODATA-217
                 URL: http://tools.oasis-open.org/issues/browse/ODATA-217
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Bug
          Components: OData CSDL v1.0
    Affects Versions: WD01
            Reporter: Andrew Eisenberg


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]