complexType "emailToCcType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
globally in myInbox.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
("to" | "cc")
   
>
   
Content: 
</...>
Content Model Elements (2):
email (type emailAddressType), name (type hs:localizableString)
All Direct / Indirect Based Elements (1):
recipient (in messageContent in message in myInbox)
Known Usage Locations
Annotation
Specifies an e-mail address and display name
Type Definition Detail
Type Derivation Tree
emailType (extension)
  emailToCcType
XML Source (see within schema source)
<xsd:complexType name="emailToCcType">
<xsd:annotation>
<xsd:documentation>
Specifies an e-mail address and display name
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="emailType">
<xsd:attribute name="type" use="required">
<xsd:annotation>
<xsd:documentation>
Specifies whether the recipient is in the 'to' or 'cc' list
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="to"/>
<xsd:enumeration value="cc"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; 1/1)
type
Type:
anonymous simpleType (restriction of xsd:string)
Use:
required
Defined:
locally within (this) emailToCcType complexType
Specifies whether the recipient is in the 'to' or 'cc' list
Anonymous simpleType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:attribute name="type" use="required">
<xsd:annotation>
<xsd:documentation>
Specifies whether the recipient is in the 'to' or 'cc' list
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="to"/>
<xsd:enumeration value="cc"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
Content Element Detail (all declarations; 2/2)
email
Type:
emailAddressType, simple content
Defined:
locally within 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 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>