j:EngineDisplacementUnitCodeSimpleType
simpleType EngineDisplacementUnitCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for the units of measurement for the displacement of a conveyance engine.
Diagram
Enumerations
Value | Definition |
cc | cubic centimeters |
liter | liter |
XML Schema
<xs:simpleType name="EngineDisplacementUnitCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the units of measurement for the displacement of a conveyance engine.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="cc">
<xs:annotation>
<xs:documentation>
cubic centimeters</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="liter">
<xs:annotation>
<xs:documentation>
liter</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>