<xsd:simpleType name="ListQualityFactorUnitOfMeasure"> <xsd:restriction base="xsd:token"> <xsd:enumeration value="Count"/> <xsd:enumeration value="Kilograms Per Hectoliter"/> <xsd:enumeration value="Parts Per Billion"/> <xsd:enumeration value="Parts Per Million"/> <xsd:enumeration value="Percent"/> <xsd:enumeration value="Pounds Per Bushel"/> </xsd:restriction> </xsd:simpleType> |