j:EngineDisplacementUnitCodeSimpleType

simpleType EngineDisplacementUnitCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for the units of measurement for the displacement of a conveyance engine.

Diagram

Enumerations

ValueDefinition
cccubic centimeters
literliter

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: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>