biom:ContentRecordSummaryType
complexType ContentRecordSummaryType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a summary of the contents of one record in the transaction other than the Type-1 transaction record
Diagram
XML Schema
<xs:complexType name="ContentRecordSummaryType">
<xs:annotation>
<xs:documentation>
A data type for a summary of the contents of one record in the transaction other than the Type-1 transaction record</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:ImageReferenceIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ImageReferenceID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ANSIRecordCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ContentRecordSummaryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>