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
Value | Definition |
B | Both: Impression may be larger or smaller than others |
G | Growth: Impression is believed to be larger than others |
S | Shrinkage: 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:restriction base="xs:token">
<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>