<xs:complexType name="grammar-content">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="structure:other" />
<xs:choice>
<xs:element ref="structure:start" />
<xs:element ref="structure:define" />
<xs:element name="div">
<xs:complexType>
<xs:complexContent>
<xs:extension base="structure:grammar-content">
<xs:attributeGroup ref="structure:common-atts" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element ref="structure:include" />
</xs:choice>
</xs:choice>
</xs:complexType>
|