From c8bcf0d240462a1ac9861aa901a7e3a1512963c7 Mon Sep 17 00:00:00 2001 From: karinamartinez-aerocorp <103009896+karinamartinez-aerocorp@users.noreply.github.com> Date: Tue, 30 Aug 2022 09:09:03 -0700 Subject: [PATCH] Include HUDS XSD --- HUDS.xsd | 348 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 348 insertions(+) create mode 100644 HUDS.xsd diff --git a/HUDS.xsd b/HUDS.xsd new file mode 100644 index 0000000..994d0b8 --- /dev/null +++ b/HUDS.xsd @@ -0,0 +1,348 @@ + + + + + + + + + + + + + The type section is used to identify what type of object the instance is. The convention for setting the type is: metamodel.objectType. For instance, a block object belonging to the SysML metamodel would follow the convention by being typed sysml.Block. + + + + + + + + + + + + + + The attributes section is used to capture all attributes for a given element. Each format is to specify how different attribute types are captured within this block. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The relationships section is used to capture all relationships between two individuals. For each relationship, the value assigned is the ID of that related individual. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The id section is used to uniquely identify a given element, relationship, or diagram. A key entry in this section is the EA GUID or Cameo ID. The ID is a universally unique identification for that individual. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file