Definition Type: Attribute
Name: idgen
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: wfs:IdentifierGenerationOptionType
Containing Schema: wfs.xsd
Default GenerateNew
Use Optional
Documentation:
The idgen attribute control how a WFS generates identifiers from newly created feature instances using the Insert action. The default action is to have the WFS generate a new id for the features. This is also backward compatible with WFS 1.0 where the only action was for the WFS to generate an new id.
Collapse XSD Schema Diagram:
XSD Diagram of idgen in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:attribute name="idgen" type="wfs:IdentifierGenerationOptionType" use="optional" default="GenerateNew">
    <xsd:annotation>
        <xsd:documentation>
               The idgen attribute control how a WFS generates identifiers
               from newly created feature instances using the Insert action.
               The default action is to have the WFS generate a new id for
               the features.  This is also backward compatible with WFS 1.0
               where the only action was for the WFS to generate an new id.
            </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>
Collapse Derivation Tree: