Uses the Component:PartOrderTypeType
Part Order Type component.
Table 7.21. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| OrderTypeCode |
Order Type Code. | 0..1 | Field | sqdt:OrderTypeCodeType | |
| OtherOrderTypeCode |
Use this field to define a code that is now in the order type code enumeration. | 0..1 | Field | oag:CodeType | |
| OrderTypeDescription |
The description of the order type code. | 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 7.29. PartOrderType
<PartOrderType>
<OrderTypeCode>......</OrderTypeCode> [0..1]
<OtherOrderTypeCode>......</OtherOrderTypeCode> [0..1]
<OrderTypeDescription>......</OrderTypeDescription> [0..1]
</PartOrderType>