<?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::PersonIdentification</gml:identifier>
    <gml:name>person_identifier</gml:name>

    <!-- ===== Sub Component Profiles ===== -->
    <rois:SubComponentProfile>urn:x-rois:def:Component:OMG::RoISCommon</rois:SubComponentProfile>
    
    <!-- ===== Event Messages ===== -->
    <rois:MessageProfile rois:name="person_identified" xsi:type="rois:EventMessageProfileType">
        <rois:Results rois:description="list of person IDs" rois:name="person_ref">
            <rois:data_type_ref rois:code="RoISIdentifier[]"/>
        </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>
