Uses the Component:PartClassificationType
Classification of a part.
Table 6.22. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| ClassificationTypeCode |
Classification type code. | 0..1 | Field | oag:CodeType | |
| Value |
Value. | 0..1 | Field | oag:TextType | |
| Description |
Description. | 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.29. PartClassification
<PartClassification>
<ClassificationTypeCode>......</ClassificationTypeCode> [0..1]
<Value>......</Value> [0..1]
<Description>......</Description> [0..1]
</PartClassification>