biom:Type2CrossReferenceIdentificationListType
complexType Type2CrossReferenceIdentificationListType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a list of identification of a Type-2 record in a transaction.
Diagram
XML Schema
<xs:complexType name="Type2CrossReferenceIdentificationListType">
<xs:annotation>
<xs:documentation>
A data type for a list of identification of a Type-2 record in a transaction.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:Type2CrossReferenceIdentification" minOccurs="0" maxOccurs="98"/>
<xs:element ref="biom:Type2CrossReferenceIdentificationListAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>