Definition Type: ComplexType
Name: PaymentInvoiceHeaderType
Namespace: http://www.starstandard.org/STAR/5
Type: star:HeaderBaseType
Containing Schema: PaymentInvoice.xsd
Abstract
Documentation:
Invoice header information.
Collapse XSD Schema Diagram:
Drilldown into MasterCustomerParty in schema components_xsd Drilldown into CreditCard in schema components_xsd Drilldown into RelatedItem in schema components_xsd Drilldown into CodesAndComments in schema components_xsd Drilldown into Pricing in schema components_xsd Drilldown into Tax in schema components_xsd Drilldown into InvoiceTotalAmount in schema paymentinvoice_xsd Drilldown into DocumentIdentificationGroup in schema components_xsd Drilldown into SecondaryDealerNumberID in schema components_xsd Drilldown into SecondaryPassword in schema components_xsd Drilldown into DocumentDateTime in schema components_xsd Drilldown into HeaderBaseType in schema components_xsdXSD Diagram of PaymentInvoiceHeaderType in schema paymentinvoice_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentInvoiceHeaderType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Invoice header information.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="HeaderBaseType">
            <xsd:sequence>
                <xsd:element maxOccurs="1" minOccurs="0" name="InvoiceTotalAmount" type="udt:AmountType">
                    <xsd:annotation>
                        <xsd:documentation source="http://www.starstandard.org/STAR/5">Invoice total.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Tax" />
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Pricing" />
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="CodesAndComments" />
                <xsd:element maxOccurs="1" minOccurs="0" ref="RelatedItem" />
                <xsd:element maxOccurs="1" minOccurs="0" ref="CreditCard" />
                <xsd:element maxOccurs="1" minOccurs="0" ref="MasterCustomerParty" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentDateTime star:DocumentDateTime 0 (1)
SecondaryPassword star:SecondaryPassword 0 (1)
SecondaryDealerNumberID star:SecondaryDealerNumberID 0 (1)
DocumentIdentificationGroup star:DocumentIdentificationGroup 1 1
InvoiceTotalAmount star:InvoiceTotalAmount 0 1
Tax star:Tax 0 unbounded
Pricing star:Pricing 0 unbounded
CodesAndComments star:CodesAndComments 0 unbounded
RelatedItem star:RelatedItem 0 1
CreditCard star:CreditCard 0 1
MasterCustomerParty star:MasterCustomerParty 0 1
Collapse Derivation Tree:
Collapse References:
star:PaymentInvoiceHeader