Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema ows19115subset.xsd
Namespace http://www.opengis.net/ows/2.0
Annotations
This XML Schema Document encodes the parts of ISO 19115 used
  by the common "ServiceIdentification" and "ServiceProvider" sections of the
  GetCapabilities operation response, known as the service metadata XML
  document. The parts encoded here are the MD_Keywords, CI_ResponsibleParty,
  and related classes. The UML package prefixes were omitted from XML names,
  and the XML element names were all capitalized, for consistency with other
  OWS Schemas. This document also provides a simple coding of text in
  multiple languages, simplified from Annex J of ISO 19115.
		
  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:Title
Namespace http://www.opengis.net/ows/2.0
Annotations
Title of this resource, normally used for display to
humans.
Diagram
Diagram xml_xsd.tmp#lang ows19115subset_xsd.tmp#LanguageStringType
Type ows:LanguageStringType
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Title" type="ows:LanguageStringType">
  <annotation>
    <documentation>Title of this resource, normally used for display to humans.</documentation>
  </annotation>
</element>
Element ows:Abstract
Namespace http://www.opengis.net/ows/2.0
Annotations
Brief narrative description of this resource, normally
used for display to humans.
Diagram
Diagram xml_xsd.tmp#lang ows19115subset_xsd.tmp#LanguageStringType
Type ows:LanguageStringType
Properties
content complex
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Abstract" type="ows:LanguageStringType">
  <annotation>
    <documentation>Brief narrative description of this resource, normally used for display to humans.</documentation>
  </annotation>
</element>
Element ows:Keywords
Namespace http://www.opengis.net/ows/2.0
Diagram
Diagram ows19115subset_xsd.tmp#KeywordsType_Keyword ows19115subset_xsd.tmp#KeywordsType_Type ows19115subset_xsd.tmp#KeywordsType
Type ows:KeywordsType
Properties
content complex
Used by
Model
Children ows:Keyword, ows:Type
Instance
<ows:Keywords xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:Keyword xml:lang="">{1,unbounded}</ows:Keyword>
  <ows:Type codeSpace="">{0,1}</ows:Type>
</ows:Keywords>
Source
<element name="Keywords" type="ows:KeywordsType"/>
Element ows:KeywordsType / ows:Keyword
Namespace http://www.opengis.net/ows/2.0
Diagram
Diagram xml_xsd.tmp#lang ows19115subset_xsd.tmp#LanguageStringType
Type ows:LanguageStringType
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<element name="Keyword" type="ows:LanguageStringType" maxOccurs="unbounded"/>
Element ows:KeywordsType / ows:Type
Namespace http://www.opengis.net/ows/2.0
Diagram
Diagram ows19115subset_xsd.tmp#CodeType_codeSpace ows19115subset_xsd.tmp#CodeType
Type ows:CodeType
Properties
content complex
minOccurs 0
Attributes
QName Type Use
codeSpace anyURI optional
Source
<element name="Type" type="ows:CodeType" minOccurs="0"/>
Element ows:PointOfContact
Namespace http://www.opengis.net/ows/2.0
Annotations
Identification of, and means of communication with,
person(s) responsible for the resource(s).
For OWS use in the ServiceProvider section of a service
metadata document, the optional organizationName element was removed,
since this type is always used with the ProviderName element which
provides that information. The optional individualName element was made
mandatory, since either the organizationName or individualName element
is mandatory. The mandatory "role" element was changed to optional,
since no clear use of this information is known in the ServiceProvider
section.
Diagram
Diagram ows19115subset_xsd.tmp#IndividualName ows19115subset_xsd.tmp#OrganisationName ows19115subset_xsd.tmp#PositionName ows19115subset_xsd.tmp#ContactInfo ows19115subset_xsd.tmp#Role ows19115subset_xsd.tmp#ResponsiblePartyType
Type ows:ResponsiblePartyType
Properties
content complex
Model
Children ows:ContactInfo, ows:IndividualName, ows:OrganisationName, ows:PositionName, ows:Role
Instance
<ows:PointOfContact xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:IndividualName>{0,1}</ows:IndividualName>
  <ows:OrganisationName>{0,1}</ows:OrganisationName>
  <ows:PositionName>{0,1}</ows:PositionName>
  <ows:ContactInfo>{0,1}</ows:ContactInfo>
  <ows:Role codeSpace="">{1,1}</ows:Role>
