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