Definition Type: Element
Name: InventoryStatusHeader
Namespace: http://www.papinet.org/v2r40
Containing Schema: InventoryStatusV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into InventoryStatusReference 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 LocationParty in schema papinetcommondefsv2r40_xsd Drilldown into InventoryStatusNumber in schema papinetcommondefsv2r40_xsd Drilldown into TransactionHistoryNumber in schema papinetcommondefsv2r40_xsd Drilldown into RequestNumber in schema papinetcommondefsv2r40_xsd Drilldown into InventoryStatusIssuedDate in schema papinetcommondefsv2r40_xsdXSD Diagram of InventoryStatusHeader in schema inventorystatusv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="InventoryStatusHeader">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="InventoryStatusIssuedDate" />
            <xs:element ref="RequestNumber" minOccurs="0" />
            <xs:element ref="TransactionHistoryNumber" minOccurs="0" />
            <xs:element ref="InventoryStatusNumber" />
            <xs:element ref="LocationParty" minOccurs="0" />
            <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="InventoryStatusReference" 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
InventoryStatusIssuedDate pn:InventoryStatusIssuedDate (1) (1)
RequestNumber pn:RequestNumber 0 (1)
TransactionHistoryNumber pn:TransactionHistoryNumber 0 (1)
InventoryStatusNumber pn:InventoryStatusNumber (1) (1)
LocationParty pn:LocationParty 0 (1)
OtherParty pn:OtherParty 0 unbounded
SenderParty pn:SenderParty 0 (1)
ReceiverParty pn:ReceiverParty 0 unbounded
InventoryStatusReference pn:InventoryStatusReference 0 unbounded
AdditionalText pn:AdditionalText 0 unbounded