</ows:PointOfContact>
Source
<element name="PointOfContact" type="ows:ResponsiblePartyType">
  <annotation>
    <documentation>Identification of, and means of communication with, person(s) responsible for the resource(s).</documentation>
    <documentation>For OWS use in the ServiceProvider section of a service metadata document, the optional organizationName element was removed, since this type is always used with the ProviderName element which provides that information. The optional individualName element was made mandatory, since either the organizationName or individualName element is mandatory. The mandatory "role" element was changed to optional, since no clear use of this information is known in the ServiceProvider section.</documentation>
  </annotation>
</element>
Element ows:IndividualName
Namespace http://www.opengis.net/ows/2.0
Annotations
Name of the responsible person: surname, given name,
title separated by a delimiter.
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="IndividualName" type="string">
  <annotation>
    <documentation>Name of the responsible person: surname, given name, title separated by a delimiter.</documentation>
  </annotation>
</element>
Element ows:OrganisationName
Namespace http://www.opengis.net/ows/2.0
Annotations
Name of the responsible organization.
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="OrganisationName" type="string">
  <annotation>
    <documentation>Name of the responsible organization.</documentation>
  </annotation>
</element>
Element ows:PositionName
Namespace http://www.opengis.net/ows/2.0
Annotations
Role or position of the responsible
person.
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="PositionName" type="string">
  <annotation>
    <documentation>Role or position of the responsible person.</documentation>
  </annotation>
</element>
Element ows:ContactInfo
Namespace http://www.opengis.net/ows/2.0
Annotations
Address of the responsible party.
Diagram
Diagram ows19115subset_xsd.tmp#ContactType_Phone ows19115subset_xsd.tmp#ContactType_Address ows19115subset_xsd.tmp#ContactType_OnlineResource ows19115subset_xsd.tmp#ContactType_HoursOfService ows19115subset_xsd.tmp#ContactType_ContactInstructions ows19115subset_xsd.tmp#ContactType
Type ows:ContactType
Properties
content complex
Used by
Model
Children ows:Address, ows:ContactInstructions, ows:HoursOfService, ows:OnlineResource, ows:Phone
Instance
<ows:ContactInfo xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:Phone>{0,1}</ows:Phone>
  <ows:Address>{0,1}</ows:Address>
  <ows:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</ows:OnlineResource>
  <ows:HoursOfService>{0,1}</ows:HoursOfService>
  <ows:ContactInstructions>{0,1}</ows:ContactInstructions>
</ows:ContactInfo>
Source
<element name="ContactInfo" type="ows:ContactType">
  <annotation>
    <documentation>Address of the responsible party.</documentation>
  </annotation>
</element>
Element ows:ContactType / ows:Phone
Namespace http://www.opengis.net/ows/2.0
Annotations
Telephone numbers at which the organization or
individual may be contacted.
Diagram
Diagram ows19115subset_xsd.tmp#TelephoneType_Voice ows19115subset_xsd.tmp#TelephoneType_Facsimile ows19115subset_xsd.tmp#TelephoneType
Type ows:TelephoneType
Properties
content complex
minOccurs 0
Model
Children ows:Facsimile, ows:Voice
Instance
<ows:Phone xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:Voice>{0,unbounded}</ows:Voice>
  <ows:Facsimile>{0,unbounded}</ows:Facsimile>
</ows:Phone>
Source
<element name="Phone" type="ows:TelephoneType" minOccurs="0">
  <annotation>
    <documentation>Telephone numbers at which the organization or individual may be contacted.</documentation>
  </annotation>
</element>
Element ows:TelephoneType / ows:Voice
Namespace http://www.opengis.net/ows/2.0
Annotations
Telephone number by which individuals can speak to
the responsible organization or individual.
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<element name="Voice" type="string" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>Telephone number by which individuals can speak to the responsible organization or individual.</documentation>
  </annotation>
</element>
Element ows:TelephoneType / ows:Facsimile
Namespace http://www.opengis.net/ows/2.0
Annotations
Telephone number of a facsimile machine for the
responsible organization or individual.
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<element name="Facsimile" type="string" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>Telephone number of a facsimile machine for the responsible organization or individual.</documentation>
  </annotation>
</element>
Element ows:ContactType / ows:Address
Namespace http://www.opengis.net/ows/2.0
Annotations
Physical and email address at which the organization
or individual may be contacted.
Diagram
Diagram ows19115subset_xsd.tmp#AddressType_DeliveryPoint ows19115subset_xsd.tmp#AddressType_City ows19115subset_xsd.tmp#AddressType_AdministrativeArea ows19115subset_xsd.tmp#AddressType_PostalCode ows19115subset_xsd.tmp#AddressType_Country ows19115subset_xsd.tmp#AddressType_ElectronicMailAddress ows19115subset_xsd.tmp#AddressType
Type ows:AddressType
Properties
content complex
minOccurs 0
Model
Children ows:AdministrativeArea, ows:City, ows:Country, ows:DeliveryPoint, ows:ElectronicMailAddress, ows:PostalCode
Instance
<ows:Address xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:DeliveryPoint>{0,unbounded}</ows:DeliveryPoint>
  <ows:City>{0,1}</ows:City>
  <ows:AdministrativeArea>{0,1}</ows:AdministrativeArea>
  <ows:PostalCode>{0,1}</ows:PostalCode>
  <ows:Country>{0,1}</ows:Country>
  <ows:ElectronicMailAddress>{0,unbounded}</ows:ElectronicMailAddress>
</ows:Address>
Source
<element name="Address" type="ows:AddressType" minOccurs="0">
  <annotation>
    <documentation>Physical and email address at which the organization or individual may be contacted.</documentation>
  </annotation>
</element>
Element ows:AddressType / ows:DeliveryPoint
Namespace http://www.opengis.net/ows/2.0
Annotations
Address line for the location.
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<element name="DeliveryPoint" type="string" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>Address line for the location.</documentation>
  </annotation>
</element>
Element ows:AddressType / ows:City
Namespace http://www.opengis.net/ows/2.0
Annotations
City of the location.
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
Source
<element name="City" type="string" minOccurs="0">
  <annotation>
    <documentation>City of the location.</documentation>
  </annotation>
</element>
Element ows:AddressType / ows:AdministrativeArea
Namespace http://www.opengis.net/ows/2.0
Annotations
State or province of the location.
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
Source
<element name="AdministrativeArea" type="string" minOccurs="0">
  <annotation>
    <documentation>State or province of the location.</documentation>
  </annotation>
</element>
Element ows:AddressType / ows:PostalCode
Namespace http://www.opengis.net/ows/2.0
Annotations
ZIP or other postal code.
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
Source
<element name="PostalCode" type="string" minOccurs="0">
  <annotation>
    <documentation>ZIP or other postal code.</documentation>
  </annotation>
</element>
Element ows:AddressType / ows:Country
Namespace http://www.opengis.net/ows/2.0
Annotations
Country of the physical address.
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
Source
<element name="Country" type="string" minOccurs="0">
  <annotation>
    <documentation>Country of the physical address.</documentation>
  </annotation>
</element>
Element ows:AddressType / ows:ElectronicMailAddress
Namespace http://www.opengis.net/ows/2.0
Annotations
Address of the electronic mailbox of the responsible
organization or individual.
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<element name="ElectronicMailAddress" type="string" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>Address of the electronic mailbox of the responsible organization or individual.</documentation>
  </annotation>
