diff --git a/docs/odata-csdl-xml/odata-csdl-xml.html b/docs/odata-csdl-xml/odata-csdl-xml.html index 1019fff83..3887795f9 100644 --- a/docs/odata-csdl-xml/odata-csdl-xml.html +++ b/docs/odata-csdl-xml/odata-csdl-xml.html @@ -1215,7 +1215,7 @@

If a partner navigation property is specified, this partner navigation property MUST either specify the current navigation property as its partner to define a bi-directional relationship or it MUST NOT specify a partner navigation property. The latter can occur if the partner navigation property is defined on a complex type, or if the current navigation property is defined on a type derived from the type of the partner navigation property.

Attribute Partner

-

The value of Partner is the path to the of the partner navigation property.

+

The value of Partner is the path to the partner navigation property.

8.4 Containment Navigation Property

A navigation property MAY indicate that instances of its declaring structured type contain the targets of the navigation property, in which case the navigation property is called a containment navigation property.

diff --git a/docs/odata-csdl-xml/odata-csdl-xml.md b/docs/odata-csdl-xml/odata-csdl-xml.md index 9ac48e48a..3c464d56b 100644 --- a/docs/odata-csdl-xml/odata-csdl-xml.md +++ b/docs/odata-csdl-xml/odata-csdl-xml.md @@ -1890,7 +1890,7 @@ partner navigation property. ::: {.varxml .rep} ### Attribute `Partner` -The value of `Partner` is the path to the of the partner navigation +The value of `Partner` is the path to the partner navigation property. ::: diff --git a/odata-csdl/7 Structural Property.md b/odata-csdl/7 Structural Property.md index 63fc92b1b..ca1a9abbc 100644 --- a/odata-csdl/7 Structural Property.md +++ b/odata-csdl/7 Structural Property.md @@ -460,7 +460,7 @@ navigation property. ::: {.varxml .rep} ### ##subisec Attribute `Partner` -The value of `Partner` is the path to the of the partner navigation +The value of `Partner` is the path to the partner navigation property. :::