<xsd:group name="array-model">
<xsd:sequence>
<xsd:element ref="label" minOccurs="0"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:group ref="access.class"/>
<xsd:group ref="address-link.class"/>
</xsd:choice>
<xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:group ref="just-base-display.class"/>
</xsd:choice>
<xsd:group ref="tbody.class"/>
</xsd:choice>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:group ref="display-back-matter.class"/>
</xsd:choice>
</xsd:sequence>
</xsd:group> |