complexType "serverReplyActionType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in myInbox.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
simpleBody (in serverReply), subject (type subjectType)
All Direct / Indirect Based Elements (1):
serverReply (in action)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="serverReplyActionType">
<xsd:sequence>
<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>
<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>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 2/2)
simpleBody
Type:
hs:localizableString, simple content
Defined:
locally within (this) 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 (this) 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>