The CriterionUserDefinedUnitType defines a CriterionDecimalType with user defined units that are not available in another criterion type. In particular this type is not to be used to define a criterion 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 CriterionUserDefinedUnitType.
Source
<xs:complexType name="CriterionUserDefinedUnitType"><xs:annotation><xs:documentation>The CriterionUserDefinedUnitType defines a CriterionDecimalType with user defined units that are not available in another criterion type. In particular this type is not to be used to define a criterion 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="CriterionDecimalType"><xs:attribute name="unitName" type="xs:token" use="required"><xs:annotation><xs:documentation>The required unitName attribute is the unit name for the CriterionUserDefinedUnitType.</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 CriterionUserDefinedUnitType.</xs:documentation></xs:annotation></xs:attribute>