Definition Type: ComplexType
Name: PaymentInvoiceType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: PaymentInvoice.xsd
Abstract
Documentation:
This Noun was added to the repository starting with STAR 5.3.3.
Collapse XSD Schema Diagram:
Drilldown into PaymentInvoiceLineItem in schema paymentinvoice_xsd Drilldown into PaymentInvoiceHeader in schema paymentinvoice_xsdXSD Diagram of PaymentInvoiceType in schema paymentinvoice_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentInvoiceType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5"> This Noun was added to the repository starting with STAR 5.3.3.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" ref="PaymentInvoiceHeader" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="PaymentInvoiceLineItem" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PaymentInvoiceHeader star:PaymentInvoiceHeader 1 1
PaymentInvoiceLineItem star:PaymentInvoiceLineItem 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:PaymentInvoice