← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 118: Inserted documentation for all entity.xsd complexTypes. See https://bugs.launchpad.net/mlhim-spec...

 

------------------------------------------------------------
revno: 118
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Thu 2011-04-28 23:14:37 -0500
message:
  Inserted documentation for all entity.xsd complexTypes. See https://bugs.launchpad.net/mlhim-specs/+bug/771266
modified:
  schemas/entity.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/entity.xsd'
--- schemas/entity.xsd	2011-04-28 15:25:40 +0000
+++ schemas/entity.xsd	2011-04-29 04:14:37 +0000
@@ -5,7 +5,7 @@
            <xs:complexType name="Role"  abstract="false">
 	<xs:annotation>
 	<xs:documentation>
-	
+	A role defines some activity that an entity may participate in.
 	</xs:documentation>
 	</xs:annotation>
            <xs:complexContent>
@@ -22,7 +22,9 @@
            <xs:complexType name="Location" abstract="false">
 	<xs:annotation>
 	<xs:documentation>
-	
+	A location should be meaningful to human readers as well as contain machine processable components.  
+	See ISO 19115  The details attribute can be constrained to describe specific address details or any other 
+	physical world location information.
 	</xs:documentation>
 	</xs:annotation>
            <xs:complexContent>
@@ -39,7 +41,8 @@
            <xs:complexType name="Relationship"  abstract="false">
 	<xs:annotation>
 	<xs:documentation>
-	
+	A relationship exists in a source and points to a target.  Sources and Targets can be persons, places, or things. 
+	Relationships are locatable objects and they may only reference locatable objects by uuid.
 	</xs:documentation>
 	</xs:annotation>
            <xs:complexContent>
@@ -54,7 +57,7 @@
             <xs:complexType name="Party" abstract="true">
 	<xs:annotation>
 	<xs:documentation>
-	
+	Any type of real world living entity. 
 	</xs:documentation>
 	</xs:annotation>
            <xs:complexContent>
@@ -74,7 +77,7 @@
            <xs:complexType name="Device"  abstract="false">
 	<xs:annotation>
 	<xs:documentation>
-	
+	Any one instance of an inanimate object. 
 	</xs:documentation>
 	</xs:annotation>
            <xs:complexContent>
@@ -89,7 +92,7 @@
            <xs:complexType name="Organization" abstract="false">
 	<xs:annotation>
 	<xs:documentation>
-	
+	A legally defined entity allowed to operate as one unit of identity. 
 	</xs:documentation>
 	</xs:annotation>
            <xs:complexContent>
@@ -104,7 +107,7 @@
            <xs:complexType name="Group"  abstract="false">
 	<xs:annotation>
 	<xs:documentation>
-	
+	A collection of persons existing as a conceptual entity for some period of time. 
 	</xs:documentation>
 	</xs:annotation>
            <xs:complexContent>
@@ -119,7 +122,7 @@
            <xs:complexType name="Person"  abstract="false">
 	<xs:annotation>
 	<xs:documentation>
-	
+	A singular human being. 
 	</xs:documentation>
 	</xs:annotation>
            <xs:complexContent>
@@ -134,7 +137,7 @@
            <xs:complexType name="NonHuman"  abstract="false">
 	<xs:annotation>
 	<xs:documentation>
-	
+	Any nonhuman living animal or plant.
 	</xs:documentation>
 	</xs:annotation>
            <xs:complexContent>