ContentRequestType Element

System.Object

ContentRequestType

 

Client Declaration

Represents a request to get the streaming content data from a content element of a content-carrying object. An array of ContentRequestType elements is contained in a GetContentRequest element, which provides the input to a GetContent operation.

 

Element Structure

Elements

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="ContentRequestType">
   <xsd:sequence>
      <xsd:element name="SourceSpecification" type="ObjectReference"/>
      <xsd:element name="ElementSpecification" type="ElementSpecificationType"/>	  
   <xsd:sequence>	  
   <xsd:attribute name="id" type="xsd:ID"/>
   <xsd:attribute name="cacheAllowed" type="xsd:boolean"/>
   <xsd:attribute name="continueFrom" type="xsd:string"/>
   <xsd:attribute name="startOffset" type="xsd:unsignedLong"/>  
   <xsd:attribute name="maxBytes" type="xsd:int"/>          
</xsd:complexType>