biom:ProcessingIndicatorCodeSimpleType
simpleType ProcessingIndicatorCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a Redaction/Discontinuity Indicator Code.
Diagram
Enumerations
Value | Definition |
0 | No redaction occurred or there are no discontinuous signals on the recording |
1 | Redaction has occurred or there are discontinuities. |
2 | 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. |
XML Schema
<xs:simpleType name="ProcessingIndicatorCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a Redaction/Discontinuity Indicator Code.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<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>