element <httpHeaders> (local)
Namespace:
Type:
xsd:string
Content:
simple
Defined:
locally within streamType complexType in myDocuments.xsd; see XML source
XML Representation Summary
<httpHeaders>
   
Content: 
{ xsd:string }
</httpHeaders>
Included in content model of elements (1):
stream (in document)
Annotation
The value of this optional element is returned by the .NET Documents service for an HTTP GET operation in the response headers. If this element is empty, then no additional response headers will be returned. If this element does not exist, the default response header for the file extension will be returned.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="httpHeaders" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The value of this optional element is returned by the .NET Documents service for an HTTP GET operation in
the response headers. If this element is empty, then no additional response headers will be returned. If this element
does not exist, the default response header for the file extension will be returned.
</xsd:documentation>
</xsd:annotation>
</xsd:element>