</element>
Element ows:ContactType / ows:OnlineResource
Namespace http://www.opengis.net/ows/2.0
Annotations
On-line information that can be used to contact the
individual or organization. OWS specifics: The xlink:href attribute
in the xlink:simpleAttrs attribute group shall be used to reference
this resource. Whenever practical, the xlink:href attribute with
type anyURI should be a URL from which more contact information can
be electronically retrieved. The xlink:title attribute with type
"string" can be used to name this set of information. The other
attributes in the xlink:simpleAttrs attribute group should not be
used.
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="OnlineResource" type="ows:OnlineResourceType" minOccurs="0">
  <annotation>
    <documentation>On-line information that can be used to contact the individual or organization. OWS specifics: The xlink:href attribute in the xlink:simpleAttrs attribute group shall be used to reference this resource. Whenever practical, the xlink:href attribute with type anyURI should be a URL from which more contact information can be electronically retrieved. The xlink:title attribute with type "string" can be used to name this set of information. The other attributes in the xlink:simpleAttrs attribute group should not be used.</documentation>
  </annotation>
</element>
Element ows:ContactType / ows:HoursOfService
Namespace http://www.opengis.net/ows/2.0
Annotations
Time period (including time zone) when individuals
can contact the organization or individual.
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
Source
<element name="HoursOfService" type="string" minOccurs="0">
  <annotation>
    <documentation>Time period (including time zone) when individuals can contact the organization or individual.</documentation>
  </annotation>
</element>
Element ows:ContactType / ows:ContactInstructions
Namespace http://www.opengis.net/ows/2.0
Annotations
Supplemental instructions on how or when to contact
the individual or organization.
Diagram
Diagram
Type string
Properties
content simple
minOccurs 0
Source
<element name="ContactInstructions" type="string" minOccurs="0">
  <annotation>
    <documentation>Supplemental instructions on how or when to contact the individual or organization.</documentation>
  </annotation>
</element>
Element ows:Role
Namespace http://www.opengis.net/ows/2.0
Annotations
Function performed by the responsible party. Possible
values of this Role shall include the values and the meanings listed in
Subclause B.5.5 of ISO 19115:2003.
Diagram
Diagram ows19115subset_xsd.tmp#CodeType_codeSpace ows19115subset_xsd.tmp#CodeType
Type ows:CodeType
Properties
content complex
Used by
Attributes
QName Type Use
codeSpace anyURI optional
Source
<element name="Role" type="ows:CodeType">
  <annotation>
    <documentation>Function performed by the responsible party. Possible values of this Role shall include the values and the meanings listed in Subclause B.5.5 of ISO 19115:2003.</documentation>
  </annotation>
</element>
Complex Type ows:LanguageStringType
Namespace http://www.opengis.net/ows/2.0
Annotations
Text string with the language of the string identified as
recommended in the XML 1.0 W3C Recommendation, section
2.12.
Diagram
Diagram xml_xsd.tmp#lang
Type extension of string
Used by
Attributes
QName Type Use Annotation
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<complexType name="LanguageStringType">
  <annotation>
    <documentation>Text string with the language of the string identified as recommended in the XML 1.0 W3C Recommendation, section 2.12.</documentation>
  </annotation>
  <simpleContent>
    <extension base="string">
      <attribute ref="xml:lang" use="optional"/>
    </extension>
  </simpleContent>
