complexType "xs:simpleExtensionType"
Namespace:
Content:
complex, 2 attributes, attr. wildcard, 4 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, 1 element
Used:
Component Derivation Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:QName
    {any attribute with non-schema namespace}
    >
   
Content: 
xs:annotation?, (xs:attribute | xs:attributeGroup)*, xs:anyAttribute?
</...>
Content Model Elements (4):
xs:annotation, xs:attribute (type xs:attribute),
All Direct / Indirect Based Elements (1):
xs:extension (in xs:simpleContent)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:extensionType (restriction)
              xs:simpleExtensionType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="simpleExtensionType">
<xs:complexContent>
<xs:restriction base="xs:extensionType">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
<xs:group ref="xs:attrDecls"/>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/3)
{any attribute with 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; 1/4)
xs:annotation
Type:
anonymous complexType (extension of xs:openAttrs), complex content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="xs:annotation"/>

XML schema documentation generated with DocFlex/XML 1.9.0b6 using DocFlex/XML XSDDoc 2.6.0 template set. All component diagrams generated by <oXygen/> XML Editor via DocFlex/XML Oxygen XML Integration.