Schema Central > NIEM 2.0 > wfs.xsd > idgen
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

idgen

               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.
            

Attribute information

Namespace: None

Schema document: external/ogc-wfs/1.1.0/dhs-gmo/1.0.0/wfs.xsd

Type: wfs:IdentifierGenerationOptionType

Properties: Local, Unqualified

Value

  • Type based on xsd:string
    • Valid valueDescription
      UseExisting The UseExsiting value indicates that WFS should not generate a new feature identifier for the feature being inserted into the repositry. Instead, the WFS should use the identifier encoded if the feature. If a duplicate exists then the WFS should raise an exception.
      ReplaceDuplicate The ReplaceDuplicate value indicates that WFS should not generate a new feature identifier for the feature being inserted into the repositry. Instead, the WFS should use the identifier encoded if the feature. If a duplicate exists then the WFS should replace the existing feature instance with the one encoded in the Insert action.
      GenerateNew The GenerateNew value indicates that WFS should generate a new unique feature identifier for the feature being inserted into the repositry.
  • Used in

    Site developed and hosted by Datypic, Inc.

    Please report errors or comments about this site to contrib@functx.com