simpleType "xs:allNNI"
Namespace:
Defined:
globally in XMLSchema.xsd; see XML source
Used:
Simple Content Model
xs:nonNegativeInteger | "unbounded"
All Direct / Indirect Based Attributes (3):
Known Usage Locations
Annotation
for maxOccurs
Type Definition Detail
Type Derivation Tree
union of (xs:nonNegativeInteger | restriction of xs:NMTOKEN)
  xs:allNNI
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xs:NMTOKEN
    Facets:
    enumeration:
    "unbounded"
XML Source (w/o annotations (1); see within schema 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>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set. All XSD diagrams generated by Oxygen XML Editor via FlexDoc/XML OxygenXML Integration.