Skip to content

Commit

Permalink
ODATA-1366
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Jul 31, 2023
1 parent 76bf1d6 commit 339b2d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/odata-csdl-json/odata-csdl-json.html
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ <h3 id="-document-object"><a name="DocumentObject1" href="#DocumentObject1"> Doc
<h3 id="-version"><a name="Version1.1" href="#Version1.1"> <code>$Version</code></a></h3>
<p>The value of <code>$Version</code> is a string containing either <code>4.0</code> or <code>4.01</code>.</p>
<h3 id="-entitycontainer"><a name="EntityContainer1.2" href="#EntityContainer1.2"> <code>$EntityContainer</code></a></h3>
<p>The value of <code>$EntityContainer</code> is value is the namespace-qualified name of the entity container of that service. This is the only place where a model element MUST be referenced with its namespace-qualified name and use of the alias-qualified name is not allowed.</p>
<p>The value of <code>$EntityContainer</code> is the namespace-qualified name of the entity container of that service. This is the only place where a model element MUST be referenced with its namespace-qualified name and use of the alias-qualified name is not allowed.</p>
</div>
<div class="varjson example">
<p>Example 2:</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-csdl-json/odata-csdl-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ The value of `$Version` is a string containing either `4.0` or `4.01`.

### <a name="EntityContainer1.2" href="#EntityContainer1.2"> `$EntityContainer`</a>

The value of `$EntityContainer` is value is the namespace-qualified name of the entity container of that service. This is the only place where a model element MUST be referenced with its namespace-qualified name and use of the alias-qualified name is not allowed.
The value of `$EntityContainer` is the namespace-qualified name of the entity container of that service. This is the only place where a model element MUST be referenced with its namespace-qualified name and use of the alias-qualified name is not allowed.
:::

::: {.varjson .example}
Expand Down
2 changes: 1 addition & 1 deletion odata-csdl/4 CSDL Document.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The value of `$Version` is a string containing either `4.0` or `4.01`.

### ##subisec `$EntityContainer`

The value of `$EntityContainer` is value is the namespace-qualified name of the entity container of that service. This is the only place where a model element MUST be referenced with its namespace-qualified name and use of the alias-qualified name is not allowed.
The value of `$EntityContainer` is the namespace-qualified name of the entity container of that service. This is the only place where a model element MUST be referenced with its namespace-qualified name and use of the alias-qualified name is not allowed.
:::

::: {.varjson .example}
Expand Down

0 comments on commit 339b2d0

Please sign in to comment.