| diagram |  | ||||||||||||||||||||||||
| namespace | http://www.w3.org/2001/XMLSchema | ||||||||||||||||||||||||
| type | restriction of xs:explicitGroup | ||||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||||
| children | xs:annotation xs:element | ||||||||||||||||||||||||
| used by | 
 | ||||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||||
| source | <xs:complexType name="all"> <xs:annotation> <xs:documentation> Only elements allowed inside</xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="xs:explicitGroup"> <xs:group ref="xs:allModel"/> <xs:attribute name="minOccurs" use="optional" default="1"> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="maxOccurs" use="optional" default="1"> <xs:simpleType> <xs:restriction base="xs:allNNI"> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:restriction> </xs:complexContent> </xs:complexType> | 
| type | restriction of xs:nonNegativeInteger | |||||||||
| properties | 
 | |||||||||
| facets | 
 | |||||||||
| source | <xs:attribute name="minOccurs" use="optional" default="1"> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> | 
| type | restriction of xs:allNNI | ||||||
| properties | 
 | ||||||
| facets | 
 | ||||||
| source | <xs:attribute name="maxOccurs" use="optional" default="1"> <xs:simpleType> <xs:restriction base="xs:allNNI"> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |