Skip to content

Commit

Permalink
Added schema to ALF IDF. refs #8221
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcampbell committed Oct 24, 2013
1 parent 0db4251 commit a1901c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Code/Mantid/instrument/ALF_Definition.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- For help on the notation used to specify an Instrument Definition File
see http://www.mantidproject.org/IDF -->
<instrument name="ALF" valid-from ="1900-01-31 23:59:59"
valid-to ="2100-01-31 23:59:59"
last-modified="2009-01-15 00:00:00">
<instrument xmlns="http://www.mantidproject.org/IDF/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.mantidproject.org/IDF/1.0 Schema/IDFSchema.xsd" name="ALF"
valid-from="1900-01-31 23:59:59" valid-to="2100-01-31 23:59:59" last-modified="2009-01-15 00:00:00">

<defaults>
<length unit="meter"/>
Expand Down

0 comments on commit a1901c7

Please sign in to comment.