Extend the model for sub-paragraph sequences to include <u> (utterance) elements. |
<xs:group name="m.subpar.seq"> <xs:annotation> <xs:documentation xml:lang="en">Extend the model for sub-paragraph sequences to include <u> (utterance) elements.</xs:documentation> </xs:annotation> <xs:choice> <xs:group ref="xces:m.subpar.seq"/> <xs:element name="u" type="xces:sType"/> </xs:choice> </xs:group> |