element <xs:complexContent> (global)
Namespace:
Type:
anonymous complexType (extension of xs:annotated)
Content:
complex, 2 attributes, attr. wildcard, 3 elements
Block:
"#all" (blocks all substitutions of this element or its type)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Used:
Component Diagram
XML Representation Summary
<xs:complexContent
   
 = 
 = 
   
   
>
   
Content: 
</xs:complexContent>
Included in content model of elements (5):
xs:complexType (defined in xs:element complexType),
xs:complexType (defined in xs:localElement complexType),
xs:complexType (in xs:element defined in xs:allModel group),
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-1/#element-complexContent
Anonymous Type Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          complexType
XML Source (w/o annotations (2); see within schema source)
<xs:element id="complexContent" name="complexContent">
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:choice>
<xs:element name="restriction" type="xs:complexRestrictionType"/>
<xs:element name="extension" type="xs:extensionType"/>
</xs:choice>
<xs:attribute name="mixed" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 1/3)
mixed
Type:
Use:
optional
Overrides any setting on complexType parent.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="mixed" type="xs:boolean"/>
Content Element Detail (all declarations; defined within this component only; 2/3)
xs:extension
Type:
xs:extensionType, complex content
XML Source (see within schema source)
<xs:element name="extension" type="xs:extensionType"/>

xs:restriction
Type:
xs:complexRestrictionType, complex content
XML Source (see within schema source)
<xs:element name="restriction" type="xs:complexRestrictionType"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.