</complexType>
Complex Type ows:KeywordsType
Namespace http://www.opengis.net/ows/2.0
Annotations
Unordered list of one or more commonly used or formalised
word(s) or phrase(s) used to describe the subject. When needed, the
optional "type" can name the type of the associated list of keywords
that shall all have the same type. Also when needed, the codeSpace
attribute of that "type" can reference the type name authority and/or
thesaurus. If the xml:lang attribute is not included in a Keyword
element, then no language is specified for that element unless specified
by another means. All Keyword elements in the same Keywords element that
share the same xml:lang attribute value represent different keywords in
that language.
For OWS use, the optional thesaurusName element was
omitted as being complex information that could be referenced by the
codeSpace attribute of the Type element.
Diagram
Diagram ows19115subset_xsd.tmp#KeywordsType_Keyword ows19115subset_xsd.tmp#KeywordsType_Type
Used by
Element ows:Keywords
Model
Children ows:Keyword, ows:Type
Source
<complexType name="KeywordsType">
  <annotation>
    <documentation>Unordered list of one or more commonly used or formalised word(s) or phrase(s) used to describe the subject. When needed, the optional "type" can name the type of the associated list of keywords that shall all have the same type. Also when needed, the codeSpace attribute of that "type" can reference the type name authority and/or thesaurus. If the xml:lang attribute is not included in a Keyword element, then no language is specified for that element unless specified by another means. All Keyword elements in the same Keywords element that share the same xml:lang attribute value represent different keywords in that language.</documentation>
    <documentation>For OWS use, the optional thesaurusName element was omitted as being complex information that could be referenced by the codeSpace attribute of the Type element.</documentation>
  </annotation>
  <sequence>
    <element name="Keyword" type="ows:LanguageStringType" maxOccurs="unbounded"/>
    <element name="Type" type="ows:CodeType" minOccurs="0"/>
  </sequence>
</complexType>
Complex Type ows:CodeType
Namespace http://www.opengis.net/ows/2.0
Annotations
Name or code with an (optional) authority. If the
codeSpace attribute is present, its value shall reference a dictionary,
thesaurus, or authority for the name or code, such as the organisation
who assigned the value, or the dictionary from which it is
taken.
Type copied from basicTypes.xsd of GML 3 with
documentation edited, for possible use outside the ServiceIdentification
section of a service metadata document.
Diagram
Diagram ows19115subset_xsd.tmp#CodeType_codeSpace
Type extension of string
Used by
Attributes
QName Type Use
codeSpace anyURI optional
Source
<complexType name="CodeType">
  <annotation>
    <documentation>Name or code with an (optional) authority. If the codeSpace attribute is present, its value shall reference a dictionary, thesaurus, or authority for the name or code, such as the organisation who assigned the value, or the dictionary from which it is taken.</documentation>
    <documentation>Type copied from basicTypes.xsd of GML 3 with documentation edited, for possible use outside the ServiceIdentification section of a service metadata document.</documentation>
  </annotation>
  <simpleContent>
    <extension base="string">
      <attribute name="codeSpace" type="anyURI" use="optional"/>
    </extension>
  </simpleContent>
</complexType>
Complex Type ows:ResponsiblePartyType
Namespace http://www.opengis.net/ows/2.0
Annotations
Identification of, and means of communication with,
person responsible for the server. At least one of IndividualName,
OrganisationName, or PositionName shall be included.
Diagram
Diagram ows19115subset_xsd.tmp#IndividualName ows19115subset_xsd.tmp#OrganisationName ows19115subset_xsd.tmp#PositionName ows19115subset_xsd.tmp#ContactInfo ows19115subset_xsd.tmp#Role
Used by
Model
Children ows:ContactInfo, ows:IndividualName, ows:OrganisationName, ows:PositionName, ows:Role
Source
<complexType name="ResponsiblePartyType">
  <annotation>
    <documentation>Identification of, and means of communication with, person responsible for the server. At least one of IndividualName, OrganisationName, or PositionName shall be included.</documentation>
  </annotation>
  <sequence>
    <element ref="ows:IndividualName" minOccurs="0"/>
    <element ref="ows:OrganisationName" minOccurs="0"/>
    <element ref="ows:PositionName" minOccurs="0"/>
    <element ref="ows:ContactInfo" minOccurs="0"/>
    <element ref="ows:Role"/>
  </sequence>
