em:PhysicalFitnessLevelCodeSimpleType

simpleType PhysicalFitnessLevelCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/

Definition

A data type for the coded representation of the fitness level a person is in

Diagram

Enumerations

ValueDefinition
1level 1 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
10Level 10 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
2level 2 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
3level 3 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
4level 4 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
5level 5 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
6level 6 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
7level 7 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
8level 8 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
9level 9 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit

XML Schema

<xs:simpleType name="PhysicalFitnessLevelCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the coded representation of the fitness level a person is in
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
level 1 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Level 10 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
level 2 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
level 3 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
level 4 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
level 5 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
level 6 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
level 7 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
level 8 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
level 9 fitness, from a scale of 1 to 10. 1 is least fit, 10 is most fit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>