element <serverReply> (local)
Namespace:
Type:
Content:
complex, 2 elements
Defined:
locally within action element in myInbox.xsd; see XML source
XML Representation Summary
<serverReply>
   
Content: 
</serverReply>
Content model elements (2):
simpleBody (in serverReply), subject (type subjectType)
Included in content model of elements (1):
action (in rule)
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="serverReply" type="serverReplyActionType"/>
Content Element Detail (all declarations; 2/2)
simpleBody
Type:
hs:localizableString, simple content
Defined:
locally within serverReplyActionType complexType
A plain text simple body that should be sent from the server.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="simpleBody" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
A plain text simple body that should be sent from the server.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

subject
Type:
subjectType, complex content
Defined:
locally within serverReplyActionType complexType
The subject of the message from the server.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="subject" type="subjectType">
<xsd:annotation>
<xsd:documentation>
The subject of the message from the server.
</xsd:documentation>
</xsd:annotation>
</xsd:element>