Skip to content

Commit

Permalink
Rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Jun 26, 2024
1 parent 3122b57 commit 0fd74a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
6 changes: 1 addition & 5 deletions docs/odata-csdl-json/odata-csdl-json.html
Original file line number Diff line number Diff line change
Expand Up @@ -743,11 +743,7 @@ <h2 id="33-primitive-types"><a name="PrimitiveTypes" href="#PrimitiveTypes">3.3
<p><code>Edm.Decimal</code> with a <a href="#Scale"><code>Scale</code></a> value of <code>floating</code>, <code>Edm.Double</code>, and <code>Edm.Single</code> allow the special numeric values <code>-INF</code>, <code>INF</code>, and <code>NaN</code>.</p>
<p><code>Edm.Stream</code> is a primitive type that can be used as a property of an <a href="#EntityType">entity type</a> or <a href="#ComplexType">complex type</a>, the underlying type for a <a href="#TypeDefinition">type definition</a>, or a binding or non-binding parameter or return type of an <a href="#Action">action</a> or <a href="#Function">function</a>. <code>Edm.Stream</code>, or a type definition whose underlying type is <code>Edm.Stream</code>, cannot be used in collections.</p>
<p>Some of these types allow facets, defined in section “<a href="#TypeFacets">Type Facets</a>”.</p>
<p>Representation of primitive type values is usage specific, see for example</p>
<ul>
<li>rule <code>primitiveLiteral</code> in <a href="#ODataABNF">OData-ABNF</a> for the representation in URLs, and</li>
<li><a href="#ODataJSON">OData-JSON</a> for the representation in JSON request and response bodies.</li>
</ul>
<p>Representation of primitive type values within a URL is defined by the rule <code>primitiveLiteral</code> in <a href="#ODataABNF">OData-ABNF</a>. Representation within request and response bodies is format specific.</p>
</details>
<details open><summary>
<h2 id="34-type-facets"><a name="TypeFacets" href="#TypeFacets">3.4 Type Facets</a></h2>
Expand Down
7 changes: 2 additions & 5 deletions docs/odata-csdl-json/odata-csdl-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -641,11 +641,8 @@ underlying type is `Edm.Stream`, cannot be used in collections.
Some of these types allow facets, defined in section
"[Type Facets](#TypeFacets)".

Representation of primitive type values is usage specific, see for example
- rule `primitiveLiteral` in [OData-ABNF](#ODataABNF) for the
representation in URLs, and
- [OData-JSON](#ODataJSON) for the representation in JSON request and
response bodies.
Representation of primitive type values within a URL is defined by the rule `primitiveLiteral` in [OData-ABNF](#ODataABNF).
Representation within request and response bodies is format specific.

## <a name="TypeFacets" href="#TypeFacets">3.4 Type Facets</a>

Expand Down
6 changes: 1 addition & 5 deletions docs/odata-csdl-xml/odata-csdl-xml.html
Original file line number Diff line number Diff line change
Expand Up @@ -739,11 +739,7 @@ <h2 id="33-primitive-types"><a name="PrimitiveTypes" href="#PrimitiveTypes">3.3
<p><code>Edm.Decimal</code> with a <a href="#Scale"><code>Scale</code></a> value of <code>floating</code>, <code>Edm.Double</code>, and <code>Edm.Single</code> allow the special numeric values <code>-INF</code>, <code>INF</code>, and <code>NaN</code>.</p>
<p><code>Edm.Stream</code> is a primitive type that can be used as a property of an <a href="#EntityType">entity type</a> or <a href="#ComplexType">complex type</a>, the underlying type for a <a href="#TypeDefinition">type definition</a>, or a binding or non-binding parameter or return type of an <a href="#Action">action</a> or <a href="#Function">function</a>. <code>Edm.Stream</code>, or a type definition whose underlying type is <code>Edm.Stream</code>, cannot be used in collections.</p>
<p>Some of these types allow facets, defined in section “<a href="#TypeFacets">Type Facets</a>”.</p>
<p>Representation of primitive type values is usage specific, see for example</p>
<ul>
<li>rule <code>primitiveLiteral</code> in <a href="#ODataABNF">OData-ABNF</a> for the representation in URLs, and</li>
<li><a href="#ODataJSON">OData-JSON</a> for the representation in JSON request and response bodies.</li>
</ul>
<p>Representation of primitive type values within a URL is defined by the rule <code>primitiveLiteral</code> in <a href="#ODataABNF">OData-ABNF</a>. Representation within request and response bodies is format specific.</p>
</details>
<details open><summary>
<h2 id="34-type-facets"><a name="TypeFacets" href="#TypeFacets">3.4 Type Facets</a></h2>
Expand Down
7 changes: 2 additions & 5 deletions docs/odata-csdl-xml/odata-csdl-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,11 +584,8 @@ underlying type is `Edm.Stream`, cannot be used in collections.
Some of these types allow facets, defined in section
"[Type Facets](#TypeFacets)".

Representation of primitive type values is usage specific, see for example
- rule `primitiveLiteral` in [OData-ABNF](#ODataABNF) for the
representation in URLs, and
- [OData-JSON](#ODataJSON) for the representation in JSON request and
response bodies.
Representation of primitive type values within a URL is defined by the rule `primitiveLiteral` in [OData-ABNF](#ODataABNF).
Representation within request and response bodies is format specific.

## <a name="TypeFacets" href="#TypeFacets">3.4 Type Facets</a>

Expand Down

0 comments on commit 0fd74a3

Please sign in to comment.