IssueID #937: adjusted attribute definitions
This commit is contained in:
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…
Reference in New Issue
Block a user