The SPECIALIST Lexicon

Xml Schemas - Verb Entry

Verb Entry:
<!-- verbEntry -->
<xsd:complexType name="verbEntryType">
    <xsd:sequence>
        <xsd:element name="variants" type="xsd:string" minOccurs="1" maxOccurs="unbounded"/>
        <xsd:group ref="complementType" minOccurs="1" maxOccurs="unbounded"/>
        <xsd:element name="nominalization" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
</xsd:complexType>

<xsd:group name="complementType">
    <xsd:sequence>
        <xsd:element name="intran" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
        <xsd:element name="tran" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
        <xsd:element name="ditran" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
        <xsd:element name="link" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
        <xsd:element name="cplxtran" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
</xsd:group>