Extend the model for paragraph sequences to include <turn> elements. |
<xs:group name="m.par.seq"> <xs:annotation> <xs:documentation xml:lang="en">Extend the model for paragraph sequences to include <turn> elements.</xs:documentation> </xs:annotation> <xs:choice> <xs:group ref="xces:m.par.seq"/> <xs:element name="turn" type="xces:pType"/> <xs:element name="u" type="xces:sType"/> </xs:choice> </xs:group> |