From ae2a4031768826e2c87319be402e10aaa696e610 Mon Sep 17 00:00:00 2001 From: De-Backer Date: Wed, 29 Jul 2020 17:20:31 +0200 Subject: [PATCH] Updated XML elements (markdown) --- XML-elements.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/XML-elements.md b/XML-elements.md index af255db..6eb7d99 100644 --- a/XML-elements.md +++ b/XML-elements.md @@ -4,4 +4,16 @@ Or the XML element creator guide. This page aims to describe the XML structure u The main XML element is therefore the “definition” tag. In case we have more than one type of definition in the future, we use the type attribute to specify that this is an element definition. -## [definition](elements_definition) \ No newline at end of file +## definition +Example: +`` + +[attribute](definition_attribute) + +### uuid +`` +* Uuid used to compare two elements +### names +### elementInformations +### informations +### description \ No newline at end of file