Skip to content

Commit

Permalink
Added version to schema. refs #8221
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcampbell committed Oct 24, 2013
1 parent b70f3c2 commit 0db4251
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Code/Mantid/instrument/Schema/IDFSchema.xsd
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>

<xs:schema attributeFormDefault="unqualified"
elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
attributeFormDefault="unqualified"
elementFormDefault="qualified"
targetNamespace="http://www.mantidproject.org/IDF/1.0"
version="1.0"
>
<!--Define customDate Type-->
<xs:simpleType name="customDate">
<xs:restriction base="xs:string">
Expand Down

0 comments on commit 0db4251

Please sign in to comment.