← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 285: Changed data_name to an xs:element vs. xs:attribute

 

------------------------------------------------------------
revno: 285
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Sun 2012-07-22 20:35:46 -0300
message:
  Changed data_name to an xs:element vs. xs:attribute
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-07-21 15:47:45 +0000
+++ schemas/mlhim2.xsd	2012-07-22 23:35:46 +0000
@@ -94,11 +94,11 @@
 </xs:documentation>
 </xs:annotation>
 <xs:sequence>
+<xs:element name="data_name" type="xs:string" maxOccurs="1" minOccurs="1"/>
 <xs:element maxOccurs="1" minOccurs="0" name="ev" nillable="true" type="mlhim2:ExceptionalValueType"/>
 <xs:element maxOccurs="1" minOccurs="0" name="valid_time_begin" nillable="true" type="xs:dateTime"/>
 <xs:element maxOccurs="1" minOccurs="0" name="valid_time_end" nillable="true" type="xs:dateTime"/>
 </xs:sequence>
-<xs:attribute name="data_name" type="xs:string"/>
 </xs:complexType>
 
 <xs:complexType name="DvBooleanType">