SelectAndGenerateTestDocumentsResponse
The operation output is SelectAndGenerateTestDocumentsResponse.
| Parameter | Type | Description |
|---|---|---|
| DocSet | DocSet | Container object used to define a document set by ID, package, and packet associations. |
| DocSetSummary | DocSetSummary | Summary of the information in the DocSet. |
Element tns:SelectAndGenerateTestDocumentsResponse
<xs:element name="SelectAndGenerateTestDocumentsResponse">
<xs:annotation>
<xs:documentation>The root element of the response for the Select and Generate command.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="DocSet" />
<xs:element ref="DocSetSummary" />
</xs:sequence>
</xs:complexType>
</xs:element>