Definition Type: ComplexType
Name: TowingType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Towing information
Collapse XSD Schema Diagram:
Drilldown into InvoiceNumberString in schema components_xsd Drilldown into TowingDistanceMeasure in schema components_xsd Drilldown into Pricing in schema components_xsdXSD Diagram of TowingType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="TowingType">
    <xsd:annotation>
        <xsd:documentation>Towing information</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" ref="Pricing" />
        <xsd:element maxOccurs="1" minOccurs="0" name="TowingDistanceMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation>The total distance the vehicle was towed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="InvoiceNumberString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Invoice
            number</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Pricing star:Pricing 0 1
TowingDistanceMeasure star:TowingDistanceMeasure 0 1
InvoiceNumberString star:InvoiceNumberString 0 1
Collapse Derivation Tree:
Collapse References:
star:Towing