Unit
enum Unit
Java class for unit
.The following schema fragment specifies the expected content contained within this class.
<simpleType name="unit">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="m"/>
<enumeration value="km"/>
<enumeration value="ft"/>
<enumeration value="mile"/>
<enumeration value="m/s"/>
<enumeration value="mph"/>
<enumeration value="km/h"/>
<enumeration value="kg"/>
<enumeration value="t"/>
<enumeration value="%"/>
</restriction>
</simpleType>
Content copied to clipboard