PartParameters

Uses the Component:PartParametersType

Part Parameters

Fields and Components

Table 6.39. Fields and Components

Name Description Occurrence Type Data Type User Notes
ParameterCode

Parameter Code.

0..1Field udt:CodeType  
Value

Associated Parameter Value

0..1Field udt: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.39. PartParameters

<PartParameters>
     <ParameterCode>......</ParameterCode>     [0..1]
     <Value>......</Value>     [0..1]
</PartParameters>