element <childFolderCount> (local)
Namespace:
Type:
xsd:unsignedLong
Content:
simple
Defined:
locally within folderType complexType in myInbox.xsd; see XML source
XML Representation Summary
<childFolderCount>
   
Content: 
{ xsd:unsignedLong }
</childFolderCount>
Included in content model of elements (1):
folder (in myInbox)
Annotation
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>