mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00276
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 150: Completed 2.2.0 support.xsd updates.
------------------------------------------------------------
revno: 150
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Sat 2011-05-14 22:38:30 -0500
message:
Completed 2.2.0 support.xsd updates.
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-05-15 03:15:24 +0000
+++ schemas/support.xsd 2011-05-15 03:38:30 +0000
@@ -211,15 +211,15 @@
</xs:annotation>
<xs:sequence>
- <xs:element name="uuid" maxOccurs="1" minOccurs="1" type="xs:string">
+ <xs:element name="uuid" maxOccurs="1" minOccurs="1" type="xs:token">
<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:element name="namespace" maxOccurs="1" minOccurs="1" type="xs:normalizedString">
<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:element name="obj_type" maxOccurs="1" minOccurs="1" type="xs:normalizedString">
<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>