diff options
Diffstat (limited to 'src/main/resources/boot/OD/ModuleExportPath.xsd')
| -rw-r--r-- | src/main/resources/boot/OD/ModuleExportPath.xsd | 12 |
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> |
