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

      [Proposed]

      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.

            Assignee:
            handl
            Reporter:
            martinzurmuehl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: