Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema owsServiceProvider.xsd
Namespace http://www.opengis.net/ows/2.0
Annotations
This XML Schema Document encodes the common
    "ServiceProvider" section of the GetCapabilities operation response, known
    as the Capabilities XML document. This section encodes the
    SV_ServiceProvider class of ISO 19119 (OGC Abstract Specification Topic 12). 

    OWS is an OGC Standard.
    Copyright (c) 2009 Open Geospatial Consortium.
    To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form default unqualified
element form default qualified
version 2.0.2
Element ows:ServiceProvider
Namespace http://www.opengis.net/ows/2.0
Annotations
Metadata about the organization that provides this
specific service instance or server.
Diagram
Diagram owsServiceProvider_xsd.tmp#ServiceProvider_ProviderName owsServiceProvider_xsd.tmp#ServiceProvider_ProviderSite owsServiceProvider_xsd.tmp#ServiceProvider_ServiceContact
Properties
content complex
Used by
Model
Children ows:ProviderName, ows:ProviderSite, ows:ServiceContact
Instance
<ows:ServiceProvider xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:ProviderName>{1,1}</ows:ProviderName>
  <ows:ProviderSite xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</ows:ProviderSite>
  <ows:ServiceContact>{1,1}</ows:ServiceContact>
</ows:ServiceProvider>
Source
<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>
Element ows:ServiceProvider / ows:ProviderName
Namespace http://www.opengis.net/ows/2.0
Annotations
A unique identifier for the service provider
organization.
Diagram
Diagram
Type string
Properties
content simple
Source
<element name="ProviderName" type="string">
  <annotation>
    <documentation>A unique identifier for the service provider organization.</documentation>
  </annotation>
</element>
Element ows:ServiceProvider / ows:ProviderSite
Namespace http://www.opengis.net/ows/2.0
Annotations
Reference to the most relevant web site of the
service provider.
Diagram
Diagram xlink_xsd.tmp#simpleAttrs ows19115subset_xsd.tmp#http___www.opengis.net_ows_2.0_OnlineResourceType
Type ows:OnlineResourceType
Properties
content complex
minOccurs 0
Attributes
Source
<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 ows:ServiceProvider / ows:ServiceContact
Namespace http://www.opengis.net/ows/2.0
Annotations
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.
Diagram
Diagram ows19115subset_xsd.tmp#IndividualName ows19115subset_xsd.tmp#PositionName ows19115subset_xsd.tmp#ContactInfo ows19115subset_xsd.tmp#Role ows19115subset_xsd.tmp#ResponsiblePartySubsetType
Type ows:ResponsiblePartySubsetType
Properties
content complex
Model
Children ows:ContactInfo, ows:IndividualName, ows:PositionName, ows:Role
Instance
<ows:ServiceContact xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:IndividualName>{0,1}</ows:IndividualName>
  <ows:PositionName>{0,1}</ows:PositionName>
  <ows:ContactInfo>{0,1}</ows:ContactInfo>
  <ows:Role codeSpace="">{0,1}</ows:Role>
</ows:ServiceContact>
Source
<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>