<?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::GestureRecognition</gml:identifier>
    <gml:name>gesture_recognizer</gml:name>

    <!-- ===== Sub Component Profiles ===== -->
    <rois:SubComponentProfile>urn:x-rois:def:Component:OMG::RoISCommon</rois:SubComponentProfile>
    
    <!-- ===== Event Messages ===== -->
    <rois:MessageProfile rois:name="gesture_recognized" xsi:type="rois:EventMessageProfileType">
        <rois:Results rois:description="list of gesture IDs" rois:name="gesture_ref">
            <rois:data_type_ref rois:code="RoISIdentifier[]"/>
        </rois:Results>
        <rois:Results rois:description="time when measured" rois:name="timestamp">
            <rois:data_type_ref rois:code="DateTime"/>
        </rois:Results>
    </rois:MessageProfile>

    <!-- ===== Parameter Profiles ===== -->
    <rois:ParameterProfile rois:default_value=""
                           rois:description="list of gesture IDs this recognizer can recognize"
                           rois:name="recognizable_gestures">
        <rois:data_type_ref rois:code="RoISIdentifier[]"/>
    </rois:ParameterProfile>

</rois:HRIComponentProfile>
