Definition Type: Element
Name: TypeName
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: QName:http://www.w3.org/2001/XMLSchema
Containing Schema: wfs.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
The TypeName element is used to enumerate the feature types to be described. If no TypeName elements are specified then all features should be described. The name must be a valid type that belongs to the 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:element name="TypeName" type="xsd:QName" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>
                        The TypeName element is used to enumerate the
                        feature types to be described.  If no TypeName
                        elements are specified then all features should
                        be described.  The name must be a valid type
                        that belongs to the feature content as defined
                        by the GML Application Schema.
                     </xsd:documentation>
    </xsd:annotation>
</xsd:element>