biom:CaptureDeviceMonitoringModeCodeSimpleType
simpleType CaptureDeviceMonitoringModeCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a level of human monitoring for an image capture device
Diagram
Enumerations
Value | Definition |
ASSISTED | Person available to provide assistance to subject submitting the biometric sample |
CONTROLLED | Operator physically controls the subject to acquire the biometric sample |
OBSERVED | Person present to observe operation of the device but provides no assistance |
UNATTENDED | No one is present to observe or provide assistance |
UNKNOWN | No 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:restriction base="xs:token">
<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>