Definition Type: SimpleType
Name: nonNegativeInteger_or_unbounded
Namespace: http://niem.gov/niem/external/iso-10303-step/2/ex/dhs-gmo/1.0.0
Containing Schema: configuration.xsd
Collapse XSD Schema Diagram:
XSD Diagram of nonNegativeInteger_or_unbounded in schema configuration_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:simpleType name="nonNegativeInteger_or_unbounded">
    <xs:union memberTypes="xs:nonNegativeInteger">
        <xs:simpleType>
            <xs:restriction base="xs:string">
                <xs:enumeration value="unbounded" />
            </xs:restriction>
        </xs:simpleType>
    </xs:union>
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
ex:maxOccurs