Complex Type | xces:phrase.mentioned.seq |
<xs:group name="m.phrase.mentioned.seq"> <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="distinct" type="xces:distinctType"/> <xs:element name="title" type="xces:phrase.title.seq"/> <!-- 0.4 Changed hi to be of hiType, was phrase.hi.seq --> <xs:element name="hi" type="xces:hiType"/> <!-- 0.4 Add the emphasis element --> <xs:element name="emph" type="xces:hiType"/> </xs:choice> </xs:group> |