Mod dir

Simon De Backer
2020-08-08 18:20:17 +02:00
parent 424fa4e926
commit 452a724e10
12 changed files with 27 additions and 32 deletions

@@ -7,7 +7,7 @@ purpose:
explaining the file `*.elmt` and then `*.qet` explaining the file `*.elmt` and then `*.qet`
and this for developers. and this for developers.
## [elements XML structure](XML-elements) ## [elements XML structure](elements_XML)
## [contributor to wiki](contributor_to_wiki_guidelines) ## [contributor to wiki](contributor_to_wiki_guidelines)

@@ -1,9 +1,9 @@
* [Home](Home) * [Home](Home)
* [contributor to wiki guidelines](contributor_to_wiki_guidelines) * [contributor to wiki guidelines](contributor_to_wiki_guidelines)
* [XML-elements](XML-elements) * [XML-elements](elements_XML)
* [uuid](child_uuid) * [uuid](elements_child_uuid)
* [names](child_names) * [names](elements_child_names)
* [informations](child_informations) * [informations](elements_child_informations)
* [description](child_description) * [description](elements_child_description)
* [kindInformations](child_kindInformations) * [kindInformations](elements_child_kindInformations)
* [elementInformations](child_elementInformations) * [elementInformations](elements_child_elementInformations)

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

@@ -10,15 +10,15 @@ The main XML element is therefore the “definition” tag. In case we have more
Example: Example:
`<definition type="element" width="" height="" hotspot_x="" hotspot_y="" orientation="dyyy" version="" link_type="">` `<definition type="element" width="" height="" hotspot_x="" hotspot_y="" orientation="dyyy" version="" link_type="">`
[attribute](definition_attribute) [attribute](elements_definition_attribute)
### child elements ### child elements
* [uuid](child_uuid) * [uuid](elements_child_uuid)
* [names](child_names) * [names](elements_child_names)
* [informations](child_informations) * [informations](elements_child_informations)
* [description](child_description) * [description](elements_child_description)
* [kindInformations](child_kindInformations) * [kindInformations](elements_child_kindInformations)
* [elementInformations](child_elementInformations) * [elementInformations](elements_child_elementInformations)

@@ -1,5 +1,5 @@
# elementInformations # elementInformations
see [definition attribute link type](definition_attribute#link-type) when used see [definition attribute link type](elements_definition_attribute#link-type) when used
Example: Example:
`<elementInformations>` `<elementInformations>`

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

@@ -1,5 +1,10 @@
# name # name
Example:`<name lang="en">Going arrow</name>` Example:`<name lang="en">Going arrow</name>`
parent : names
## attribute ## attribute
* lang * lang
## children
none

@@ -1,9 +1,10 @@
# names # names
Example: Example:
`<names>`
parent : definition parent : definition
attribute : none attribute : none
## child elements ## child elements
* [name](child_name) * [name](elements_child_name)

@@ -6,15 +6,4 @@ Example:
attribute : uuid attribute : uuid
* Uuid used to compare two elements * Uuid used to compare two elements
### names
Example:
`<names>`
parent : definition
attribute : none
children : name
> Example:
> `<name lang="en">fuse</name>`