← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 254: All schemas pass the KaxE editor parser now.

 

------------------------------------------------------------
revno: 254
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Mon 2012-05-28 14:46:03 -0300
message:
  All schemas pass the KaxE editor parser now.
modified:
  schemas/common.xsd
  schemas/metadata.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/common.xsd'
--- schemas/common.xsd	2012-05-28 17:29:19 +0000
+++ schemas/common.xsd	2012-05-28 17:46:03 +0000
@@ -35,7 +35,9 @@
   <xs:complexType abstract="true" name="Locatable">
     <xs:complexContent>
       <xs:extension base="xs:simpleAnyType">
+      <xs:sequence>
         <xs:element name="feeder_audit" type="mlhim2:FeederAudit"/>
+      </xs:sequence>  
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
@@ -43,12 +45,14 @@
   <xs:complexType name="Attestation">
     <xs:complexContent>
       <xs:extension base="mlhim2:Locatable">
+      <xs:sequence>
         <xs:element name="attested_view" type="mlhim2:DvMedia"/>
         <xs:element name="proof" type="mlhim2:DvParsable"/>
         <xs:element name="reason" type="mlhim2:DvCodedString"/>
         <xs:element name="committer" type="mlhim2:PartyProxy"  minOccurs="1" maxOccurs="1"/>
         <xs:element name="time_commmitted" type="mlhim2:DvDateTime"  minOccurs="1" maxOccurs="1"/>
         <xs:element name="is_pending" type="xs:boolean"/>
+      </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>

=== modified file 'schemas/metadata.xsd'
--- schemas/metadata.xsd	2012-05-28 17:29:19 +0000
+++ schemas/metadata.xsd	2012-05-28 17:46:03 +0000
@@ -10,7 +10,7 @@
     <xs:complexContent>
       <xs:extension base="xs:simpleAnyType">
       <xs:sequence>
-        <xs:element name="content"  minOccurs="1" maxOccurs="1" type="mlhim2:MetadataSet" minOccurs="2" maxOccurs="unbounded"/>
+        <xs:element name="content" type="mlhim2:MetadataSet" minOccurs="2" maxOccurs="unbounded"/>
       </xs:sequence>  
       </xs:extension>
     </xs:complexContent>


Follow ups