<?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::FaceDetection</gml:identifier>
    <gml:name>face_detecter</gml:name>

    <!-- ===== Sub Component Profiles ===== -->
    <rois:SubComponentProfile>urn:x-rois:def:Component:OMG::RoISCommon</rois:SubComponentProfile>
    
    <!-- ===== Event Messages ===== -->
    <rois:MessageProfile rois:name="face_detected" xsi:type="rois:EventMessageProfileType">
        <rois:Results rois:description="number of detected faces" rois:name="number">
            <rois:data_type_ref rois:code="int"/>
        </rois:Results>
        <rois:Results rois:description="time when measuered" rois:name="timestamp">
            <rois:data_type_ref rois:code="DateTime"/>
        </rois:Results>
    </rois:MessageProfile>
</rois:HRIComponentProfile>
