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
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>