PartOrderType

Uses the Component:PartOrderTypeType

Part Order Type component.

Fields and Components

Table 7.21. Fields and Components

Name Description Occurrence Type Data Type User Notes
OrderTypeCode

Order Type Code.

0..1Field sqdt:OrderTypeCodeType  
OtherOrderTypeCode

Use this field to define a code that is now in the order type code enumeration.

0..1Field oag:CodeType  
OrderTypeDescription

The description of the order type code.

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 7.29. PartOrderType

<PartOrderType>
     <OrderTypeCode>......</OrderTypeCode>     [0..1]
     <OtherOrderTypeCode>......</OtherOrderTypeCode>     [0..1]
     <OrderTypeDescription>......</OrderTypeDescription>     [0..1]
</PartOrderType>