biom:SourceInformationType

complexType SourceInformationType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a reference to a source representation

Diagram

XML Schema

<xs:complexType name="SourceInformationType">
<xs:annotation>
<xs:documentation>
A data type for a reference to a source representation
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:SourceIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ImageSegmentIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SourceInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>