IssueID #937: adjusted attribute definitions

simon
Cyprian Laskowski 5 years ago
parent 121c1fd3b1
commit 49299a1503

@ -85,7 +85,7 @@
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="lexical_unit_id" type="xsd:int" use="required"/>
<xsd:attribute name="lexical_unit_id" type="xsd:int"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
@ -99,7 +99,7 @@
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="type" type="xsd:string" use="required"/>
<xsd:attribute name="type" type="xsd:string"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
@ -125,6 +125,7 @@
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="targetLang" type="xsd:string" use="required"/>
<xsd:attribute name="source" type="xsd:string"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>

Loading…
Cancel
Save