ows:ServiceProvider
Metadata about the organization that provides this specific service instance or server.
Element information
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Schema document: external/ogc-ows/1.0.0/dhs-gmo/1.0.0/ows.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- ows:ProviderName [1..1] A unique identifier for the service provider organization.
- ows:ProviderSite [0..1] Reference to the most relevant web site of the service provider.
- ows:ServiceContact [1..1] 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.
Attributes
None
Used in
- Type ows:CapabilitiesBaseType
- Type wfs:WFS_CapabilitiesType via extension of ows:CapabilitiesBaseType (Element wfs:WFS_Capabilities)
Sample instance
<ows:ServiceProvider> <ows:ProviderName>string</ows:ProviderName> <ows:ProviderSite/> <ows:ServiceContact> <ows:IndividualName>string</ows:IndividualName> <ows:PositionName>string</ows:PositionName> <ows:ContactInfo> <ows:Phone>... </ows:Phone> <ows:Address>... </ows:Address> <ows:OnlineResource/> <ows:HoursOfService>string</ows:HoursOfService> <ows:ContactInstructions>string</ows:ContactInstructions> </ows:ContactInfo> <ows:Role>string</ows:Role> </ows:ServiceContact> </ows:ServiceProvider>