</complexType>
Complex Type ows:ContactType
Namespace http://www.opengis.net/ows/2.0
Annotations
Information required to enable contact with the
responsible person and/or organization.
For OWS use in the service metadata document, the
optional hoursOfService and contactInstructions elements were retained,
as possibly being useful in the ServiceProvider section.
Diagram
Diagram ows19115subset_xsd.tmp#ContactType_Phone ows19115subset_xsd.tmp#ContactType_Address ows19115subset_xsd.tmp#ContactType_OnlineResource ows19115subset_xsd.tmp#ContactType_HoursOfService ows19115subset_xsd.tmp#ContactType_ContactInstructions
Used by
Element ows:ContactInfo
Model
Children ows:Address, ows:ContactInstructions, ows:HoursOfService, ows:OnlineResource, ows:Phone
Source
<complexType name="ContactType">
  <annotation>
    <documentation>Information required to enable contact with the responsible person and/or organization.</documentation>
    <documentation>For OWS use in the service metadata document, the optional hoursOfService and contactInstructions elements were retained, as possibly being useful in the ServiceProvider section.</documentation>
  </annotation>
  <sequence>
    <element name="Phone" type="ows:TelephoneType" minOccurs="0">
      <annotation>
        <documentation>Telephone numbers at which the organization or individual may be contacted.</documentation>
      </annotation>
    </element>
    <element name="Address" type="ows:AddressType" minOccurs="0">
      <annotation>
        <documentation>Physical and email address at which the organization or individual may be contacted.</documentation>
      </annotation>
    </element>
    <element name="OnlineResource" type="ows:OnlineResourceType" minOccurs="0">
      <annotation>
        <documentation>On-line information that can be used to contact the individual or organization. OWS specifics: The xlink:href attribute in the xlink:simpleAttrs attribute group shall be used to reference this resource. Whenever practical, the xlink:href attribute with type anyURI should be a URL from which more contact information can be electronically retrieved. The xlink:title attribute with type "string" can be used to name this set of information. The other attributes in the xlink:simpleAttrs attribute group should not be used.</documentation>
      </annotation>
    </element>
    <element name="HoursOfService" type="string" minOccurs="0">
      <annotation>
        <documentation>Time period (including time zone) when individuals can contact the organization or individual.</documentation>
      </annotation>
    </element>
    <element name="ContactInstructions" type="string" minOccurs="0">
      <annotation>
        <documentation>Supplemental instructions on how or when to contact the individual or organization.</documentation>
      </annotation>
    </element>
  </sequence>
</complexType>
Complex Type ows:TelephoneType
Namespace http://www.opengis.net/ows/2.0
Annotations
Telephone numbers for contacting the responsible
individual or organization.
Diagram
Diagram ows19115subset_xsd.tmp#TelephoneType_Voice ows19115subset_xsd.tmp#TelephoneType_Facsimile
Used by
Model
Children ows:Facsimile, ows:Voice
Source
<complexType name="TelephoneType">
  <annotation>
    <documentation>Telephone numbers for contacting the responsible individual or organization.</documentation>
  </annotation>
  <sequence>
    <element name="Voice" type="string" minOccurs="0" maxOccurs="unbounded">
      <annotation>
        <documentation>Telephone number by which individuals can speak to the responsible organization or individual.</documentation>
      </annotation>
    </element>
    <element name="Facsimile" type="string" minOccurs="0" maxOccurs="unbounded">
      <annotation>
        <documentation>Telephone number of a facsimile machine for the responsible organization or individual.</documentation>
      </annotation>
    </element>
  </sequence>
