biom:MinutiaeGrowthOrShrinkageCodeSimpleType

simpleType MinutiaeGrowthOrShrinkageCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a growth or shrinkage of an image, i.e. whether this impression may be larger or smaller than other exemplars for this subject

Diagram

Enumerations

ValueDefinition
BBoth: Impression may be larger or smaller than others
GGrowth: Impression is believed to be larger than others
SShrinkage: Impression is believed to be smaller than others

XML Schema

<xs:simpleType name="MinutiaeGrowthOrShrinkageCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a growth or shrinkage of an image, i.e. whether this impression may be larger or smaller than other exemplars for this subject
</xs:documentation>
</xs:annotation>
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
Both: Impression may be larger or smaller than others
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="G">
<xs:annotation>
<xs:documentation>
Growth: Impression is believed to be larger than others
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
Shrinkage: Impression is believed to be smaller than others
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>