biom:ProcessingIndicatorCodeSimpleType

simpleType ProcessingIndicatorCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for a Redaction/Discontinuity Indicator Code.

Diagram

Enumerations

ValueDefinition
0No redaction occurred or there are no discontinuous signals on the recording
1Redaction has occurred or there are discontinuities.
2The organization creating this record is not able to assert or does not assert that redaction has occurred or not occurred/there are or are not discontinuities in the recording.

XML Schema

<xs:simpleType name="ProcessingIndicatorCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a Redaction/Discontinuity Indicator Code.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
No redaction occurred or there are no discontinuous signals on the recording
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Redaction has occurred or there are discontinuities.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
The organization creating this record is not able to assert or does not assert that redaction has occurred or not occurred/there are or are not discontinuities in the recording.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>