← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 131: Working on Element documentation strings. Completed support.xsd Bug #771266

 

------------------------------------------------------------
revno: 131
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Sat 2011-04-30 18:28:31 -0500
message:
  Working on Element documentation strings. Completed support.xsd Bug #771266
modified:
  schemas/support.xsd


--
lp:mlhim-specs
https://code.launchpad.net/~mlhim-specs-dev/mlhim-specs/main

Your team MLHIM Specifications Developers is subscribed to branch lp:mlhim-specs.
To unsubscribe from this branch go to https://code.launchpad.net/~mlhim-specs-dev/mlhim-specs/main/+edit-subscription
=== modified file 'schemas/support.xsd'
--- schemas/support.xsd	2011-04-30 21:22:48 +0000
+++ schemas/support.xsd	2011-04-30 23:28:31 +0000
@@ -10,11 +10,11 @@
 		<xs:sequence>
               
 			<xs:element maxOccurs="1" minOccurs="1" name="ev_name" type="xs:string">
-	    <xs:annotation><xs:documentation></xs:documentation></xs:annotation>
+	    <xs:annotation><xs:documentation>The class names (complexType names) are abbreviations according to the ISO 21090 Null Flavours. This attribute is the full name.</xs:documentation></xs:annotation>
 			</xs:element>
               
 			<xs:element maxOccurs="1" minOccurs="1" name="ev_meaning" type="xs:string">
-	    <xs:annotation><xs:documentation></xs:documentation></xs:annotation>
+	    <xs:annotation><xs:documentation></xs:documentation>The descriptive meaning/usage for the class/complexType.</xs:annotation>
 			</xs:element>
 		</xs:sequence>
 	</xs:complexType>
@@ -212,15 +212,15 @@
 		<xs:sequence>
               
 			<xs:element name="uuid" maxOccurs="1" minOccurs="1" type="xs:string">
-	    <xs:annotation><xs:documentation></xs:documentation></xs:annotation>
+	    <xs:annotation><xs:documentation>Universally unique id of an object, regardless of where it is stored.</xs:documentation></xs:annotation>
 			</xs:element>
               
 			<xs:element name="namespace" maxOccurs="1" minOccurs="1" type="xs:string">
-	    <xs:annotation><xs:documentation></xs:documentation></xs:annotation>
+	    <xs:annotation><xs:documentation>Namespace to which this identifier belongs in the local system context. </xs:documentation></xs:annotation>
 			</xs:element>
               
 			<xs:element name="obj_type" maxOccurs="1" minOccurs="1" type="xs:string">
-	    <xs:annotation><xs:documentation></xs:documentation></xs:annotation>
+	    <xs:annotation><xs:documentation>Name of the class (concrete or abstract) of object to which this identifier type refers, e.g. “PARTY”, “PERSON”, “GUIDELINE” etc. These class names are from the relevant reference model. The type name “ANY” can be used to indicate that any type is accepted (e.g. if the type is unknown).</xs:documentation></xs:annotation>
 			</xs:element>
 		</xs:sequence>
 	</xs:complexType>