<xsd:complexType name="EngineDimensionsType">
<xsd:annotation>
<xsd:documentation>Physical size of the engine, this is usually consists of two nodes,
one for length and one for width.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="EngineDimensionDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A description of the
dimensions being described for an engine, e.g., height above
crankshaft.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="EngineHeightMeasure" type="sqdt:LengthMeasureType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the height of
the engine.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="EngineWidthMeasure" type="sqdt:LengthMeasureType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the width of
the engine.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="EngineDepthMeasure" type="sqdt:LengthMeasureType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the depth of
the engine.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|