biom:RidgeCountType

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

Definition

A data type for a ridge count between two minutiae

Diagram

XML Schema

<xs:complexType name="RidgeCountType">
<xs:annotation>
<xs:documentation>
A data type for a ridge count between two minutiae
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:MinutiaIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RidgeCountReferenceIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RidgeCountValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:MinutiaeRidgeCountOctantNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:MinutiaeRidgeCountResidualCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RidgeCountAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>