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-284) Annotating an Annotation


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: [proposal]
            Reporter: Martin Zurmuehl
             Fix For: V4.0_WD01


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]