Definition Type: ComplexType
Name: VehiclePaymentsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: VehiclePayments.xsd
Abstract
Documentation:
Vehicle Payments
Collapse XSD Schema Diagram:
Drilldown into VehiclePaymentsDetail in schema vehiclepayments_xsd Drilldown into VehiclePaymentsHeader in schema vehiclepayments_xsdXSD Diagram of VehiclePaymentsType in schema vehiclepayments_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehiclePaymentsType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Vehicle Payments</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="VehiclePaymentsHeader">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Vehicle Payments Header</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="VehiclePaymentsDetail" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Vehicle Payments Detail</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehiclePaymentsHeader star:VehiclePaymentsHeader (1) (1)
VehiclePaymentsDetail star:VehiclePaymentsDetail (1) unbounded
Collapse Derivation Tree:
Collapse References:
star:VehiclePayments