Definition Type: ComplexType
Name: DimensionType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The Dimensions component represents the dimensions of an item, area, etc. using various measurements including width, height, length, and diameter.
Collapse XSD Schema Diagram:
Drilldown into DiameterMeasure in schema components_xsd Drilldown into HeightMeasure in schema components_xsd Drilldown into LengthMeasure in schema components_xsd Drilldown into WidthMeasure in schema components_xsd Drilldown into DimensionDescription in schema components_xsd Drilldown into DimensionTypeCode in schema components_xsd Drilldown into DimensionValueMeasure in schema components_xsdXSD Diagram of DimensionType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DimensionType">
    <xsd:annotation>
        <xsd:documentation>The Dimensions component represents the dimensions of an item, area,
                etc. using various measurements including width, height, length, and
            diameter.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="DimensionValueMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The value of the
                dimension that has been measured.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DimensionTypeCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A code representing the
                type of dimension measure provided.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DimensionDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A free-form text
                description of the dimension provided.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="WidthMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The measurement of the
                extent of something from side to side.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LengthMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The longest extent of
                anything as measured from end to end.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="HeightMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The distance upward from
                a given level to a fixed point</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DiameterMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The width of a circular
                or cylindrical object.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DimensionValueMeasure star:DimensionValueMeasure 0 1
DimensionTypeCode star:DimensionTypeCode 0 1
DimensionDescription star:DimensionDescription 0 1
WidthMeasure star:WidthMeasure 0 1
LengthMeasure star:LengthMeasure 0 1
HeightMeasure star:HeightMeasure 0 1
DiameterMeasure star:DiameterMeasure 0 1
Collapse Derivation Tree:
Collapse References:
star:Dimension, star:VehicleDimension