<?xml version="1.0" encoding="UTF-8"?>
<rois:HRIComponentProfile gml:id="component_profile"
						  xmlns:rois="http://www.omg.org/spec/RoIS/20151201"
						  xmlns:ns2="http://www.w3.org/1999/xlink"
						  xmlns:gml="http://www.opengis.net/gml/3.2"
						  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

  <gml:identifier codeSpace="urn:ietf:rfc:2141">urn:x-rois:def:Component:OMG::RoISCommon</gml:identifier>
    <gml:name>rois_common</gml:name>

    <!-- ===== Command Message ===== -->
    <rois:MessageProfile rois:name="start" xsi:type="rois:CommandMessageProfileType"/>
    <rois:MessageProfile rois:name="stop" xsi:type="rois:CommandMessageProfileType"/>
    <rois:MessageProfile rois:name="suspend" xsi:type="rois:CommandMessageProfileType"/>
    <rois:MessageProfile rois:name="resume" xsi:type="rois:CommandMessageProfileType"/>

    <!-- ===== Query Message ===== -->
    <rois:MessageProfile rois:name="component_status" xsi:type="rois:QueryMessageProfileType">
                          <rois:Results rois:name="status">
                                                <rois:data_type_ref rois:code="Component_Status"/>
                          </rois:Results>
    </rois:MessageProfile>

</rois:HRIComponentProfile>
