complexType "messageType"
Namespace:
Content:
complex, 3 attributes, 2 elements
Defined:
globally in myInbox.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (2):
messageContent (in message in myInbox), messageStatus (in message in myInbox)
All Direct / Indirect Based Elements (1):
message (in myInbox)
Known Usage Locations
Annotation
This element defines a single message in myInbox in the base schema. A message represents an email and is divided into two sub-groups 'messageStatus' and 'messageContent'.
XML Source (see within schema source)
<xsd:complexType name="messageType">
<xsd:annotation>
<xsd:documentation>
This element defines a single message in myInbox in the base schema. A message represents an email and is
divided into two sub-groups 'messageStatus' and 'messageContent'.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="messageStatus" type="messageStatusType">
<xsd:annotation>
<xsd:documentation>
This element defines the status of the email and frequently changes. Caching clients should take
advantage of this when deciding which part of the message to change
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="messageContent" type="messageContentType">
<xsd:annotation>
<xsd:documentation>
This element defines the content of the message. This data changes rarely in a normal application.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
</xsd:complexType>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 2/2)
messageContent
Type:
messageContentType, complex content
Defined:
locally within (this) messageType complexType
This element defines the content of the message. This data changes rarely in a normal application.
XML Source (see within schema source)
<xsd:element name="messageContent" type="messageContentType">
<xsd:annotation>
<xsd:documentation>
This element defines the content of the message. This data changes rarely in a normal application.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

messageStatus
Type:
messageStatusType, complex content
Defined:
locally within (this) messageType complexType
This element defines the status of the email and frequently changes. Caching clients should take advantage of this when deciding which part of the message to change
XML Source (see within schema source)
<xsd:element name="messageStatus" type="messageStatusType">
<xsd:annotation>
<xsd:documentation>
This element defines the status of the email and frequently changes. Caching clients should take
advantage of this when deciding which part of the message to change
</xsd:documentation>
</xsd:annotation>
</xsd:element>