The UserDefinedUnitValueType defines a SpecifiedDecimalType with a required unitName attribute that identifies the unit being used by its UnitName. The units used in a UserDefinedUnitValueType must be UserDefinedUnits.
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:complexType name="UserDefinedUnitValueType"><xs:annotation><xs:documentation>The UserDefinedUnitValueType defines a SpecifiedDecimalType with a required unitName attribute that identifies the unit being used by its UnitName. The units used in a UserDefinedUnitValueType must be UserDefinedUnits.</xs:documentation></xs:annotation><xs:simpleContent><xs:extension base="SpecifiedDecimalType"><xs:attribute name="unitName" type="xs:token" use="required"><xs:annotation><xs:documentation>The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:simpleContent></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 UserDefinedUnitValueType.</xs:documentation></xs:annotation></xs:attribute>