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] (ODATA-903) ABNF: should allow cast segment following collection of complex types


Michael Pizzo created ODATA-903:
-----------------------------------

             Summary: ABNF: should allow cast segment following collection of complex types
                 Key: ODATA-903
                 URL: https://issues.oasis-open.org/browse/ODATA-903
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Bug
          Components: OData ABNF Construction Rules
    Affects Versions: V4.0_ERRATA02
         Environment: [Proposed]
            Reporter: Michael Pizzo
             Fix For: V4.0_ERRATA03


OData supports a type segment following a single or collection of entity or complex types.  The ABNF erroneously omits the type cast segment for collections of complex types.

Here is the current ABNF:

propertyPath = entityColNavigationProperty [ collectionNavigation ]
             / entityNavigationProperty    [ singleNavigation ]
             / complexColProperty          [ collectionPath ]
             / complexProperty             [ complexPath ]
             / primitiveColProperty        [ collectionPath ]
             / primitiveProperty           [ singlePath ]
             / streamProperty              [ boundOperation ]

collectionPath = count / boundOperation

singlePath     = value / boundOperation

complexPath    = [ "/" qualifiedComplexTypeName ] 
                 ( "/" propertyPath 
                 / boundOperation




--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]