biom:BiometricCaptureType

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

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:sequence>
<xs:element ref="biom:CaptureIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:CaptureLocation" 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: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>