<xs:complexType name="EnvironmentType">
<xs:annotation>
<xs:documentation>The EnvironmentType defines information about the temperature and/or humidity at a particular time during a measurement process.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Attributes" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ObjectTemperature" type="MeasuredTemperatureValueType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional ObjectTemperature element is the temperature of the product or feature to which an environment instance is attached.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AmbientTemperature" type="MeasuredTemperatureValueType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional AmbientTemperature element is the temperature of the air in the area in which the inspection is performed.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RelativeHumidity" type="MeasuredDecimalType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional RelativeHumidity element is the relative humidity of the air in the area in which the inspection is performed. The RelativeHumidity value must be between 0 and 100.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DateAndTime" type="xs:dateTime">
<xs:annotation>
<xs:documentation>The DateAndTime element gives the date and time at which the environment data is recorded.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TimeDescription" type="TimeDescriptionType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional TimeDescription element gives the time, relative to the inspection, at which the environment data is measured.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |