summaryrefslogtreecommitdiff
path: root/src/main/resources/boot/OD/ModuleExportPath.xsd
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-03-06 16:46:11 +0100
committerAndrew Branson <andrew.branson@cern.ch>2014-03-06 16:46:11 +0100
commit20aab0c365e87cdefadbb2c5c9325c530761a320 (patch)
treea2be0f99bdc2659602f59fca31d058317543f298 /src/main/resources/boot/OD/ModuleExportPath.xsd
parentb602cedddd7a22243d4507a98711517d249e8dc6 (diff)
New ModuleFactory - not finished yet. Can collect module info but not
export. Contents collection to be added. Pretty-printed XML - an example module should be easy to read.
Diffstat (limited to 'src/main/resources/boot/OD/ModuleExportPath.xsd')
-rw-r--r--src/main/resources/boot/OD/ModuleExportPath.xsd12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/boot/OD/ModuleExportPath.xsd b/src/main/resources/boot/OD/ModuleExportPath.xsd
new file mode 100644
index 0000000..00bc3b0
--- /dev/null
+++ b/src/main/resources/boot/OD/ModuleExportPath.xsd
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ elementFormDefault="qualified" attributeFormDefault="unqualified">
+ <xs:element name="ModuleExportPath">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="Path" type="xs:string" maxOccurs="1"
+ minOccurs="1" />
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>