Definition Type: SimpleType
Name: nonNegativeIntegerOrUnknown
Namespace: http://www.opengis.net/wfs/2.0
Containing Schema: wfs.xsd
Collapse XSD Schema Diagram:
XSD Diagram of nonNegativeIntegerOrUnknown in schema wfs_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<xsd:simpleType name="nonNegativeIntegerOrUnknown">
    <xsd:union>
        <xsd:simpleType>
            <xsd:restriction base="xsd:string">
                <xsd:enumeration value="unknown" />
            </xsd:restriction>
        </xsd:simpleType>
        <xsd:simpleType>
            <xsd:restriction base="xsd:nonNegativeInteger" />
        </xsd:simpleType>
    </xsd:union>
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
wfs:numberMatched