[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] Updated: (ODATA-217) property facets in ValueTerm element
[ http://tools.oasis-open.org/issues/browse/ODATA-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ralf Handl updated ODATA-217:
-----------------------------
Proposal:
Unify the facet attributes for the elements
- Function Parameter
- Property
- Term
- TypeDefinition
The common list of facet attributes is
- MaxLength
- Precision
- Scale
- SRID
Facets applicable for Function Parameter, Property, and Term
- Nullable
- DefaultValue
Facets applicable for Property and TypeDefinition
- FixedLength
- Unicode
- Collation
Accepted: https://www.oasis-open.org/committees/download.php/48174/odata-meeting-24_on-20130207-minutes.html#odata-217
was:
Unify the facet attributes for the elements
- Term
- TypeDefinition
- Function Parameter
- Property
The common list of facet attributes is
- MaxLength
- Precision
- Scale
- SRID
Facets not commonly applicable are
- Nullable
- DefaultValue
- FixedLength
- Unicode
- Collation
Accepted: https://www.oasis-open.org/committees/download.php/48174/odata-meeting-24_on-20130207-minutes.html#odata-217
> 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
> Environment: [Proposed]
> Reporter: Andrew Eisenberg
> Fix For: WD01
>
>
> 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]