element <xs:list>
Namespace:
Type:
anonymous (extension of xs:annotated)
Content:
complex, 2+any attributes, 2 elements
Block:
"#all" (blocks all substitutions of this element or its type)
Defined:
globally in XMLSchema.xsd, see XML source
Includes:
definitions of 1 attribute and 1 element
Used:
XML Representation Summary
<xs:list
    id
 = 
xs:ID
    itemType
 = 
xs:QName
    {any attribute with non-schema namespace}
    >
   
Content: 
xs:annotation?, xs:simpleType?
</xs:list>
Content model elements (2):
Included in content model of elements (2):
Known Usage Locations
Anonymous Type Detail
Type Derivation Tree
  xs:openAttrs (restriction)
      xs:annotated (extension)
          complexType (extension)
Annotation
itemType attribute and simpleType child are mutually
exclusive, but one or other is required
See:  http://www.w3.org/TR/xmlschema-2/#element-list
XML Source (w/o annotations (1); see within schema source)
<xs:element id="list" name="list">
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:sequence>
<xs:element minOccurs="0" name="simpleType" type="xs:localSimpleType"/>
</xs:sequence>
<xs:attribute name="itemType" type="xs:QName" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/3)
itemType
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="itemType" type="xs:QName" use="optional"/>
Content Element Detail (defined in this component only; 1/2)
xs:simpleType
Type:
xs:localSimpleType, complex content
XML Source (see within schema source)
<xs:element minOccurs="0" name="simpleType" type="xs:localSimpleType"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set