complexType "quotaType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in myDocuments.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
provisioned (in quota), used (in quota)
All Direct / Indirect Based Elements (1):
quota (in myDocuments)
Known Usage Locations
Annotation
Used by the service to restrict and report usage of storage. The <b>quota</b> element can be updated only by a client mapped to the Provision role.
XML Source (see within schema source)
<xsd:complexType name="quotaType">
<xsd:annotation>
<xsd:documentation>
Used by the service to restrict and report usage of storage.

The
<b>quota</b>
element can be updated only by a client mapped to the Provision role.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="provisioned" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
The maximum number of bytes of storage that can be used by this instance of the .NET Documents service.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" name="used" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
The number of bytes actually in use by this instance of the .NET Documents service.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 2/2)
provisioned
Type:
xsd:int, predefined, simple content
Defined:
locally within (this) quotaType complexType
The maximum number of bytes of storage that can be used by this instance of the .NET Documents service.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="provisioned" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
The maximum number of bytes of storage that can be used by this instance of the .NET Documents service.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

used
Type:
xsd:int, predefined, simple content
Defined:
locally within (this) quotaType complexType
The number of bytes actually in use by this instance of the .NET Documents service.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="used" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
The number of bytes actually in use by this instance of the .NET Documents service.
</xsd:documentation>
</xsd:annotation>
</xsd:element>