summaryrefslogtreecommitdiff
path: root/src/main/resources/boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/boot')
-rw-r--r--src/main/resources/boot/OD/Module.xsd9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/main/resources/boot/OD/Module.xsd b/src/main/resources/boot/OD/Module.xsd
index 1b54ac5..98220fd 100644
--- a/src/main/resources/boot/OD/Module.xsd
+++ b/src/main/resources/boot/OD/Module.xsd
@@ -55,6 +55,7 @@
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="name" type="xs:string" use="required" />
+ <xs:attribute name="version" type="xs:integer" use="optional" />
<xs:attribute name="type" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
@@ -116,10 +117,7 @@
<xs:element name="Aggregation" minOccurs="0"
maxOccurs="unbounded">
<xs:annotation>
- <xs:documentation>
- A new collection
- with layout
- </xs:documentation>
+ <xs:documentation> A new collection with layout</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
@@ -129,6 +127,9 @@
<xs:sequence>
<xs:element name="Geometry" minOccurs="1"
maxOccurs="1">
+ <xs:annotation>
+ <xs:documentation>X,Y specify centre point</xs:documentation>
+ </xs:annotation>
<xs:complexType>
<xs:attribute name="x" type="xs:int" use="required" />
<xs:attribute name="y" type="xs:int" use="required" />