Definition Type: ComplexType
Name: InsertedFeatureType
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Containing Schema: wfs.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into FeatureId in schema filter_xsd Drilldown into handle in schema wfs_xsdXSD Diagram of InsertedFeatureType in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="InsertedFeatureType">
    <xsd:sequence>
        <xsd:element ref="ogc:FeatureId" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">
                  This is the feature identifier for the newly created
                  feature.  The feature identifier may be generated by
                  the WFS or provided by the client (depending on the 
                  value of the idgen attribute).  In all cases of idgen
                  values, the feature id must be reported here.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="handle" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation xml:lang="en">
               If the insert element that generated this feature 
               had a value for the "handle" attribute then a WFS
               may report it using this attribute to correlate
               the feature created with the action that created it.
            </xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FeatureId ogc:FeatureId (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
handle wfs:handle Optional
Collapse Derivation Tree:
Collapse References:
wfs:Feature