mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00737
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 308: Corrected DvBoolean valid-trues and valide-falses to maxOccurs=1
------------------------------------------------------------
revno: 308
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Tue 2012-09-18 12:55:27 -0300
message:
Corrected DvBoolean valid-trues and valide-falses to maxOccurs=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-09-18 00:53:38 +0000
+++ schemas/mlhim2.xsd 2012-09-18 15:55:27 +0000
@@ -47,12 +47,12 @@
<xs:complexContent>
<xs:extension base="mlhim2:DvAnyType">
<xs:sequence>
-<xs:element maxOccurs="unbounded" minOccurs="0" name="valid-trues" type="xs:string">
+<xs:element maxOccurs="1" minOccurs="0" name="valid-trues" type="xs:string">
<xs:annotation>
<xs:documentation>A set of strings that are to be converted to a boolean True in the implementation.</xs:documentation>
</xs:annotation>
</xs:element>
-<xs:element maxOccurs="unbounded" minOccurs="0" name="valid-falses" type="xs:string">
+<xs:element maxOccurs="1" minOccurs="0" name="valid-falses" type="xs:string">
<xs:annotation>
<xs:documentation>A set of strings that are to be converted to a boolean False in the implementation.
</xs:documentation>