Ignore:
Timestamp:
03/11/13 10:15:03 (12 years ago)
Author:
gosiaw
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/DEBBTranslator/xml/DCWormsResSchema.xsd

    r611 r940  
    4646                <xs:attribute name="class" type="xs:string" use="required"/> 
    4747                <xs:attribute name="type" type="xs:string" use="optional"/> 
    48                 <xs:attribute name="name" type="xs:ID" use="optional"/> 
     48                <xs:attribute name="name" type="xs:string" use="optional"/> 
    4949        </xs:complexType> 
    5050 
     
    7272                                                </xs:sequence> 
    7373                                                <xs:sequence> 
    74                                                         <xs:element name="templateId" type="xs:IDREF"/> 
     74                                                        <xs:element name="templateId" type="xs:string"/> 
    7575                                                        <xs:element name="location" type="locationType" minOccurs="0" maxOccurs="1"></xs:element> 
    7676                                                </xs:sequence> 
     
    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.