← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 248: content.xsd is completed in move to elements vs. attributes.

 

------------------------------------------------------------
revno: 248
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Mon 2012-05-28 14:19:43 -0300
message:
  content.xsd is completed in move to elements vs. attributes.
modified:
  schemas/content.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/content.xsd'
--- schemas/content.xsd	2012-05-28 13:15:50 +0000
+++ schemas/content.xsd	2012-05-28 17:19:43 +0000
@@ -10,17 +10,19 @@
   <xs:complexType abstract="true" name="Entry">
     <xs:complexContent>
       <xs:extension base="mlhim2:Locatable">
-        <xs:attribute name="language" type="mlhim2:DvCodedString" use="required"/>
-        <xs:attribute name="encoding" type="mlhim2:DvCodedString"/>
-        <xs:attribute name="subject" type="mlhim2:PartyProxy" use="required"/>
-        <xs:attribute name="provider" type="mlhim2:PartyProxy"/>
-        <xs:attribute name="other_participations" type="mlhim2:Participation" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:attribute name="protocol_id" type="mlhim2:DvIdentifier"/>
-        <xs:attribute name="current_state" type="xs:string"/>
-        <xs:attribute name="workflow_id" type="mlhim2:DvURI"/>
-        <xs:attribute name="links"  type="mlhim2:DvURI" minOccurs="0" maxOccurs="unbounded"/>
-        <xs:attribute name="attestation" type="mlhim2:Attestation"/>
-        <xs:attribute name="data" type="mlhim2:Item"/>
+      <xs:sequence>
+        <xs:element name="language" type="mlhim2:DvCodedString" use="required"/>
+        <xs:element name="encoding" type="mlhim2:DvCodedString"/>
+        <xs:element name="subject" type="mlhim2:PartyProxy" use="required"/>
+        <xs:element name="provider" type="mlhim2:PartyProxy"/>
+        <xs:element name="other_participations" type="mlhim2:Participation" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element name="protocol_id" type="mlhim2:DvIdentifier"/>
+        <xs:element name="current_state" type="xs:string"/>
+        <xs:element name="workflow_id" type="mlhim2:DvURI"/>
+        <xs:element name="links"  type="mlhim2:DvURI" minOccurs="0" maxOccurs="unbounded"/>
+        <xs:element name="attestation" type="mlhim2:Attestation"/>
+        <xs:element name="data" type="mlhim2:Item"/>
+      </xs:sequence>  
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>