Mappings to common queryable and returnable properties Basic set of description parameters

70 Copyright © 2010 Open Geospatial Consortium, Inc. specified in Subclauses 7.4.3 and 7.4.5, plus in owsServiceIdentification.xsd and owsOperationsMetadata.xsd.

10.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 36. Table 36 — 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 BoundingBox OR WGS84BoundingBox CRS and Envelope, including all Envelope parts: West BoundLongitude, SouthBoundLatitude, East BoundLongitude, and NorthBoundLatitude OutputFormat Format Metadata depends on Metadata contents AvailableCRS none AccessConstraints 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

10.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 13. Copyright © 2010 Open Geospatial Consortium, Inc. 71 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 13 — 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 72 Copyright © 2010 Open Geospatial Consortium, Inc. This type may 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.

10.6.4 Brief set of data identification parameters