<xsd:simpleType name="VolumeUnitType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="ml"/>
<!-- SI milliliter -->
<xsd:enumeration value="l"/>
<!-- SI Liter -->
<xsd:enumeration value="tsp"/>
<!-- US teaspoon -->
<xsd:enumeration value="tbsp"/>
<!-- US tablespoon -->
<xsd:enumeration value="ozfl"/>
<!-- US fluid ounce -->
<xsd:enumeration value="cup"/>
<!-- US Cup -->
<xsd:enumeration value="pt"/>
<!-- US Pint -->
<xsd:enumeration value="qt"/>
<!-- US Quart -->
<xsd:enumeration value="gal"/>
<!-- US Gallon -->
<xsd:enumeration value="bbl"/>
<!-- US Barrel -->
<xsd:enumeration value="iozfl"/>
<!-- UK fluid ounce -->
<xsd:enumeration value="ipt"/>
<!-- UK Pint -->
<xsd:enumeration value="iqt"/>
<!-- UK Quart -->
<xsd:enumeration value="igal"/>
<!-- UK Gallon -->
<xsd:enumeration value="ibbl"/>
<!-- UK Barrel -->
</xsd:restriction>
</xsd:simpleType> |