Documents use this new namespace identifier URI instead of the previous namespace identifier URI, namely http:www.opengis.netcatcsw. This change was made based on the TC decision described in Clause 11 in OGC Best
Practices Paper 06-135r1. That decision was based on the discussion in document 05-065r3 “Change Request for Namespaces for versions and profiles of XML Schemas”. A new namespace identifier URI is used for this Catalogue
version 2.0.2 because these reasons apply to this version 2.0.2. However, using this new namespace identifier URI could produce problems for the GetCapabilities operation request and response, which have not yet been resolved.
10.2.5.3.3 Summary record
The XML encoding of the element representing the summary view, csw:SummaryRecord
, is defined by the following XML-Schema fragment:
xsd:element name=SummaryRecord type=csw:SummaryRecordType
substitutionGroup=csw:AbstractRecord xsd:complexType name=SummaryRecordType final=all
xsd:complexContent xsd:extension base=csw:AbstractRecordType
xsd:sequence xsd:element ref=dc:identifier
minOccurs=1 maxOccurs=unbounded xsd:element ref=dc:title
minOccurs=1 maxOccurs=unbounded xsd:element ref=dc:type
minOccurs=0 xsd:element ref=dc:subject
minOccurs=0 maxOccurs=unbounded xsd:element ref=dc:format
minOccurs=0 maxOccurs=unbounded xsd:element ref=dc:relation
minOccurs=0 maxOccurs=unbounded xsd:element ref=dct:modified
minOccurs=0 maxOccurs=unbounded xsd:element ref=dct:abstract
minOccurs=0 maxOccurs=unbounded xsd:element ref=dct:spatial
minOccurs=0 maxOccurs=unbounded xsd:element ref=ows:BoundingBox
minOccurs=0 maxOccurs=unbounded xsd:sequence
xsd:extension xsd:complexContent
xsd:complexType xsd:complexType name=AnyText
The dc:identifier and dc:title elements, or any element that can be substituted for them, are mandatory presentables and shall always appear in the response. The remaining
elements, or any element that can substitute for them, can appear as a presentable if the catalogue has a corresponding value to present. The csw:SummaryRecord element
cannot be the target of a query operation.
EXAMPLE
?xml version=1.0 encoding=ISO-8859-1?
Copyright © 2007 Open Geospatial Consortium, Inc. All Rights Reserved.
121
SummaryRecord xmlns
= http:www.opengis.netcatcsw2.0.2
xmlns:dc =
http:purl.orgdcelements1.1 xmlns:dct
= http:purl.orgdcterms
xmlns:xsi =
http:www.w3.org2001XMLSchema-instance xsi:schemaLocation
= http:www.opengis.netcatcsw2.0.2
......csw2.0.2record.xsd dc:identifier
00180e67-b7cf-40a3-861d-b3a09337b195 dc:identifier
dc:title Image2000 Product 1 at1 Multispectral
dc:title dc:type
dataset dc:type
dc:subject imagery
dc:subject dc:subject
baseMaps dc:subject
dc:subject earthCover
dc:subject dc:format
BIL dc:format
dct:modified 2004-10-04 00:00:00
dct:modified dct:abstract
IMAGE2000 product 1 individual orthorectified scenes. IMAGE2000 was produced from ETM+ Landsat 7 satellite data and provides
a consistent European coverage of individual orthorectified scenes in national map projection systems.
dct:abstract SummaryRecord
10.2.5.3.4 Brief record