← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 272: Updating text of specs. minor typo correctionsin schemas.

 

------------------------------------------------------------
revno: 272
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Thu 2012-06-14 08:34:57 -0300
message:
  Updating text of specs. minor typo correctionsin schemas.
modified:
  documents/mlhim-ref-man-2.x.y-enUS.odt
  documents/mlhim-ref-man-2.x.y-enUS.pdf
  schemas/ccd.xsd
  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 'documents/mlhim-ref-man-2.x.y-enUS.odt'
Binary files documents/mlhim-ref-man-2.x.y-enUS.odt	2012-06-10 11:09:17 +0000 and documents/mlhim-ref-man-2.x.y-enUS.odt	2012-06-14 11:34:57 +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-06-10 11:09:17 +0000 and documents/mlhim-ref-man-2.x.y-enUS.pdf	2012-06-14 11:34:57 +0000 differ
=== modified file 'schemas/ccd.xsd'
--- schemas/ccd.xsd	2012-06-10 10:04:06 +0000
+++ schemas/ccd.xsd	2012-06-14 11:34:57 +0000
@@ -1,20 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:mlhim2="http://www.mlhim.org/xmls/mlhim2/2_3_0"; attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://www.mlhim.org/xmls/mlhim2/2_3_0"; version="2.3.0">
   
   <xs:include schemaLocation="common.xsd"/>
-
+  
   <xs:complexType name="CCD">
     <xs:annotation>
       <xs:documentation>
-        This is the root node of a Concept Constraint Definition. You may name the file anything you wish as long as you maintain the Xmind ( .xmind ) extension.
-        
-        After saving the file; create your concept definition by copying the appropriate components from the sheets.  
-        
+        This is the root node of a Concept Constraint Definition. 
       </xs:documentation>
     </xs:annotation>
     <xs:sequence>
       <xs:element name="definition" type="mlhim2:Locatable"/>
     </xs:sequence>
   </xs:complexType>
-
-</xs:schema>
+  
+</xs:schema>
\ No newline at end of file

=== modified file 'schemas/datatypes.xsd'
--- schemas/datatypes.xsd	2012-06-10 10:04:06 +0000
+++ schemas/datatypes.xsd	2012-06-14 11:34:57 +0000
@@ -507,9 +507,7 @@
         <xs:sequence>
           <xs:element name="dv">
             <xs:simpleType>
-              <xs:restriction base="xs:duration">
-                                
-                            </xs:restriction>
+              <xs:restriction base="xs:duration"/>
             </xs:simpleType>
           </xs:element>
         </xs:sequence>