← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 307: minor typo changes and new documentation.

 

------------------------------------------------------------
revno: 307
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Mon 2012-09-17 21:53:38 -0300
message:
  minor typo changes and new documentation.
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-14 12:40:32 +0000 and schemas/mlhim2.pdf	2012-09-18 00:53:38 +0000 differ
=== modified file 'schemas/mlhim2.xsd'
--- schemas/mlhim2.xsd	2012-09-14 12:40:32 +0000
+++ schemas/mlhim2.xsd	2012-09-18 00:53:38 +0000
@@ -418,13 +418,13 @@
 </xs:documentation>
 </xs:annotation>
 </xs:element>
-<xs:element default="0" maxOccurs="1" minOccurs="1" name="error" type="xs:int">
+<xs:element maxOccurs="1" minOccurs="1" name="error" default="0" type="xs:int">
 <xs:annotation>
 <xs:documentation>Error margin of measurement, indicating error in the recording method or instrument (+/- %).
 Implemented in subtypes. A logical value of 0 (default) indicates 100% accuracy, i.e. no error. </xs:documentation>
 </xs:annotation>
 </xs:element>
-<xs:element default="0" maxOccurs="1" minOccurs="1" name="accuracy" type="xs:decimal">
+<xs:element maxOccurs="1" minOccurs="1" name="accuracy" default="0" type="xs:decimal">
 <xs:annotation>
 <xs:documentation>Accuracy of the value in the magnitude attribute. 0% to +/- 100% A value of 0 means that the accuracy
 is unknown. 0 is the default value. </xs:documentation>
@@ -1392,8 +1392,8 @@
 
 <xs:complexType name="SlotDataType">
 <xs:sequence>
-<xs:element maxOccurs="1" minOccurs="1" default="0" name="is_required" type="xs:boolean"/>
-<xs:element maxOccurs="1" minOccurs="1" name="ccd_id" type="xs:string"/>
+<xs:element maxOccurs="1" minOccurs="1" default="0" name="is-required" type="xs:boolean"/>
+<xs:element maxOccurs="1" minOccurs="1" name="ccd-uri" type="xs:anyURI"/>
 </xs:sequence>
 </xs:complexType>
 <xs:element name="SlotData" type="mlhim2:SlotDataType"/>