← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 298: Updated draft 2.3.1 docs and some notes in schema.

 

------------------------------------------------------------
revno: 298
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Thu 2012-09-06 12:17:56 -0300
message:
  Updated draft 2.3.1 docs and some notes in schema.
removed:
  schemas/img.zip
modified:
  documents/mlhim-ref-man-2.x.y-enUS.odt
  documents/mlhim-ref-man-2.x.y-enUS.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 'documents/mlhim-ref-man-2.x.y-enUS.odt'
Binary files documents/mlhim-ref-man-2.x.y-enUS.odt	2012-08-16 10:51:53 +0000 and documents/mlhim-ref-man-2.x.y-enUS.odt	2012-09-06 15:17:56 +0000 differ
=== modified file 'documents/mlhim-ref-man-2.x.y-enUS.pdf'
Binary files documents/mlhim-ref-man-2.x.y-enUS.pdf	2012-07-31 17:01:23 +0000 and documents/mlhim-ref-man-2.x.y-enUS.pdf	2012-09-06 15:17:56 +0000 differ
=== removed file 'schemas/img.zip'
Binary files schemas/img.zip	2012-07-24 21:32:38 +0000 and schemas/img.zip	1970-01-01 00:00:00 +0000 differ
=== modified file 'schemas/mlhim2.xsd'
--- schemas/mlhim2.xsd	2012-09-04 17:08:50 +0000
+++ schemas/mlhim2.xsd	2012-09-06 15:17:56 +0000
@@ -106,14 +106,17 @@
       <xs:documentation> Serves as a common ancestor of all datatypes in MLHIM models.
       </xs:documentation>
     </xs:annotation>
+    <xs:complexContent>
+      <xs:restriction base="xs:anyType" >
+        
     <xs:sequence>
       <xs:element name="data_name" type="xs:string" maxOccurs="1" minOccurs="1">
         <xs:annotation>
           <xs:documentation>Descriptive name of this fragment.</xs:documentation>
         </xs:annotation>
       </xs:element>
-      <xs:element maxOccurs="1" minOccurs="0" name="ev" nillable="true"
-        type="mlhim2:ExceptionalValueType">
+
+      <xs:element maxOccurs="1" minOccurs="0" name="ev" nillable="true"        type="mlhim2:ExceptionalValueType">
         <xs:annotation>
           <xs:documentation>The exceptional value. Often referred to as Null Flavour.
           </xs:documentation>
@@ -135,6 +138,9 @@
         </xs:annotation>
       </xs:element>
     </xs:sequence>
+      </xs:restriction>
+    </xs:complexContent>
+    
   </xs:complexType>
 
   <xs:complexType name="DvBooleanType">
@@ -548,7 +554,7 @@
                 indicates 100% accuracy, i.e. no error. </xs:documentation>
             </xs:annotation>
           </xs:element>
-          <xs:element default="0" name="accuracy" type="xs:decimal">
+          <xs:element maxOccurs="1" minOccurs="1" default="0" name="accuracy" 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.
@@ -1060,6 +1066,9 @@
       <xs:documentation> Root class of all information model classes that can be located in a
         constraint model. </xs:documentation>
     </xs:annotation>
+    <xs:complexContent>
+      <xs:restriction base="xs:anyType" >
+        
     <xs:sequence>
       <xs:element maxOccurs="unbounded" minOccurs="0" name="links" type="mlhim2:DvURIType">
         <xs:annotation>
@@ -1075,6 +1084,9 @@
         </xs:annotation>
       </xs:element>
     </xs:sequence>
+      </xs:restriction>
+    </xs:complexContent>
+    
   </xs:complexType>
 
   <xs:complexType abstract="true" name="DefinitionType">