ndex:PersonBuildCodeSimpleType
simpleType PersonBuildCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.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>