complexType "replyToType"
Namespace:
Content:
complex, 1 element
Defined:
globally in myInbox.xsd; see XML source
Includes:
definition of 1 element
Used:
never
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (1):
recipient (in messageContent in message in myInbox)
Annotation
This element is used to specify one or more recipients that this message should be delivered to, if the identity who receives the message chooses to reply.
XML Source (see within schema source)
<xsd:complexType name="replyToType">
<xsd:annotation>
<xsd:documentation>
This element is used to specify one or more recipients that this message
should be delivered to, if the identity who receives the message chooses
to reply.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="recipient" type="emailToCcType">
<xsd:annotation>
<xsd:documentation>
Specifies the recipient of this replyTo message.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 1/1)
recipient
Type:
emailToCcType, complex content
Defined:
locally within (this) replyToType complexType
Specifies the recipient of this replyTo message.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="recipient" type="emailToCcType">
<xsd:annotation>
<xsd:documentation>
Specifies the recipient of this replyTo message.
</xsd:documentation>
</xsd:annotation>
</xsd:element>