Uses the Component:PartsShipmentLineType
Parts Shipment Line
Table 6.24. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| OrderTypeCode |
Specifies the OrderTypeCode at the line level in case the header OrderTypeCode needs to be overridden. | 0..1 | Field | sqdt:OrderTypeCodeType | |
| DocumentIdentification |
A group of identifications that uniquely identifies this document | 0..1 | Component | DocumentIdentificationType | |
| DocumentReferenceIdentificationGroup |
A group of identifications that uniquely identifies this document | 0..* | Component | DocumentReferenceIdentificationGroupType | |
| Part |
This is the basic information to identify a Part. | 0..1 | Component | PartType | |
| PartDetails |
The details of a Part such as serial number, manufacturer, etc. | 0..1 | Component | PartDetailsType | |
| PartQuantity |
Shipment Quantity. | 0..* | Field | BaseQuantityType | |
| Price |
Part Price. | 0..* | Field | BasePriceType | |
| TransportStep |
Transportation steps. | 0..* | Component | TransportStepType | |
| Packing |
Shipment packing information. | 0..* | Component | PackingType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.30. PartsShipmentLine
<PartsShipmentLine>
<OrderTypeCode>......</OrderTypeCode> [0..1]
<DocumentIdentification>......</DocumentIdentification> [0..1]
<DocumentReferenceIdentificationGroup>......</DocumentReferenceIdentificationGroup> [0..*]
<Part>......</Part> [0..1]
<PartDetails>......</PartDetails> [0..1]
<PartQuantity>......</PartQuantity> [0..*]
<Price>......</Price> [0..*]
<TransportStep>......</TransportStep> [0..*]
<Packing>......</Packing> [0..*]
</PartsShipmentLine>