Definition Type: Element
Name: ShipmentEventInformation
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ShipmentIncident in schema papinetcommondefsv2r40_xsd Drilldown into TransportInformation in schema papinetcommondefsv2r40_xsd Drilldown into LocationInformation in schema papinetcommondefsv2r40_xsd Drilldown into QuantityInformation in schema papinetcommondefsv2r40_xsd Drilldown into DeliveryDateWindow in schema papinetcommondefsv2r40_xsd Drilldown into ShipmentEventDuration in schema papinetcommondefsv2r40_xsd Drilldown into ShipmentStatusDate in schema papinetcommondefsv2r40_xsd Drilldown into ShipmentStatusDescription in schema papinetcommondefsv2r40_xsd Drilldown into ShipmentEventReference in schema papinetcommondefsv2r40_xsd Drilldown into ShipmentStatusIdentifier in schema papinetcommondefsv2r40_xsd Drilldown into ShipmentEventDate in schema papinetcommondefsv2r40_xsd Drilldown into ShipmentEventIdentifier in schema papinetcommondefsv2r40_xsdXSD Diagram of ShipmentEventInformation in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="ShipmentEventInformation">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ShipmentEventIdentifier" />
            <xs:element ref="ShipmentEventDate" />
            <xs:element ref="ShipmentStatusIdentifier" />
            <xs:element ref="ShipmentEventReference" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ShipmentStatusDescription" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ShipmentStatusDate" minOccurs="0" />
            <xs:element ref="ShipmentEventDuration" minOccurs="0" />
            <xs:element ref="DeliveryDateWindow" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="QuantityInformation" minOccurs="0" />
            <xs:element ref="LocationInformation" minOccurs="0" />
            <xs:element ref="TransportInformation" minOccurs="0" />
            <xs:element ref="ShipmentIncident" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShipmentEventIdentifier pn:ShipmentEventIdentifier (1) (1)
ShipmentEventDate pn:ShipmentEventDate (1) (1)
ShipmentStatusIdentifier pn:ShipmentStatusIdentifier (1) (1)
ShipmentEventReference pn:ShipmentEventReference 0 unbounded
ShipmentStatusDescription pn:ShipmentStatusDescription 0 unbounded
ShipmentStatusDate pn:ShipmentStatusDate 0 (1)
ShipmentEventDuration pn:ShipmentEventDuration 0 (1)
DeliveryDateWindow pn:DeliveryDateWindow 0 unbounded
QuantityInformation pn:QuantityInformation 0 (1)
LocationInformation pn:LocationInformation 0 (1)
TransportInformation pn:TransportInformation 0 (1)
ShipmentIncident pn:ShipmentIncident 0 unbounded