Definition Type: ComplexType
Name: NativeType
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 safeToIgnore in schema wfs_xsd Drilldown into vendorId in schema wfs_xsdXSD Diagram of NativeType in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="NativeType">
    <xsd:attribute name="vendorId" type="xsd:string" use="required">
        <xsd:annotation>
            <xsd:documentation>
               The vendorId attribute is used to specify the name of
               vendor who's vendor specific command the client
               application wishes to execute.
            </xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="safeToIgnore" type="xsd:boolean" use="required">
        <xsd:annotation>
            <xsd:documentation>
               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.
            </xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
vendorId wfs:vendorId Required
safeToIgnore wfs:safeToIgnore Required
Collapse Derivation Tree:
Collapse References:
wfs:Native