/usr/share/gridengine/schemas/qstat/qstat.xsd is in gridengine-common 6.2u5-7.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 | <?xml version="1.0" encoding="UTF-8"?>
<!--___INFO__MARK_BEGIN__
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
* the Sun Industry Standards Source License Version 1.2
*
* Sun Microsystems Inc., March, 2001
*
*
* Sun Industry Standards Source License Version 1.2
* =================================================
* The contents of this file are subject to the Sun Industry Standards
* Source License Version 1.2 (the "License"); You may not use this file
* except in compliance with the License. You may obtain a copy of the
* License at http://gridengine.sunsource.net/Gridengine_SISSL_license.html
*
* Software provided under this License is provided on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
* See the License for the specific provisions governing your rights and
* obligations concerning the Software.
*
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2001 by Sun Microsystems, Inc.
*
* All Rights Reserved.
*
************************************************************************/
___INFO__MARK_END__-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://gridengine.sunsource.net/source/browse/*checkout*/gridengine/source/dist/util/resources/schemas/qstat/qstat.xsd?revision=1.11"
xmlns="http://gridengine.sunsource.net/source/browse/*checkout*/gridengine/source/dist/util/resources/schemas/qstat/qstat.xsd?revision=1.11"
elementFormDefault="qualified">
<xs:element name="job_info">
<xs:complexType>
<xs:annotation>
<xs:documentation>
This schema describes most of the qstat outputs. There are extra
schema defintions for "qstat -j" and and "qstat -j job".
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="queue_info" type="queue_info_t" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="job_info" type="job_info_t" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="cluster_queue_summary" type="cqueue_summary_t" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<!-- ======================================= -->
<!-- general qstat output -->
<xs:complexType name="cqueue_summary_t">
<xs:sequence>
<xs:element name="name" type="xs:string"/>
<xs:element name="load" type="xs:float" minOccurs="0"/>
<xs:element name="used" type="xs:unsignedInt"/>
<xs:element name="resv" type="xs:unsignedInt"/>
<xs:element name="available" type="xs:unsignedInt"/>
<xs:element name="total" type="xs:unsignedInt"/>
<xs:element name="temp_disabled" type="xs:unsignedInt"/>
<xs:element name="manual_intervention" type="xs:unsignedInt"/>
<xs:element name="suspend_manual" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="suspend_threshold" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="suspend_on_subordinate" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="suspend_calendar" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="unknown" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="load_alarm" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="disabled_manual" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="disabled_calendar" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="ambiguous" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="orphaned" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="error" type="xs:unsignedInt" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="queue_info_t">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="Queue-List" type="queue_list_t" minOccurs="0"/>
<xs:element name="job_list" type="job_list_t" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="queue_list_t">
<xs:sequence minOccurs="0">
<xs:element name="name" type="xs:string" minOccurs="0"/>
<xs:element name="qtype" type="xs:string" minOccurs="0"/>
<xs:element name="slots_resv" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="slots_used" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="slots_total" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="load_avg" type="xs:float" minOccurs="0"/>
<xs:element name="arch" type="xs:string" minOccurs="0"/>
<xs:element name="state" type="xs:string" minOccurs="0"/>
<xs:element name="message" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="resource" type="resource_t" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="job_list" type="job_list_t" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="job_info_t">
<xs:sequence>
<xs:element name="job_list" type="job_list_t" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="job_list_t">
<xs:sequence>
<xs:element name="JB_job_number" type="xs:unsignedInt"/>
<xs:element name="JAT_prio" type="xs:float"/>
<xs:element name="JAT_ntix" type="xs:float" minOccurs="0"/>
<xs:element name="JB_nppri" type="xs:float" minOccurs="0"/>
<xs:element name="JB_nurg" type="xs:float" minOccurs="0"/>
<xs:element name="JB_urg" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="JB_rrcontr" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="JB_wtcontr" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="JB_dlcontr" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="JB_priority" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="JB_name" type="xs:string"/>
<xs:element name="JB_owner" type="xs:string"/>
<xs:element name="JB_project" type="xs:string" minOccurs="0"/>
<xs:element name="JB_department" type="xs:string" minOccurs="0"/>
<xs:element name="state" type="xs:string"/>
<xs:element name="JB_submission_time" type="xs:dateTime" minOccurs="0"/>
<xs:element name="JAT_start_time" type="xs:dateTime" minOccurs="0"/>
<xs:element name="JB_deadline" type="xs:dateTime" minOccurs="0"/>
<xs:element name="cpu_usage" type="xs:float" minOccurs="0"/>
<xs:element name="mem_usage" type="xs:float" minOccurs="0"/>
<xs:element name="io_usage" type="xs:float" minOccurs="0"/>
<xs:element name="tickets" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="JB_override_tickets" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="JB_jobshare" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="otickets" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="ftickets" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="stickets" type="xs:unsignedInt" minOccurs="0"/>
<xs:element name="JAT_share" type="xs:float" minOccurs="0"/>
<xs:element name="queue_name" type="xs:string" minOccurs="0"/>
<xs:element name="master" type="xs:string" minOccurs="0"/>
<xs:element name="slots" type="xs:unsignedInt"/>
<xs:element name="tasks" type="xs:string" minOccurs="0"/>
<xs:element name="requested_pe" type="requested_pe_t" minOccurs="0"/>
<xs:element name="granted_pe" type="granted_pe_t" minOccurs="0"/>
<xs:element name="JB_checkpoint_name" type="xs:string" minOccurs="0"/>
<xs:element name="hard_request" type="request_t" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="def_hard_request" type="request_t" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="soft_request" type="request_t" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="hard_req_queue" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="soft_req_queue" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="master_hard_req_queue" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="predecessor_jobs_req" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="predecessor_jobs" type="xs:unsignedInt" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="state" type="xs:string" use="required"/>
</xs:complexType>
<!-- ======================================= -->
<xs:complexType name="request_t">
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="resource_contribution" type="xs:float"/>
</xs:complexType>
<xs:complexType name="granted_pe_t">
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
<xs:complexType name="requested_pe_t">
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
<xs:complexType name="resource_t">
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="type" type="xs:string" use="required"/>
</xs:complexType>
</xs:schema>
|