← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] Updated: (ODATA-67) Describe representation of ReferenceTypes in requests

From
OASIS Issues Tracker <>
Date
2012-10-25T06:32:42+00:00
ID
578843633.5781351146744568.JavaMail.tomcat55@mw00
Thread
[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
← Prev in month ← Prev in thread
Next in thread → Next in month →