wfs:Native
Many times, a Web Feature Service interacts with a repository that may have special vendor specific capabilities. The native element allows vendor specific command to be passed to the repository via the Web Feature Service.
Element information
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-wfs/1.1.0/dhs-gmo/1.0.0/wfs.xsd
Type: wfs:NativeType
Properties: Global, Qualified
Content
- Empty content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
vendorId | [1..1] | xsd:string | The vendorId attribute is used to specify the name of vendor who's vendor specific command the client application wishes to execute. | |
safeToIgnore | [1..1] | xsd:boolean | In the event that a Web Feature Service does not recognize the vendorId or does not recognize the vendor specific command, the safeToIgnore attribute is used to indicate whether the exception can be safely ignored. A value of TRUE means that the Web Feature Service may ignore the command. A value of FALSE means that a Web Feature Service cannot ignore the command and an exception should be raised if a problem is encountered. |
Used in
- Type wfs:TransactionType (Element wfs:Transaction)
Sample instance
<wfs:Native vendorId="string" safeToIgnore="true"/>