mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00671
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 293: Changed development schema to 2.3.1
------------------------------------------------------------
revno: 293
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Thu 2012-08-16 12:39:53 -0300
message:
Changed development schema to 2.3.1
modified:
schemas/mlhim2.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/mlhim2.xsd'
--- schemas/mlhim2.xsd 2012-08-16 10:51:53 +0000
+++ schemas/mlhim2.xsd 2012-08-16 15:39:53 +0000
@@ -1,6 +1,6 @@
<?xml version="1.1" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mlhim2="http://www.mlhim.org/xmls/mlhim2/2_3_0" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://www.mlhim.org/xmls/mlhim2/2_3_0" version="2.3.0">
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mlhim2="http://www.mlhim.org/xmls/mlhim2/2_3_1" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://www.mlhim.org/xmls/mlhim2/2_3_1" version="2.3.0">
<xs:element name="Entry" abstract="true" substitutionGroup="mlhim2:Definition" type="mlhim2:EntryType"/>
@@ -10,6 +10,7 @@
<xs:element name="Item" abstract="true" substitutionGroup="mlhim2:Definition" type="mlhim2:ItemType"/>
<xs:element name="Slot" substitutionGroup="mlhim2:Item" type="mlhim2:SlotType"/>
+ <!-- Slot is deprecated and will be removed in a future version -->
<xs:element name="Cluster" substitutionGroup="mlhim2:Item" type="mlhim2:ClusterType"/>
<xs:element name="Element" substitutionGroup="mlhim2:Item" type="mlhim2:ElementType"/>
@@ -684,7 +685,7 @@
<xs:sequence>
<xs:element name="system_id" type="mlhim2:DvIdentifierType"/>
<xs:element name="provider" type="mlhim2:PartyIdentifiedType"/>
-<xs:element name="location" type="mlhim2:SlotType"/>
+<xs:element name="location" type="mlhim2:ItemType"/>
<xs:element name="time" type="mlhim2:DvDateTimeType"/>
<xs:element name="subject" type="mlhim2:PartyProxyType"/>
<xs:element name="version_id" type="xs:string"/>
@@ -1026,6 +1027,7 @@
<xs:annotation>
<xs:documentation>
A structure allowing the inclusion of one CCD inside a CCD. The possible CCDs allowed is restricted to those CCDs in the allowed_ccds attribute.
+ * Slot is deprecated and will be removed in a future version *
</xs:documentation>
</xs:annotation>
<xs:complexContent>