specified in Subclauses 7.4.3 and 7.4.5, plus in owsServiceIdentification.xsd and owsOperationsMetadata.xsd.
4.6.2 Mappings to common queryable and returnable properties
These standard data metadata parameters are partially based on the core queryable and returnable properties described in Subclause 6.3 of the Catalog 2.0 Implementation
Specification [OGC 04-021r2]. The core queryable andor returnable property that corresponds to each metadata parameter is listed in Table 31.
Table 31 — Parameter mappings to common queryable and returnable properties
Parameter Name Catalog 2.0 queryable or returnable property name
Identifier Identifier
Title Title
Abstract Abstract, AnyText
Keywords Subject
Bounding Box OR WGS84 Bounding Box
CRS and Envelope, including all Envelope parts: West BoundLongitude, South BoundLatitude,
East BoundLongitude, and North BoundLatitude Output Format
Format Metadata
depends on Metadata contents Available CRS
none Access Constraints
Fees dc:rights
PointOf Contact with Role = “originator” dc:creator
PointOf Contact with Role = “publisher” dc:publisher
PointOf Contact with Role = “author” dc:contributor
Language dc:language
4.6.3 Basic set of description parameters
A basic set of data description parameters that includes human-readable title, abstract, and keywords is expected to be widely used in specific OWS interfaces, as described in
Figure 11.
LanguageString + value : CharacterString
+ lang [0..1] : CharacterString
from ISO 19115 Subset
DataType Description
+ title [0..] : LanguageString + abstract [0..] : LanguageString
Code + code : CharacterString
+ codeSpace [0..1] : URI
from ISO 19115 Subset
Keywords + keyword [1..] : LanguageString
from ISO 19115 Subset
1 0..
1 +keywords
0..
0..1 1
+type 0..1
1
Figure 11 — Description UML class diagram
This basic set of parameters is thus included in the ows:DescriptionType as specified by the following XML Schema fragment.
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. documentation
annotation sequence
element ref
= ows:Title
minOccurs =
maxOccurs =
unbounded element
ref =
ows:Abstract minOccurs
= maxOccurs
= unbounded
element ref
= ows:Keywords
minOccurs =
maxOccurs =
unbounded sequence
complexType
This type shall be extended if needed for specific OWS use to include additional metadata for each type of information. A specific OWS shall not change the multiplicity
or optionality of the component elements.
4.6.4 Brief set of data identification parameters