mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00540
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 269: Completed 2.3.0 testing. Converted includes back to relative paths. Ready for packaging.
------------------------------------------------------------
revno: 269
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Sun 2012-06-10 07:04:06 -0300
message:
Completed 2.3.0 testing. Converted includes back to relative paths. Ready for packaging.
modified:
schemas/ccd.xsd
schemas/common.xsd
schemas/content.xsd
schemas/datatypes.xsd
schemas/mlhim2.xsd
schemas/structures.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/ccd.xsd'
--- schemas/ccd.xsd 2012-06-09 14:48:25 +0000
+++ schemas/ccd.xsd 2012-06-10 10:04:06 +0000
@@ -1,7 +1,7 @@
<?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="http://www.mlhim.org/xmls/mlhim2/2_3_0/common.xsd"/>
+ <xs:include schemaLocation="common.xsd"/>
<xs:complexType name="CCD">
<xs:annotation>
@@ -17,4 +17,4 @@
</xs:sequence>
</xs:complexType>
-</xs:schema>
\ No newline at end of file
+</xs:schema>
=== modified file 'schemas/common.xsd'
--- schemas/common.xsd 2012-06-10 01:17:18 +0000
+++ schemas/common.xsd 2012-06-10 10:04:06 +0000
@@ -1,8 +1,8 @@
<?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="http://www.mlhim.org/xmls/mlhim2/2_3_0/datatypes.xsd"/>
- <xs:include schemaLocation="http://www.mlhim.org/xmls/mlhim2/2_3_0/structures.xsd"/>
+ <xs:include schemaLocation="datatypes.xsd"/>
+ <xs:include schemaLocation="structures.xsd"/>
<xs:complexType name="FeederAudit">
<xs:annotation>
=== modified file 'schemas/content.xsd'
--- schemas/content.xsd 2012-06-10 01:17:18 +0000
+++ schemas/content.xsd 2012-06-10 10:04:06 +0000
@@ -1,9 +1,9 @@
<?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="http://www.mlhim.org/xmls/mlhim2/2_3_0/datatypes.xsd"/>
- <xs:include schemaLocation="http://www.mlhim.org/xmls/mlhim2/2_3_0/common.xsd"/>
- <xs:include schemaLocation="http://www.mlhim.org/xmls/mlhim2/2_3_0/structures.xsd"/>
+ <xs:include schemaLocation="datatypes.xsd"/>
+ <xs:include schemaLocation="common.xsd"/>
+ <xs:include schemaLocation="structures.xsd"/>
<xs:complexType abstract="true" name="Entry">
<xs:annotation>
=== modified file 'schemas/datatypes.xsd'
--- schemas/datatypes.xsd 2012-06-10 01:17:18 +0000
+++ schemas/datatypes.xsd 2012-06-10 10:04:06 +0000
@@ -2,7 +2,7 @@
<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="http://www.mlhim.org/xmls/mlhim2/2_3_0/common.xsd"/>
+ <xs:include schemaLocation="common.xsd"/>
<xs:complexType abstract="true" name="DvAny">
=== modified file 'schemas/mlhim2.xsd'
--- schemas/mlhim2.xsd 2012-06-10 01:17:18 +0000
+++ schemas/mlhim2.xsd 2012-06-10 10:04:06 +0000
@@ -3,11 +3,11 @@
<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="http://www.mlhim.org/xmls/mlhim2/2_3_0/datatypes.xsd"/>
- <xs:include schemaLocation="http://www.mlhim.org/xmls/mlhim2/2_3_0/common.xsd"/>
- <xs:include schemaLocation="http://www.mlhim.org/xmls/mlhim2/2_3_0/structures.xsd"/>
- <xs:include schemaLocation="http://www.mlhim.org/xmls/mlhim2/2_3_0/content.xsd"/>
- <xs:include schemaLocation="http://www.mlhim.org/xmls/mlhim2/2_3_0/ccd.xsd"/>
+ <xs:include schemaLocation="datatypes.xsd"/>
+ <xs:include schemaLocation="common.xsd"/>
+ <xs:include schemaLocation="structures.xsd"/>
+ <xs:include schemaLocation="content.xsd"/>
+ <xs:include schemaLocation="ccd.xsd"/>
</xs:schema>
=== modified file 'schemas/structures.xsd'
--- schemas/structures.xsd 2012-06-10 01:17:18 +0000
+++ schemas/structures.xsd 2012-06-10 10:04:06 +0000
@@ -1,8 +1,8 @@
<?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="http://www.mlhim.org/xmls/mlhim2/2_3_0/datatypes.xsd"/>
- <xs:include schemaLocation="http://www.mlhim.org/xmls/mlhim2/2_3_0/common.xsd"/>
+ <xs:include schemaLocation="datatypes.xsd"/>
+ <xs:include schemaLocation="common.xsd"/>
<xs:complexType abstract="true" name="Item">
<xs:annotation>