Definition Type: Element
Name: Invoice
Namespace: http://www.papinet.org/v2r40
Containing Schema: InvoiceV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InvoiceSummary in schema invoicev2r40_xsd Drilldown into MonetaryAdjustment in schema papinetcommondefsv2r40_xsd Drilldown into InvoiceLineItem in schema invoicev2r40_xsd Drilldown into InvoiceHeader in schema invoicev2r40_xsd Drilldown into Language in schema invoicev2r40_xsd Drilldown into Reissued in schema invoicev2r40_xsd Drilldown into InvoiceContextType in schema invoicev2r40_xsd Drilldown into InvoiceType in schema invoicev2r40_xsdXSD Diagram of Invoice in schema invoicev2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="Invoice">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="InvoiceHeader" />
            <xs:element ref="InvoiceLineItem" maxOccurs="unbounded" />
            <xs:element ref="MonetaryAdjustment" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="InvoiceSummary" />
        </xs:sequence>
        <xs:attribute name="InvoiceType" type="invoiceType" use="required" />
        <xs:attribute name="InvoiceContextType" type="invoiceContextType" />
        <xs:attribute name="Reissued" type="yesNo" default="No" />
        <xs:attribute name="Language" type="languageType" default="eng" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InvoiceHeader pn:InvoiceHeader (1) (1)
InvoiceLineItem pn:InvoiceLineItem (1) unbounded
MonetaryAdjustment pn:MonetaryAdjustment 0 unbounded
InvoiceSummary pn:InvoiceSummary (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
InvoiceType pn:InvoiceType Required
InvoiceContextType pn:InvoiceContextType (Optional)
Reissued pn:Reissued No (Optional)
Language pn:Language eng (Optional)