Compound Element
A compound element represents a collection of different types of sub-elements. Following is an example in XML format.
<PRO_E_REV_ANGLE type="compound">
<PRO_E_REV_ANGLE_FROM type="compound">
<PRO_E_REV_ANGLE_FROM_TYPE type="int">262144</PRO_E_REV_ANGLE_FROM_TYPE>
<PRO_E_REV_ANGLE_FROM_VAL type="double">0.00</PRO_E_REV_ANGLE_FROM_VAL>
<PRO_E_REV_ANGLE_FROM_REF type="selection" />
<PRO_E_REV_ANGLE_FROM_LIMIT type="int">0</PRO_E_REV_ANGLE_FROM_LIMIT>
</PRO_E_REV_ANGLE_FROM>
<PRO_E_REV_ANGLE_TO type="compound">
<PRO_E_REV_ANGLE_TO_TYPE type="int">4194304</PRO_E_REV_ANGLE_TO_TYPE>
<PRO_E_REV_ANGLE_TO_VAL type="double">120.00</PRO_E_REV_ANGLE_TO_VAL>
<PRO_E_REV_ANGLE_TO_REF type="selection" />
<PRO_E_REV_ANGLE_TO_LIMIT type="int">0</PRO_E_REV_ANGLE_TO_LIMIT>
</PRO_E_REV_ANGLE_TO>
</PRO_E_REV_ANGLE>
도움이 되셨나요?