Definition Type: Attribute
Name: typeName
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: wfs:TypeNameListType
Containing Schema: wfs.xsd
Use Required
Documentation:
The typeName attribute is a list of one or more feature type names that indicate which types of feature instances should be included in the reponse set. Specifying more than one typename indicates that a join operation is being performed. All the names in the typeName list must be valid types that belong to this query's feature content as defined by the GML Application Schema.
Collapse XSD Schema Diagram:
XSD Diagram of typeName in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:attribute name="typeName" type="wfs:TypeNameListType" use="required">
    <xsd:annotation>
        <xsd:documentation>
              The typeName attribute is a list of one or more
              feature type names that indicate which types 
              of feature instances should be included in the
              reponse set.  Specifying more than one typename
              indicates that a join operation is being performed.
              All the names in the typeName list must be valid
              types that belong to this query's feature content
              as defined by the GML Application Schema.
           </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>
Collapse Derivation Tree: