[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] Updated: (ODATA-244) Support navigation properties on complex types
[ http://tools.oasis-open.org/issues/browse/ODATA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ralf Handl updated ODATA-244:
-----------------------------
Resolution:
https://www.oasis-open.org/committees/download.php/48526/odata-core-v4.0-wd01-part1-protocol-2013-03-12.doc
https://tools.oasis-open.org/version-control/browse/wsvn/odata/trunk/spec/ABNF/odata-abnf-construction-rules-v4.0-wd01.txt?rev=211
https://tools.oasis-open.org/version-control/browse/wsvn/odata/trunk/spec/ABNF/odata-abnf-testcases.xml?rev=211
https://tools.oasis-open.org/version-control/browse/wsvn/odata/trunk/spec/ABNF/odata-abnf-construction-rules-v4.0-wd01.txt?rev=212
https://tools.oasis-open.org/version-control/browse/wsvn/odata/trunk/spec/ABNF/odata-abnf-testcases.xml?rev=212
https://www.oasis-open.org/committees/download.php/48528/odata-core-v4.0-wd01-part3-csdl-2013-03-12-RH.doc
https://tools.oasis-open.org/version-control/browse/wsvn/odata/trunk/spec/schemas/edmx.xsd?rev=210
was:
https://www.oasis-open.org/committees/download.php/48526/odata-core-v4.0-wd01-part1-protocol-2013-03-12.doc
https://tools.oasis-open.org/version-control/browse/wsvn/odata/trunk/spec/ABNF/odata-abnf-construction-rules-v4.0-wd01.txt?rev=211
https://tools.oasis-open.org/version-control/browse/wsvn/odata/trunk/spec/ABNF/odata-abnf-testcases.xml?rev=211
https://www.oasis-open.org/committees/download.php/48528/odata-core-v4.0-wd01-part3-csdl-2013-03-12-RH.doc
https://tools.oasis-open.org/version-control/browse/wsvn/odata/trunk/spec/schemas/edmx.xsd?rev=210
> Support navigation properties on complex types
> ----------------------------------------------
>
> Key: ODATA-244
> URL: http://tools.oasis-open.org/issues/browse/ODATA-244
> Project: OASIS Open Data Protocol (OData) TC
> Issue Type: Improvement
> Components: OData ABNF Construction Rules, OData CSDL, OData Protocol
> Affects Versions: V4.0_WD01
> Environment: [Proposed]
> Reporter: Michael Pizzo
> Assignee: Ralf Handl
> Priority: Minor
> Fix For: V4.0_WD01
>
>
> Today navigation properties must be direct children of the entity. We should support navigation properties being defined on properties grouped into a complex type. For example:
> <ComplexType Name="Address">
> <Property Name="Street" Type="Edm.String" />
> <NavigationProperty Name="City" Type="MyModel.City" />
> <NavigationProperty Name="Region" Type="MyModel.Region" />
> <NavigationProperty Name="Country" Type="MyModel.Country" />
> </ComplexType>
> If a type <Person> has an Address, then you could express the navigation property binding as:
> <EntitySet Name="People" Type="Person">
> <NavigationPropertyBinding Path="Address/City" EntitySet="Cities"/>
> <NavigationPropertyBinding Path="Address/Region" EntitySet="Regions"/>
> <NavigationPropertyBinding Path="Address/Country" EntitySet="Countries"/>
> </EntitySet>
--
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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]