<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>
|