← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 234: Added the 'mlhim2.' namespace to includes in mlhim2.xsd

 

------------------------------------------------------------
revno: 234
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Fri 2012-04-20 18:19:52 -0500
message:
  Added the 'mlhim2.' namespace to includes in mlhim2.xsd
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-04-16 19:14:47 +0000
+++ schemas/mlhim2.xsd	2012-04-20 23:19:52 +0000
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2011 Timothy W. Cook and Contributors. See http://www.mlhim.org-->
-<xs:schema elementFormDefault="qualified" id="mlhim2" targetNamespace="http://www.mlhim.org/xmls/mlhim2"; version="2.2.0" xmlns:mlhim2="http://www.mlhim.org/mlhim2"; xmlns:xs="http://www.w3.org/2001/XMLSchema";>
-           <xs:include schemaLocation="datatypes.xsd"></xs:include>
-           <xs:include schemaLocation="support.xsd"></xs:include>
-           <xs:include schemaLocation="common.xsd"></xs:include>
-           <xs:include schemaLocation="structures.xsd"></xs:include>
-           <xs:include schemaLocation="content.xsd"></xs:include>
-           <xs:include schemaLocation="constraint.xsd"></xs:include>
-           <xs:include schemaLocation="entity.xsd"></xs:include>
+<xs:schema elementFormDefault="qualified" id="mlhim2" targetNamespace="http://www.mlhim.org/xmls/mlhim2"; version="2.3.0" xmlns:mlhim2="http://www.mlhim.org/mlhim2"; xmlns:xs="http://www.w3.org/2001/XMLSchema";>
+           <xs:include schemaLocation="mlhim2.datatypes.xsd"></xs:include>
+           <xs:include schemaLocation="mlhim2.support.xsd"></xs:include>
+           <xs:include schemaLocation="mlhim2.common.xsd"></xs:include>
+           <xs:include schemaLocation="mlhim2.structures.xsd"></xs:include>
+           <xs:include schemaLocation="mlhim2.content.xsd"></xs:include>
+           <xs:include schemaLocation="mlhim2.constraint.xsd"></xs:include>
+           <xs:include schemaLocation="mlhim2.entity.xsd"></xs:include>
 
 <xs:annotation><xs:documentation>
 	Multi-Level Health Information Modelling Reference Model - Use this schema when creating bindings to other languages.