<?xml version="1.0"?>
<!-- IBM_PROLOG_BEGIN_TAG                                                   -->
<!-- This is an automatically generated prolog.                             -->
<!--                                                                        -->
<!-- bos720 src/bos/usr/bin/cdat/schemas/collect.xsd 1.1                    -->
<!--                                                                        -->
<!-- Licensed Materials - Property of IBM                                   -->
<!--                                                                        -->
<!-- COPYRIGHT International Business Machines Corp. 2010                   -->
<!-- All Rights Reserved                                                    -->
<!--                                                                        -->
<!-- US Government Users Restricted Rights - Use, duplication or            -->
<!-- disclosure restricted by GSA ADP Schedule Contract with IBM Corp.      -->
<!--                                                                        -->
<!-- IBM_PROLOG_END_TAG                                                     -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="node-list">
    <xs:complexType>
      <xs:element name="node" type="nodetype" maxOccurs="unbounded"/>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="nodetype">
    <xs:sequence>
      <xs:element name="user" type="xs:string"/>
      <xs:element name="node-type" type="xs:string"/>
      <xs:element name="machine_id" type="xs:string"/>
      <xs:element name="lpar_id" type="xs:positiveInteger" minOccurs="0"/>
      <xs:element name="timezone" type="xs:string"/>
      <xs:element name="status" type="statustype" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="hostname" type="xs:string" use="required"/>
  </xs:complexType>
  <xs:complexType name="statustype">
    <xs:simpleContent>
      <xs:extension base="xs:integer">
        <xs:attribute name="type" type="xs:string"/>
      </xs:extension>
    <xs:simpleContent>
  </xs:complexType>
</xs:schema>
