← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 312: Formatting cleanup.

 

------------------------------------------------------------
revno: 312
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Wed 2012-09-26 19:39:53 -0300
message:
  Formatting cleanup.
modified:
  schemas/mlhim2.pdf
  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.pdf'
Binary files schemas/mlhim2.pdf	2012-09-19 02:30:11 +0000 and schemas/mlhim2.pdf	2012-09-26 22:39:53 +0000 differ
=== modified file 'schemas/mlhim2.xsd'
--- schemas/mlhim2.xsd	2012-09-19 02:30:11 +0000
+++ schemas/mlhim2.xsd	2012-09-26 22:39:53 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:mlhim2="http://www.mlhim.org/xmls/mlhim2/2_4_0";
-attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://www.mlhim.org/xmls/mlhim2/2_4_0";
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:mlhim2="http://www.mlhim.org/xmlns/mlhim2/2_4_0";
+attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://www.mlhim.org/xmlns/mlhim2/2_4_0";
 version="2.4.0">
 
 <!--Datatypes package-->
@@ -1100,7 +1100,7 @@
 <xs:complexContent>
 <xs:restriction base="mlhim2:PartyProxyType">
 <xs:sequence>
-<xs:element fixed="Self" maxOccurs="1" minOccurs="1" name="party-name" type="xs:string">
+<xs:element maxOccurs="1" minOccurs="1" name="party-name" type="xs:string" fixed="Self">
 <xs:annotation>
 <xs:documentation>Fixed to the string "Self".</xs:documentation>
 </xs:annotation>
@@ -1473,7 +1473,7 @@
 <xs:documentation>Descriptive name of this branch. </xs:documentation>
 </xs:annotation>
 </xs:element>
-<xs:element maxOccurs="1" minOccurs="1" ref="mlhim2:items">
+<xs:element maxOccurs="unbounded" minOccurs="1" ref="mlhim2:items">
 <xs:annotation>
 <xs:documentation>List of Item types. </xs:documentation>
 </xs:annotation>
@@ -1482,13 +1482,14 @@
 </xs:extension>
 </xs:complexContent>
 </xs:complexType>
-<xs:element name="items">
-<xs:complexType>
+<xs:element name="items" type="mlhim2:ItemType"/>
+
+<!--<xs:complexType>
 <xs:sequence>
 <xs:element maxOccurs="unbounded" minOccurs="1" name="item" type="mlhim2:ItemType"/>
 </xs:sequence>
 </xs:complexType>
-</xs:element>
+</xs:element>-->
 <xs:element name="Cluster" substitutionGroup="mlhim2:Item mlhim2:Definition" type="mlhim2:ClusterType"/>
 
 <xs:complexType name="ElementType">