| namespace | http://www.w3.org/2001/XMLSchema | ||
| type | union of (xs:nonNegativeInteger, restriction of xs:NMTOKEN) | ||
| used by | 
 | ||
| annotation | 
 | ||
| source | <xs:simpleType name="allNNI"> <xs:annotation> <xs:documentation> for maxOccurs</xs:documentation> </xs:annotation> <xs:union memberTypes="xs:nonNegativeInteger"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="unbounded"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |