Definition Type: ComplexType
Name: VehicleInvoiceType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: VehicleInvoice.xsd
Abstract
Documentation:
Vehicle Invoice
Collapse XSD Schema Diagram:
Drilldown into Invoice in schema vehicleinvoice_xsd Drilldown into VehicleInvoiceHeader in schema vehicleinvoice_xsdXSD Diagram of VehicleInvoiceType in schema vehicleinvoice_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehicleInvoiceType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation>
                Vehicle Invoice
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="VehicleInvoiceHeader" />
        <xsd:element ref="Invoice" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehicleInvoiceHeader star:VehicleInvoiceHeader (1) (1)
Invoice star:Invoice 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:VehicleInvoice