element <emailAddress> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 3 elements, elem. wildcard
Defined:
locally within contactType complexType in myContacts.xsd; see XML source
XML Representation Summary
<emailAddress
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</emailAddress>
Content model elements (3):
mp:cat (type hs:catType), mp:email (type hs:string), mp:name (type hs:localizableString)
Included in content model of elements (1):
contact (in myContacts)
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="emailAddress" type="mp:emailAddressBlueType"/>
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)
mp:cat
Type:
hs:catType, empty content
Defined:
locally within mp:emailAddressType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType"/>

mp:email
Type:
hs:string, simple content
Defined:
locally within mp: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>

mp:name
Type:
hs:localizableString, simple content
Defined:
locally within mp: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 mp:emailAddressType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>