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