Definition Type: ComplexType
Name: EngineDimensionsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Physical size of the engine, this is usually consists of two nodes, one for length and one for width.
Collapse XSD Schema Diagram:
Drilldown into EngineDepthMeasure in schema components_xsd Drilldown into EngineWidthMeasure in schema components_xsd Drilldown into EngineHeightMeasure in schema components_xsd Drilldown into EngineDimensionDescription in schema components_xsdXSD Diagram of EngineDimensionsType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EngineDimensionDescription star:EngineDimensionDescription 0 unbounded
EngineHeightMeasure star:EngineHeightMeasure 0 (1)
EngineWidthMeasure star:EngineWidthMeasure 0 (1)
EngineDepthMeasure star:EngineDepthMeasure 0 (1)
Collapse Derivation Tree:
Collapse References:
star:EngineDimensions