Definition Type: Element
Name: StatementDetail
Namespace: http://www.papinet.org/v2r40
Containing Schema: StatementV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into GeneralLedgerAccount in schema papinetcommondefsv2r40_xsd Drilldown into OtherDate in schema papinetcommondefsv2r40_xsd Drilldown into StatementInformation in schema papinetcommondefsv2r40_xsd Drilldown into TotalOpenAmount in schema papinetcommondefsv2r40_xsd Drilldown into TotalPaymentAmount in schema papinetcommondefsv2r40_xsd Drilldown into TotalNetOfTermsDiscount in schema papinetcommondefsv2r40_xsd Drilldown into TermsOfPayment in schema papinetcommondefsv2r40_xsd Drilldown into InformationalAmount in schema papinetcommondefsv2r40_xsd Drilldown into TotalAmount in schema papinetcommondefsv2r40_xsd Drilldown into LocationParty in schema papinetcommondefsv2r40_xsd Drilldown into OtherParty in schema papinetcommondefsv2r40_xsd Drilldown into RemitToParty in schema papinetcommondefsv2r40_xsd Drilldown into BuyerParty in schema papinetcommondefsv2r40_xsd Drilldown into SupplierParty in schema papinetcommondefsv2r40_xsd Drilldown into BillToParty in schema papinetcommondefsv2r40_xsd Drilldown into InvoiceReference in schema papinetcommondefsv2r40_xsd Drilldown into InvoiceDate in schema papinetcommondefsv2r40_xsd Drilldown into InvoiceNumber in schema papinetcommondefsv2r40_xsdXSD Diagram of StatementDetail in schema statementv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="StatementDetail">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="InvoiceNumber" />
            <xs:element ref="InvoiceDate" />
            <xs:element ref="InvoiceReference" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="BillToParty" />
            <xs:element ref="SupplierParty" />
            <xs:element ref="BuyerParty" />
            <xs:element ref="RemitToParty" minOccurs="0" />
            <xs:element ref="OtherParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="LocationParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="TotalAmount" />
            <xs:element ref="InformationalAmount" minOccurs="0" maxOccurs="unbounded" />
            <xs:sequence minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="TermsOfPayment" />
                <xs:element ref="TotalNetOfTermsDiscount" minOccurs="0" />
            </xs:sequence>
            <xs:element ref="TotalPaymentAmount" />
            <xs:element ref="TotalOpenAmount" />
            <xs:element ref="StatementInformation" />
            <xs:element ref="OtherDate" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="GeneralLedgerAccount" minOccurs="0" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InvoiceNumber pn:InvoiceNumber (1) (1)
InvoiceDate pn:InvoiceDate (1) (1)
InvoiceReference pn:InvoiceReference 0 unbounded
BillToParty pn:BillToParty (1) (1)
SupplierParty pn:SupplierParty (1) (1)
BuyerParty pn:BuyerParty (1) (1)
RemitToParty pn:RemitToParty 0 (1)
OtherParty pn:OtherParty 0 unbounded
LocationParty pn:LocationParty 0 unbounded
TotalAmount pn:TotalAmount (1) (1)
InformationalAmount pn:InformationalAmount 0 unbounded
TermsOfPayment pn:TermsOfPayment (1) (1)
TotalNetOfTermsDiscount pn:TotalNetOfTermsDiscount 0 (1)
TotalPaymentAmount pn:TotalPaymentAmount (1) (1)
TotalOpenAmount pn:TotalOpenAmount (1) (1)
StatementInformation pn:StatementInformation (1) (1)
OtherDate pn:OtherDate 0 unbounded
GeneralLedgerAccount pn:GeneralLedgerAccount 0 (1)
AdditionalText pn:AdditionalText 0 unbounded