Definition Type: Element
Name: CallOffLineItem
Namespace: http://www.papinet.org/v2r40
Containing Schema: CallOffV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CallOffLineItemText in schema papinetcommondefsv2r40_xsd Drilldown into TransportOtherInstructions in schema papinetcommondefsv2r40_xsd Drilldown into TransportUnloadingCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into TransportLoadingCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into TransportUnitCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into TransportVehicleCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into TransportModeCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into DeliverySchedule in schema papinetcommondefsv2r40_xsd Drilldown into CallOffPurchaseOrderLineItem in schema papinetcommondefsv2r40_xsd Drilldown into CallOffProduct in schema papinetcommondefsv2r40_xsd Drilldown into CallOffConfirmationLineItemNumber in schema papinetcommondefsv2r40_xsd Drilldown into CallOffReference in schema papinetcommondefsv2r40_xsd Drilldown into CallOffLineItemNumber in schema papinetcommondefsv2r40_xsd Drilldown into CallOffLineItemDocumentStatus in schema calloffv2r40_xsd Drilldown into CallOffLineItemStatusType in schema calloffv2r40_xsdXSD Diagram of CallOffLineItem in schema calloffv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="CallOffLineItem">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="CallOffLineItemNumber" />
            <xs:element ref="CallOffReference" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="CallOffConfirmationLineItemNumber" minOccurs="0" />
            <xs:choice>
                <xs:element ref="CallOffProduct" />
                <xs:element ref="CallOffPurchaseOrderLineItem" />
            </xs:choice>
            <xs:element ref="DeliverySchedule" maxOccurs="unbounded" />
            <xs:element ref="TransportModeCharacteristics" minOccurs="0" />
            <xs:element ref="TransportVehicleCharacteristics" minOccurs="0" />
            <xs:element ref="TransportUnitCharacteristics" minOccurs="0" />
            <xs:element ref="TransportLoadingCharacteristics" minOccurs="0" />
            <xs:element ref="TransportUnloadingCharacteristics" minOccurs="0" />
            <xs:element ref="TransportOtherInstructions" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="CallOffLineItemText" minOccurs="0" />
        </xs:sequence>
        <xs:attribute name="CallOffLineItemStatusType" type="callOffLineItemStatusType" use="required" />
        <xs:attribute name="CallOffLineItemDocumentStatus" type="documentStatusType.CallOff" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CallOffLineItemNumber pn:CallOffLineItemNumber (1) (1)
CallOffReference pn:CallOffReference 0 unbounded
CallOffConfirmationLineItemNumber pn:CallOffConfirmationLineItemNumber 0 (1)
CallOffProduct pn:CallOffProduct (1) (1)
CallOffPurchaseOrderLineItem pn:CallOffPurchaseOrderLineItem (1) (1)
DeliverySchedule pn:DeliverySchedule (1) unbounded
TransportModeCharacteristics pn:TransportModeCharacteristics 0 (1)
TransportVehicleCharacteristics pn:TransportVehicleCharacteristics 0 (1)
TransportUnitCharacteristics pn:TransportUnitCharacteristics 0 (1)
TransportLoadingCharacteristics pn:TransportLoadingCharacteristics 0 (1)
TransportUnloadingCharacteristics pn:TransportUnloadingCharacteristics 0 (1)
TransportOtherInstructions pn:TransportOtherInstructions 0 unbounded
CallOffLineItemText pn:CallOffLineItemText 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
CallOffLineItemStatusType pn:CallOffLineItemStatusType Required
CallOffLineItemDocumentStatus pn:CallOffLineItemDocumentStatus (Optional)