mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 22:00:35 +01:00
Add project
2
Home.md
2
Home.md
@@ -8,6 +8,8 @@ explaining the file `*.elmt` and then `*.qet`
|
|||||||
and this for developers.
|
and this for developers.
|
||||||
|
|
||||||
## [elements XML structure](elements_XML)
|
## [elements XML structure](elements_XML)
|
||||||
|
Note: the elements file contains 1 element. (this may change in the future)
|
||||||
|
## [project XML structure](project_XML)
|
||||||
|
|
||||||
## [contributor to wiki](contributor_to_wiki_guidelines)
|
## [contributor to wiki](contributor_to_wiki_guidelines)
|
||||||
|
|
||||||
|
|||||||
@@ -9,5 +9,5 @@
|
|||||||
* [description](elements_child_description)
|
* [description](elements_child_description)
|
||||||
* [kindInformations](elements_child_kindInformations)
|
* [kindInformations](elements_child_kindInformations)
|
||||||
* [elementInformations](elements_child_elementInformations)
|
* [elementInformations](elements_child_elementInformations)
|
||||||
* [XML-diagram](diagram_XML)
|
* [XML-project](project_XML)
|
||||||
* [contributor to wiki guidelines](contributor_to_wiki_guidelines)
|
* [contributor to wiki guidelines](contributor_to_wiki_guidelines)
|
||||||
|
|||||||
21
data_files/project_XML.md
Normal file
21
data_files/project_XML.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# The XML structure used to describe the project in QElectroTech 0.8
|
||||||
|
|
||||||
|
Or the XML project creator guide. This page aims to describe the XML structure used to store the diagram and the elements used in QElectroTech. It is aimed at QET developers but also at non-developers.
|
||||||
|
|
||||||
|
|
||||||
|
## project
|
||||||
|
**is a root element**
|
||||||
|
|
||||||
|
Example:
|
||||||
|
`<project version="0.80" title="my_title">`
|
||||||
|
|
||||||
|
### attribute
|
||||||
|
* version : QET::version
|
||||||
|
* title :
|
||||||
|
|
||||||
|
### child elements
|
||||||
|
* [properties](project_child_properties)
|
||||||
|
* [newdiagrams](project_child_newdiagrams)
|
||||||
|
* [diagram](project_child_diagram)
|
||||||
|
* [collection](project_child_collection)
|
||||||
|
|
||||||
Reference in New Issue
Block a user