biom:BiometricCaptureType
complexType BiometricCaptureType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a set of information regarding the captured biometric information
Diagram
XML Schema
<xs:complexType name="BiometricCaptureType">
<xs:annotation>
<xs:documentation>
A data type for a set of information regarding the captured biometric information</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:CaptureIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:GeographicSampleAcquisitionLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:CaptureUTCDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:CaptureDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:CaptureDateEstimateRangeDuration" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:CaptureDevice" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:BiometricCaptureDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:BiometricCaptureDuration" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:BiometricCaptureSource" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:CaptureOrganization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:BiometricCaptureMetric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:BiometricCaptureAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>