biom:Type2CrossReferenceListType
complexType Type2CrossReferenceListType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/
Definition
A data type for a list of Type-2 records referenced in another record in the transaction.
Diagram
XML Schema
<xs:complexType name="Type2CrossReferenceListType">
<xs:annotation>
<xs:documentation>
A data type for a list of Type-2 records referenced in another record in the transaction.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:Type2CrossReferenceID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:Type2CrossReferenceListAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>