biom:PhysicalFeatureClassCodeSimpleType
simpleType PhysicalFeatureClassCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/
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>