biom:CaptureDeviceMonitoringModeCodeSimpleType

simpleType CaptureDeviceMonitoringModeCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a level of human monitoring for an image capture device

Diagram

Enumerations

ValueDefinition
AssistedPerson available to provide assistance to subject submitting the biometric sample
ControlledOperator physically controls the subject to acquire the biometric sample
ObservedPerson present to observe operation of the device but provides no assistance
UnattendedNo one is present to observe or provide assistance
UnknownNo information is known

XML Schema

<xs:simpleType name="CaptureDeviceMonitoringModeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a level of human monitoring for an image capture device
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Assisted">
<xs:annotation>
<xs:documentation>
Person available to provide assistance to subject submitting the biometric sample
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Controlled">
<xs:annotation>
<xs:documentation>
Operator physically controls the subject to acquire the biometric sample
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Observed">
<xs:annotation>
<xs:documentation>
Person present to observe operation of the device but provides no assistance
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unattended">
<xs:annotation>
<xs:documentation>
No one is present to observe or provide assistance
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
No information is known
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>