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

ValueDefinition
AVERAGEAVERAGE
HEAVYHEAVY
LARGELARGE
MEDIUMMEDIUM
MUSCULARMUSCULAR
OBESEOBESE
POT_BELLYPOT BELLY
ROTUNDROTUND
SLIMSLIM
SMALLSMALL
STOCKYSTOCKY
THINTHIN
UNKNOWNUNKNOWN
VERY_THINVERY 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: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>