Namespace: |
|
Content: |
complex, 3 attributes, 2 elements, elem. wildcard |
Defined: |
globally in myDocuments.xsd; see XML source |
Includes: |
definitions of 3 attributes, 2 elements, elem. wildcard |
Used: |
at 1 location |
XML Representation Summary |
||||||||||||
<... |
||||||||||||
|
||||||||||||
> |
||||||||||||
|
||||||||||||
</...> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element contains information about a single stream within a document.
</xsd:documentation>
Documents support multiple streams of data. Each stream is stored as a separate object from the document in the .NET My Services content document. Streams have names that must be unique to a given document. When adding a stream, stream names must be unique for a given document. When updating a stream, stream names must be unique within a given document. The null stream can not be renamed. The null stream may not be deleted. Any other stream may be deleted. <xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="httpHeaders" type="xsd:string">
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
The value of this optional element is returned by the .NET Documents service for an HTTP GET operation in
</xsd:documentation>
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:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This attribute specifies a name for the stream which is unique within this document.
</xsd:documentation>
There is always one stream with the null name ("").
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This attribute specifies the HTTP reference to the actual stream object data.
</xsd:documentation>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This attribute specifies the size of the stream data in bytes.
</xsd:documentation>
</xsd:complexType>
|
Type: |
xsd:string, predefined |
Use: |
optional |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This attribute specifies the HTTP reference to the actual stream object data.
</xsd:documentation>
</xsd:attribute>
|
Type: |
|
Use: |
optional |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This attribute specifies a name for the stream which is unique within this document.
</xsd:documentation>
There is always one stream with the null name (""). </xsd:attribute>
|
Type: |
xsd:int, predefined |
Use: |
optional |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This attribute specifies the size of the stream data in bytes.
</xsd:documentation>
</xsd:attribute>
|
Type: |
xsd:hexBinary, predefined, simple content |
Defined: |
Type: |
xsd:string, predefined, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
The value of this optional element is returned by the .NET Documents service for an HTTP GET operation in
</xsd:documentation>
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:element>
|
Defined: |
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
|