IssueID #959: made lexical unit type optional

master
Cyprian Laskowski 3 years ago
parent 4053f5f2a2
commit cf2126fa08

@ -116,7 +116,7 @@
<xsd:attribute name="id" type="xsd:int"/>
<xsd:attribute name="sloleksId" type="xsd:string"/>
<xsd:attribute name="sloleksKey" type="xsd:string"/>
<xsd:attribute name="type" use="required"> <!-- types of headwords allowed; hmm, probably should standardise allowed settings -->
<xsd:attribute name="type"> <!-- types of headwords allowed; hmm, probably should standardise allowed settings -->
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="single"/>

Loading…
Cancel
Save