The intended abstract supertype of all "units of measure".This abstract type allows the maximum length of a UOM enumeration to be centrally defined. This type is abstract in the sense that it should not be used directly except to derive another type.
<xs:simpleType name="UomEnum"><xs:annotation><xs:documentation>The intended abstract supertype of all "units of measure". This abstract type allows the maximum length of a UOM enumeration to be centrally defined. This type is abstract in the sense that it should not be used directly except to derive another type.</xs:documentation></xs:annotation><xs:restriction base="eml:AbstractString"><xs:maxLength value="32"/></xs:restriction></xs:simpleType>