ResponseControl は、API 呼び出しの戻りデータ・オブジェクトで戻されます。
API 呼び出しが同期アダプターによって処理された場合は、戻されたデータ・オブジェクトにこのコントロールが存在しないことがあります。 この呼び出しが非同期アダプターによって処理された場合は、このコントロールが戻されます。
<xsd:complexType name="ResponseControl">
<xsd:complexContent>
<xsd:extension base ="Control">
<xsd:attribute name="complete" type="xsd:boolean" default="true"/>
<xsd:attribute name="ticket" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<wim:controls xsi:type="wim:ResponseControl" complete="false"
ticket="AsyncLDAP1:1113940307424:-1278154994"/>
<wim:controls xsi:type="wim:ResponseControl" complete="true"/>