xces:m.phrase.seq

The sequence m.phrase.seq is the base sequence and the
others sequences are subsets of m.phrase.seq. Each subset contains all the elements
of m.phrase.seq except for one. For example m.phrase.hi.seq contains all elements
but <hi>.

Element Group Information

Model

Used By

Source

<xs:group name="m.phrase.seq">
  <xs:annotation>
    <xs:documentation xml:lang="en">The sequence m.phrase.seq is the base sequence and the others sequences are subsets of m.phrase.seq. Each subset contains all the elements of m.phrase.seq except for one. For example m.phrase.hi.seq contains all elements but <hi>.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:group ref="xces:m.token"/>
    <xs:group ref="xces:m.common"/>
    <xs:element name="foreign" type="xces:phrase.foreign.seq"/>
    <xs:element name="mentioned" type="xces:phrase.mentioned.seq"/>
    <xs:element name="distinct" type="xces:distinctType"/>
    <xs:element name="title" type="xces:phrase.title.seq"/>
    <!-- 0.4 Changed the "hi" element to be of xces:hiType again. -->
    <xs:element name="hi" type="xces:hiType"/>
    <!-- 0.4 Add the emphasis element -->
    <xs:element name="emph" type="xces:hiType"/>
  </xs:choice>
</xs:group>