<xs:group name="m.inter">
<xs:annotation>
<xs:documentation xml:lang="en">Paragraph-level elements, i.e., elements which can appear inside <div> elements at the paragraph level, or between paragraphs</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="bibl" type="xces:biblType"/>
<xs:element name="quote" type="xces:quoteType"/>
<xs:element name="list" type="xces:listType"/>
<xs:element name="poem" type="xces:poemType"/>
<xs:element name="note" type="xces:noteType"/>
<xs:element name="caption" type="xces:captionType"/>
<xs:element name="figure" type="xces:figureType"/>
<xs:element name="table" type="xces:tableType"/>
<!-- 0.4 removed the head element, and put it back in... -->
<xs:element name="head" type="xces:headType"/>
<!-- -->
</xs:choice>
</xs:group> |