summaryrefslogtreecommitdiffstats
path: root/xml/model.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'xml/model.xsd')
-rw-r--r--xml/model.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/model.xsd b/xml/model.xsd
index 1440032..164e887 100644
--- a/xml/model.xsd
+++ b/xml/model.xsd
@@ -4,7 +4,7 @@
<xsd:element name="model">
<xsd:complexType>
- <xsd:choice minOccurs="0" maxOccurs="unbounded">
+ <xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="bank" type="pcilib_bank_t" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="transform" type="pcilib_transform_view_t" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="enum" type="pcilib_enum_view_t" minOccurs="0" maxOccurs="unbounded" />