element <parentFolder> (local)
Namespace:
Type:
Content:
empty, 1 attribute
Defined:
locally within folderType complexType in myInbox.xsd; see XML source
XML Representation Summary
<parentFolder
   
 = 
xsd:string
/>
Included in content model of elements (1):
folder (in myInbox)
Annotation
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>
Attribute Detail (all declarations; 1/1)
ref
Type:
Use:
optional
Defined:
locally within refType complexType
XML Source (see within schema source)
<xsd:attribute name="ref" type="hs:uuidType"/>