Element | statement |
<xsd:group name="statement-model"> <xsd:sequence> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:group ref="id.class"/> </xsd:choice> <xsd:element ref="label" minOccurs="0"/> <xsd:element ref="title" minOccurs="0"/> <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> |