simpleType allNNI
namespace http://www.w3.org/2001/XMLSchema
type union of (xs:nonNegativeInteger, restriction of xs:NMTOKEN)
used by
attributes narrowMaxMin/@maxOccurs all/@maxOccurs occurs/@maxOccurs
annotation
documentation

   for maxOccurs
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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy