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-1368 #72

Merged
merged 1 commit into from
Aug 30, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -2026,7 +2026,7 @@ <h3><a name="BaseTerm19.4" href="#BaseTerm19.4"> <code>$BaseTerm</code></a></h3>
<p>The value of <code>$BaseTerm</code> is the qualified name of the base term.</p>
</section>
<h3 id="1412-applicability"><a name="Applicability" href="#Applicability">14.1.2 Applicability</a></h3>
<p>The applicability of a term MAY be restricted to a list of model elements. If no list is supplied, the term is not intended to be restricted in its application. The list of model elements MAY be extended in future versions of the vocabulary. As the intended usage may evolve over time, clients SHOULD be prepared for any term to be applied to any model element and SHOULD be prepared to handle unknown values within the list of model constructs. Applicability is expressed using the following symbolic values:</p>
<p>Applicability specifies a list of model elements to which the term MAY be applied. If no list is supplied, the term MAY be applied to any model element. The list of model elements MAY be extended in future versions of the vocabulary. As the intended usage may evolve over time, clients SHOULD be prepared for any term to be applied to any model element and SHOULD be prepared to handle unknown values within the list of model constructs. Applicability is expressed using the following symbolic values:</p>
<table>
<thead>
<tr class="header">
Expand Down
7 changes: 3 additions & 4 deletions docs/odata-csdl-json/odata-csdl-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -3607,10 +3607,9 @@ The value of `$BaseTerm` is the qualified name of the base term.

### <a name="Applicability" href="#Applicability">14.1.2 Applicability</a>

The applicability of a term MAY be restricted to a list of model
elements. If no list is supplied, the term is not intended to be
restricted in its application. The list of model elements MAY be
extended in future versions of the vocabulary. As the intended usage may
Applicability specifies a list of model elements to which the term MAY be applied.
If no list is supplied, the term MAY be applied to any model element.
The list of model elements MAY be extended in future versions of the vocabulary. As the intended usage may
evolve over time, clients SHOULD be prepared for any term to be applied
to any model element and SHOULD be prepared to handle unknown values
within the list of model constructs. Applicability is expressed using
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-csdl-xml/odata-csdl-xml.html
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,7 @@ <h3><a name="AttributeBaseTerm29.4" href="#AttributeBaseTerm29.4"> Attribute <co
<p>The value of <code>BaseTerm</code> is the qualified name of the base term.</p>
</section>
<h3 id="1412-applicability"><a name="Applicability" href="#Applicability">14.1.2 Applicability</a></h3>
<p>The applicability of a term MAY be restricted to a list of model elements. If no list is supplied, the term is not intended to be restricted in its application. The list of model elements MAY be extended in future versions of the vocabulary. As the intended usage may evolve over time, clients SHOULD be prepared for any term to be applied to any model element and SHOULD be prepared to handle unknown values within the list of model constructs. Applicability is expressed using the following symbolic values:</p>
<p>Applicability specifies a list of model elements to which the term MAY be applied. If no list is supplied, the term MAY be applied to any model element. The list of model elements MAY be extended in future versions of the vocabulary. As the intended usage may evolve over time, clients SHOULD be prepared for any term to be applied to any model element and SHOULD be prepared to handle unknown values within the list of model constructs. Applicability is expressed using the following symbolic values:</p>
<table>
<thead>
<tr class="header">
Expand Down
7 changes: 3 additions & 4 deletions docs/odata-csdl-xml/odata-csdl-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -3398,10 +3398,9 @@ The value of `BaseTerm` is the qualified name of the base term.

### <a name="Applicability" href="#Applicability">14.1.2 Applicability</a>

The applicability of a term MAY be restricted to a list of model
elements. If no list is supplied, the term is not intended to be
restricted in its application. The list of model elements MAY be
extended in future versions of the vocabulary. As the intended usage may
Applicability specifies a list of model elements to which the term MAY be applied.
If no list is supplied, the term MAY be applied to any model element.
The list of model elements MAY be extended in future versions of the vocabulary. As the intended usage may
evolve over time, clients SHOULD be prepared for any term to be applied
to any model element and SHOULD be prepared to handle unknown values
within the list of model constructs. Applicability is expressed using
Expand Down
7 changes: 3 additions & 4 deletions odata-csdl/14 Vocabulary and Annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,9 @@ The value of `BaseTerm` is the qualified name of the base term.

### ##subsubsec Applicability

The applicability of a term MAY be restricted to a list of model
elements. If no list is supplied, the term is not intended to be
restricted in its application. The list of model elements MAY be
extended in future versions of the vocabulary. As the intended usage may
Applicability specifies a list of model elements to which the term MAY be applied.
If no list is supplied, the term MAY be applied to any model element.
The list of model elements MAY be extended in future versions of the vocabulary. As the intended usage may
evolve over time, clients SHOULD be prepared for any term to be applied
to any model element and SHOULD be prepared to handle unknown values
within the list of model constructs. Applicability is expressed using
Expand Down