mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-17 04:49:59 +01:00
Updated XML elements (markdown)
@@ -15,13 +15,47 @@ Example:
|
||||
### uuid
|
||||
parent : definition
|
||||
|
||||
Example:
|
||||
`<uuid uuid="{0d6a4894-51d4-44ac-9279-290fe336798f}"/>`
|
||||
|
||||
attribute : uuid
|
||||
* Uuid used to compare two elements
|
||||
### names
|
||||
Example:
|
||||
`<names>`
|
||||
|
||||
parent : definition
|
||||
|
||||
attribute : none
|
||||
|
||||
children : name
|
||||
|
||||
Example:
|
||||
`<name lang="en">fuse</name>`
|
||||
|
||||
### elementInformations
|
||||
Example:
|
||||
`<elementInformations>`
|
||||
|
||||
parent : definition
|
||||
|
||||
children : elementInformation
|
||||
|
||||
Example:
|
||||
`<elementInformation show="1" name="comment">comments</elementInformation>`
|
||||
### informations
|
||||
Example:
|
||||
`<informations>Author: The QElectroTech team
|
||||
License: see https://git.tuxfamily.org/qet/qet.git/tree/ELEMENTS.LICENSE</informations>`
|
||||
|
||||
parent : definition
|
||||
|
||||
attribute : none
|
||||
|
||||
### description
|
||||
parent : definition
|
||||
Example:
|
||||
`<description>`
|
||||
|
||||
parent : definition
|
||||
|
||||
attribute : none
|
||||
Reference in New Issue
Block a user