biom:ImageCaptureType
complexType ImageCaptureType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a set of information regarding the captured (e.g., scanned) image
Diagram
XML Schema
<xs:complexType name="ImageCaptureType">
<xs:annotation>
<xs:documentation>
A data type for a set of information regarding the captured (e.g., scanned) image</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="biom:BiometricCaptureType">
<xs:sequence>
<xs:element ref="biom:CaptureHorizontalPixelDensityValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:CaptureResolutionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:CaptureVerticalPixelDensityValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:CaptureDeviceMonitoringModeAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ImageCaptureAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>