Definition Type: Element
Name: ShipmentIncident
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into ShipmentIncidentCause in schema papinetcommondefsv2r40_xsd Drilldown into ShipmentIncidentAccountability in schema papinetcommondefsv2r40_xsd Drilldown into ShipmentIncidentCategory in schema papinetcommondefsv2r40_xsd Drilldown into ShipmentIncidentPartOfSupplyChain in schema papinetcommondefsv2r40_xsd Drilldown into ShipmentIncidentCode in schema papinetcommondefsv2r40_xsd Drilldown into ShipmentIncidentDate in schema papinetcommondefsv2r40_xsdXSD Diagram of ShipmentIncident in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="ShipmentIncident">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ShipmentIncidentDate" />
            <xs:choice>
                <xs:element ref="ShipmentIncidentCode" />
                <xs:sequence>
                    <xs:element ref="ShipmentIncidentPartOfSupplyChain" />
                    <xs:element ref="ShipmentIncidentCategory" />
                    <xs:element ref="ShipmentIncidentAccountability" />
                    <xs:element ref="ShipmentIncidentCause" minOccurs="0" maxOccurs="unbounded" />
                </xs:sequence>
            </xs:choice>
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShipmentIncidentDate pn:ShipmentIncidentDate (1) (1)
ShipmentIncidentCode pn:ShipmentIncidentCode (1) (1)
ShipmentIncidentPartOfSupplyChain pn:ShipmentIncidentPartOfSupplyChain (1) (1)
ShipmentIncidentCategory pn:ShipmentIncidentCategory (1) (1)
ShipmentIncidentAccountability pn:ShipmentIncidentAccountability (1) (1)
ShipmentIncidentCause pn:ShipmentIncidentCause 0 unbounded
AdditionalText pn:AdditionalText 0 unbounded