From 2ff8d9ae0a81a6a4390bb591573e53ec01aa332d Mon Sep 17 00:00:00 2001 From: De-Backer Date: Wed, 29 Jul 2020 17:38:15 +0200 Subject: [PATCH] Updated XML elements (markdown) --- XML-elements.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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