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

ValueDefinition
ABSTRACTAbstractions
ANIMALAnimals and animal features
FLAGFlags
HUMANHuman forms and features
OBJECTObjects
OTHEROther images
PLANTPlants
SYMBOLInsignias 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: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>