[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] Updated: (ODATA-284) Annotating an Annotation
[ http://tools.oasis-open.org/issues/browse/ODATA-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zurmuehl updated ODATA-284: ---------------------------------- Description: In OData we can annotate model data, we can annotated instance data, and we can annotated vocabularies. But currently it's not possible to use a Vocabulary term to annotate an annotation. The following is invalid: <Record Type="UI.DataField"> <PropertyValue Property="Label" String="A Picture!" /> <PropertyValue Property="Value" Path="Product/ImageOfProduct" > <Annotation Term="UI.IsImageURL"/> <Annotation Term="UI.HighResolution"/> </PropertyValue> </Record> We want to use the edm:Annotation element as a child of the dynamic expressions edm:PropertyValue, edm:Record, and edm:Collection. was: Currently it's not possible to use a Vocabulary term to annotate an annotation. The following is invalid: <Record Type="UI.DataField"> <PropertyValue Property="Label" String="A Picture!" /> <PropertyValue Property="Value" Path="Product/ImageOfProduct" > <Annotation Term="UI.IsImageURL"/> <Annotation Term="UI.HighResolution"/> </PropertyValue> </Record> We want to use the edm:Annotation element as a child of the dynamic expressions edm:PropertyValue, edm:Record, and edm:Collection. > Annotating an Annotation > ------------------------ > > Key: ODATA-284 > URL: http://tools.oasis-open.org/issues/browse/ODATA-284 > Project: OASIS Open Data Protocol (OData) TC > Issue Type: Improvement > Components: OData CSDL > Affects Versions: V4.0_WD01 > Environment: [Proposed] > Reporter: Martin Zurmuehl > Fix For: V4.0_WD01 > > > In OData we can annotate model data, we can annotated instance data, and we can annotated vocabularies. But currently it's not possible to use a Vocabulary term to annotate an annotation. The following is invalid: > <Record Type="UI.DataField"> > <PropertyValue Property="Label" String="A Picture!" /> > <PropertyValue Property="Value" Path="Product/ImageOfProduct" > > <Annotation Term="UI.IsImageURL"/> > <Annotation Term="UI.HighResolution"/> > </PropertyValue> > </Record> > We want to use the edm:Annotation element as a child of the dynamic expressions edm:PropertyValue, edm:Record, and edm:Collection. -- 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]