biom:INCITSMinutiaType
complexType INCITSMinutiaType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a single minutia, as defined by the ANSI INCITS 378-2004 Standard
Diagram
XML Schema
<xs:complexType name="INCITSMinutiaType">
<xs:annotation>
<xs:documentation>
A data type for a single minutia, as defined by the ANSI INCITS 378-2004 Standard</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:MinutiaIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:INCITSMinutiaLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:INCITSMinutiaCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:MinutiaQualityValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:INCITSMinutiaAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>