Redmine #2597: added attribute support for synonym types and scores

This commit is contained in:
Cyprian Laskowski 2023-09-13 16:29:31 +02:00
parent fb2cf29d23
commit c86ccd1401

View File

@ -222,6 +222,8 @@
<xsd:attribute name="sense_id" type="xsd:int"/>
<xsd:attribute name="senseKey" type="xsd:string"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="synonymType" type="xsd:string"/>
<xsd:attribute name="synonymScore" type="xsd:decimal"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>