EngineDimensions

Uses the Component:EngineDimensionsType

Fields and Components

Table 6.50. Fields and Components

Name Description Occurrence Type Data Type User Notes
EngineDimensionDescription

A description of the dimensions being described for an engine, e.g., height above crankshaft.

0..*Field udt:TextType  
EngineHeightMeasure

Indicates the height of the engine.

0..1Field sqdt:LengthMeasureType  
EngineWidthMeasure

Indicates the width of the engine.

0..1Field sqdt:LengthMeasureType  
EngineDepthMeasure

Indicates the depth of the engine.

0..1Field sqdt:LengthMeasureType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.50. EngineDimensions

<EngineDimensions>
     <EngineDimensionDescription>......</EngineDimensionDescription>     [0..*]
     <EngineHeightMeasure>......</EngineHeightMeasure>     [0..1]
     <EngineWidthMeasure>......</EngineWidthMeasure>     [0..1]
     <EngineDepthMeasure>......</EngineDepthMeasure>     [0..1]
</EngineDimensions>