| diagram |  | ||||||||||||||||||
| namespace | http://www.w3.org/2001/XMLSchema | ||||||||||||||||||
| type | extension of xs:annotated | ||||||||||||||||||
| properties | 
 | ||||||||||||||||||
| children | xs:annotation xs:simpleType | ||||||||||||||||||
| used by | 
 | ||||||||||||||||||
| attributes | 
 | ||||||||||||||||||
| source | <xs:element name="list" id="list"> <xs:complexType> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-list"> itemType attribute and simpleType child are mutually exclusive, but one or other is required </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/> </xs:sequence> <xs:attribute name="itemType" type="xs:QName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> | 
| type | xs:QName | ||||
| properties | 
 | ||||
| source | <xs:attribute name="itemType" type="xs:QName" use="optional"/> | 
| diagram |  | ||||||||||||
| namespace | http://www.w3.org/2001/XMLSchema | ||||||||||||
| type | xs:localSimpleType | ||||||||||||
| properties | 
 | ||||||||||||
| children | xs:annotation xs:restriction xs:list xs:union | ||||||||||||
| used by | 
 | ||||||||||||
| attributes | 
 | ||||||||||||
| source | <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/> |