complexType "xs:keybase"
Namespace:
Content:
complex, 3 attributes, attr. wildcard, 3 elements
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 2 attributes, 2 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:NCName
 = 
xs:QName
   
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (3):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:keybase
XML Source (see within schema source)
<xs:complexType name="keybase">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:sequence minOccurs="0">
<xs:element ref="xs:selector"/>
<xs:element maxOccurs="unbounded" minOccurs="1" ref="xs:field"/>
</xs:sequence>
<xs:attribute name="name" type="xs:NCName"/>
<xs:attribute name="ref" type="xs:QName"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/4)
name
Type:
xs:NCName, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="name" type="xs:NCName"/>

ref
Type:
xs:QName, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="ref" type="xs:QName"/>
Content Element Detail (all declarations; defined within this component only; 2/3)
xs:field
Type:
anonymous complexType (extension of xs:annotated), complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="1" ref="xs:field"/>

xs:selector
Type:
anonymous complexType (extension of xs:annotated), complex content
XML Source (see within schema source)
<xs:element ref="xs:selector"/>

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.