element <myDocuments> (global)
Namespace:
Type:
anonymous complexType (extension of myDocumentsType)
Content:
complex, 2 attributes, 4 elements, elem. wildcard
Defined:
globally in myDocuments.xsd; see XML source
Used:
never
XML Representation Summary
<myDocuments
   
 = 
xsd:nonNegativeInteger
 = 
xsd:string
   
>
   
Content: 
</myDocuments>
Content model elements (4):
document (in myDocuments), folder (in myDocuments), quota (in myDocuments), subscription (in myDocuments)
Annotation
This element encapsulates the content document for the Microsoft® .NET Documents service. This service provides scaleable storage for opaque file data. While some of the meta data can be promoted into the .NET My Services content document, the primary purpose of this service is to provide file storage, and to allow other services to access and grant access to this data. The cache scope for this document is the entire content document. That is, there is a single <b>changeNumber</b> attribute, and it occurs at the root element. Any change to the document changes this attribute.
Anonymous Type Detail
Type Derivation Tree
myDocumentsType (extension)
  complexType
XML Source (see within schema source)
<xsd:element name="myDocuments">
<xsd:annotation>
<xsd:documentation>
This element encapsulates the content document for the Microsoft&#174; .NET Documents service.

This service provides scaleable storage for opaque file data. While some of the meta data
can be promoted into the .NET My Services content document, the primary purpose of this service is to provide file
storage, and to allow other services to access and grant access to this data.

The cache scope for this document is the entire content document. That is, there is a single
<b>changeNumber</b>
attribute, and it occurs at the root element. Any change to the document
changes this attribute.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="myDocumentsType">
<xsd:attributeGroup ref="hs:documentRootAttributeGroup"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 2/2)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

instanceId
Type:
Use:
optional
Defined:
XML Source (see within schema source)
<xsd:attribute name="instanceId" type="instanceIdType"/>
Content Element Detail (all declarations; 5/5)
document
Type:
documentType, complex content
Defined:
locally within myDocumentsType complexType
The document is the <b>myDocuments</b> root object for document properties, references, and content.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="document" type="documentType">
<xsd:annotation>
<xsd:documentation>
The document is the
<b>myDocuments</b>
root object for document properties, references, and content.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

folder
Type:
folderType, complex content
Defined:
locally within myDocumentsType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="folder" type="folderType"/>

quota
Type:
quotaType, complex content
Defined:
locally within myDocumentsType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="quota" type="quotaType"/>

subscription
Type:
hs:subscriptionType, complex content
Defined:
locally within myDocumentsType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>

{any element with non-schema namespace}
Defined:
within myDocumentsType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>