PartClassification

Uses the Component:PartClassificationType

Classification of a part.

Fields and Components

Table 6.12. Fields and Components

Name Description Occurrence Type Data Type User Notes
ClassificationTypeCode

Classification type code.

0..1Field oag:CodeType  
Value

Value.

0..1Field oag:TextType  
Description

Description.

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.13. PartClassification

<PartClassification>
     <ClassificationTypeCode>......</ClassificationTypeCode>     [0..1]
     <Value>......</Value>     [0..1]
     <Description>......</Description>     [0..1]
</PartClassification>