Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Included schema owsDataIdentification.xsd
Namespace http://www.opengis.net/ows/2.0
Annotations
This XML Schema Document encodes the parts of the
MD_DataIdentification class of ISO 19115 (OGC Abstract Specification Topic
11) which are expected to be used for most datasets. This Schema also
encodes the parts of this class that are expected to be useful for other
metadata. Both may be used within the Contents section of OWS service
metadata (Capabilities) documents.
    
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:OutputFormat
Namespace http://www.opengis.net/ows/2.0
Annotations
Reference to a format in which this data can be encoded
and transferred. More specific parameter names should be used by
specific OWS specifications wherever applicable. More than one such
parameter can be included for different purposes.
Diagram
Diagram owsCommon_xsd.tmp#MimeType
Type ows:MimeType
Properties
content simple
Facets
pattern (application|audio|image|text|video|message|multipart|model)/.+(;\s*.+=.+)*
Used by
Source
<element name="OutputFormat" type="ows:MimeType">
  <annotation>
    <documentation>Reference to a format in which this data can be encoded and transferred. More specific parameter names should be used by specific OWS specifications wherever applicable. More than one such parameter can be included for different purposes.</documentation>
  </annotation>
</element>
Element ows:Identifier
Namespace http://www.opengis.net/ows/2.0
Annotations
Unique identifier or name of this
dataset.
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="Identifier" type="ows:CodeType">
  <annotation>
    <documentation>Unique identifier or name of this dataset.</documentation>
  </annotation>
</element>
Element ows:AvailableCRS
Namespace http://www.opengis.net/ows/2.0
Diagram
Diagram owsDataIdentification_xsd.tmp#SupportedCRS
Type anyURI
Properties
content simple
Substitution Group
Used by
Complex Type ows:IdentificationType
Source
<element name="AvailableCRS" type="anyURI"/>
Element ows:SupportedCRS
Namespace http://www.opengis.net/ows/2.0
Annotations
Coordinate reference system in which data from this
data(set) or resource is available or supported. More specific parameter
names should be used by specific OWS specifications wherever applicable.
More than one such parameter can be included for different
purposes.
Diagram
Diagram owsDataIdentification_xsd.tmp#AvailableCRS
Type anyURI
Properties
content simple
Substitution Group Affiliation
Source
<element name="SupportedCRS" type="anyURI" substitutionGroup="ows:AvailableCRS">
  <annotation>
    <documentation>Coordinate reference system in which data from this data(set) or resource is available or supported. More specific parameter names should be used by specific OWS specifications wherever applicable. More than one such parameter can be included for different purposes.</documentation>
  </annotation>
</element>
Element ows:AccessConstraints
Namespace http://www.opengis.net/ows/2.0
Annotations
Access constraint applied to assure the protection of
privacy or intellectual property, or 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.
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="AccessConstraints" type="string">
  <annotation>
    <documentation>Access constraint applied to assure the protection of privacy or intellectual property, or 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.</documentation>
  </annotation>
</element>
Element ows:Fees
Namespace http://www.opengis.net/ows/2.0
Annotations
Fees and terms for retrieving data from or otherwise
using this server, including the monetary units as specified in ISO
4217. The reserved value NONE (case insensitive) shall be used to mean
no fees or terms.
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="Fees" type="string">
  <annotation>
    <documentation>Fees and terms for retrieving data from or otherwise using this server, including the monetary units as specified in ISO 4217. The reserved value NONE (case insensitive) shall be used to mean no fees or terms.</documentation>
  </annotation>
</element>
Element ows:Language
Namespace http://www.opengis.net/ows/2.0
Annotations
Identifier of a language used by the data(set) contents.
This language identifier shall be as specified in IETF RFC 4646. The
language tags shall be either complete 5 character codes (e.g. "en-CA"),
or abbreviated 2 character codes (e.g. "en"). In addition to the RFC
4646 codes, the server shall support the single special value "*" which
is used to indicate "any language".
Diagram
Diagram
Type language
Properties
content simple
Used by
Source
<element name="Language" type="language">
  <annotation>
    <documentation>Identifier of a language used by the data(set) contents. This language identifier shall be as specified in IETF RFC 4646. The language tags shall be either complete 5 character codes (e.g. "en-CA"), or abbreviated 2 character codes (e.g. "en"). In addition to the RFC 4646 codes, the server shall support the single special value "*" which is used to indicate "any language".</documentation>
  </annotation>
</element>
Complex Type ows:DescriptionType
Namespace http://www.opengis.net/ows/2.0
Annotations
Human-readable descriptive information for the object it
is included within. This type shall be extended if needed for specific
OWS use to include additional metadata for each type of information.
This type shall not be restricted for a specific OWS to change the
multiplicity (or optionality) of some elements. If the xml:lang
attribute is not included in a Title, Abstract or Keyword element, then
no language is specified for that element unless specified by another
means. All Title, Abstract and Keyword elements in the same Description
that share the same xml:lang attribute value represent the description
of the parent object in that language. Multiple Title or Abstract
elements shall not exist in the same Description with the same xml:lang
attribute value unless otherwise specified.
Diagram
Diagram ows19115subset_xsd.tmp#Title ows19115subset_xsd.tmp#Abstract ows19115subset_xsd.tmp#Keywords
Used by
Model
Children ows:Abstract, ows:Keywords, ows:Title
Source
<complexType name="DescriptionType">
  <annotation>
    <documentation>Human-readable descriptive information for the object it is included within. This type shall be extended if needed for specific OWS use to include additional metadata for each type of information. This type shall not be restricted for a specific OWS to change the multiplicity (or optionality) of some elements. If the xml:lang attribute is not included in a Title, Abstract or Keyword element, then no language is specified for that element unless specified by another means. All Title, Abstract and Keyword elements in the same Description that share the same xml:lang attribute value represent the description of the parent object in that language. Multiple Title or Abstract elements shall not exist in the same Description with the same xml:lang attribute value unless otherwise specified.</documentation>
  </annotation>
  <sequence>
    <element ref="ows:Title" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="ows:Abstract" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="ows:Keywords" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>
Complex Type ows:BasicIdentificationType
Namespace http://www.opengis.net/ows/2.0
Annotations
Basic metadata identifying and describing a set of
data.
Diagram
Diagram ows19115subset_xsd.tmp#Title ows19115subset_xsd.tmp#Abstract ows19115subset_xsd.tmp#Keywords owsDataIdentification_xsd.tmp#DescriptionType owsDataIdentification_xsd.tmp#Identifier owsCommon_xsd.tmp#Metadata
Type extension of ows:DescriptionType
Type hierarchy
Used by
Model
Children ows:Abstract, ows:Identifier, ows:Keywords, ows:Metadata, ows:Title
Source
<complexType name="BasicIdentificationType">
  <annotation>
    <documentation>Basic metadata identifying and describing a set of data.</documentation>
  </annotation>
  <complexContent>
    <extension base="ows:DescriptionType">
      <sequence>
        <element ref="ows:Identifier" minOccurs="0">
          <annotation>
            <documentation>Optional unique identifier or name of this dataset.</documentation>
          </annotation>
        </element>
        <element ref="ows:Metadata" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>Optional unordered list of additional metadata about this data(set). A list of optional metadata elements for this data identification could be specified in the Implementation Specification for this service.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type ows:IdentificationType
Namespace http://www.opengis.net/ows/2.0
Annotations
Extended metadata identifying and describing a set of
data. This type shall be extended if needed for each specific OWS to
include additional metadata for each type of dataset. If needed, this
type should first be restricted for each specific OWS to change the
multiplicity (or optionality) of some elements.
Diagram
Diagram ows19115subset_xsd.tmp#Title ows19115subset_xsd.tmp#Abstract ows19115subset_xsd.tmp#Keywords owsDataIdentification_xsd.tmp#DescriptionType owsDataIdentification_xsd.tmp#Identifier owsCommon_xsd.tmp#Metadata owsDataIdentification_xsd.tmp#BasicIdentificationType owsCommon_xsd.tmp#BoundingBox owsDataIdentification_xsd.tmp#OutputFormat owsDataIdentification_xsd.tmp#AvailableCRS
Type extension of ows:BasicIdentificationType
Type hierarchy
Model
Children ows:Abstract, ows:AvailableCRS, ows:BoundingBox, ows:Identifier, ows:Keywords, ows:Metadata, ows:OutputFormat, ows:Title
Source
<complexType name="IdentificationType">
  <annotation>
    <documentation>Extended metadata identifying and describing a set of data. This type shall be extended if needed for each specific OWS to include additional metadata for each type of dataset. If needed, this type should first be restricted for each specific OWS to change the multiplicity (or optionality) of some elements.</documentation>
  </annotation>
  <complexContent>
    <extension base="ows:BasicIdentificationType">
      <sequence>
        <element ref="ows:BoundingBox" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>Unordered list of zero or more bounding boxes whose union describes the extent of this dataset.</documentation>
          </annotation>
        </element>
        <element ref="ows:OutputFormat" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>Unordered list of zero or more references to data formats supported for server outputs.</documentation>
          </annotation>
        </element>
        <element ref="ows:AvailableCRS" minOccurs="0" maxOccurs="unbounded">
          <annotation>
            <documentation>Unordered list of zero or more available coordinate reference systems.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>