biom:SourceRecordCardinalityCodeSimpleType

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

Definition

A data type for a cardinality of a source representation record relative to other records within the transaction

Diagram

Enumerations

ValueDefinition
DThe representation in this Type-20 record is the source of one or more biometric type records, excluding Type-4 and Type-9, which have been derived from it
MA single biometric type record, excluding Type-4 and Type-9, has been prepared from multiple Type-20 records
SThe representation in this Type-20 record is the source of another Type-20 record

XML Schema

<xs:simpleType name="SourceRecordCardinalityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a cardinality of a source representation record relative to other records within the transaction
</xs:documentation>
</xs:annotation>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
The representation in this Type-20 record is the source of one or more biometric type records, excluding Type-4 and Type-9, which have been derived from it
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
A single biometric type record, excluding Type-4 and Type-9, has been prepared from multiple Type-20 records
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
The representation in this Type-20 record is the source of another Type-20 record
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>