complexType "emailAddressBlueType"
Namespace:
Content:
complex, 3 attributes, 3 elements, elem. wildcard
Defined:
globally in myProfile.xsd; see XML source
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (3):
cat (type hs:catType), email (type hs:string), name (type hs:localizableString)
All Direct / Indirect Based Elements (2):
emailAddress (in contact), emailAddress (in myProfile)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
emailAddressType (extension)
  emailAddressBlueType
XML Source (see within schema source)
<xsd:complexType name="emailAddressBlueType">
<xsd:complexContent>
<xsd:extension base="emailAddressType">
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
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"/>