element <quota> (local)
Namespace:
Type:
Content:
complex, 2 elements
Defined:
XML Representation Summary
<quota>
   
Content: 
</quota>
Content model elements (2):
provisioned (in quota), used (in quota)
Included in content model of elements (1):
myDocuments
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="quota" type="quotaType"/>
Content Element Detail (all declarations; 2/2)
provisioned
Type:
xsd:int, predefined, simple content
Defined:
locally within 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 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>