em:PhysicalFitness
A credential class that represents the person's physical fitness
Element information
Namespace: http://release.niem.gov/niem/domains/emergencyManagement/4.0/
Schema document: domains/emergencyManagement/4.0/emergencyManagement.xsd
Type: em:PhysicalFitnessType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- em:PhysicalFitnessLevelCode [0..*]A code that represents the level of fitness a person is in
- em:ExerciseCode [0..*]A textual representation of the type of exercise
- em:ExerciseDescriptionText [0..*]A textual description of the type of exercise
- em:ExerciseWeeklyFrequencyValue [0..*]A number count representation of how many times a week an exercise if performed by a person (e.g. 1, 2, 3)
- em:ExerciseMinutesEachTime [0..*]A number of minutes representation for each time an exercise is performed by a person (e.g. 3, 5, 15)
- em:ExerciseOrganizationName [0..*]A data element for the name of the organization that the exercise is performed at (i.e. Gold's Gym)
- em:LastExerciseTime [0..*]A data element for the last recorded time for an exercise (e.g. 00:00:12 for 100 yard dash)
- em:PhysicalFitnessAugmentationPointAbstract [0..*]An augmentation point for PhysicalFitnessType
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group em:PhysicalFitnessAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:uri | [0..1] | xsd:anyURI | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Used in
- Type em:FirstResponderType (Element em:FirstResponder)
Sample instance
<em:PhysicalFitness> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <em:PhysicalFitnessLevelCode>1</em:PhysicalFitnessLevelCode> <em:ExerciseCode>Aerobic</em:ExerciseCode> <em:ExerciseDescriptionText>string</em:ExerciseDescriptionText> <em:ExerciseWeeklyFrequencyValue>1</em:ExerciseWeeklyFrequencyValue> <em:ExerciseMinutesEachTime>12:00:00</em:ExerciseMinutesEachTime> <em:ExerciseOrganizationName>string</em:ExerciseOrganizationName> <em:LastExerciseTime>12:00:00</em:LastExerciseTime> <em:PhysicalFitnessAugmentationPoint>any content</em:PhysicalFitnessAugmentationPoint> </em:PhysicalFitness>