element <memberInformation> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 2 elements
Defined:
locally within myProfileType complexType in myProfile.xsd; see XML source
XML Representation Summary
<memberInformation
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</memberInformation>
Content model elements (2):
domainNamePortion (in memberInformation), memberNamePortion (in memberInformation)
Included in content model of elements (1):
myProfile
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="memberInformation" type="memberInformationType"/>
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; 2/2)
domainNamePortion
Type:
hs:string, simple content
Defined:
locally within memberInformationType complexType
This is the other part of the fully qualified member name. This element contains the domain name portion. For a fully qualified member name of someone@microsoft.com, this element contains the value 'microsoft.com'.
XML Source (see within schema source)
<xsd:element name="domainNamePortion" type="hs:string">
<xsd:annotation>
<xsd:documentation>
This is the other part of the fully qualified member name.
This element contains the domain name portion. For
a fully qualified member name of someone@microsoft.com, this element contains the value
'microsoft.com'.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

memberNamePortion
Type:
hs:localizableString, simple content
Defined:
locally within memberInformationType complexType
A member name is a combination of a user name portion and a domain name portion. These names separated by an '@' character form a fully qualified member name. This element contains the user name portion of the name. For a fully qualified member name of someone@microsoft.com, this element contains the value 'someone'.
XML Source (see within schema source)
<xsd:element name="memberNamePortion" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
A member name is a combination of a user name portion and a domain name portion.
These names separated by an '@' character form a fully qualified
member name. This element contains the user name portion of the name. For
a fully qualified member name of someone@microsoft.com, this element contains the value
'someone'.
</xsd:documentation>
</xsd:annotation>
</xsd:element>