mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 10:30:53 +01:00
Mod dir
2
Home.md
2
Home.md
@@ -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)
|
||||||
|
|
||||||
|
|||||||
14
_Sidebar.md
14
_Sidebar.md
@@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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
|
# 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>`
|
||||||
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
|
# 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>`
|
|
||||||
Reference in New Issue
Block a user