complexType "myDocumentsType"
Namespace:
Content:
complex, 4 elements, elem. wildcard
Defined:
globally in myDocuments.xsd; see XML source
Includes:
definitions of 4 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
document (in myDocuments), folder (in myDocuments), quota (in myDocuments), subscription (in myDocuments)
All Direct / Indirect Based Elements (1):
myDocuments
Known Usage Locations
Annotation
This element defines the basic <b>myDocuments</b> types.
XML Source (see within schema source)
<xsd:complexType name="myDocumentsType">
<xsd:annotation>
<xsd:documentation>
This element defines the basic
<b>myDocuments</b>
types.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<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>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="folder" type="folderType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="quota" type="quotaType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 5/5)
document
Type:
documentType, complex content
Defined:
locally within (this) 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 (this) 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 (this) 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 (this) 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 (this) myDocumentsType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>