The StatsWithTolPressureType defines a StatsWithTolNumericalBaseType with an optional pressureUnit attribute that identifies the unit being used by its unit name. If no value for the attribute is given in an instance file when a pressure value is given, the unit type is the primary pressure unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and Pascals if not.
The optional pressureUnit attribute defines the unit used by StatsWithTolPressureType.
Source
<xs:complexType name="StatsWithTolPressureType"><xs:annotation><xs:documentation>The StatsWithTolPressureType defines a StatsWithTolNumericalBaseType with an optional pressureUnit attribute that identifies the unit being used by its unit name. If no value for the attribute is given in an instance file when a pressure value is given, the unit type is the primary pressure unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and Pascals if not.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="StatsWithTolNumericalBaseType"><xs:attribute name="pressureUnit" type="xs:token"><xs:annotation><xs:documentation>The optional pressureUnit attribute defines the unit used by StatsWithTolPressureType.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="pressureUnit" type="xs:token"><xs:annotation><xs:documentation>The optional pressureUnit attribute defines the unit used by StatsWithTolPressureType.</xs:documentation></xs:annotation></xs:attribute>