element <xs:list> (global)
Namespace:
Type:
anonymous complexType (extension of xs:annotated)
Content:
complex, 2 attributes, attr. wildcard, 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, 1 element
Used:
Component Diagram
XML Representation Summary
<xs:list
   
 = 
 = 
   
   
>
   
Content: 
</xs:list>
Included in content model of elements (2):
Known Usage Locations
Anonymous Type Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          complexType
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 (all declarations; defined within 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 (all declarations; defined within 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 FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.