Binding object for the type http://www.w3.org/2001/XMLSchema:allNNI.
<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>
|