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

master
Cyprian Laskowski 8 months ago
parent fb2cf29d23
commit c86ccd1401

@ -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>

Loading…
Cancel
Save