<xs:complexType name="base.seq" mixed="true">
<xs:annotation>
<xs:documentation xml:lang="en">The base content model for token level elements, including PCDATA, possibly inter-mixed with <abbr> and <num> elements.</xs:documentation>
</xs:annotation>
<xs:complexContent mixed="true">
<xs:extension base="xces:class.text">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="num" type="xces:numType"/>
<xs:element name="abbr" type="xces:abbrType"/>
<!-- 0.4 Added tokens -->
<xs:element name="tok" type="xces:tokType"/>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType> |