mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 02:10:52 +01:00
Mod dir
2
Home.md
2
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](elements_XML)
|
||||
|
||||
## [contributor to wiki](contributor_to_wiki_guidelines)
|
||||
|
||||
|
||||
14
_Sidebar.md
14
_Sidebar.md
@@ -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)
|
||||
|
||||
|
||||
|
||||
2
data_files/elements/child_elementInformations.md → data_files/elements_child_elementInformations.md
2
data_files/elements/child_elementInformations.md → data_files/elements_child_elementInformations.md
@@ -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>`
|
||||
3
data_files/elements_child_kindInformations.md
Normal file
3
data_files/elements_child_kindInformations.md
Normal file
@@ -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>`
|
||||
Reference in New Issue
Block a user