Definition Type: SimpleType
Name: TypeNameListType
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Containing Schema: wfs.xsd
Collapse XSD Schema Diagram:
XSD Diagram of TypeNameListType in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="TypeNameListType">
    <xsd:restriction base="wfs:Base_TypeNameListType">
        <xsd:pattern value="((\w:)?\w(=\w)?){1,}">
            <xsd:annotation>
                <xsd:documentation>
                  Example typeName attribute value might be:

                     typeName="ns1:Inwatera_1m=A, ns2:CoastL_1M=B"

                  In this example, A is an alias for ns1:Inwatera_1m
                  and B is an alias for ns2:CoastL_1M.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:pattern>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern ((\w:)?\w(=\w)?){1,}
Collapse Derivation Tree:
Collapse References:
wfs:typeName