Add project childs

Simon De Backer
2020-08-08 19:56:14 +02:00
parent 254242b84c
commit a2e62f91ed
7 changed files with 100 additions and 1 deletions

@@ -10,4 +10,8 @@
* [kindInformations](elements_child_kindInformations)
* [elementInformations](elements_child_elementInformations)
* [XML-project](project_XML)
* [contributor to wiki guidelines](contributor_to_wiki_guidelines)
* child elements
* [properties](project_child_properties)
* [newdiagrams](project_child_newdiagrams)
* [diagram](project_child_diagram)
* [collection](project_child_collection)

@@ -0,0 +1,11 @@
# collection
Example:
`<collection>`
parent : project
attribute : none
## child elements
* [category](project_collection_child_category)

@@ -0,0 +1,34 @@
# diagram
Example:
`<diagram date="20180318" filename="" cols="17" height="660" locmach="" colsize="60" plant="" rows="8" displayrows="true" freezeNewElement="false" displaycols="true" auto_page_num="" title="my_title" folio="%id/%total" version="0.80-DEV+6bece6fa8d79751d3" displayAt="bottom" author="me" freezeNewConductor="false" order="1" indexrev="" rowsize="80">`
parent : project
attribute :
* date
* filename
* cols
* height
* locmach
* colsize
* plant
* rows
* displayrows
* freezeNewElement
* displaycols
* auto_page_num
* title
* folio
* version
* displayAt
* author
* freezeNewConductor
* order
* indexrev
* rowsize
## child elements
* [defaultconductor](project_diagram_child_defaultconductor)
* [elements](project_diagram_child_elements)
* [conductors](project_diagram_child_conductors)
* [inputs](project_diagram_child_inputs)

@@ -0,0 +1,16 @@
# newdiagrams
Example:
`<newdiagrams>`
parent : project
attribute : none
## child elements
* [border](project_newdiagrams_child_border)
* [inset](project_newdiagrams_child_inset)
* [conductors](project_newdiagrams_child_conductors)
* [xrefs](project_newdiagrams_child_xrefs)
* [conductors_autonums](project_newdiagrams_child_conductors_autonums)
* [element_autonums](project_newdiagrams_child_element_autonums)

@@ -0,0 +1,12 @@
# properties
This contains all properties of the project.
Example:
`<properties>`
parent : project
attribute : none
## child elements
* [property](project_properties_child_property)

@@ -0,0 +1,11 @@
# property
Example:
``
parent : properties
attribute :
* name
* show

@@ -0,0 +1,11 @@
# property
Example:
`<property name="saveddate" show="1">2020-08-02</property>`
parent : properties
attribute :
* name
* show