biom:PhysicalFeatureClassCodeSimpleType
simpleType PhysicalFeatureClassCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a class of a physical feature
Diagram
Enumerations
Value | Definition |
Abstract | Abstractions |
Animal | Animals and animal features |
Flag | Flags |
Human | Human forms and features |
Object | Objects |
Other | Other images |
Plant | Plants |
Symbol | Insignias and symbols |
XML Schema
<xs:simpleType name="PhysicalFeatureClassCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a class of a physical feature</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Abstract">
<xs:annotation>
<xs:documentation>
Abstractions</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Animal">
<xs:annotation>
<xs:documentation>
Animals and animal features</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Flag">
<xs:annotation>
<xs:documentation>
Flags</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Human">
<xs:annotation>
<xs:documentation>
Human forms and features</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Object">
<xs:annotation>
<xs:documentation>
Objects</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other images</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Plant">
<xs:annotation>
<xs:documentation>
Plants</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Symbol">
<xs:annotation>
<xs:documentation>
Insignias and symbols</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>