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

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/simulator/schemas/resources/DCWormsResSchema.xsd

    r610 r810  
    230230                        <xs:element name="powerProfile" type="powerProfileType" minOccurs="0"></xs:element> 
    231231                        <xs:element name="airThroughputProfile" type="airThroughputProfileType" minOccurs="0"></xs:element> 
     232                        <xs:element name="thermalProfile" type="thermalProfileType" minOccurs="0"></xs:element> 
    232233                </xs:sequence> 
    233234        </xs:complexType> 
     
    299300                <xs:sequence> 
    300301                        <xs:element name="airThroughputEstimationPlugin" type="airThroughputEstimationPluginType" minOccurs="0"></xs:element> 
    301                         <xs:element name="airThroughputStates" type="airThroughputStatesType" minOccurs="0" maxOccurs="unbounded"></xs:element> 
     302                        <xs:element name="airThroughputStates" type="airThroughputStatesType" minOccurs="0"></xs:element> 
    302303                        <xs:element name="parameter" type="parameterType" minOccurs="0" maxOccurs="unbounded"></xs:element> 
    303304                </xs:sequence> 
     
    323324                        <xs:element name="value" type="doubleValueWithUnitType"></xs:element> 
    324325                        <xs:element name="powerUsage" type="doubleValueWithUnitType" minOccurs="0"></xs:element> 
     326                        <xs:element name="parameter" type="parameterType" minOccurs="0" maxOccurs="unbounded"></xs:element> 
     327                </xs:sequence> 
     328        </xs:complexType> 
     329         
     330        <xs:complexType name="temperatureEstimationPluginType"> 
     331                <xs:annotation> 
     332                        <xs:documentation>TemperatureEstimationPlugin derived from pluginType.  
     333                        Temperature plugin is used to estimate temperature based on the defined resource characteristics</xs:documentation> 
     334                </xs:annotation> 
     335                <xs:complexContent> 
     336                        <xs:extension base="pluginType"/> 
     337                </xs:complexContent> 
     338        </xs:complexType> 
     339         
     340        <xs:complexType name="thermalProfileType"> 
     341                <xs:annotation> 
     342                        <xs:documentation>ThermalProfile provides temperatureEstimation plugin,  and other thermal-related parameters definition</xs:documentation> 
     343                </xs:annotation> 
     344                <xs:sequence> 
     345                        <xs:element name="temperatureEstimationPlugin" type="temperatureEstimationPluginType" minOccurs="0"></xs:element> 
    325346                        <xs:element name="parameter" type="parameterType" minOccurs="0" maxOccurs="unbounded"></xs:element> 
    326347                </xs:sequence> 
Note: See TracChangeset for help on using the changeset viewer.