Access control Security considerations

Copyright © 2009 Open Geospatial Consortium, Inc. All Rights Reserved. 17

8.3 GetCapabilities response

If the request is processed successfully, the body of the response message shall include a valid XML document where the document element has the following infoset properties: - [local name] = “Capabilities” - [namespace name] = “http:www.opengis.netcatwrs1.0” A sample capabilities document is listed in Annex B.1. The corresponding type definition is shown in the code listing below. See clauses 10.5 and 10.13 in OGC 07-006r1 for details. xsd:element name=Capabilities type=csw:CapabilitiesType A complete representation of a capabilities document must describe all supported service requests, including the parameters and constraints that apply to a given request. Furthermore, the ows:ServiceIdentification section shall contain the elements shown below: ows:ServiceIdentification ows:ServiceType codeSpace=”http:www.opengeospatial.orgogcna” urn:ogc:serviceType:CatalogueService:2.0.2:HTTP:ebRIM ows:ServiceType ows:ServiceTypeVersion1.0.1ows:ServiceTypeVersion ows:ServiceIdentification

8.4 Extended capabilities

Some additional service metadata information items are introduced in this profile; they are contained in the ows:ExtendedCapabilities element or as general constraints in the ows:OperationsMetadata element, and may appear in any order: a The wsdi:wsdlLocation attribute includes a list of pairs of IRIs where the first is an absolute IRI that indicates a WSDL 2.0 or 1.1 namespace name, and the second is a hint for locating a WSDL 2.0 or 1.1 document that describes the service [5]. b The global ”srsName” constraint element contains a sequence of absolute URI values that identify supported coordinate reference systems for geometry values. A regular expression may be used to indicate a set of reference systems defined by the same authority. Example Extended capabilities for CSW-ebRIM. ows:Constraint name=srsName ows:Valueurn:ogc:def:crs:EPSG:\d{4,5}ows:Value ows:Metadata xlink:type=simple xlink:title=EPSG geodetic parameters xlink:href=http:www.epsg-registry.org ows:Constraint ows:ExtendedCapabilities wsdi:wsdlLocation=http:wrs1.domain.tld1.0wsdl http:host.domain.tldwrswsdl