element <emailAddress> (global)
Namespace:
Type:
Content:
complex, 3 elements, elem. wildcard
Defined:
globally in myProfile.xsd; see XML source
Used:
never
XML Representation Summary
<emailAddress>
   
Content: 
</emailAddress>
Content model elements (3):
cat (type hs:catType), email (type hs:string), name (type hs:localizableString)
XML Source (see within schema source)
<xsd:element name="emailAddress" type="emailAddressType"/>
Content Element Detail (all declarations; 4/4)
cat
Type:
hs:catType, empty content
Defined:
locally within 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 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 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 emailAddressType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>