complexType "minimalEmailAddressType"
Namespace:
Content:
complex, 1 element
Defined:
globally in myProfile.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (1):
email (type hs:string)
All Direct / Indirect Based Elements (1):
minimalEmailAddress
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="minimalEmailAddressType">
<xsd:sequence>
<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>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 1/1)
email
Type:
hs:string, simple content
Defined:
locally within (this) 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>