<xsd:group name="boxed-text-model">
<xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:group ref="id.class"/>
</xsd:choice>
<xsd:element ref="sec-meta" minOccurs="0"/>
<xsd:element ref="label" minOccurs="0"/>
<xsd:element ref="caption" minOccurs="0"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:group ref="para-level"/>
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:group ref="sec-level"/>
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:group ref="sec-back-matter-mix"/>
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:group ref="display-back-matter.class"/>
</xsd:choice>
</xsd:sequence>
</xsd:group> |