Part

Uses the Component:PartType

This is the basic information to identify a Part.

Fields and Components

Table 6.7. Fields and Components

Name Description Occurrence Type Data Type User Notes
ItemIdentification

An identifer for an item.

0..*ComponentItemIdentificationType 
Name

The name of a Part or Product Item as text.

0..*Field oag:TextType  
Description

The description of a Part or Product Item as text.

0..*Field oag:TextType  
Quantity

Part Quantity

0..1Field sqdt:QuantityType  
Vendor

Part Vendor

0..1Field oag: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.8. Part

<Part>
     <ItemIdentification>......</ItemIdentification>     [0..*]
     <Name>......</Name>     [0..*]
     <Description>......</Description>     [0..*]
     <Quantity>......</Quantity>     [0..1]
     <Vendor>......</Vendor>     [0..1]
</Part>