mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00530
[Branch ~mlhim-specs-dev/mlhim-specs/main] Rev 260: Set all schemas to attribute and element eauals qualified.
------------------------------------------------------------
revno: 260
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: mlhim-specs
timestamp: Tue 2012-05-29 17:52:18 -0300
message:
Set all schemas to attribute and element eauals qualified.
modified:
schemas/ccd.xsd
schemas/common.xsd
schemas/content.xsd
schemas/datatypes.xsd
schemas/metadata.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-05-29 19:42:46 +0000
+++ schemas/ccd.xsd 2012-05-29 20:52:18 +0000
@@ -1,4 +1,4 @@
-<?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" 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"/>
@@ -8,7 +8,7 @@
<xs:complexContent>
<xs:extension base="xs:anySimpleType">
<xs:sequence>
- <xs:element maxOccurs="1" minOccurs="1" name="definition" type="mlhim2:Locatable"/>
+ <xs:element name="definition" type="mlhim2:Locatable"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
=== modified file 'schemas/common.xsd'
--- schemas/common.xsd 2012-05-29 19:42:46 +0000
+++ schemas/common.xsd 2012-05-29 20:52:18 +0000
@@ -1,4 +1,4 @@
-<?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" 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"/>
=== modified file 'schemas/content.xsd'
--- schemas/content.xsd 2012-05-29 19:42:46 +0000
+++ schemas/content.xsd 2012-05-29 20:52:18 +0000
@@ -1,4 +1,4 @@
-<?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" 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"/>
=== modified file 'schemas/datatypes.xsd'
--- schemas/datatypes.xsd 2012-05-29 19:42:46 +0000
+++ schemas/datatypes.xsd 2012-05-29 20:52:18 +0000
@@ -1,4 +1,4 @@
-<?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" 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"/>
=== modified file 'schemas/metadata.xsd'
--- schemas/metadata.xsd 2012-05-29 19:42:46 +0000
+++ schemas/metadata.xsd 2012-05-29 20:52:18 +0000
@@ -1,4 +1,4 @@
-<?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" 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:element name="Metadata" type="mlhim2:Metadata"/>
<xs:element name="MetadataSet" type="mlhim2:MetadataSet"/>
=== modified file 'schemas/mlhim2.xsd'
--- schemas/mlhim2.xsd 2012-05-29 19:42:46 +0000
+++ schemas/mlhim2.xsd 2012-05-29 20:52:18 +0000
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?><!-- Copyright 2011 Timothy W. Cook and Contributors. See http://www.mlhim.org--><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mlhim2="http://www.mlhim.org/xmls/mlhim2/2_3_0" elementFormDefault="qualified" targetNamespace="http://www.mlhim.org/xmls/mlhim2/2_3_0" version="2.3.0">
+<?xml version="1.0" encoding="UTF-8"?><!-- Copyright 2011 Timothy W. Cook and Contributors. See http://www.mlhim.org--><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"/>
=== modified file 'schemas/structures.xsd'
--- schemas/structures.xsd 2012-05-29 19:42:46 +0000
+++ schemas/structures.xsd 2012-05-29 20:52:18 +0000
@@ -1,4 +1,4 @@
-<?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" 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"/>