← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 256: Minor correction to datatypes

 

------------------------------------------------------------
revno: 256
committer: Eduardo César <xcesar@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Mon 2012-05-28 15:24:16 -0300
message:
  Minor correction to datatypes
modified:
  schemas/datatypes.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/datatypes.xsd'
--- schemas/datatypes.xsd	2012-05-28 17:29:19 +0000
+++ schemas/datatypes.xsd	2012-05-28 18:24:16 +0000
@@ -167,7 +167,7 @@
         <xs:element name="min_magnitude" type="xs:decimal" maxOccurs="1" minOccurs="0"/>
         <xs:element name="max_magnitude" type="xs:decimal" maxOccurs="1" minOccurs="0"/>
         <xs:element name="magnitude_status" type="xs:string" whitespace="preserve" maxOccurs="1" minOccurs="0"/>
-        <xs:element name="error" type="xs:int"  minOccurs="1" maxOccurs="1" maxOccurs="1" minOccurs="0"/>
+        <xs:element name="error" type="xs:int"  minOccurs="1" maxOccurs="1"/>
         <xs:element name="accuracy" type="xs:decimal" default="0"/>
       </xs:sequence>  
       </xs:extension>