element <draftMessage> (local)
Namespace:
Type:
Content:
complex, 1 attribute, 1 element
Defined:
XML Representation Summary
<draftMessage
   
 = 
xsd:string
   
>
   
Content: 
</draftMessage>
Content model elements (1):
saveInFolder (type refType)
Included in content model of elements (1):
sendMessageRequest
Annotation
This element is used to identify an existing draft to send.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="draftMessage" type="draftMessagePointerType">
<xsd:annotation>
<xsd:documentation>
This element is used to identify an existing draft to send.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Attribute Detail (all declarations; 1/1)
select
Type:
Use:
required
Defined:
locally within 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 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>