Definition Type: Attribute
Name: vendorId
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: wfs.xsd
Use Required
Documentation:
The vendorId attribute is used to specify the name of vendor who's vendor specific command the client application wishes to execute.
Collapse XSD Schema Diagram:
XSD Diagram of vendorId in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>