Skip to content

Commit

Permalink
deploy: 7f887dd
Browse files Browse the repository at this point in the history
  • Loading branch information
kyyberi committed Mar 18, 2024
1 parent b7c39fe commit 4ce88f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,13 +426,13 @@ <h1 id='standardized-core-components-and-extensions-for-data-economy-specificati
<h1 id='core-components'>Core Components</h1>
<p>These are shared core components between data economy standards. By default the core components are very limited and compact to keep the overall standards easy to adopt. The usecases can be extended by expanding the core components with standardized versioned extensions. </p>

<p>Extension pattern is universal and same in all core components. The core components can be extended with two distinctive patterns. Internal (locally used) woould use &quot;x-local&quot; element and inside it is your local extension content. </p>
<p>Extension pattern is universal and same in all core components. The core components can be extended with two distinctive patterns. Internal (locally used) woould use &quot;x-localized&quot; element and inside it is your local extension content. </p>

<blockquote>
<p>Example of local extension usage:</p>
</blockquote>
<div class="highlight"><pre class="highlight yaml"><code>
<span class="na">x-local</span><span class="pi">:</span>
<span class="na">x-localized</span><span class="pi">:</span>

</code></pre></div>
<p>Standardized extensions would be implemented with &quot;x-standardized&quot; element. More examples of those you can find from the core components below. </p>
Expand Down

0 comments on commit 4ce88f5

Please sign in to comment.