<?xml version="1.0" encoding="UTF-8"?>
<wcs20:GetCapabilities
    xmlns:ows='http://www.opengis.net/ows/2.0'
    xmlns:wcs20='http://www.opengis.net/wcs/2.0'
    xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
    xsi:schemaLocation='http://www.opengis.net/wcs/2.0 http://schemas.opengis.net/wcs/2.0/wcsAll.xsd'
    service="WCS">
    <ows:AcceptVersions>
        <ows:Version>2.0.0</ows:Version>
    </ows:AcceptVersions>
    <ows:Sections>
        <ows:Section>OperationsMetadata</ows:Section>
        <ows:Section>MetOceanCoverageSummary</ows:Section>
        <ows:Section>MetoceanCoverageCollectionSummary</ows:Section>
    </ows:Sections>
</wcs20:GetCapabilities>

