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