Changeset 464 for xssim


Ignore:
Timestamp:
09/19/12 13:19:01 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/test/rewolucja/schemas/XSSimResSchema.xsd

    r357 r464  
    110110                                <xs:sequence> 
    111111                                        <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> 
    112113                                        <xs:choice minOccurs="1" maxOccurs="unbounded"> 
    113114                                                <xs:element name="scheduler" type="schedulerType"></xs:element> 
     
    175176        </xs:complexType> 
    176177         
     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         
    177189        <xs:complexType name="managedComputingResourcesType"> 
    178190                <xs:annotation> 
     
    241253                <xs:sequence> 
    242254                        <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> 
    244256                        <xs:element name="transition" type="powerStatesTransitionType" minOccurs="0" maxOccurs="unbounded"></xs:element> 
    245257                        <xs:element name="parameter" type="parameterType" minOccurs="0" maxOccurs="unbounded"></xs:element> 
     
    283295        </xs:complexType> 
    284296         
    285                 <xs:complexType name="airThroughputStatesType"> 
     297        <xs:complexType name="airThroughputStatesType"> 
    286298                <xs:annotation> 
    287299                        <xs:documentation>AirThroughputStates type act as a container for air throughput states.</xs:documentation> 
Note: See TracChangeset for help on using the changeset viewer.