The SummaryStatisticsUserDefinedUnitType defines a summary of a single user-defined unit statistical value. This type is not to be used for units available in another user-defined summary statistics type. In particular this type is not to be used with linear units, angular units, or units of temperature, area, force, mass, pressure, speed, or time. The information can be common to more than one user-defined characteristic.
The required unitName attribute defines the unit name for the SummaryStatisticsUserDefinedUnitType.
Source
<xs:complexType name="SummaryStatisticsUserDefinedUnitType"><xs:annotation><xs:documentation>The SummaryStatisticsUserDefinedUnitType defines a summary of a single user-defined unit statistical value. This type is not to be used for units available in another user-defined summary statistics type. In particular this type is not to be used with linear units, angular units, or units of temperature, area, force, mass, pressure, speed, or time. The information can be common to more than one user-defined characteristic.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="SummaryStatisticsType"><xs:attribute name="unitName" type="xs:token" use="required"><xs:annotation><xs:documentation>The required unitName attribute defines the unit name for the SummaryStatisticsUserDefinedUnitType.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="unitName" type="xs:token" use="required"><xs:annotation><xs:documentation>The required unitName attribute defines the unit name for the SummaryStatisticsUserDefinedUnitType.</xs:documentation></xs:annotation></xs:attribute>