complexType "draftMessagePointerType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
globally in myInbox.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
XML Representation Summary
<...
   
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (1):
saveInFolder (type refType)
All Direct / Indirect Based Elements (1):
draftMessage (in sendMessageRequest)
Known Usage Locations
Annotation
Rules specify actions that should be performed on the active message during sending or delivery.
XML Source (see within schema source)
<xsd:complexType name="draftMessagePointerType">
<xsd:annotation>
<xsd:documentation>
Rules specify actions that should be performed on the active message during sending or delivery.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="saveInFolder" type="refType">
<xsd:annotation>
<xsd:documentation>
This element defines the folder that a copy of this message should be saved in.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="select" type="hs:selectType" use="required"/>
</xsd:complexType>
Attribute Detail (all declarations; 1/1)
select
Type:
Use:
required
Defined:
locally within (this) draftMessagePointerType complexType
XML Source (see within schema source)
<xsd:attribute name="select" type="hs:selectType" use="required"/>
Content Element Detail (all declarations; 1/1)
saveInFolder
Type:
refType, empty content
Defined:
locally within (this) draftMessagePointerType complexType
This element defines the folder that a copy of this message should be saved in.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="saveInFolder" type="refType">
<xsd:annotation>
<xsd:documentation>
This element defines the folder that a copy of this message should be saved in.
</xsd:documentation>
</xsd:annotation>
</xsd:element>