Definition Type: Element
Name: UsageHeader
Namespace: http://www.papinet.org/v2r40
Containing Schema: UsageV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into ReceiverParty in schema papinetcommondefsv2r40_xsd Drilldown into SenderParty in schema papinetcommondefsv2r40_xsd Drilldown into OtherParty in schema papinetcommondefsv2r40_xsd Drilldown into BuyerParty in schema papinetcommondefsv2r40_xsd Drilldown into SupplierParty in schema papinetcommondefsv2r40_xsd Drilldown into EndUserParty in schema papinetcommondefsv2r40_xsd Drilldown into TimePeriod in schema papinetcommondefsv2r40_xsd Drilldown into TransactionHistoryNumber in schema papinetcommondefsv2r40_xsd Drilldown into UsageIssuedDate in schema papinetcommondefsv2r40_xsd Drilldown into UsageHeaderReference in schema papinetcommondefsv2r40_xsd Drilldown into UsageNumber in schema papinetcommondefsv2r40_xsdXSD Diagram of UsageHeader in schema usagev2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="UsageHeader">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="UsageNumber" />
            <xs:element ref="UsageHeaderReference" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="UsageIssuedDate" />
            <xs:element ref="TransactionHistoryNumber" minOccurs="0" />
            <xs:element ref="TimePeriod" minOccurs="0" />
            <xs:element ref="EndUserParty" />
            <xs:element ref="SupplierParty" minOccurs="0" />
            <xs:element ref="BuyerParty" />
            <xs:element ref="OtherParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="SenderParty" minOccurs="0" />
            <xs:element ref="ReceiverParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UsageNumber pn:UsageNumber (1) (1)
UsageHeaderReference pn:UsageHeaderReference 0 unbounded
UsageIssuedDate pn:UsageIssuedDate (1) (1)
TransactionHistoryNumber pn:TransactionHistoryNumber 0 (1)
TimePeriod pn:TimePeriod 0 (1)
EndUserParty pn:EndUserParty (1) (1)
SupplierParty pn:SupplierParty 0 (1)
BuyerParty pn:BuyerParty (1) (1)
OtherParty pn:OtherParty 0 unbounded
SenderParty pn:SenderParty 0 (1)
ReceiverParty pn:ReceiverParty 0 unbounded
AdditionalText pn:AdditionalText 0 unbounded