Definition Type: Element
Name: div
Namespace: http://relaxng.org/ns/structure/1.0
Type: structure:grammar-content
Containing Schema: RelaxNG.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into include in schema relaxng_xsd Drilldown into define in schema relaxng_xsd Drilldown into start in schema relaxng_xsd Drilldown into other in schema relaxng_xsd Drilldown into grammar-content in schema relaxng_xsd Drilldown into datatypeLibrary in schema relaxng_xsd Drilldown into ns in schema relaxng_xsd Drilldown into common-atts in schema relaxng_xsdXSD Diagram of div in schema relaxng_xsd (REgular LAnguage for XML Next Generation (RELAX NG))
Collapse XSD Schema Code:
<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>
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 Child Attributes:
Name Type Default Value Use
ns structure:ns (Optional)
datatypeLibrary structure:datatypeLibrary (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: