Definition Type: ComplexType
Name: open-pattern
Namespace: http://relaxng.org/ns/structure/1.0
Containing Schema: RelaxNG.xsd
Abstract
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_xsd Drilldown into pattern in schema relaxng_xsd Drilldown into other in schema relaxng_xsdXSD Diagram of open-pattern in schema relaxng_xsd (REgular LAnguage for XML Next Generation (RELAX NG))
Collapse XSD Schema Code:
<xs:complexType name="open-pattern">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="structure:other" />
        <xs:group ref="structure:pattern" />
    </xs:choice>
</xs:complexType>
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)
<xs:any> Allowed namespace: '##other' (1) (1)
<xs:any> Allowed namespace: '##local' (1) (1)
<xs:group> structure:other (1) (1)
<xs:group> structure:pattern (1) (1)
Collapse Derivation Tree:
Collapse References:
structure:start