</complexType>
Complex Type ows:AddressType
Namespace http://www.opengis.net/ows/2.0
Annotations
Location of the responsible individual or
organization.
Diagram
Diagram ows19115subset_xsd.tmp#AddressType_DeliveryPoint ows19115subset_xsd.tmp#AddressType_City ows19115subset_xsd.tmp#AddressType_AdministrativeArea ows19115subset_xsd.tmp#AddressType_PostalCode ows19115subset_xsd.tmp#AddressType_Country ows19115subset_xsd.tmp#AddressType_ElectronicMailAddress
Used by
Model
Children ows:AdministrativeArea, ows:City, ows:Country, ows:DeliveryPoint, ows:ElectronicMailAddress, ows:PostalCode
Source
<complexType name="AddressType">
  <annotation>
    <documentation>Location of the responsible individual or organization.</documentation>
  </annotation>
  <sequence>
    <element name="DeliveryPoint" type="string" minOccurs="0" maxOccurs="unbounded">
      <annotation>
        <documentation>Address line for the location.</documentation>
      </annotation>
    </element>
    <element name="City" type="string" minOccurs="0">
      <annotation>
        <documentation>City of the location.</documentation>
      </annotation>
    </element>
    <element name="AdministrativeArea" type="string" minOccurs="0">
      <annotation>
        <documentation>State or province of the location.</documentation>
      </annotation>
    </element>
    <element name="PostalCode" type="string" minOccurs="0">
      <annotation>
        <documentation>ZIP or other postal code.</documentation>
      </annotation>
    </element>
    <element name="Country" type="string" minOccurs="0">
      <annotation>
        <documentation>Country of the physical address.</documentation>
      </annotation>
    </element>
    <element name="ElectronicMailAddress" type="string" minOccurs="0" maxOccurs="unbounded">
      <annotation>
        <documentation>Address of the electronic mailbox of the responsible organization or individual.</documentation>
      </annotation>
    </element>
  </sequence>
</complexType>
Complex Type ows:OnlineResourceType
Namespace http://www.opengis.net/ows/2.0
Annotations
Reference to on-line resource from which data can be
obtained.
For OWS use in the service metadata document, the
CI_OnlineResource class was XML encoded as the attributeGroup
"xlink:simpleAttrs", as used in GML.
Diagram
Diagram xlink_xsd.tmp#simpleAttrs
Used by
Attributes
Source
<complexType name="OnlineResourceType">
  <annotation>
    <documentation>Reference to on-line resource from which data can be obtained.</documentation>
    <documentation>For OWS use in the service metadata document, the CI_OnlineResource class was XML encoded as the attributeGroup "xlink:simpleAttrs", as used in GML.</documentation>
  </annotation>
  <attributeGroup ref="xlink:simpleAttrs"/>
</complexType>
Complex Type ows:ResponsiblePartySubsetType
Namespace http://www.opengis.net/ows/2.0
Annotations
Identification of, and means of communication with,
person responsible for the server.
For OWS use in the ServiceProvider section of a service
metadata document, the optional organizationName element was removed,
since this type is always used with the ProviderName element which
provides that information. The mandatory "role" element was changed to
optional, since no clear use of this information is known in the
ServiceProvider section.
Diagram
Diagram ows19115subset_xsd.tmp#IndividualName ows19115subset_xsd.tmp#PositionName ows19115subset_xsd.tmp#ContactInfo ows19115subset_xsd.tmp#Role
Used by
Model
Children ows:ContactInfo, ows:IndividualName, ows:PositionName, ows:Role
Source
<complexType name="ResponsiblePartySubsetType">
  <annotation>
    <documentation>Identification of, and means of communication with, person responsible for the server.</documentation>
    <documentation>For OWS use in the ServiceProvider section of a service metadata document, the optional organizationName element was removed, since this type is always used with the ProviderName element which provides that information. The mandatory "role" element was changed to optional, since no clear use of this information is known in the ServiceProvider section.</documentation>
  </annotation>
  <sequence>
    <element ref="ows:IndividualName" minOccurs="0"/>
    <element ref="ows:PositionName" minOccurs="0"/>
    <element ref="ows:ContactInfo" minOccurs="0"/>
    <element ref="ows:Role" minOccurs="0"/>
  </sequence>
</complexType>
Attribute ows:CodeType / @codeSpace
Namespace No namespace
Type anyURI
Properties
use optional
Used by
Complex Type ows:CodeType
Source
<attribute name="codeSpace" type="anyURI" use="optional"/>