VolumeUnits

Enumeration of volume units.

Simple Type Information

Used By

Source

<xs:simpleType name="VolumeUnits">
  <xs:annotation>
    <xs:documentation>Enumeration of volume units.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="cubic_millimeter"/>
    <!-- Note: changed to the American English spelling in v1.8.1...-->
    <xs:enumeration value="millilitre"/>
    <xs:enumeration value="litre"/>
  </xs:restriction>
</xs:simpleType>