The optional pressureUnit attribute defines the unit name for the SummaryStatisticsPressureType.
Source
<xs:element name="PressureStatsSummary" type="SummaryStatisticsPressureType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each PressureStatsSummary element is a summary of a single pressure statistical value.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of summaries in the list.
Source
<xs:complexType name="SummariesStatisticsPressureType"><xs:annotation><xs:documentation>The SummariesStatisticsPressureType defines a list of summaries for pressure statistical values.</xs:documentation></xs:annotation><xs:sequence><xs:element name="PressureStatsSummary" type="SummaryStatisticsPressureType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each PressureStatsSummary element is a summary of a single pressure statistical value.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of summaries in the list.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of summaries in the list.</xs:documentation></xs:annotation></xs:attribute>