Definition Type: ComplexType
Name: PaymentInvoiceLineItemType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: PaymentInvoice.xsd
Abstract
Documentation:
Invoice line item information
Collapse XSD Schema Diagram:
Drilldown into PaymentLineDescription in schema paymentinvoice_xsd Drilldown into CoreIndicator in schema paymentinvoice_xsd Drilldown into ExtendedAmount in schema paymentinvoice_xsd Drilldown into FreeFormTextGroup in schema components_xsd Drilldown into DocumentReference in schema components_xsd Drilldown into ItemQuantity in schema paymentinvoice_xsd Drilldown into Pricing in schema components_xsd Drilldown into ItemIdentificationGroup in schema components_xsd Drilldown into PaymentLineTypeCode in schema paymentinvoice_xsdXSD Diagram of PaymentInvoiceLineItemType in schema paymentinvoice_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentInvoiceLineItemType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Invoice line item information</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="PaymentLineTypeCode" type="scl:PaymentLineTypeEnumeratedType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Identifies the type of charge associted with this line item. The types are parts, labor, lubrication, core amount, freight, sublet and miscellaneous.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="ItemIdentificationGroup" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Pricing" />
        <xsd:element maxOccurs="1" minOccurs="0" name="ItemQuantity" type="udt:QuantityType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Quantity of this line items used.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="DocumentReference" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="FreeFormTextGroup" />
        <xsd:element maxOccurs="1" minOccurs="0" name="ExtendedAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Value times quantity</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="CoreIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates that there is an core amount associated with the part.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="PaymentLineDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A free from text field describing this line item.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PaymentLineTypeCode star:PaymentLineTypeCode 0 1
ItemIdentificationGroup star:ItemIdentificationGroup 0 1
Pricing star:Pricing 0 unbounded
ItemQuantity star:ItemQuantity 0 1
DocumentReference star:DocumentReference 0 unbounded
FreeFormTextGroup star:FreeFormTextGroup 0 unbounded
ExtendedAmount star:ExtendedAmount 0 1
CoreIndicator star:CoreIndicator 0 1
PaymentLineDescription star:PaymentLineDescription 0 1
Collapse Derivation Tree:
Collapse References:
star:PaymentInvoiceLineItem