IssueID #1099: made status optional

simon
Cyprian Laskowski 4 years ago
parent 2d3b59131c
commit f489418888

@ -14,7 +14,7 @@
<xsd:element name="head">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="status" type="statusType"/>
<xsd:element name="status" type="statusType" minOccurs="0"/>
<xsd:element name="headword" type="headwordType"/>
<xsd:element name="lexicalUnit" type="lexicalUnitType" minOccurs="0"/>
<xsd:element name="grammar" type="grammarType" minOccurs="0"/>

Loading…
Cancel
Save