Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ODATA-1531 #64

Merged
merged 5 commits into from Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/odata-csdl-json/odata-csdl-json.html
Expand Up @@ -2144,7 +2144,7 @@ <h3 id="1412-applicability"><a name="Applicability" href="#Applicability">14.1.2
</tr>
<tr class="odd">
<td><code>Property</code></td>
<td>Property of a structured type</td>
<td>Structural Property</td>
</tr>
<tr class="even">
<td><code>PropertyValue</code></td>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-csdl-json/odata-csdl-json.md
Expand Up @@ -3667,7 +3667,7 @@ Symbolic Value|Model Element
`Null` |Null annotation expression
`OnDelete` |On-Delete Action of a navigation property
`Parameter` |Action of Function Parameter
`Property` |Property of a structured type
`Property` |Structural Property
`PropertyValue` |Property value of a Record annotation expression
`Record` |Record annotation expression
`Reference` |Reference to another CSDL document
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-csdl-xml/odata-csdl-xml.html
Expand Up @@ -1956,7 +1956,7 @@ <h3 id="1412-applicability"><a name="Applicability" href="#Applicability">14.1.2
</tr>
<tr class="odd">
<td><code>Property</code></td>
<td>Property of a structured type</td>
<td>Structural Property</td>
</tr>
<tr class="even">
<td><code>PropertyValue</code></td>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-csdl-xml/odata-csdl-xml.md
Expand Up @@ -3471,7 +3471,7 @@ Symbolic Value|Model Element
`Null` |Null annotation expression
`OnDelete` |On-Delete Action of a navigation property
`Parameter` |Action of Function Parameter
`Property` |Property of a structured type
`Property` |Structural Property
`PropertyValue` |Property value of a Record annotation expression
`Record` |Record annotation expression
`Reference` |Reference to another CSDL document
Expand Down
2 changes: 1 addition & 1 deletion odata-csdl/14 Vocabulary and Annotation.md
Expand Up @@ -316,7 +316,7 @@ Symbolic Value|Model Element
`Null` |Null annotation expression
`OnDelete` |On-Delete Action of a navigation property
`Parameter` |Action of Function Parameter
`Property` |Property of a structured type
`Property` |Structural Property
`PropertyValue` |Property value of a Record annotation expression
`Record` |Record annotation expression
`Reference` |Reference to another CSDL document
Expand Down