<xs:simpleType name="impVolume"> <xs:restriction base="xs:string"> <xs:enumeration value="US_gallon" /> <xs:enumeration value="IMP_gallon" /> <xs:enumeration value="cubicInch" /> <xs:enumeration value="cubicFeet" /> <xs:enumeration value="cubicYard" /> <xs:enumeration value="acreFeet" /> </xs:restriction> </xs:simpleType>