diff options
Diffstat (limited to 'xml/model.xsd')
-rw-r--r-- | xml/model.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/model.xsd b/xml/model.xsd index cd0b4b0..a88d78c 100644 --- a/xml/model.xsd +++ b/xml/model.xsd @@ -238,7 +238,7 @@ <xsd:element name="read_from_register" type="xsd:string" minOccurs="0" maxOccurs="1"/> <xsd:element name="write_to_register" type="xsd:string" minOccurs="0" maxOccurs="1"/> <xsd:element name="enum" type="enum_t" minOccurs="0" maxOccurs="unbounded"/> - <xsd:element name="description" type="xsd:string"/> + <xsd:element name="description" type="xsd:string" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="type" type="viewtype_type" use="required"/> </xsd:complexType> |