Re-Mod Dir

Simon De Backer
2020-08-08 17:57:10 +02:00
parent 37b3abf5a1
commit f155b80594
8 changed files with 22 additions and 21 deletions

@@ -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)

@@ -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:
`<elementInformations>`
parent : definition
children : elementInformation
> Example:
> `<elementInformation show="1" name="comment">comments</elementInformation>`
### kindInformations
see [definition attribute link type](definition_attribute#link-type) when used

@@ -0,0 +1,12 @@
# elementInformations
see [definition attribute link type](definition_attribute#link-type) when used
Example:
`<elementInformations>`
parent : definition
children : elementInformation
> Example:
> `<elementInformation show="1" name="comment">comments</elementInformation>`

@@ -0,0 +1,3 @@
# kindInformations
see [definition attribute link type](definition_attribute#link-type) when used