IssueID #937: adjusted attribute definitions
This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
<xsd:simpleContent>
|
<xsd:simpleContent>
|
||||||
<xsd:extension base="xsd:string">
|
<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:extension>
|
||||||
</xsd:simpleContent>
|
</xsd:simpleContent>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
<xsd:simpleContent>
|
<xsd:simpleContent>
|
||||||
<xsd:extension base="xsd:string">
|
<xsd:extension base="xsd:string">
|
||||||
<xsd:attribute name="type" type="xsd:string" use="required"/>
|
<xsd:attribute name="type" type="xsd:string"/>
|
||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:simpleContent>
|
</xsd:simpleContent>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
@@ -125,6 +125,7 @@
|
|||||||
<xsd:simpleContent>
|
<xsd:simpleContent>
|
||||||
<xsd:extension base="xsd:string">
|
<xsd:extension base="xsd:string">
|
||||||
<xsd:attribute name="targetLang" type="xsd:string" use="required"/>
|
<xsd:attribute name="targetLang" type="xsd:string" use="required"/>
|
||||||
|
<xsd:attribute name="source" type="xsd:string"/>
|
||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:simpleContent>
|
</xsd:simpleContent>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
|
|||||||
Reference in New Issue
Block a user