diff options
Diffstat (limited to 'xml/model.xsd')
-rw-r--r-- | xml/model.xsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xml/model.xsd b/xml/model.xsd index f6f5ea3..164e887 100644 --- a/xml/model.xsd +++ b/xml/model.xsd @@ -7,7 +7,6 @@ <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="script" type="pcilib_script_view_t" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="enum" type="pcilib_enum_view_t" minOccurs="0" maxOccurs="unbounded" /> <xsd:element name="unit" type="pcilib_unit_t" minOccurs="0" maxOccurs="unbounded" /> </xsd:choice> |