http://www.w3.org/2001/XMLSchema
simpleType allNNI

Super Types
{http://www.w3.org/2001/XMLSchema}anySimpleType
|
+--{http://www.w3.org/2001/XMLSchema}allNNI (restriction)

Documentation
   for maxOccurs
Properties
This component is not nillable.

Model

(xs:nonNegativeInteger)

Local Usage
all, narrowMaxMin, occurs

Source
<xs:simpleType name="allNNI">
<xs:union memberTypes="xs:nonNegativeInteger">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="unbounded"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.