diff --git a/XML-elements.md b/XML-elements.md
index 2c693e9..a182610 100644
--- a/XML-elements.md
+++ b/XML-elements.md
@@ -12,26 +12,13 @@ Example:
[attribute](definition_attribute)
-### uuid
-parent : definition
+### child elements
+[uuid](child_uuid)
+[names](child_names)
+[informations](child_informations)
+[description](child_description)
-Example:
-``
-attribute : uuid
-* Uuid used to compare two elements
-### names
-Example:
-``
-
-parent : definition
-
-attribute : none
-
-children : name
-
-> Example:
-> `fuse`
### elementInformations
see [definition attribute link type](definition_attribute#link-type) when used
@@ -48,84 +35,5 @@ children : elementInformation
### kindInformations
see [definition attribute link type](definition_attribute#link-type) when used
-### informations
-Example:
-`Author: The QElectroTech team
-License: see https://git.tuxfamily.org/qet/qet.git/tree/ELEMENTS.LICENSE`
-parent : definition
-attribute : none
-
-### description
-Example:
-``
-
-parent : definition
-
-attribute : none
-
-#### polygon
-Example: ``
-
-parent : description
-
-attribute :
-#### line
-Example: ``
-
-parent : description
-
-attribute :
-#### rectangle
-Example: ``
-
-parent : description
-
-attribute :
-#### ellipse
-Example: ``
-
-parent : description
-
-attribute :
-#### polygon
-Example: ``
-
-parent : description
-
-attribute :
-#### text
-Example: ``
-
-parent : description
-
-attribute :
-#### arc
-Example: ``
-
-parent : description
-
-attribute :
-#### dynamic_text
-Example: ``
-
-parent : description
-
-attribute :
-
-##### text
-Example: `/`
-
-parent : dynamic_text
-
-attribute : none
-
-#### terminal
-waar de verbinding gemaakt wordt.
-
-Example: ``
-
-parent : description
-
-attribute :
diff --git a/child_description.md b/child_description.md
new file mode 100644
index 0000000..5345aec
--- /dev/null
+++ b/child_description.md
@@ -0,0 +1,72 @@
+### description
+Example:
+``
+
+parent : definition
+
+attribute : none
+
+#### polygon
+Example: ``
+
+parent : description
+
+attribute :
+#### line
+Example: ``
+
+parent : description
+
+attribute :
+#### rectangle
+Example: ``
+
+parent : description
+
+attribute :
+#### ellipse
+Example: ``
+
+parent : description
+
+attribute :
+#### polygon
+Example: ``
+
+parent : description
+
+attribute :
+#### text
+Example: ``
+
+parent : description
+
+attribute :
+#### arc
+Example: ``
+
+parent : description
+
+attribute :
+#### dynamic_text
+Example: ``
+
+parent : description
+
+attribute :
+
+##### text
+Example: `/`
+
+parent : dynamic_text
+
+attribute : none
+
+#### terminal
+waar de verbinding gemaakt wordt.
+
+Example: ``
+
+parent : description
+
+attribute :
diff --git a/child_informations.md b/child_informations.md
new file mode 100644
index 0000000..f98b3fb
--- /dev/null
+++ b/child_informations.md
@@ -0,0 +1,9 @@
+# informations
+Example:
+`Author: The QElectroTech team
+License: see https://git.tuxfamily.org/qet/qet.git/tree/ELEMENTS.LICENSE`
+
+parent : definition
+
+attribute : none
+
diff --git a/child_uuid.md b/child_uuid.md
new file mode 100644
index 0000000..a259369
--- /dev/null
+++ b/child_uuid.md
@@ -0,0 +1,20 @@
+# uuid
+parent : definition
+
+Example:
+``
+
+attribute : uuid
+* Uuid used to compare two elements
+### names
+Example:
+``
+
+parent : definition
+
+attribute : none
+
+children : name
+
+> Example:
+> `fuse`