<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:element name="computerSet" type="hudson.model.ComputerSet"/>
  <xsd:complexType name="hudson.model.ComputerSet">
    <xsd:sequence>
      <xsd:element name="busyExecutors" type="xsd:int"/>
      <xsd:element name="computer" type="xsd:anyType" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="displayName" type="xsd:string" minOccurs="0"/>
      <xsd:element name="totalExecutors" type="xsd:int"/>
    </xsd:sequence>
    <xsd:attribute name="_class" type="xsd:string" use="optional"/>
  </xsd:complexType>
</xsd:schema>

