<?xml version="1.0" encoding="UTF-8"?>
<workout_file>
  <author>Kris Stallenberg</author>
  <name>60-min Z5 (VO2 Max) Easy #10</name>
  <description>This session uses very short, high-power bursts with minimal recovery to maximize time at VO2 Max. This format, often called micro-intervals, is highly effective for boosting aerobic capacity without the sustained mental and physical strain of longer intervals. The goal is to stay on top of the power through all three sets.</description>
  <sportType>bike</sportType>
  <tags>
    <tag name="VO2MAX" />
  </tags>
  <workout>
    <Warmup Duration="900" PowerLow="0.45" PowerHigh="0.8">
      <textevent timeoffset="60" message="Let's get ready with a thorough warm-up." />
    </Warmup>
    <SteadyState Duration="300" Power="0.6">
      <textevent timeoffset="20" message="Reset posture: tall chest and quiet upper body." />
    </SteadyState>
    <IntervalsT Repeat="5" OnDuration="40" OffDuration="20" OnPower="1.2" OffPower="0.6">
      <textevent timeoffset="0" message="First set! 40 seconds on, 20 seconds float. Let's go!" />
    </IntervalsT>
    <SteadyState Duration="300" Power="0.5">
      <textevent timeoffset="30" message="Set one done. Full recovery now for 5 minutes." />
    </SteadyState>
    <IntervalsT Repeat="5" OnDuration="40" OffDuration="20" OnPower="1.2" OffPower="0.6">
      <textevent timeoffset="0" message="Set two. Stay sharp on these short efforts." />
    </IntervalsT>
    <SteadyState Duration="300" Power="0.5">
      <textevent timeoffset="30" message="Two down, one to go. Breathe deep." />
    </SteadyState>
    <IntervalsT Repeat="5" OnDuration="40" OffDuration="20" OnPower="1.2" OffPower="0.6">
      <textevent timeoffset="0" message="Final set. Give it everything you have left!" />
    </IntervalsT>
    <SteadyState Duration="300" Power="0.65" />
    <Cooldown Duration="600" PowerLow="0.7" PowerHigh="0.45">
      <textevent timeoffset="30" message="Workout complete. That was a tough one. Time to cool down." />
    </Cooldown>
  </workout>
</workout_file>