complexType "emailAddressType"
Namespace:
Content:
complex, 3 elements, elem. wildcard
Defined:
globally in myProfile.xsd; see XML source
Includes:
definitions of 3 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
cat (type hs:catType), email (type hs:string), name (type hs:localizableString)
Known Direct Subtypes (1):
emailAddressBlueType
All Direct / Indirect Based Elements (3):
emailAddress, emailAddress (in contact), emailAddress (in myProfile)
Known Usage Locations
Annotation
This element encapsulates an electronic address for this entity. Specifically, it contains an e-mail address associated with this identity. This element can be repeated. Typically, one <b>emailAddress</b> element is used for each e-mail address associated with this identity.
XML Source (see within schema source)
<xsd:complexType name="emailAddressType">
<xsd:annotation>
<xsd:documentation>
This element encapsulates an electronic address for this entity. Specifically,
it contains an e-mail address associated with this identity.
This element
can be repeated. Typically, one
<b>emailAddress</b>
element is used
for each e-mail address associated with this identity.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType"/>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
<xsd:element name="email" type="hs:string">
<xsd:annotation>
<xsd:documentation>
This element contains the actual value of the e-mail address (for example, someone@microsoft.com).
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="name" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
This element contains the friendly or display name associated
with this e-mail address.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 4/4)
cat
Type:
hs:catType, empty content
Defined:
locally within (this) emailAddressType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType"/>

email
Type:
hs:string, simple content
Defined:
locally within (this) emailAddressType complexType
This element contains the actual value of the e-mail address (for example, someone@microsoft.com).
XML Source (see within schema source)
<xsd:element name="email" type="hs:string">
<xsd:annotation>
<xsd:documentation>
This element contains the actual value of the e-mail address (for example, someone@microsoft.com).
</xsd:documentation>
</xsd:annotation>
</xsd:element>

name
Type:
hs:localizableString, simple content
Defined:
locally within (this) emailAddressType complexType
This element contains the friendly or display name associated with this e-mail address.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="name" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
This element contains the friendly or display name associated
with this e-mail address.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

{any element with non-schema namespace}
Defined:
within (this) emailAddressType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>