From 4ce88f532851f608dd767dc38a00dd06aa094762 Mon Sep 17 00:00:00 2001 From: kyyberi Date: Mon, 18 Mar 2024 17:51:53 +0000 Subject: [PATCH] deploy: 7f887ddd36c62efa6f0c6dce27a7c1db58359a4f --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c3a7a4ea..72ddcb92 100644 --- a/index.html +++ b/index.html @@ -426,13 +426,13 @@

Core Components

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.

-

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 "x-local" element and inside it is your local extension content.

+

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 "x-localized" element and inside it is your local extension content.

Example of local extension usage:


-x-local:
+x-localized:
 
 

Standardized extensions would be implemented with "x-standardized" element. More examples of those you can find from the core components below.