A variant of UnitOfMeasure which has been extended to allow any user-defined unit of measure which follows an authority:unit pattern; the colon is mandatory.This class is implemented in XML as a union between the list of valid units per the prevailing Energistics Units of Measure Specification and an XML pattern which mandates the central colon.
<xs:simpleType name="UnitOfMeasureExt"><xs:annotation><xs:documentation>A variant of UnitOfMeasure which has been extended to allow any user-defined unit of measure which follows an authority:unit pattern; the colon is mandatory. This class is implemented in XML as a union between the list of valid units per the prevailing Energistics Units of Measure Specification and an XML pattern which mandates the central colon.</xs:documentation></xs:annotation><xs:union memberTypes="eml:UnitOfMeasure eml:EnumExtensionPattern"/></xs:simpleType>