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-67) Describe representation of ReferenceTypes in requests


     [ http://tools.oasis-open.org/issues/browse/ODATA-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ralf Handl updated ODATA-67:
----------------------------

        Summary: Describe representation of ReferenceTypes in requests  (was: Describe serialization of ReferenceTypes)
       Proposal: 
parameterValue = primitiveLiteral
               / complexInUri  
               / complexColInUri
               / primitiveColInUri
               / entityColReference
               / entityReference

entityColReference = begin-array entityReference *( COMMA entityReference ) end-array
entityReference    = "KEY(" 
                       [ entityContainer "." ] 
                       entitySet 
                       "("keyPredicate")"  
                       ")" 


Source of rule entityReference: http://msdn.microsoft.com/en-us/library/dd541448(prot.20).aspx (last rule)
    Environment: [Proposed]
    Component/s: OData ABNF Construction Rules v1.0
                     (was: OData ATOM Format v1.0)
    Description: 
ReferenceType elements define a type derived from an entity type that can be used in function import parameters.
Describe how they are serialized in requests: URL for functions, JSON request body for actions.

  was:
ReferenceType elements define a type derived from an entity type that can be used in function import parameters and return types.
Describe how they are serialized in XML.

       Assignee:     (was: Martin Zurmuehl)

> Describe representation of ReferenceTypes in requests
> -----------------------------------------------------
>
>                 Key: ODATA-67
>                 URL: http://tools.oasis-open.org/issues/browse/ODATA-67
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Bug
>          Components: OData ABNF Construction Rules v1.0
>    Affects Versions: WD01
>         Environment: [Proposed]
>            Reporter: Ralf Handl
>             Fix For: WD01
>
>
> ReferenceType elements define a type derived from an entity type that can be used in function import parameters.
> Describe how they are serialized in requests: URL for functions, JSON request body for actions.

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