Definition Type: ComplexType
Name: grammar-content
Namespace: http://relaxng.org/ns/structure/1.0
Containing Schema: RelaxNG.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into include in schema relaxng_xsd Drilldown into div in schema relaxng_xsd Drilldown into define in schema relaxng_xsd Drilldown into start in schema relaxng_xsd Drilldown into other in schema relaxng_xsdXSD Diagram of grammar-content in schema relaxng_xsd (REgular LAnguage for XML Next Generation (RELAX NG))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
start structure:start (1) (1)
define structure:define (1) (1)
div structure:div (1) (1)
include structure:include (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)
<xs:any> Allowed namespace: '##local' (1) (1)
<xs:group> structure:other (1) (1)
Collapse Derivation Tree:
Collapse References:
structure:div, structure:grammar