complexType "xs:simpleType"
Namespace:
Content:
complex, 3 attributes, attr. wildcard, 4 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
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 2 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
 = 
("#all" | list of ("list" | "union" | "restriction"))
 = 
   
   
>
   
Content: 
</...>
Known Direct Subtypes (2):
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:simpleType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType abstract="true" name="simpleType">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:group ref="xs:simpleDerivation"/>
<xs:attribute name="final" type="xs:simpleDerivationSet"/>
<xs:attribute name="name" type="xs:NCName"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/4)
final
Type:
Use:
optional
Attribute Value
"#all" | list of ("list" | "union" | "restriction")
XML Source (see within schema source)
<xs:attribute name="final" type="xs:simpleDerivationSet"/>

name
Type:
Use:
optional
Can be restricted to required or forbidden
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="name" type="xs:NCName"/>

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.