it:InvoiceType

complexType InvoiceType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/

Definition

A data type for a non-negotiable commercial instrument issued by a seller to a buyer

Diagram

XML Schema

<xs:complexType name="InvoiceType">
<xs:annotation>
<xs:documentation>
A data type for a non-negotiable commercial instrument issued by a seller to a buyer
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="it:InvoiceCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:InvoiceID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:InvoiceDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:InvoiceSequenceNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:InvoiceLine" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:InvoiceAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>