Uses the Component:PartCoreDetailType
Part Cored Detail
Table 6.45. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ItemID |
Part Item Id | 1..1 | Field | udt:IdentifierType | |
ItemAmount |
Part Item Amount | 0..1 | Field | udt:AmountType | |
ItemDescription |
Core Part Description | 0..1 | Field | udt:TextType |
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.47. PartCoreDetail
<PartCoreDetail> <ItemID>......</ItemID> [1..1] <ItemAmount>......</ItemAmount> [0..1] <ItemDescription>......</ItemDescription> [0..1] </PartCoreDetail>