Definition Type: ComplexType
Name: realGroup
Namespace: http://www.w3.org/2001/XMLSchema
Type: xsd:group
Containing Schema: XMLSchema.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into sequence Drilldown into choice Drilldown into all Drilldown into annotation Drilldown into maxOccurs Drilldown into minOccurs Drilldown into ref Drilldown into name Drilldown into any Drilldown into sequence Drilldown into choice Drilldown into all Drilldown into group Drilldown into element Drilldown into id Drilldown into annotation Drilldown into openAttrs Drilldown into annotated Drilldown into groupXSD Diagram of realGroup
Collapse XSD Schema Code:
<xs:complexType name="realGroup">
    <xs:complexContent>
        <xs:restriction base="xs:group">
            <xs:sequence>
                <xs:element ref="xs:annotation" minOccurs="0" />
                <xs:choice minOccurs="0" maxOccurs="1">
                    <xs:element ref="xs:all" />
                    <xs:element ref="xs:choice" />
                    <xs:element ref="xs:sequence" />
                </xs:choice>
            </xs:sequence>
            <xs:anyAttribute namespace="##other" processContents="lax" />
        </xs:restriction>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation xsd:annotation 0 (1)
element xsd:element (1) (1)
group xsd:group (1) (1)
all xsd:all (1) (1)
choice xsd:choice (1) (1)
sequence xsd:sequence (1) (1)
any xsd:any (1) (1)
annotation xsd:annotation 0 (1)
all xsd:all (1) (1)
choice xsd:choice (1) (1)
sequence xsd:sequence (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id xsd:id (Optional)
name xsd:name (Optional)
ref xsd:ref (Optional)
minOccurs xsd:minOccurs 1 Optional
maxOccurs xsd:maxOccurs 1 Optional
<anyAttribute> ##other
<anyAttribute> ##other
Collapse Derivation Tree:
Collapse References:
xsd:groupRef, xsd:namedGroup
Collapse Comments:
blog comments powered by Disqus