Definition Type: ComplexType
Name: open-name-classes
Namespace: http://relaxng.org/ns/structure/1.0
Containing Schema: RelaxNG.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into nsName in schema relaxng_xsd Drilldown into anyName in schema relaxng_xsd Drilldown into name in schema relaxng_xsd Drilldown into name-class in schema relaxng_xsd Drilldown into other in schema relaxng_xsdXSD Diagram of open-name-classes in schema relaxng_xsd (REgular LAnguage for XML Next Generation (RELAX NG))
Collapse XSD Schema Code:
<xs:complexType name="open-name-classes">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="structure:other" />
        <xs:group ref="structure:name-class" />
    </xs:choice>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name structure:name (1) (1)
anyName structure:anyName (1) (1)
nsName structure:nsName (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)
<xs:any> Allowed namespace: '##local' (1) (1)
<xs:group> structure:other (1) (1)
<xs:group> structure:name-class (1) (1)
Collapse Derivation Tree:
Collapse References:
structure:except