From 37b3abf5a19dfc55f81e4387d31ffd231e761c4b Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Sat, 8 Aug 2020 17:45:05 +0200 Subject: [PATCH] Mod uitsplitsen --- XML-elements.md | 102 +++--------------------------------------- child_description.md | 72 +++++++++++++++++++++++++++++ child_informations.md | 9 ++++ child_uuid.md | 20 +++++++++ 4 files changed, 106 insertions(+), 97 deletions(-) create mode 100644 child_description.md create mode 100644 child_informations.md create mode 100644 child_uuid.md 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`