mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00548
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 275: Corrected the type for the 'ccd' attributein SlotType.
------------------------------------------------------------
revno: 275
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Tue 2012-06-19 08:41:48 -0300
message:
Corrected the type for the 'ccd' attributein SlotType.
modified:
schemas/structures.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/structures.xsd'
--- schemas/structures.xsd 2012-06-17 20:22:58 +0000
+++ schemas/structures.xsd 2012-06-19 11:41:48 +0000
@@ -3,6 +3,7 @@
<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:include schemaLocation="datatypes.xsd"/>
<xs:include schemaLocation="common.xsd"/>
+ <xs:include schemaLocation="ccd.xsd"/>
<xs:element name="Item" abstract="true" substitutionGroup="mlhim2:Locatable" type="mlhim2:ItemType"/>
<xs:element name="Slot" substitutionGroup="mlhim2:Item" type="mlhim2:SlotType"/>
@@ -31,8 +32,7 @@
<xs:complexContent>
<xs:extension base="mlhim2:ItemType">
<xs:sequence>
- <xs:element maxOccurs="unbounded" minOccurs="1" name="allowed_ccds" type="xs:string"/>
- <xs:element maxOccurs="1" minOccurs="0" name="ccd" type="xs:string"/>
+ <xs:element maxOccurs="1" minOccurs="0" name="ccd" type="mlhim2:CCDType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>