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


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

Ralf Handl updated ODATA-903:
-----------------------------

    Environment: [Applied]  (was: [Proposed])

> 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: [Applied]
>            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]