SelectAndGenerateResponse

The operation output is SelectAndGenerateResponse.

Parameter Type Description
RequestID string A unique identifier for the submitted request. Often used for request tracking purposes.
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:SelectAndGenerateResponse

<xs:element name="SelectAndGenerateResponse">
		<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="RequestID" minOccurs="0"/>
				<xs:element ref="DocSet"/>
				<xs:element ref="DocSetSummary"/>
				<xs:element ref="System" minOccurs="0"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>