element <folder> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 5 elements, elem. wildcard
Defined:
locally within myInboxType complexType in myInbox.xsd; see XML source
XML Representation Summary
<folder
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</folder>
Content model elements (5):
childFolderCount (in folder in myInbox), name (type hs:localizableString), parentFolder (in folder in myInbox), type (in folder in myInbox), unread (in folder in myInbox)
Included in content model of elements (1):
myInbox
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="4" name="folder" type="folderType"/>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 6/6)
childFolderCount
Type:
xsd:unsignedLong, predefined, simple content
Defined:
locally within folderType complexType
This calculated attribute indicates how many subfolders that folder contains. See also 'parentFolder'.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="childFolderCount" type="xsd:unsignedLong">
<xsd:annotation>
<xsd:documentation>
This calculated attribute indicates how many subfolders that folder contains. See also 'parentFolder'.
</xsd:documentation>
<xsd:appinfo>
<xdb:system type="calculatedFieldEarlyBound"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

name
Type:
hs:localizableString, simple content
Defined:
locally within folderType complexType
This element contains the name of the e-mail folder. For the four special folders, this element is read only. For custom folders, this element can be edited.
XML Source (see within schema source)
<xsd:element name="name" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
This element contains the name of the e-mail folder. For the four special folders,
this element is read only. For custom folders, this element can be edited.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

parentFolder
Type:
refType, empty content
Defined:
locally within folderType complexType
This element contains a ref attribute that specifies the ID of the parent folder. For top-level folders, this attribute == "". This attribute cannot be set on the four special folders as they must always remain top level folders
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="parentFolder" type="refType">
<xsd:annotation>
<xsd:documentation>
This element contains a ref attribute that specifies the ID of the parent folder.
For top-level folders, this attribute == "". This attribute cannot be set on the four special folders
as they must always remain top level folders
</xsd:documentation>
</xsd:annotation>
</xsd:element>

type
Type:
folderTypeEnum, simple content
Defined:
locally within folderType complexType
This element contains a type identifier for this folder. And will contain the value 'inbox, 'sent', 'drafts' or 'delete' for the four special folders. For all other folders, this value will be 'custom'
XML Source (see within schema source)
<xsd:element name="type" type="folderTypeEnum">
<xsd:annotation>
<xsd:documentation>
This element contains a type identifier for this folder. And will contain the value
'inbox, 'sent', 'drafts' or 'delete' for the four special folders. For all other folders, this
value will be 'custom'
</xsd:documentation>
</xsd:annotation>
</xsd:element>

unread
Type:
xsd:unsignedLong, predefined, simple content
Defined:
locally within folderType complexType
The calculated count of the unread messages associated with this folder. This element is read only.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="unread" type="xsd:unsignedLong">
<xsd:annotation>
<xsd:documentation>
The calculated count of the unread messages associated with this folder. This element is read only.
</xsd:documentation>
<xsd:appinfo>
<xdb:system type="calculatedFieldEarlyBound"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

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