Table of Contents
Uses the Component:PartsActivityType
Parts Activity
Table 6.1. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| PartsActivityHeader |
Parts Activity Header | 1..1 | Component | PartsActivityHeaderType | |
| PartsActivityLine |
Parts Order Line | 0..* | Component | PartsActivityLineType |
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.1. PartsActivity
<PartsActivity>
<PartsActivityHeader>......</PartsActivityHeader> [1..1]
<PartsActivityLine>......</PartsActivityLine> [0..*]
</PartsActivity>