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

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>