[ https://issues.oasis-open.org/browse/ODATA-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=39148#comment-39148 ]
Michael Pizzo commented on ODATA-712:
-------------------------------------
What should the context url for a nav property be if there is no navpropbinding? entitytype (or Collection{entitytype}) or entityset/navprop?
> In chapter 10 we missed to spell out various Context URL templates.
> -------------------------------------------------------------------
>
> Key: ODATA-712
> URL: https://issues.oasis-open.org/browse/ODATA-712
> Project: OASIS Open Data Protocol (OData) TC
> Issue Type: Bug
> Components: OData ABNF Construction Rules, OData Protocol
> Affects Versions: V4.0_OS
> Reporter: Martin Zurmuehl
> Fix For: V4.0_ERRATA01
>
>
> For each sub-chapter of chapter 10 the following list contains ALL context URL templates. The new and currently missing ones are marked with "is missing":
> 10.2 Collection of Entities
> Context URL template:
> {context-url}#{entity-set}
> {context-url}#Collection({type-name}) is missing
> 10.3 Entity
> Context URL template:
> {context-url}#{entity-set}/$entity
> {context-url}#{type-name} is missing
> 10.7 Collection of Projected Entities
> Context URL templates:
> {context-url}#{entity-set}{/type-name}{select-list}
> {context-url}#Collection({type-name}){select-list} is missing
> 10.8 Projected Entity
> Context URL templates:
> {context-url}#{entity-set}{/type-name}{select-list}/$entity
> {context-url}#{singleton}{select-list}
> {context-url}#{type-name}{select-list} is missing
> 10.9 Collection of Projected Expanded Entities
> Context URL template:
> {context-url}#{entity-set}{/type-name}{select-list}
> {context-url}#Collection({type-name}){select-list} is missing
> 10.10 Projected Expanded Entity
> Context URL template:
> {context-url}#{entity-set}{/type-name}{select-list}/$entity
> {context-url}#{singleton}{select-list}
> {context-url}#{type-name}{select-list} is missing
> 10.13 Property Value
> Context URL template:
> {context-url}#{entity}/{property-path}
> {context-url}#{type-name}/{property-path} is missing
> 10.16 Operation Result
> Context URL templates:
> {context-url}#{entity-set}{/type-name}{select-list}
> {context-url}#Collection({type-name}){select-list} is missing
> {context-url}#{entity-set}{/type-name}{select-list}/$entity
> {context-url}#{type-name}{select-list} is missing
> {context-url}#{entity}/{property-path}
> {context-url}#{type-name}/{property-path} is missing
> {context-url}#Collection({type-name})
> {context-url}#{type-name}
--
This message was sent by Atlassian JIRA
(v6.2.2#6258)