PartCoreDetail

Uses the Component:PartCoreDetailType

Part Cored Detail

Fields and Components

Table 6.45. Fields and Components

Name Description Occurrence Type Data Type User Notes
ItemID

Part Item Id

1..1Field udt:IdentifierType  
ItemAmount

Part Item Amount

0..1Field udt:AmountType  
ItemDescription

Core Part Description

0..1Field udt:TextType  

Sample XML

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>