em:PhysicalFitnessType

complexType PhysicalFitnessType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for a credential class that represents a person's physical fitness

Diagram

XML Schema

<xs:complexType name="PhysicalFitnessType">
<xs:annotation>
<xs:documentation>
A data type for a credential class that represents a person's physical fitness
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:PhysicalFitnessLevelCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ExerciseCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ExerciseDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ExerciseWeeklyFrequencyValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ExerciseMinutesEachTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:OrganizationName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:LastExerciseTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PhysicalFitnessAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>