<xsd:complexType name="InvoiceLineBaseType">
<xsd:complexContent>
<xsd:extension base="LineType">
<xsd:sequence>
<xsd:element ref="Item" minOccurs="0" />
<xsd:element ref="Quantity" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates the number of order items for the given line..</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UnitPrice" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Unit price of the item for the number of items in the unitCode specified in the PerQuantity elements.
In most cases the unitCode of the PerQuantity is the same as the unitCode of the Quantity element above.</xsd:documentation>
<xsd:documentation>Unit price of the item for the number of items in the unitCode specified in the PerQuantity elements.
In most cases the unitCode of the PerQuantity is the same as the unitCode of the Quantity element above.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PurchaseOrderReference" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ContractReference" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ExtendedAmount" minOccurs="0" />
<xsd:element ref="TotalAmount" minOccurs="0" />
<xsd:element ref="OpenItemIndicator" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates that the line is an open item and is not to be included in the document total. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Tax" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="InvoiceCharge" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="InvoiceAllowance" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|