ContentElementResponse Element

System.Object

ContentResponseType

ContentElementResponse

ContentErrorResponse

 

Client Declaration

Represents the streaming content data from a content element of a content-carrying object. The output of a GetContent operation returns a GetContentResponse element, which contains an array of concrete subtypes of the ContentResponseType element. Each ContentElementResponse element that is present in the array represents a successful response to a content data request in the ContentRequestType array contained within the GetContentRequest element of the operation's input.

 

Element Structure

Elements

Attributes

Attributes Specific to .NET Clients

 

Base Element Inheritance

Attributes

 

XML Schema

<xsd:complexType name="ContentElementResponse">	 
   <xsd:complexContent> 
      <xsd:extension base="ContentResponseType">
         <xsd:sequence>
            <xsd:element name="SourceSpecification" type="ObjectReference"/>
            <xsd:element name="ElementSpecification" type="ElementSpecificationType"/>
            <xsd:element minOccurs="0" name="name="Content" type="ContentType"/>
         </xsd:sequence>
         <xsd:attribute name="continueFrom" type="xsd:string"/>
         <xsd:attribute name="retrievalName" type="xsd:string"/>
         <xsd:attribute name="totalSize" type="xsd:unsignedLong"/>
      </xsd:extension>		 
   </xsd:complexContent>		          
</xsd:complexType>