<xs:complexType name="TemperaturePressure">
<xs:annotation>
<xs:documentation>temperature and pressure</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="eml:AbstractTemperaturePressure">
<xs:sequence>
<xs:element name="Temperature" type="eml:ThermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>The temperature to which the density has been corrected. If given, then a pressure must also be given. Common standard temperatures are: 0 degC, 15 degC, 60 degF. If neither standardTempPres nor temp,pres are specified then the standard condition is defined by standardTempPres at the productVolume root.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Pressure" type="eml:PressureMeasure" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>The pressure to which the density has been corrected. If given, then a temperature must also be given. Common standard pressures are: 1 atm and 14.696 psi (which are equivalent). If neither standardTempPres nor temp,pres are specified then the standard condition is defined by standardTempPres at the productVolume root.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|