<xsd:group name="statement-model">
<xsd:sequence>
<xsd:element ref="label" minOccurs="0"/>
<xsd:element ref="title" minOccurs="0"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:group ref="abstract.class"/>
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:group ref="kwd-group.class"/>
</xsd:choice>
<xsd:choice maxOccurs="unbounded">
<xsd:group ref="just-para.class"/>
<xsd:group ref="statement.class"/>
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:group ref="display-back-matter.class"/>
</xsd:choice>
</xsd:sequence>
</xsd:group> |