Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema owsServiceIdentification.xsd
Namespace http://www.opengis.net/ows/2.0
Annotations
This XML Schema Document encodes the common
    "ServiceIdentification" section of the GetCapabilities operation response,
    known as the Capabilities XML document. This section encodes the
    SV_ServiceIdentification 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:ServiceIdentification
Namespace http://www.opengis.net/ows/2.0
Annotations
General metadata for this specific server. This XML
Schema of this section shall be the same for all OWS.
Diagram
Diagram ows19115subset_xsd.tmp#Title ows19115subset_xsd.tmp#Abstract ows19115subset_xsd.tmp#Keywords owsDataIdentification_xsd.tmp#DescriptionType owsServiceIdentification_xsd.tmp#ServiceIdentification_ServiceType owsServiceIdentification_xsd.tmp#ServiceIdentification_ServiceTypeVersion owsServiceIdentification_xsd.tmp#ServiceIdentification_Profile owsDataIdentification_xsd.tmp#Fees owsDataIdentification_xsd.tmp#AccessConstraints
Type extension of ows:DescriptionType
Type hierarchy
Properties
content complex
Used by
Model
Children ows:Abstract, ows:AccessConstraints, ows:Fees, ows:Keywords, ows:Profile, ows:ServiceType, ows:ServiceTypeVersion, ows:Title
Instance
<ows:ServiceIdentification xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:Title xml:lang="">{0,unbounded}</ows:Title>
  <ows:Abstract xml:lang="">{0,unbounded}</ows:Abstract>
  <ows:Keywords>{0,unbounded}</ows:Keywords>
  <ows:ServiceType codeSpace="">{1,1}</ows:ServiceType>
  <ows:ServiceTypeVersion>{1,unbounded}</ows:ServiceTypeVersion>
  <ows:Profile>{0,unbounded}</ows:Profile>
  <ows:Fees>{0,1}</ows:Fees>
  <ows:AccessConstraints>{0,unbounded}</ows:AccessConstraints>
</ows:ServiceIdentification>
Source
<element name="ServiceIdentification">
  <annotation>
    <documentation>General metadata for this specific server. This XML Schema of this section shall be the same for all OWS.</documentation>
  </annotation>
  <complexType>
    <complexContent>
      <extension base="ows:DescriptionType">
        <sequence>
          <element name="ServiceType" type="ows:CodeType">
            <annotation>
              <documentation>A service type name from a registry of services. For example, the values of the codeSpace URI and name and code string may be "OGC" and "catalogue." This type name is normally used for machine-to-machine communication.</documentation>
            </annotation>
          </element>
          <element name="ServiceTypeVersion" type="ows:VersionType" maxOccurs="unbounded">
            <annotation>
              <documentation>Unordered list of one or more versions of this service type implemented by this server. This information is not adequate for version negotiation, and shall not be used for that purpose.</documentation>
            </annotation>
          </element>
          <element name="Profile" type="anyURI" minOccurs="0" maxOccurs="unbounded">
            <annotation>
              <documentation>Unordered list of identifiers of Application Profiles that are implemented by this server. This element should be included for each specified application profile implemented by this server. The identifier value should be specified by each Application Profile. If this element is omitted, no meaning is implied.</documentation>
            </annotation>
          </element>
          <element ref="ows:Fees" minOccurs="0">
            <annotation>
              <documentation>If this element is omitted, no meaning is implied.</documentation>
            </annotation>
          </element>
          <element ref="ows:AccessConstraints" minOccurs="0" maxOccurs="unbounded">
            <annotation>
              <documentation>Unordered list of access constraints applied to assure the protection of privacy or intellectual property, and any other restrictions on retrieving or using data from or otherwise using this server. The reserved value NONE (case insensitive) shall be used to mean no access constraints are imposed. When this element is omitted, no meaning is implied.</documentation>
            </annotation>
          </element>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
</element>
Element ows:ServiceIdentification / ows:ServiceType
Namespace http://www.opengis.net/ows/2.0
Annotations
A service type name from a registry of
services. For example, the values of the codeSpace URI and
name and code string may be "OGC" and "catalogue." This type
name is normally used for machine-to-machine
communication.
Diagram
Diagram ows19115subset_xsd.tmp#CodeType_codeSpace ows19115subset_xsd.tmp#CodeType
Type ows:CodeType
Properties
content complex
Attributes
QName Type Use
codeSpace anyURI optional
Source
<element name="ServiceType" type="ows:CodeType">
  <annotation>
    <documentation>A service type name from a registry of services. For example, the values of the codeSpace URI and name and code string may be "OGC" and "catalogue." This type name is normally used for machine-to-machine communication.</documentation>
  </annotation>
</element>
Element ows:ServiceIdentification / ows:ServiceTypeVersion
Namespace http://www.opengis.net/ows/2.0
Annotations
Unordered list of one or more versions of this
service type implemented by this server. This information is
not adequate for version negotiation, and shall not be used
for that purpose.
Diagram
Diagram owsCommon_xsd.tmp#VersionType
Type ows:VersionType
Properties
content simple
maxOccurs unbounded
Facets
pattern \d+\.\d?\d\.\d?\d
Source
<element name="ServiceTypeVersion" type="ows:VersionType" maxOccurs="unbounded">
  <annotation>
    <documentation>Unordered list of one or more versions of this service type implemented by this server. This information is not adequate for version negotiation, and shall not be used for that purpose.</documentation>
  </annotation>
</element>
Element ows:ServiceIdentification / ows:Profile
Namespace http://www.opengis.net/ows/2.0
Annotations
Unordered list of identifiers of Application
Profiles that are implemented by this server. This element
should be included for each specified application profile
implemented by this server. The identifier value should be
specified by each Application Profile. If this element is
omitted, no meaning is implied.
Diagram
Diagram
Type anyURI
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<element name="Profile" type="anyURI" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>Unordered list of identifiers of Application Profiles that are implemented by this server. This element should be included for each specified application profile implemented by this server. The identifier value should be specified by each Application Profile. If this element is omitted, no meaning is implied.</documentation>
  </annotation>
</element>