[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] Updated: (ODATA-227) Support of symbolic names in annotations
[ http://tools.oasis-open.org/issues/browse/ODATA-227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Zurmuehl updated ODATA-227:
----------------------------------
Proposal:
Define the following symbolic names:
odata.mediaEditLink
odata.mediaReadLink
odata.mediaContentType
Allow to use these symbolic names in the path attribute of the annotation element.
They may also be appended to Named Stream properties, separated by an @ sign: NamedStream@odata.mediaEditLink etc.
Example:
<EntityType Name="SomeMediaLinkEntryType" HasStream= "true">
<Annotation Term="Movie.MovieURL" Path="@odata.mediaReadLink"/>
<Annotation Term="Movie.MovieMimeType" Path="@odata.mediaContentType"/>
<Property Name="Something" Type="String">
<Property Name="SomethingElse" Type="String"/>
</EntityType>
Accepted: https://www.oasis-open.org/committees/download.php/48174/odata-meeting-24_on-20130207-minutes.html#odata-227
was:
Define the following symbolic names:
odata.mediaEditLink
odata.mediaReadLink
odata.mediaContentType
Allow to use these symbolic names in the path attribute of the annotation element.
They may also be appended to Named Stream properties, separated by an @ sign: NamedStream@odata.mediaEditLink etc.
Example:
<EntityType Name="SomeMediaLinkEntryType" HasStream= "true">
<Annotation Term="Movie.MovieURL" Path=" odata.mediaReadLink"/>
<Annotation Term="Movie.MovieMimeType" Path=" odata.mediaContentType"/>
<Property Name="Something" Type="String">
<Property Name="SomethingElse" Type="String"/>
</EntityType>
Accepted: https://www.oasis-open.org/committees/download.php/48174/odata-meeting-24_on-20130207-minutes.html#odata-227
> Support of symbolic names in annotations
> ----------------------------------------
>
> Key: ODATA-227
> URL: http://tools.oasis-open.org/issues/browse/ODATA-227
> Project: OASIS Open Data Protocol (OData) TC
> Issue Type: Improvement
> Components: OData CSDL
> Affects Versions: V4.0_WD01
> Environment: [Proposed]
> Reporter: Martin Zurmuehl
> Assignee: Ralf Handl
> Priority: Minor
> Fix For: V4.0_WD01
>
>
> An Annotation should be able to use one of a set of pre-defined symbolic names when specifying a value.
> For example, the value of the "MovieURL" Annotation should be the MediaRessource of the "Movie" type (which is a Media Link Entry).
>
--
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]