Skip to content
Snippets Groups Projects
Commit d03a0dfd authored by Campbell, Stuart's avatar Campbell, Stuart
Browse files

Added version attribute to schemas. refs #8221

parent b70f3c24
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" attributeFormDefault="unqualified" elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0">
<xs:element name="facilities">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
......@@ -100,4 +101,4 @@
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
\ No newline at end of file
</xs:schema>
<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0">
<xs:element name ="detector-grouping">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
......
......@@ -3,6 +3,7 @@
<xs:schema attributeFormDefault="unqualified"
elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
version="1.0"
>
<!--Define customDate Type-->
<xs:simpleType name="customDate">
......
<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0">
<!-- Define Cartesian Coordinates Attribute Group-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment