complexType "memberInformationType"
Namespace:
Content:
complex, 3 attributes, 2 elements
Defined:
globally in myProfile.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (2):
domainNamePortion (in memberInformation), memberNamePortion (in memberInformation)
All Direct / Indirect Based Elements (1):
memberInformation (in myProfile)
Known Usage Locations
Annotation
This node wraps member-specific public information for this entity. The information cannot be changed. This is reflected in the schemas that modify the content document.
XML Source (see within schema source)
<xsd:complexType name="memberInformationType">
<xsd:annotation>
<xsd:documentation>
This node wraps member-specific public information for this entity. The information
cannot be changed. This is reflected in the schemas that modify the content document.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<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>
<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>
</xsd:sequence>
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
</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; 2/2)
domainNamePortion
Type:
hs:string, simple content
Defined:
locally within (this) 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 (this) 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>