From f155b80594161faeba89828bef51f4c7c4408644 Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Sat, 8 Aug 2020 17:57:10 +0200 Subject: [PATCH] Re-Mod Dir --- Home.md | 2 +- .../elements/XML-elements.md | 26 +++++-------------- .../elements/child_description.md | 0 .../elements/child_elementInformations.md | 12 +++++++++ .../elements/child_informations.md | 0 data_files/elements/child_kindInformations.md | 3 +++ .../elements/child_uuid.md | 0 .../elements/definition_attribute.md | 0 8 files changed, 22 insertions(+), 21 deletions(-) rename XML-elements.md => data_files/elements/XML-elements.md (60%) rename child_description.md => data_files/elements/child_description.md (100%) create mode 100644 data_files/elements/child_elementInformations.md rename child_informations.md => data_files/elements/child_informations.md (100%) create mode 100644 data_files/elements/child_kindInformations.md rename child_uuid.md => data_files/elements/child_uuid.md (100%) rename definition_attribute.md => data_files/elements/definition_attribute.md (100%) diff --git a/Home.md b/Home.md index abd2b82..dfa0089 100644 --- a/Home.md +++ b/Home.md @@ -7,7 +7,7 @@ purpose: explaining the file `*.elmt` and then `*.qet` and this for developers. -## [elements XML structure](XML-elements) +## [elements XML structure](data_files/elements/XML-elements) ## [contributor to wiki](contributor_to_wiki_guidelines) diff --git a/XML-elements.md b/data_files/elements/XML-elements.md similarity index 60% rename from XML-elements.md rename to data_files/elements/XML-elements.md index a182610..8c00431 100644 --- a/XML-elements.md +++ b/data_files/elements/XML-elements.md @@ -13,27 +13,13 @@ Example: [attribute](definition_attribute) ### child elements -[uuid](child_uuid) -[names](child_names) -[informations](child_informations) -[description](child_description) + * [uuid](child_uuid) + * [names](child_names) + * [informations](child_informations) + * [description](child_description) + * [kindInformations](child_kindInformations) + * [elementInformations](child_elementInformations) -### elementInformations -see [definition attribute link type](definition_attribute#link-type) when used - -Example: -`` - -parent : definition - -children : elementInformation - -> Example: -> `comments` -### kindInformations - -see [definition attribute link type](definition_attribute#link-type) when used - diff --git a/child_description.md b/data_files/elements/child_description.md similarity index 100% rename from child_description.md rename to data_files/elements/child_description.md diff --git a/data_files/elements/child_elementInformations.md b/data_files/elements/child_elementInformations.md new file mode 100644 index 0000000..cd20ad7 --- /dev/null +++ b/data_files/elements/child_elementInformations.md @@ -0,0 +1,12 @@ +# elementInformations +see [definition attribute link type](definition_attribute#link-type) when used + +Example: +`` + +parent : definition + +children : elementInformation + +> Example: +> `comments` diff --git a/child_informations.md b/data_files/elements/child_informations.md similarity index 100% rename from child_informations.md rename to data_files/elements/child_informations.md diff --git a/data_files/elements/child_kindInformations.md b/data_files/elements/child_kindInformations.md new file mode 100644 index 0000000..8b1a75b --- /dev/null +++ b/data_files/elements/child_kindInformations.md @@ -0,0 +1,3 @@ +# kindInformations + +see [definition attribute link type](definition_attribute#link-type) when used diff --git a/child_uuid.md b/data_files/elements/child_uuid.md similarity index 100% rename from child_uuid.md rename to data_files/elements/child_uuid.md diff --git a/definition_attribute.md b/data_files/elements/definition_attribute.md similarity index 100% rename from definition_attribute.md rename to data_files/elements/definition_attribute.md