Definition Type: Element
Name: InventoryStatusRequestDetail
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into StatusAsOfDate in schema papinetcommondefsv2r40_xsd Drilldown into MillOrderInformation in schema papinetcommondefsv2r40_xsd Drilldown into SupplierOrderNumber in schema papinetcommondefsv2r40_xsd Drilldown into Product in schema papinetcommondefsv2r40_xsd Drilldown into PurchaseOrderLineItemNumber in schema papinetcommondefsv2r40_xsd Drilldown into PurchaseOrderInformation in schema papinetcommondefsv2r40_xsd Drilldown into InventoryClass in schema papinetcommondefsv2r40_xsd Drilldown into MillParty in schema papinetcommondefsv2r40_xsd Drilldown into LocationParty in schema papinetcommondefsv2r40_xsd Drilldown into EndUserParty in schema papinetcommondefsv2r40_xsd Drilldown into SupplierParty in schema papinetcommondefsv2r40_xsd Drilldown into BuyerParty in schema papinetcommondefsv2r40_xsd Drilldown into InventoryStatusReportingDetailType in schema papinetcommondefsv2r40_xsd Drilldown into InventoryStatusRequestDetailType in schema papinetcommondefsv2r40_xsdXSD Diagram of InventoryStatusRequestDetail in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="InventoryStatusRequestDetail">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="BuyerParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="SupplierParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="EndUserParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="LocationParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="MillParty" minOccurs="0" />
            <xs:element ref="InventoryClass" minOccurs="0" />
            <xs:choice maxOccurs="unbounded">
                <xs:sequence>
                    <xs:element ref="PurchaseOrderInformation" />
                    <xs:element ref="PurchaseOrderLineItemNumber" minOccurs="0" />
                </xs:sequence>
                <xs:element ref="Product" />
                <xs:element ref="SupplierOrderNumber" />
                <xs:element ref="MillOrderInformation" />
            </xs:choice>
            <xs:element ref="StatusAsOfDate" minOccurs="0" />
        </xs:sequence>
        <xs:attribute name="InventoryStatusRequestDetailType" type="inventoryStatusRequestDetailType" use="required" />
        <xs:attribute name="InventoryStatusReportingDetailType" type="inventoryReportingType" use="required" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BuyerParty pn:BuyerParty 0 unbounded
SupplierParty pn:SupplierParty 0 unbounded
EndUserParty pn:EndUserParty 0 unbounded
LocationParty pn:LocationParty 0 unbounded
MillParty pn:MillParty 0 (1)
InventoryClass pn:InventoryClass 0 (1)
PurchaseOrderInformation pn:PurchaseOrderInformation (1) (1)
PurchaseOrderLineItemNumber pn:PurchaseOrderLineItemNumber 0 (1)
Product pn:Product (1) (1)
SupplierOrderNumber pn:SupplierOrderNumber (1) (1)
MillOrderInformation pn:MillOrderInformation (1) (1)
StatusAsOfDate pn:StatusAsOfDate 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
InventoryStatusRequestDetailType pn:InventoryStatusRequestDetailType Required
InventoryStatusReportingDetailType pn:InventoryStatusReportingDetailType Required