Uses the Component:PartType
This is the basic information to identify a Part.
Table 6.7. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ItemIdentification |
An identifer for an item. | 0..* | Component | ItemIdentificationType | |
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..1 | Field | sqdt:QuantityType | |
Vendor |
Part Vendor | 0..1 | Field | oag: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.8. Part
<Part> <ItemIdentification>......</ItemIdentification> [0..*] <Name>......</Name> [0..*] <Description>......</Description> [0..*] <Quantity>......</Quantity> [0..1] <Vendor>......</Vendor> [0..1] </Part>