Definition Type: Attribute
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
Use Required
Documentation:
The value of the typeName attribute is the name of the feature type to be updated. The name specified 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:attribute name="typeName" type="xsd:QName" use="required">
    <xsd:annotation>
        <xsd:documentation>
              The value of the typeName attribute is the name 
              of the feature type to be updated. The name
              specified must be a valid type that belongs to
              the feature content as defined by the GML
              Application Schema.
           </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>