mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00539
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 268: Removed metadata.xsd it is replaced by creating an RDF/XML DCMI file via mlhim_cdg.py. Touched al...
------------------------------------------------------------
revno: 268
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Sat 2012-06-09 22:17:18 -0300
message:
Removed metadata.xsd it is replaced by creating an RDF/XML DCMI file via mlhim_cdg.py. Touched all files in preparation for 2.3.0 release on 2012-06-15.
removed:
schemas/metadata.xsd
modified:
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/common.xsd'
--- schemas/common.xsd 2012-06-07 00:04:57 +0000
+++ schemas/common.xsd 2012-06-10 01:17:18 +0000
@@ -1,4 +1,6 @@
-<?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">
+<?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"/>
@@ -343,4 +345,4 @@
</xs:complexContent>
</xs:complexType>
-</xs:schema>
\ No newline at end of file
+</xs:schema>
=== modified file 'schemas/content.xsd'
--- schemas/content.xsd 2012-06-04 20:01:50 +0000
+++ schemas/content.xsd 2012-06-10 01:17:18 +0000
@@ -1,4 +1,6 @@
-<?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">
+<?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"/>
@@ -76,4 +78,4 @@
</xs:complexContent>
</xs:complexType>
-</xs:schema>
\ No newline at end of file
+</xs:schema>
=== modified file 'schemas/datatypes.xsd'
--- schemas/datatypes.xsd 2012-06-09 14:48:25 +0000
+++ schemas/datatypes.xsd 2012-06-10 01:17:18 +0000
@@ -1,4 +1,6 @@
-<?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">
+<?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"/>
@@ -677,4 +679,4 @@
</xs:complexContent>
</xs:complexType>
-</xs:schema>
\ No newline at end of file
+</xs:schema>
=== removed file 'schemas/metadata.xsd'
--- schemas/metadata.xsd 2012-06-03 16:06:09 +0000
+++ schemas/metadata.xsd 1970-01-01 00:00:00 +0000
@@ -1,27 +0,0 @@
-<?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:element name="Metadata" type="mlhim2:Metadata"/>
- <xs:element name="MetadataSet" type="mlhim2:MetadataSet"/>
- <xs:element name="MetadataEntry" type="mlhim2:MetadataEntry"/>
-
- <xs:complexType name="Metadata">
- <xs:sequence>
- <xs:element maxOccurs="unbounded" minOccurs="2" name="content" type="mlhim2:MetadataSet"/>
- </xs:sequence>
- </xs:complexType>
-
- <xs:complexType name="MetadataSet">
- <xs:sequence>
- <xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>
- <xs:element maxOccurs="unbounded" minOccurs="1" name="entries" type="mlhim2:MetadataEntry"/>
- </xs:sequence>
- </xs:complexType>
-
- <xs:complexType name="MetadataEntry">
- <xs:sequence>
- <xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>
- <xs:element name="contents" type="xs:string"/>
- </xs:sequence>
- </xs:complexType>
-
-</xs:schema>
=== modified file 'schemas/mlhim2.xsd'
--- schemas/mlhim2.xsd 2012-06-07 00:04:57 +0000
+++ schemas/mlhim2.xsd 2012-06-10 01:17:18 +0000
@@ -1,4 +1,5 @@
<?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">
@@ -9,4 +10,4 @@
<xs:include schemaLocation="http://www.mlhim.org/xmls/mlhim2/2_3_0/ccd.xsd"/>
-</xs:schema>
\ No newline at end of file
+</xs:schema>
=== modified file 'schemas/structures.xsd'
--- schemas/structures.xsd 2012-06-04 20:01:50 +0000
+++ schemas/structures.xsd 2012-06-10 01:17:18 +0000
@@ -1,4 +1,6 @@
-<?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">
+<?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"/>
@@ -60,4 +62,4 @@
</xs:complexContent>
</xs:complexType>
-</xs:schema>
\ No newline at end of file
+</xs:schema>