scr:EFTSFeatureType

complexType EFTSFeatureType in namespace http://release.niem.gov/niem/domains/screening/4.2/

Definition

A data type for a screening fingerprint binary transmission.

Diagram

XML Schema

<xs:complexType name="EFTSFeatureType">
<xs:annotation>
<xs:documentation>
A data type for a screening fingerprint binary transmission.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:BinaryCaptureDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Base64BinaryObject" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:BinaryFormatText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ImageHeightValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ImageWidthValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EFTSFeatureAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>