IssueID #1080: added @type to <lemma>

simon
Cyprian Laskowski 4 years ago
parent 9681733aac
commit 9528737481

@ -4,7 +4,7 @@
<head>
<status>AE</status>
<headword>
<lemma audio="audio-3132">bolnišnica</lemma>
<lemma audio="audio-3132" type="single">bolnišnica</lemma>
<homonymy>
<homonymyFeature name="pronunciation">bolníšnica</homonymyFeature>
<homonymyFeature name="blahblah">xyz</homonymyFeature>

@ -11,6 +11,15 @@
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="audio" type="xsd:string"/>
<xsd:attribute name="type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="single"/>
<xsd:enumeration value="phrase"/>
<xsd:enumeration value="compound"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>

Loading…
Cancel
Save