element <targetFolder> (unified local)
Namespace:
Type:
Content:
empty, 1 attribute
Defined:
locally at 2 locations in myInbox.xsd
XML Representation Summary
<targetFolder
   
 = 
xsd:string
/>
Included in content model of elements (2):
copyMessage (in action), moveMessage (in action)
Definition Locations
Attribute Detail (all declarations; 1/1)
select
Type:
Use:
required
Defined:
locally within targetFolderType complexType
The location of the folder to which save the message. For example, /myInbox/folder[@id=""].
XML Source (see within schema source)
<xsd:attribute name="select" type="hs:selectType" use="required">
<xsd:annotation>
<xsd:documentation>
The location of the folder to which save the message.
For example, /myInbox/folder[@id=""].
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>