Definition Type: ComplexType
Name: complexType
Namespace: http://www.w3.org/2001/XMLSchema
Type: xsd:annotated
Containing Schema: XMLSchema.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into anyAttribute in schema xmlschema_xsd Drilldown into attributeGroup in schema xmlschema_xsd Drilldown into attribute in schema xmlschema_xsd Drilldown into attrDecls in schema xmlschema_xsd Drilldown into sequence in schema xmlschema_xsd Drilldown into choice in schema xmlschema_xsd Drilldown into all in schema xmlschema_xsd Drilldown into group in schema xmlschema_xsd Drilldown into typeDefParticle in schema xmlschema_xsd Drilldown into complexContent in schema xmlschema_xsd Drilldown into simpleContent in schema xmlschema_xsd Drilldown into complexTypeModel in schema xmlschema_xsd Drilldown into annotation in schema xmlschema_xsd Drilldown into openAttrs in schema xmlschema_xsd Drilldown into id in schema xmlschema_xsd Drilldown into annotated in schema xmlschema_xsd Drilldown into block in schema xmlschema_xsd Drilldown into final in schema xmlschema_xsd Drilldown into abstract in schema xmlschema_xsd Drilldown into mixed in schema xmlschema_xsd Drilldown into name in schema xmlschema_xsdXSD Diagram of complexType in schema xmlschema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xs:complexType name="complexType" abstract="true">
    <xs:complexContent>
        <xs:extension base="xs:annotated">
            <xs:group ref="xs:complexTypeModel" />
            <xs:attribute name="name" type="xs:NCName">
                <xs:annotation>
                    <xs:documentation>
      Will be restricted to required or forbidden</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="mixed" type="xs:boolean" use="optional" default="false">
                <xs:annotation>
                    <xs:documentation>
      Not allowed if simpleContent child is chosen.
      May be overriden by setting on complexContent child.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="abstract" type="xs:boolean" use="optional" default="false" />
            <xs:attribute name="final" type="xs:derivationSet" />
            <xs:attribute name="block" type="xs:derivationSet" />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation xsd:annotation 0 (1)
simpleContent xsd:simpleContent (1) (1)
complexContent xsd:complexContent (1) (1)
group xsd:group (1) (1)
all xsd:all (1) (1)
choice xsd:choice (1) (1)
sequence xsd:sequence (1) (1)
attribute xsd:attribute (1) (1)
attributeGroup xsd:attributeGroup (1) (1)
anyAttribute xsd:anyAttribute 0 (1)
<xs:group> xsd:typeDefParticle 0 (1)
<xs:group> xsd:attrDecls (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id xsd:id (Optional)
name xsd:name (Optional)
mixed xsd:mixed false Optional
abstract xsd:abstract false Optional
final xsd:final (Optional)
block xsd:block (Optional)
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
xsd:localComplexType, xsd:topLevelComplexType