Redmine #2597: added support for two more attributes

master
Cyprian Laskowski 3 months ago
parent 85a7d9f7f2
commit 2c9d3d6868

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

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

Loading…
Cancel
Save