ContentResponseType Element

System.Object

ContentResponseType

ContentElementResponse

ContentErrorResponse

 

Client Declaration

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:

 

Element Structure

Attributes

 

XML Schema

<xsd:complexType abstract="true" name="ContentResponseType">	  
   <xsd:attribute name="id" type="xsd:ID"/>          
</xsd:complexType>