Redmine #2597: added support for two more attributes

This commit is contained in:
Cyprian Laskowski 2024-01-30 09:56:18 +01:00
parent 85a7d9f7f2
commit 2c9d3d6868
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
<xsd:element name="exampleContainerList" type="exampleContainerListType" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:int"/>
<xsd:attribute name="dummy" type="xsd:boolean"/>
</xsd:complexType>
</xsd:element>
</xsd:sequence>

View File

@ -221,6 +221,7 @@
<xsd:extension base="xsd:string">
<xsd:attribute name="sense_id" type="xsd:int"/>
<xsd:attribute name="senseKey" type="xsd:string"/>
<xsd:attribute name="lexical_unit_id" type="xsd:int"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="synonymType" type="xsd:string"/>
<xsd:attribute name="synonymScore" type="xsd:decimal"/>