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`
and this for developers.
## [elements XML structure](XML-elements)
## [elements XML structure](elements_XML)
## [contributor to wiki](contributor_to_wiki_guidelines)

@@ -1,9 +1,9 @@
* [Home](Home)
* [contributor to wiki guidelines](contributor_to_wiki_guidelines)
* [XML-elements](XML-elements)
* [uuid](child_uuid)
* [names](child_names)
* [informations](child_informations)
* [description](child_description)
* [kindInformations](child_kindInformations)
* [elementInformations](child_elementInformations)
* [XML-elements](elements_XML)
* [uuid](elements_child_uuid)
* [names](elements_child_names)
* [informations](elements_child_informations)
* [description](elements_child_description)
* [kindInformations](elements_child_kindInformations)
* [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:
`<definition type="element" width="" height="" hotspot_x="" hotspot_y="" orientation="dyyy" version="" link_type="">`
[attribute](definition_attribute)
[attribute](elements_definition_attribute)
### child elements
* [uuid](child_uuid)
* [names](child_names)
* [informations](child_informations)
* [description](child_description)
* [kindInformations](child_kindInformations)
* [elementInformations](child_elementInformations)
* [uuid](elements_child_uuid)
* [names](elements_child_names)
* [informations](elements_child_informations)
* [description](elements_child_description)
* [kindInformations](elements_child_kindInformations)
* [elementInformations](elements_child_elementInformations)

@@ -1,5 +1,5 @@
# 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:
`<elementInformations>`

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

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

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

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