The StatsWithTolUserDefinedUnitType defines a StatsWithTolNumericalBaseType with user defined units that not are available in another type derived from StatsWithTolNumericalBaseType. 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 required unitName attribute is the unit name for the StatsWithTolUserDefinedUnitType.
Source
<xs:complexType name="StatsWithTolUserDefinedUnitType"><xs:annotation><xs:documentation>The StatsWithTolUserDefinedUnitType defines a StatsWithTolNumericalBaseType with user defined units that not are available in another type derived from StatsWithTolNumericalBaseType. 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.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="StatsWithTolNumericalBaseType"><xs:attribute name="unitName" type="xs:token" use="required"><xs:annotation><xs:documentation>The required unitName attribute is the unit name for the StatsWithTolUserDefinedUnitType.</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 is the unit name for the StatsWithTolUserDefinedUnitType.</xs:documentation></xs:annotation></xs:attribute>