System.Object
ContentResponseType
Client Declaration
public abstract class ContentResponseType
The base, abstract element for representing the streaming content data from a content element of a content-carrying object. The response of a GetContent
operation returns an array of concrete subtypes of the ContentResponseType
element. Each specific concrete element that is returned in the ContentResponseType
array is determined by the outcome of the corresponding content data retrieval request specified in the ContentRequestType
array of the GetContent
request:
ContentElementResponse
: The response to a ContentRequestType
request for the content data of a document content element was successful.ContentErrorResponse
: An error occured during the response to a ContentRequestType
request for the content data of a document content element.
Attributes
String
id
: [response] Optional expression specifying a unique correlation string, which is used to match a ContentRequestType
request with a ContentResponseType
response.
<xsd:complexType abstract="true" name="ContentResponseType"> <xsd:attribute name="id" type="xsd:ID"/> </xsd:complexType>