Definition Type: Element
Name: ByInvoice
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InvoiceNumberRange in schema papinetcommondefsv2r40_xsd Drilldown into InvoiceNumber in schema papinetcommondefsv2r40_xsdXSD Diagram of ByInvoice in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="ByInvoice">
    <xs:complexType>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="InvoiceNumber" />
            <xs:element ref="InvoiceNumberRange" />
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InvoiceNumber pn:InvoiceNumber (1) (1)
InvoiceNumberRange pn:InvoiceNumberRange (1) (1)