<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:element name="overallLoadStatistics" type="hudson.model.OverallLoadStatistics"/>
  <xsd:complexType name="hudson.model.OverallLoadStatistics">
    <xsd:complexContent>
      <xsd:extension base="hudson.model.LoadStatistics">
        <xsd:sequence>
          <xsd:element name="totalQueueLength" type="hudson.model.MultiStageTimeSeries" minOccurs="0">
            <xsd:annotation>
              <xsd:documentation> Number of total {@link hudson.model.Queue.BuildableItem}s that represents blocked builds.

 @deprecated as of 1.467
      Use {@link #queueLength}. Left as an alias here for backward compatibility.
</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:complexType name="hudson.model.MultiStageTimeSeries">
    <xsd:sequence>
      <xsd:element name="hour" type="hudson.model.TimeSeries" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation> Updated every 1 hour. Keep data up to 8 weeks.
</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="min" type="hudson.model.TimeSeries" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation> Updated every 1 min. Keep data up to 2 days.
</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="sec10" type="hudson.model.TimeSeries" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation> Updated every 10 seconds. Keep data up to 6 hours.
</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="_class" type="xsd:string" use="optional"/>
  </xsd:complexType>
  <xsd:complexType name="hudson.model.TimeSeries">
    <xsd:sequence>
      <xsd:element name="history" type="xsd:anyType" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="latest" type="xsd:anyType"/>
    </xsd:sequence>
    <xsd:attribute name="_class" type="xsd:string" use="optional"/>
  </xsd:complexType>
  <xsd:complexType name="hudson.model.LoadStatistics">
    <xsd:sequence>
      <xsd:element name="availableExecutors" type="hudson.model.MultiStageTimeSeries" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation> Number of executors not executing and available to take work and how it changes over time.
 @since 1.607
</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="busyExecutors" type="hudson.model.MultiStageTimeSeries" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation> Number of busy executors and how it changes over time.
</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="connectingExecutors" type="hudson.model.MultiStageTimeSeries" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation> Number of executors in the process of coming on-line and how it changes over time.
 @since 1.607
</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="definedExecutors" type="hudson.model.MultiStageTimeSeries" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation> Number of executors defined for Jenkins and how it changes over time.
 @since 1.607
</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="idleExecutors" type="hudson.model.MultiStageTimeSeries" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation> Number of executors not executing and how it changes over time. Note the these executors may not be able to
 take work, see {@link #availableExecutors}.
 @since 1.607
</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="onlineExecutors" type="hudson.model.MultiStageTimeSeries" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation> Number of executors on-line and how it changes over time. Replaces {@link #totalExecutors}
 @since 1.607
</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="queueLength" type="hudson.model.MultiStageTimeSeries" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation> Number of {@link hudson.model.Queue.BuildableItem}s that can run on any node in this node set but blocked.
</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="totalExecutors" type="hudson.model.MultiStageTimeSeries" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation> Number of total executors and how it changes over time.
 @deprecated use {@link #onlineExecutors}. Note {@code totalExecutors==onlineExecutors} for backward
 compatibility support.
</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="_class" type="xsd:string" use="optional"/>
  </xsd:complexType>
</xsd:schema>

