IssueID #1097: added extra attributes etc for MWE
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<xsd:element name="head">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="status" type="statusType"/>
|
||||
<xsd:element name="status" type="statusType" minOccurs="0"/>
|
||||
<xsd:element name="headword" type="headwordType"/>
|
||||
<xsd:element name="lexicalUnit" type="lexicalUnitType" minOccurs="0"/>
|
||||
<xsd:element name="grammar" type="grammarType" minOccurs="0"/>
|
||||
|
||||
@@ -60,8 +60,12 @@
|
||||
<xsd:complexType name="lexemeType">
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:string">
|
||||
<xsd:attribute name="type" type="xsd:string"/>
|
||||
<xsd:attribute name="lexical_unit_lexeme_id" type="xsd:int"/>
|
||||
<xsd:attribute name="sloleks" type="xsd:string"/>
|
||||
<xsd:attribute name="kol" type="xsd:string"/>
|
||||
<xsd:attribute name="lemma" type="xsd:string"/>
|
||||
<xsd:attribute name="msd" type="xsd:string"/>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
@@ -75,6 +79,8 @@
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="id" type="xsd:int" use="required"/>
|
||||
<xsd:attribute name="type" type="xsd:string" use="required"/>
|
||||
<xsd:attribute name="structure_id" type="xsd:int"/>
|
||||
<xsd:attribute name="origin" type="xsd:string"/>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:simpleType name="categoryType">
|
||||
@@ -135,6 +141,7 @@
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="xsd:string">
|
||||
<xsd:attribute name="lexical_unit_id" type="xsd:int"/>
|
||||
<xsd:attribute name="origin" type="xsd:string"/>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
@@ -230,6 +237,7 @@
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="corpus_id" type="xsd:int"/>
|
||||
<xsd:attribute name="example_id" type="xsd:int"/>
|
||||
<xsd:attribute name="exampleId" type="xsd:string"/>
|
||||
<xsd:attribute name="modified" type="xsd:boolean"/>
|
||||
<xsd:attribute name="lexical_unit_id" type="xsd:int"/>
|
||||
<xsd:attribute name="audio" type="xsd:string"/>
|
||||
|
||||
Reference in New Issue
Block a user