<?xml version="1.0" encoding="UTF-8"?>
<sml:PhysicalComponent gml:id="MY_SENSOR"
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:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xlink="http://www.w3.org/1999/xlink"
xsi:schemaLocation="http://www.opengis.net/sensorml/2.0 http://schemas.opengis.net/sensorml/2.0/sensorML.xsd">
    <!-- ==================================== -->
    <!--           Component Description         -->
    <!-- ==================================== -->
    <gml:description>
        An example of an instance that merely adds information relevant to this particular instance. 
        All detailed information about this sensor is linked to the SensorML model description provided by the OEM,
        and referenced by the typeOf attribute.
    </gml:description>
    <gml:identifier codeSpace="uid">urn:onl:detector:CB766</gml:identifier>    
    <!-- ===================================== -->
    <!--             Identifiers               -->
    <!-- ===================================== -->
    <sml:identification>
        <sml:IdentifierList>
            <sml:identifier>
                <sml:Term definition="http://sensorml.com/ont/swe/property/SerialNumber">
                    <sml:label>Serial Number</sml:label>
                    <sml:value>407FT72</sml:value>
                </sml:Term>                
            </sml:identifier>
        </sml:IdentifierList>
    </sml:identification>
    <!-- ==================================== -->
    <!--              Link to Base            -->
    <!-- ==================================== -->
    <sml:typeOf xlink:title="urn:heath:2070"
        xlink:href="http://www.sensorml.com/sensorML-2.0/examples/xml/gamma2070.xml"/>
    <!-- ==================================== -->
    <!--             Location                 -->
    <!-- ==================================== -->
    <sml:position>
        <gml:Point gml:id="stationLocation" srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
            <gml:coordinates>47.8 88.56</gml:coordinates>
        </gml:Point>
    </sml:position>
</sml:PhysicalComponent>