Namespace: |
|
Content: |
complex, 3 attributes, 2 elements |
Defined: |
globally in myInbox.xsd; see XML source |
Includes: |
definitions of 2 elements |
Used: |
at 1 location |
XML Representation Summary |
||||||||||||
<... |
||||||||||||
|
||||||||||||
> |
||||||||||||
|
||||||||||||
</...> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element defines a single message in myInbox in the base schema. A message represents an email and is
</xsd:documentation>
divided into two sub-groups 'messageStatus' and 'messageContent'. <xsd:sequence>
<xsd:element name="messageStatus" type="messageStatusType">
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This element defines the status of the email and frequently changes. Caching clients should take
</xsd:documentation>
advantage of this when deciding which part of the message to change
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This element defines the content of the message. This data changes rarely in a normal application.
</xsd:documentation>
</xsd:complexType>
|
Type: |
|
Use: |
required |
Defined: |
Type: |
|
Use: |
required |
Defined: |
Type: |
|
Use: |
required |
Defined: |
Type: |
messageContentType, complex content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element defines the content of the message. This data changes rarely in a normal application.
</xsd:documentation>
</xsd:element>
|
Type: |
messageStatusType, complex content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element defines the status of the email and frequently changes. Caching clients should take
</xsd:documentation>
advantage of this when deciding which part of the message to change </xsd:element>
|