Definition Type: Group
Name: pattern
Namespace: http://relaxng.org/ns/structure/1.0
Containing Schema: RelaxNG.xsd
Collapse XSD Schema Diagram:
Drilldown into grammar in schema relaxng_xsd Drilldown into externalRef in schema relaxng_xsd Drilldown into notAllowed in schema relaxng_xsd Drilldown into data in schema relaxng_xsd Drilldown into value in schema relaxng_xsd Drilldown into text in schema relaxng_xsd Drilldown into empty in schema relaxng_xsd Drilldown into parentRef in schema relaxng_xsd Drilldown into ref in schema relaxng_xsd Drilldown into mixed in schema relaxng_xsd Drilldown into list in schema relaxng_xsd Drilldown into oneOrMore in schema relaxng_xsd Drilldown into zeroOrMore in schema relaxng_xsd Drilldown into optional in schema relaxng_xsd Drilldown into choice in schema relaxng_xsd Drilldown into interleave in schema relaxng_xsd Drilldown into group in schema relaxng_xsd Drilldown into attribute in schema relaxng_xsd Drilldown into element in schema relaxng_xsdXSD Diagram of pattern in schema relaxng_xsd (REgular LAnguage for XML Next Generation (RELAX NG))
Collapse XSD Schema Code:
<xs:group name="pattern">
    <xs:choice>
        <xs:element ref="structure:element" />
        <xs:element ref="structure:attribute" />
        <xs:element ref="structure:group" />
        <xs:element ref="structure:interleave" />
        <xs:element name="choice">
            <xs:complexType>
                <xs:group ref="structure:open-patterns" />
                <xs:attributeGroup ref="structure:common-atts" />
            </xs:complexType>
        </xs:element>
        <xs:element ref="structure:optional" />
        <xs:element ref="structure:zeroOrMore" />
        <xs:element ref="structure:oneOrMore" />
        <xs:element ref="structure:list" />
        <xs:element ref="structure:mixed" />
        <xs:element ref="structure:ref" />
        <xs:element ref="structure:parentRef" />
        <xs:element ref="structure:empty" />
        <xs:element ref="structure:text" />
        <xs:element ref="structure:value" />
        <xs:element ref="structure:data" />
        <xs:element ref="structure:notAllowed" />
        <xs:element ref="structure:externalRef" />
        <xs:element ref="structure:grammar" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
element structure:element (1) (1)
attribute structure:attribute (1) (1)
group structure:group (1) (1)
interleave structure:interleave (1) (1)
choice structure:choice (1) (1)
optional structure:optional (1) (1)
zeroOrMore structure:zeroOrMore (1) (1)
oneOrMore structure:oneOrMore (1) (1)
list structure:list (1) (1)
mixed structure:mixed (1) (1)
ref structure:ref (1) (1)
parentRef structure:parentRef (1) (1)
empty structure:empty (1) (1)
text structure:text (1) (1)
value structure:value (1) (1)
data structure:data (1) (1)
notAllowed structure:notAllowed (1) (1)
externalRef structure:externalRef (1) (1)
grammar structure:grammar (1) (1)