element <minimalEmailAddress> (global)
Namespace:
Type:
Content:
complex, 1 element
Defined:
globally in myProfile.xsd; see XML source
Used:
never
XML Representation Summary
<minimalEmailAddress>
   
Content: 
</minimalEmailAddress>
Content model elements (1):
email (type hs:string)
XML Source (see within schema source)
<xsd:element name="minimalEmailAddress" type="minimalEmailAddressType"/>
Content Element Detail (all declarations; 1/1)
email
Type:
hs:string, simple content
Defined:
locally within minimalEmailAddressType 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 maxOccurs="1" minOccurs="1" 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>