complexType "xs:altType"
Namespace:
Content:
complex, 4 attributes, attr. wildcard, 3 elements
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 3 attributes, 2 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:string
 = 
xs:QName
 = 
(xs:anyURI | ("##defaultNamespace" | "##targetNamespace" | "##local"))
   
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This type is used for 'alternative' elements.
Type Definition Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:altType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="altType">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:choice minOccurs="0">
<xs:element name="simpleType" type="xs:localSimpleType"/>
<xs:element name="complexType" type="xs:localComplexType"/>
</xs:choice>
<xs:attribute name="test" type="xs:string" use="optional"/>
<xs:attribute name="type" type="xs:QName" use="optional"/>
<xs:attribute name="xpathDefaultNamespace" type="xs:xpathDefaultNamespace"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/5)
test
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="test" type="xs:string" use="optional"/>

type
Type:
xs:QName, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="type" type="xs:QName" use="optional"/>

xpathDefaultNamespace
Type:
Use:
optional
Attribute Value
xs:anyURI | ("##defaultNamespace" | "##targetNamespace" | "##local")
XML Source (see within schema source)
<xs:attribute name="xpathDefaultNamespace" type="xs:xpathDefaultNamespace"/>
Content Element Detail (all declarations; defined within this component only; 2/3)
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.