<xs:group name="m.token">
<xs:annotation>
<xs:documentation xml:lang="en">Elements which are regarded as individual tokens even when they may contain sub-constituents.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="abbr" type="xces:abbrType"/>
<xs:element name="date" type="xces:dateType"/>
<xs:element name="num" type="xces:numType"/>
<xs:element name="measure" type="xces:measureType"/>
<xs:element name="name" type="xces:nameType"/>
<xs:element name="term" type="xces:termType"/>
<xs:element name="time" type="xces:timeType"/>
<!-- 0.4 Added tok elements to eliminate the need for "merged" versions of the schemas -->
<xs:element name="tok" type="xces:tokType"/>
</xs:choice>
</xs:group> |