diff --git a/iocBoot/NeXus_templates.xsd b/iocBoot/NeXus_templates.xsd new file mode 100755 index 0000000..5c3e5b3 --- /dev/null +++ b/iocBoot/NeXus_templates.xsd @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iocBoot/validateXML.sh b/iocBoot/validateXML.sh index affe735..5edf6dd 100755 --- a/iocBoot/validateXML.sh +++ b/iocBoot/validateXML.sh @@ -25,3 +25,5 @@ xmllint --noout --schema ./attributes.xsd iocSimDetector/simDetectorAttributes.x # #iocPerkinElmer/nexus_templates/example.xml fails to validate #iocSimDetector/NexusTemplate.xml fails to validate +xmllint --noout --schema ./NeXus_templates.xsd iocPerkinElmer/nexus_templates/example.xml +xmllint --noout --schema ./NeXus_templates.xsd iocSimDetector/NexusTemplate.xml