Definition Type: Element
Name: ServiceProvider
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Containing Schema: ows.xsd
Abstract
Documentation:
Metadata about the organization that provides this specific service instance or server.
Collapse XSD Schema Diagram:
Drilldown into ServiceContact in schema ows_xsd Drilldown into ProviderSite in schema ows_xsd Drilldown into ProviderName in schema ows_xsdXSD Diagram of ServiceProvider in schema ows_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<element name="ServiceProvider">
    <annotation>
        <documentation>Metadata about the organization that provides this specific service instance or server. </documentation>
    </annotation>
    <complexType>
        <sequence>
            <element name="ProviderName" type="string">
                <annotation>
                    <documentation>A unique identifier for the service provider organization. </documentation>
                </annotation>
            </element>
            <element name="ProviderSite" type="ows:OnlineResourceType" minOccurs="0">
                <annotation>
                    <documentation>Reference to the most relevant web site of the service provider. </documentation>
                </annotation>
            </element>
            <element name="ServiceContact" type="ows:ResponsiblePartySubsetType">
                <annotation>
                    <documentation>Information for contacting the service provider. The OnlineResource element within this ServiceContact element should not be used to reference a web site of the service provider. </documentation>
                </annotation>
            </element>
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProviderName ows:ProviderName (1) (1)
ProviderSite ows:ProviderSite 0 (1)
ServiceContact ows:ServiceContact (1) (1)