Definition Type: Element
Name: Insert
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: wfs:InsertElementType
Containing Schema: wfs.xsd
Abstract
Documentation:
The Insert element is used to indicate that the Web Feature Service should create a new instance of a feature type. The feature instance is specified using GML3 and one or more feature instances to be created can be contained inside the Insert element.
Collapse XSD Schema Diagram:
Drilldown into _Feature in schema gml_xsd Drilldown into srsName in schema wfs_xsd Drilldown into inputFormat in schema wfs_xsd Drilldown into handle in schema wfs_xsd Drilldown into idgen in schema wfs_xsd Drilldown into InsertElementType in schema wfs_xsdXSD Diagram of Insert in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="Insert" type="wfs:InsertElementType">
    <xsd:annotation>
        <xsd:documentation>
            The Insert element is used to indicate that the Web Feature
            Service should create a new instance of a feature type.  The
            feature instance is specified using GML3 and one or more 
            feature instances to be created can be contained inside the
            Insert element.
         </xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Feature gml:_Feature (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
idgen wfs:idgen GenerateNew Optional
handle wfs:handle Optional
inputFormat wfs:inputFormat text/xml; subtype=gml/3.1.1 Optional
srsName wfs:srsName Optional
Collapse Derivation Tree: