The optional Name element is the name of the environmental range.
Diagram
Type
xs:NMTOKEN
Properties
content
simple
minOccurs
0
Source
<xs:element name="Name" type="xs:NMTOKEN" minOccurs="0"><xs:annotation><xs:documentation>The optional Name element is the name of the environmental range.</xs:documentation></xs:annotation></xs:element>
The optional Description element is a description of the environmental range.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Description" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Description element is a description of the environmental range.</xs:documentation></xs:annotation></xs:element>
The optional temperatureUnit attribute defines the UnitName for the TemperatureValueType.
Source
<xs:element name="MaxAmbientTemperature" type="TemperatureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxAmbientTemperature element is the maximum ambient temperature of the range.</xs:documentation></xs:annotation></xs:element>
The optional temperatureUnit attribute defines the UnitName for the TemperatureValueType.
Source
<xs:element name="MinAmbientTemperature" type="TemperatureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinAmbientTemperature element is the minimum ambient temperature of the range.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MaxAmbientAirPressure" type="PressureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxAmbientAirPressure element is the maximum ambient air pressure of the range.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MinAmbientAirPressure" type="PressureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinAmbientAirPressure element is the minimum ambient air pressure of the range.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MaxAmbientRelativeHumidity" type="SpecifiedDecimalType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxAmbientRelativeHumidity element is the maximum ambient relative humidity of the range.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MinAmbientRelativeHumidity" type="SpecifiedDecimalType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinAmbientRelativeHumidity element is the minimum ambient relative humidity of the range.</xs:documentation></xs:annotation></xs:element>
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:element name="MaxVibration" type="UserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxVibration element is the maximum vibration of the range. The minimum is zero.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="EnvironmentalRangeType"><xs:annotation><xs:documentation>The EnvironmentalRangeType describes a range of environmental conditions.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Name" type="xs:NMTOKEN" minOccurs="0"><xs:annotation><xs:documentation>The optional Name element is the name of the environmental range.</xs:documentation></xs:annotation></xs:element><xs:element name="Description" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Description element is a description of the environmental range.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxAmbientTemperature" type="TemperatureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxAmbientTemperature element is the maximum ambient temperature of the range.</xs:documentation></xs:annotation></xs:element><xs:element name="MinAmbientTemperature" type="TemperatureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinAmbientTemperature element is the minimum ambient temperature of the range.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxAmbientAirPressure" type="PressureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxAmbientAirPressure element is the maximum ambient air pressure of the range.</xs:documentation></xs:annotation></xs:element><xs:element name="MinAmbientAirPressure" type="PressureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinAmbientAirPressure element is the minimum ambient air pressure of the range.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxAmbientRelativeHumidity" type="SpecifiedDecimalType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxAmbientRelativeHumidity element is the maximum ambient relative humidity of the range.</xs:documentation></xs:annotation></xs:element><xs:element name="MinAmbientRelativeHumidity" type="SpecifiedDecimalType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinAmbientRelativeHumidity element is the minimum ambient relative humidity of the range.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxVibration" type="UserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxVibration element is the maximum vibration of the range. The minimum is zero.</xs:documentation></xs:annotation></xs:element><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:sequence></xs:complexType>