mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00135
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 111: Implemented https://bugs.launchpad.net/mlhim-specs/+bug/727841
------------------------------------------------------------
revno: 111
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Wed 2011-04-27 18:43:01 -0500
message:
Implemented https://bugs.launchpad.net/mlhim-specs/+bug/727841
modified:
specs/2.0.x/mlhim/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 'specs/2.0.x/mlhim/schemas/structures.xsd'
--- specs/2.0.x/mlhim/schemas/structures.xsd 2011-04-21 22:30:24 +0000
+++ specs/2.0.x/mlhim/schemas/structures.xsd 2011-04-27 23:43:01 +0000
@@ -58,7 +58,8 @@
<xs:complexContent>
<xs:extension base="mlhim2:Item">
<xs:sequence>
- <xs:element name="ccd_id" maxOccurs="1" minOccurs="1" type="xs:string"></xs:element>
+ <xs:element name="ccd" maxOccurs="1" minOccurs="1" type="xs:string"></xs:element>
+ <xs:element name="allowed_ccds" maxOccurs="unbounded" minOccurs="1" type="xs:string"></xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>