ndex:PersonBuildCodeSimpleType
simpleType PersonBuildCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/
Definition
A data type for a code that identifies the person's physique or body shape.
Diagram
Enumerations
Value | Definition |
AVERAGE | Average |
HEAVY | Heavy |
LARGE | Large |
MEDIUM | Medium |
MUSCULAR | Muscular |
OBESE | Obese |
POT BELLY | Pot Belly |
ROTUND | Rotund |
SLIM | Slim |
SMALL | Small |
STOCKY | Stocky |
THIN | Thin |
UNKNOWN | Unknown |
VERY THIN | Very Thin |
XML Schema
<xs:simpleType name="PersonBuildCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the person's physique or body shape.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="AVERAGE">
<xs:annotation>
<xs:documentation>
Average </xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HEAVY">
<xs:annotation>
<xs:documentation>
Heavy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LARGE">
<xs:annotation>
<xs:documentation>
Large</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MEDIUM">
<xs:annotation>
<xs:documentation>
Medium</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MUSCULAR">
<xs:annotation>
<xs:documentation>
Muscular</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OBESE">
<xs:annotation>
<xs:documentation>
Obese</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="POT BELLY">
<xs:annotation>
<xs:documentation>
Pot Belly</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ROTUND">
<xs:annotation>
<xs:documentation>
Rotund</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SLIM">
<xs:annotation>
<xs:documentation>
Slim</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SMALL">
<xs:annotation>
<xs:documentation>
Small</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STOCKY">
<xs:annotation>
<xs:documentation>
Stocky</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="THIN">
<xs:annotation>
<xs:documentation>
Thin</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VERY THIN">
<xs:annotation>
<xs:documentation>
Very Thin</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>