biom:PhysicalFeatureCategoryCodeSimpleType
simpleType PhysicalFeatureCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/
Definition
A data type for a kind of physical feature. This code is used for defining a SMT category.
Diagram
Enumerations
Value | Definition |
BIRTHMARK | Tissue that is differentiated from normal tissue but is not the result of an accident or medical procedure, such as a 'blood stain' birthmark on part of the face |
BRANDED | Image burned into the skin using a branding iron or other form of heat |
CHEMICAL | Image created by the use of chemicals to burn the image into the skin |
CUT | Image caused by an incision of the skin |
IMPLANT | Sub-dermal implants that are visible as distinct shapes in the skin. This category may also be used to indicate jewelry that has been (semi-)permanently affixed to the body _ such as plugs in the earlobes or a microdermal implant that has a jewel ab |
MARK | Pattern resulting from needle or track marks |
MISSING | A missing information |
PIERCING | Deliberately made hole through body tissue, usually to wear body ornamentation |
SCAR | Healed scar tissue that was the result of an accident or medical procedure |
TATTOO | A common tattoo or indelible image resulting from the pricking of the skin with a coloring matter |
ZABIBA | Commonly referred to as a 'prayer bump' on the forehead |
XML Schema
<xs:simpleType name="PhysicalFeatureCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of physical feature. This code is used for defining a SMT category.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BIRTHMARK">
<xs:annotation>
<xs:documentation>
Tissue that is differentiated from normal tissue but is not the result of an accident or medical procedure, such as a 'blood stain' birthmark on part of the face</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BRANDED">
<xs:annotation>
<xs:documentation>
Image burned into the skin using a branding iron or other form of heat</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CHEMICAL">
<xs:annotation>
<xs:documentation>
Image created by the use of chemicals to burn the image into the skin</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CUT">
<xs:annotation>
<xs:documentation>
Image caused by an incision of the skin</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IMPLANT">
<xs:annotation>
<xs:documentation>
Sub-dermal implants that are visible as distinct shapes in the skin. This category may also be used to indicate jewelry that has been (semi-)permanently affixed to the body _ such as plugs in the earlobes or a microdermal implant that has a jewel ab</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MARK">
<xs:annotation>
<xs:documentation>
Pattern resulting from needle or track marks</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MISSING">
<xs:annotation>
<xs:documentation>
A missing information</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PIERCING">
<xs:annotation>
<xs:documentation>
Deliberately made hole through body tissue, usually to wear body ornamentation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SCAR">
<xs:annotation>
<xs:documentation>
Healed scar tissue that was the result of an accident or medical procedure</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TATTOO">
<xs:annotation>
<xs:documentation>
A common tattoo or indelible image resulting from the pricking of the skin with a coloring matter</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ZABIBA">
<xs:annotation>
<xs:documentation>
Commonly referred to as a 'prayer bump' on the forehead</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>