Skip to content

Commit

Permalink
Remove superfluous class
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Jul 29, 2023
1 parent 4c11153 commit 1392187
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions docs/odata-csdl-json/odata-csdl-json.html
Original file line number Diff line number Diff line change
Expand Up @@ -2238,7 +2238,6 @@ <h3 id="1422-target"><a name="Target" href="#Target">14.2.2 Target</a></h3>
<p>The target of an annotation MAY also be specified directly; this allows defining an annotation in a different schema than the targeted model element.</p>
<p>This external targeting is only possible for model elements that are uniquely identified within their parent, and all their ancestor elements are uniquely identified within their parent.</p>
<p>These are the direct children of a schema with a unique name (i.e. except actions and functions whose overloads to not possess a natural identifier), and all direct children of an entity container.</p>
<div class="example-table">
<table>
<thead>
<tr class="header">
Expand Down Expand Up @@ -2370,7 +2369,6 @@ <h3 id="1422-target"><a name="Target" href="#Target">14.2.2 Target</a></h3>
</tr>
</tbody>
</table>
</div>
<p>All <a href="#QualifiedName">qualified names</a> used in a target path MUST be in scope.</p>
<p>External targeting is possible for properties and navigation properties of singletons or entities in a particular entity set. These annotations override annotations on the properties or navigation properties targeted via the declaring structured type.</p>
<h2 id="143-constant-expression"><a name="ConstantExpression" href="#ConstantExpression">14.3 Constant Expression</a></h2>
Expand Down
2 changes: 0 additions & 2 deletions docs/odata-csdl-json/odata-csdl-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -3817,7 +3817,6 @@ These are the direct children of a schema with a unique name (i.e.
except actions and functions whose overloads to not possess a natural
identifier), and all direct children of an entity container.

::: example-table
Model element| Can be targeted with path expression (see also [section 14.4.1.1](#PathSyntax))| <div class="example"><p>Example 42: Target expressions</p></div>
-----|-----|-----
[Action](#Action) overload| qualified name of action followed by parentheses containing the binding parameter type of a bound action overload to identify that bound overload, or by empty parentheses to identify the unbound overload| <pre>`MySchema.MyAction(MySchema.MyBindingType)` <br>`MySchema.MyAction(Collection(MySchema.BindingType))` <br>`MySchema.MyAction()`</pre>
Expand All @@ -3844,7 +3843,6 @@ all overloads of a [Function](#Function)| qualified name of function| <pre>`MySc
[Singleton](#Singleton)| qualified name of entity container followed by a segment containing a singleton name| <pre>`MySchema.MyEntityContainer/MySingleton`</pre>
[Term](#Term)| qualified name of term| <pre>`MySchema.MyTerm`</pre>
[Type Definition](#TypeDefinition)| qualified name of type definition
:::

All [qualified names](#QualifiedName) used in a target path MUST be in scope.

Expand Down
2 changes: 0 additions & 2 deletions docs/odata-csdl-xml/odata-csdl-xml.html
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,6 @@ <h3 id="1422-target"><a name="Target" href="#Target">14.2.2 Target</a></h3>
<p>The target of an annotation MAY also be specified directly; this allows defining an annotation in a different schema than the targeted model element.</p>
<p>This external targeting is only possible for model elements that are uniquely identified within their parent, and all their ancestor elements are uniquely identified within their parent.</p>
<p>These are the direct children of a schema with a unique name (i.e. except actions and functions whose overloads to not possess a natural identifier), and all direct children of an entity container.</p>
<div class="example-table">
<table>
<thead>
<tr class="header">
Expand Down Expand Up @@ -2169,7 +2168,6 @@ <h3 id="1422-target"><a name="Target" href="#Target">14.2.2 Target</a></h3>
</tr>
</tbody>
</table>
</div>
<p>All <a href="#QualifiedName">qualified names</a> used in a target path MUST be in scope.</p>
<p>External targeting is possible for properties and navigation properties of singletons or entities in a particular entity set. These annotations override annotations on the properties or navigation properties targeted via the declaring structured type.</p>
<h2 id="143-constant-expression"><a name="ConstantExpression" href="#ConstantExpression">14.3 Constant Expression</a></h2>
Expand Down
2 changes: 0 additions & 2 deletions docs/odata-csdl-xml/odata-csdl-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -3610,7 +3610,6 @@ These are the direct children of a schema with a unique name (i.e.
except actions and functions whose overloads to not possess a natural
identifier), and all direct children of an entity container.

::: example-table
Model element| Can be targeted with path expression (see also [section 14.4.1.1](#PathSyntax))| <div class="example"><p>Example 42: Target expressions</p></div>
-----|-----|-----
[Action](#Action) overload| qualified name of action followed by parentheses containing the binding parameter type of a bound action overload to identify that bound overload, or by empty parentheses to identify the unbound overload| <pre>`MySchema.MyAction(MySchema.MyBindingType)` <br>`MySchema.MyAction(Collection(MySchema.BindingType))` <br>`MySchema.MyAction()`</pre>
Expand All @@ -3637,7 +3636,6 @@ all overloads of a [Function](#Function)| qualified name of function| <pre>`MySc
[Singleton](#Singleton)| qualified name of entity container followed by a segment containing a singleton name| <pre>`MySchema.MyEntityContainer/MySingleton`</pre>
[Term](#Term)| qualified name of term| <pre>`MySchema.MyTerm`</pre>
[Type Definition](#TypeDefinition)| qualified name of type definition
:::

All [qualified names](#QualifiedName) used in a target path MUST be in scope.

Expand Down
2 changes: 0 additions & 2 deletions odata-csdl/14 Vocabulary and Annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ These are the direct children of a schema with a unique name (i.e.
except actions and functions whose overloads to not possess a natural
identifier), and all direct children of an entity container.

::: example-table
Model element|
Can be targeted with path expression (see also [section ##PathSyntax])|
<div class="example"><p>Example ##ex: Target expressions</p></div>
Expand Down Expand Up @@ -616,7 +615,6 @@ qualified name of term|
<pre>`MySchema.MyTerm`</pre>
[Type Definition](#TypeDefinition)|
qualified name of type definition
:::

All [qualified names](#QualifiedName) used in a target path MUST be in scope.

Expand Down

0 comments on commit 1392187

Please sign in to comment.