<xsd:group name="toc-entry-model">
<xsd:sequence>
<xsd:element ref="label" minOccurs="0"/>
<xsd:element ref="title" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="subtitle" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:group ref="contrib-group.class"/>
<xsd:group ref="para-level"/>
<xsd:group ref="toc-abstract.class"/>
</xsd:choice>
<xsd:choice minOccurs="0">
<xsd:group ref="struct-link.class"/>
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:group ref="toc-entry.class"/>
</xsd:choice>
</xsd:sequence>
</xsd:group> |