complexType "emailType"
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):
email (type emailAddressType), name (type hs:localizableString)
Known Direct Subtypes (2):
emailToCcBccType, emailToCcType
All Direct / Indirect Based Elements (3):
from (type emailType), recipient (in messageContent in message in myInbox), recipient (type emailToCcBccType)
Known Usage Locations
Annotation
Specifies an e-mail address and display name, or the PUID that represents them.
XML Source (see within schema source)
<xsd:complexType name="emailType">
<xsd:annotation>
<xsd:documentation>
Specifies an e-mail address and display name, or the PUID that represents them.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="name" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
The display name of an e-mail address
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="email" type="emailAddressType">
<xsd:annotation>
<xsd:documentation>
An e-mail address (for example, someone@microsoft.com).
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 2/2)
email
Type:
emailAddressType, simple content
Defined:
locally within (this) emailType complexType
An e-mail address (for example, someone@microsoft.com).
XML Source (see within schema source)
<xsd:element name="email" type="emailAddressType">
<xsd:annotation>
<xsd:documentation>
An e-mail address (for example, someone@microsoft.com).
</xsd:documentation>
</xsd:annotation>
</xsd:element>

name
Type:
hs:localizableString, simple content
Defined:
locally within (this) emailType complexType
The display name of an e-mail address
XML Source (see within schema source)
<xsd:element name="name" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
The display name of an e-mail address
</xsd:documentation>
</xsd:annotation>
</xsd:element>