Element |
Description |
Type |
Occurrences |
responseChoice |
Response chosen |
string |
1 |
responseTime |
Time the response was chosen |
string |
1 |
<xs:complexType name="SoapNotificationResponse">
<xs:sequence>
<xs:element name="responseChoice" nillable="true" type="xs:string"/>
<xs:element name="responseTime" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>