j:EngineType

complexType EngineType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/

Definition

A data type for an engine of a vehicle.

Diagram

XML Schema

<xs:complexType name="EngineType">
<xs:annotation>
<xs:documentation>
A data type for an engine of a vehicle.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:EngineCylinderQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:EngineID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ConveyanceFuelCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:EngineDisplacementMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:EngineHorsepowerQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:EngineAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>