complexType "xs:localElement"
Namespace:
Content:
complex, 11 attributes, attr. wildcard, 6 elements
Block:
"#all" (blocks all substitutions of this complex type through xsi:type attribute in instance XML documents)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of attr. wildcard, 3 elements; 3 attr. prohibitions
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
 = 
 = 
 = 
 = 
 = 
(xs:nonNegativeInteger | "unbounded") : "1"
 = 
 = 
 = 
xs:boolean : "false"
 = 
("#all" | list of ("extension" | "restriction" | "substitution"))
 = 
("qualified" | "unqualified")
   
   
>
   
Content: 
</...>
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:element (restriction)
              xs:localElement
XML Source (see within schema source)
<xs:complexType name="localElement">
<xs:complexContent>
<xs:restriction base="xs:element">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
<xs:choice minOccurs="0">
<xs:element name="simpleType" type="xs:localSimpleType"/>
<xs:element name="complexType" type="xs:localComplexType"/>
</xs:choice>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="xs:identityConstraint"/>
</xs:sequence>
<xs:attribute name="substitutionGroup" use="prohibited"/>
<xs:attribute name="final" use="prohibited"/>
<xs:attribute name="abstract" use="prohibited"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 4/15)
abstract
Use:
prohibited
XML Source (see within schema source)
<xs:attribute name="abstract" use="prohibited"/>

final
Use:
prohibited
XML Source (see within schema source)
<xs:attribute name="final" use="prohibited"/>

substitutionGroup
Use:
prohibited
XML Source (see within schema source)
<xs:attribute name="substitutionGroup" use="prohibited"/>

{any attribute from non-schema namespace}
XML Source (see within schema source)
<xs:anyAttribute namespace="##other" processContents="lax"/>
Content Element Detail (all declarations; defined within this component only; 3/6)
xs:annotation
Type:
anonymous complexType (extension of xs:openAttrs), complex content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="xs:annotation"/>

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

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

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.