CT_AdjustHandleList

Complex Type Information

Model

Children: ahPolar, ahXY

Used By

Source

<xsd:complexType name="CT_AdjustHandleList">
  <xsd:choice minOccurs="0" maxOccurs="unbounded">
    <xsd:element name="ahXY" type="CT_XYAdjustHandle" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="ahPolar" type="CT_PolarAdjustHandle" minOccurs="1" maxOccurs="1"/>
  </xsd:choice>
</xsd:complexType>