From 3b54e8fdcb0cbd929177c46b7fc5002bf3c1077d Mon Sep 17 00:00:00 2001 From: De-Backer Date: Wed, 29 Jul 2020 17:27:28 +0200 Subject: [PATCH] Updated XML elements (markdown) --- XML-elements.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/XML-elements.md b/XML-elements.md index 6eb7d99..647f28b 100644 --- a/XML-elements.md +++ b/XML-elements.md @@ -5,15 +5,23 @@ 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 + **is a root element** + Example: `` [attribute](definition_attribute) ### uuid +parent : definition + `` * Uuid used to compare two elements ### names +parent : definition ### elementInformations +parent : definition ### informations -### description \ No newline at end of file +parent : definition +### description +parent : definition \ No newline at end of file