Uses the Component:EngineDimensionsType
Table 6.15. 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..1 | Field | sqdt:LengthMeasureType | |
EngineWidthMeasure |
Indicates the width of the engine. | 0..1 | Field | sqdt:LengthMeasureType | |
EngineDepthMeasure |
Indicates the depth of the engine. | 0..1 | Field | sqdt:LengthMeasureType |
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.15. EngineDimensions
<EngineDimensions> <EngineDimensionDescription>......</EngineDimensionDescription> [0..*] <EngineHeightMeasure>......</EngineHeightMeasure> [0..1] <EngineWidthMeasure>......</EngineWidthMeasure> [0..1] <EngineDepthMeasure>......</EngineDepthMeasure> [0..1] </EngineDimensions>