Changeset 464
- Timestamp:
- 09/19/12 13:19:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/test/rewolucja/schemas/XSSimResSchema.xsd
r357 r464 110 110 <xs:sequence> 111 111 <xs:element name="schedulingPlugin" type="schedulingPluginType" minOccurs="0" maxOccurs="1"></xs:element> 112 <xs:element name="queue" type="queueType" minOccurs="0" maxOccurs="unbounded"></xs:element> 112 113 <xs:choice minOccurs="1" maxOccurs="unbounded"> 113 114 <xs:element name="scheduler" type="schedulerType"></xs:element> … … 175 176 </xs:complexType> 176 177 178 <xs:complexType name="queueType"> 179 <xs:annotation> 180 <xs:documentation>Profile acts as a container for resource profiles: power and air throughput</xs:documentation> 181 </xs:annotation> 182 <xs:sequence> 183 <xs:element name="name" type="xs:string"></xs:element> 184 <xs:element name="priority" type="xs:int"></xs:element> 185 <xs:element name="reservation" type="xs:boolean"></xs:element> 186 </xs:sequence> 187 </xs:complexType> 188 177 189 <xs:complexType name="managedComputingResourcesType"> 178 190 <xs:annotation> … … 241 253 <xs:sequence> 242 254 <xs:element name="name" type="xs:string"></xs:element> 243 <xs:element name="powerUsage" type="doubleValueWithUnitType" minOccurs="0" maxOccurs=" 1"></xs:element>255 <xs:element name="powerUsage" type="doubleValueWithUnitType" minOccurs="0" maxOccurs="unbounded"></xs:element> 244 256 <xs:element name="transition" type="powerStatesTransitionType" minOccurs="0" maxOccurs="unbounded"></xs:element> 245 257 <xs:element name="parameter" type="parameterType" minOccurs="0" maxOccurs="unbounded"></xs:element> … … 283 295 </xs:complexType> 284 296 285 297 <xs:complexType name="airThroughputStatesType"> 286 298 <xs:annotation> 287 299 <xs:documentation>AirThroughputStates type act as a container for air throughput states.</xs:documentation>
Note: See TracChangeset
for help on using the changeset viewer.