diff --git a/XML-elements.md b/XML-elements.md
index 647f28b..b32858e 100644
--- a/XML-elements.md
+++ b/XML-elements.md
@@ -15,13 +15,47 @@ Example:
### uuid
parent : definition
+Example:
``
+
+attribute : uuid
* Uuid used to compare two elements
### names
+Example:
+``
+
parent : definition
+
+attribute : none
+
+children : name
+
+Example:
+`fuse`
+
### elementInformations
+Example:
+``
+
parent : definition
+
+children : elementInformation
+
+Example:
+`comments`
### informations
+Example:
+`Author: The QElectroTech team
+License: see https://git.tuxfamily.org/qet/qet.git/tree/ELEMENTS.LICENSE`
+
parent : definition
+
+attribute : none
+
### description
-parent : definition
\ No newline at end of file
+Example:
+``
+
+parent : definition
+
+attribute : none
\ No newline at end of file