IssueID #1080: added @type to <lemma>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user