<?xml version="1.0" encoding="UTF-8"?>    
<sml:PhysicalSystem gml:id="whoi_mvco_observingSystem" xml:lang="en"
    definition="http://sensorml.com/def/sensor/observationSystem"
    xmlns:sml="http://www.opengis.net/sensorml/2.0" xmlns:swe="http://www.opengis.net/swe/2.0"
    xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gmd="http://www.isotc211.org/2005/gmd"
    xmlns:gco="http://www.isotc211.org/2005/gco"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink"
    xmlns:ism="urn:us:gov:ic:ism"
    xsi:schemaLocation="http://www.opengis.net/sensorml/2.0 http://schemas.opengis.net/sensorML/2.0/physical_system.xsd">
    
    <!-- ================================================= -->
    <!--                  System Description               -->
    <!-- ================================================= -->
    <gml:description>A cabled observatory south of Martha's Vineyard, MASS (USA), owned and operated
        by the Woods Hole Oceanographic Institution (WHOI). </gml:description>
    <gml:identifier codeSpace="uniqueID">urn:whoi:mvco:observingSystem</gml:identifier>
    <gml:name>Martha's Vineyard Coastal Observatory</gml:name>

    <gml:boundedBy>
        <gml:Envelope srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
            <gml:lowerCorner> 41.1667 -70.8333 </gml:lowerCorner>
            <gml:upperCorner> 41.4167 -70.1667</gml:upperCorner>
        </gml:Envelope>
    </gml:boundedBy>

    <!-- ================================================= -->
    <!--                  System Components                -->
    <!-- ================================================= -->  
    <sml:components>
        <sml:ComponentList>
            <sml:component name="shoreLab">
                <sml:PhysicalSystem gml:id="whoi_mvco_shoreLab">
                    <gml:description/>
                    <gml:name/>
                    <gml:boundedBy>
                        <gml:Envelope srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
                            <gml:lowerCorner> 41.3620 -70.5225 </gml:lowerCorner>
                            <gml:upperCorner> 41.3620 -70.5225 </gml:upperCorner>
                        </gml:Envelope>
                    </gml:boundedBy>
                </sml:PhysicalSystem>
            </sml:component>

            <sml:component name="metMast">
                <sml:PhysicalSystem gml:id="whoi_mvco_metMast">
                    <gml:description>A mast on the beach where instruments are mounted for taking
                        images and making marine meteorological observations. It is equipped with
                        power and fiber-optic communications and is part of the MVCO infrastructure. </gml:description>
                    <gml:name>MVCO Node at South Beach </gml:name>
                    <gml:boundedBy>
                        <gml:Envelope srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
                            <gml:lowerCorner> 41.3499 -70.5267 </gml:lowerCorner>
                            <gml:upperCorner> 41.3499 -70.5267 </gml:upperCorner>
                        </gml:Envelope>
                    </gml:boundedBy>
                </sml:PhysicalSystem>
            </sml:component>

            <sml:component name="Node12m">
                <sml:PhysicalSystem gml:id="whoi_mvco_Node12m">
                    <gml:description>A fixed subsea platform at the 13 meter isobath equipped with
                        power and fiber-optic communications. It is part of the MVCO. </gml:description>
                    <gml:identifier codeSpace="uniqueID">urn:whoi:mvco:Node12m</gml:identifier>
                    <gml:name>MVCO_12m-Node</gml:name>
                    <gml:boundedBy>
                        <gml:Envelope srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
                            <gml:lowerCorner> 41.3499 -70.5267 </gml:lowerCorner>
                            <gml:upperCorner> 41.3499 -70.5267 </gml:upperCorner>
                        </gml:Envelope>
                    </gml:boundedBy>
                    <sml:components>
                        <sml:ComponentList>
                            <sml:component name="PressureGauge"/>
                            <sml:component name="SalinitySensor"/>
                            <sml:component name="ADCP_System"
                                xlink:title="urn:whoi:mvco:adcpProcessingSystem"
                                xlink:href="http://www.sensorML.com/2.0/mvco/ADCP_System.xml"
                            />
                        </sml:ComponentList>
                    </sml:components>
                </sml:PhysicalSystem>
            </sml:component>

            <sml:component name="airSeaInteractionTower">
                <sml:PhysicalSystem gml:id="whoi_mvco_airSeaTower">
                    <gml:description>A fixed platform at the 16 meter isobath equipped with power
                    and fiber-optic communications. It is part of the MVCO. </gml:description>
                    <gml:identifier codeSpace="uniqueID">urn:whoi:mvco:airSeaTower</gml:identifier>
                    <gml:name>Air-Sea Interaction Tower</gml:name>
                    <gml:boundedBy>
                        <gml:Envelope srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
                            <gml:lowerCorner> 41.325 -70.5667 </gml:lowerCorner>
                            <gml:upperCorner> 41.325 -70.5667 </gml:upperCorner>
                        </gml:Envelope>
                    </gml:boundedBy>
                </sml:PhysicalSystem>
            </sml:component>

        </sml:ComponentList>
    </sml:components>

</sml:PhysicalSystem>
