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-931) Typo in Example 32: An entity container aggregates entity sets, singletons, action imports, and function imports.


Evan Ireland created ODATA-931:
----------------------------------

             Summary: Typo in Example 32: An entity container aggregates entity sets, singletons, action imports, and function imports.
                 Key: ODATA-931
                 URL: https://issues.oasis-open.org/browse/ODATA-931
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Bug
          Components: OData CSDL
    Affects Versions: V4.0_OS
            Reporter: Evan Ireland
            Priority: Minor
             Fix For: V4.0_ERRATA03


Example 32 in CSDL section 13 "Entity Container" shows incorrect target paths in 4 cases, e.g.

    <NavigationPropertyBinding Path="Category" Target="Self.DemoService.Categories" />

should have slash in place of last ".". e.g.

    <NavigationPropertyBinding Path="Category" Target="Self.DemoService/Categories" />

13.4.2 Attribute Target states:

A navigation property binding MUST specify a SimpleIdentifier or TargetPath ...

and section 17.5 TargetPath says:

The allowed path expressions are:
·         The QualifiedName of an entity container, followed by a forward slash and the name of a container child element





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