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] 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.

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> 


  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.

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> 



> 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 v1.0
>    Affects Versions: WD01
>         Environment: [Proposed]
>            Reporter: Martin Zurmuehl
>            Priority: Minor
>             Fix For: 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]