complexType "myProfileType"
Namespace:
Content:
complex, 2 attributes, 17 elements, elem. wildcard
Defined:
globally in myProfile.xsd; see XML source
Includes:
definitions of 17 elements, elem. wildcard
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (17):
address (in myProfile), emailAddress (in myProfile), gender (in myProfile), identificationNumber (in myProfile), languagePreference (in myProfile), memberInformation (in myProfile), name (in myProfile), picture (in myProfile), screenName (in myProfile), securityCertificate (in myProfile), specialDate (in myProfile), subscription (in myProfile), telephoneNumber (in myProfile), timeZonePreference (in myProfile), userReference (in myProfile), webSite (in myProfile), workInformation (in myProfile)
All Direct / Indirect Based Elements (1):
myProfile
Known Usage Locations
Annotation
This element encapsulates and defines the basic myProfile types for the Microsoft® .NET Profile service.
XML Source (see within schema source)
<xsd:complexType name="myProfileType">
<xsd:annotation>
<xsd:documentation>
This element encapsulates and defines the basic myProfile types for the
Microsoft&#174; .NET Profile service.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="name" type="nameType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="memberInformation" type="memberInformationType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="languagePreference" type="languagePreferenceType">
<xsd:annotation>
<xsd:documentation>
This element specifies the preferred language code
of the identity encoded using ISO 639 language codes
or ISO 3166 country codes, as defined by
<a href="http://www.ietf.org/rfc/rfc1766.txt">RFC 1766</a>
.
The purpose of this value in this service is to indicate the languages understood
by this identity. When manipulating localizable content, choose from an appropriate language
preference. When encountering localized content not falling within this set, the software should translate
into a language understood by this set.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="timeZonePreference" type="timeZonePreferenceType">
<xsd:annotation>
<xsd:documentation>
This element supplies the base time zone preference for this entity.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="specialDate" type="specialDateBlueType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="userReference" type="categorizedUserReferenceBlueType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="picture" type="pictureBlueType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="gender" type="genderBlueType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="identificationNumber" type="identificationNumberBlueType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="workInformation" type="workInformationBlueType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="address" type="addressBlueType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="webSite" type="webSiteBlueType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="emailAddress" type="emailAddressBlueType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="screenName" type="screenNameBlueType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="telephoneNumber" type="telephoneNumberBlueType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="securityCertificate" type="securityCertificateBlueType"/>
</xsd:sequence>
<!-- standard attributes for the root element -->
<xsd:attributeGroup ref="hs:documentRootAttributeGroup"/>
</xsd:complexType>
Attribute Detail (all declarations; 2/2)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

instanceId
Type:
Use:
optional
Defined:
XML Source (see within schema source)
<xsd:attribute name="instanceId" type="instanceIdType"/>
Content Element Detail (all declarations; 18/18)
address
Type:
addressBlueType, complex content
Defined:
locally within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="address" type="addressBlueType"/>

emailAddress
Type:
emailAddressBlueType, complex content
Defined:
locally within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="emailAddress" type="emailAddressBlueType"/>

gender
Type:
genderBlueType, simple content
Defined:
locally within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="gender" type="genderBlueType"/>

identificationNumber
Type:
Defined:
locally within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="identificationNumber" type="identificationNumberBlueType"/>

languagePreference
Type:
languagePreferenceType, simple content
Defined:
locally within (this) myProfileType complexType
This element specifies the preferred language code of the identity encoded using ISO 639 language codes or ISO 3166 country codes, as defined by <a href="http://www.ietf.org/rfc/rfc1766.txt">RFC 1766</a>. The purpose of this value in this service is to indicate the languages understood by this identity. When manipulating localizable content, choose from an appropriate language preference. When encountering localized content not falling within this set, the software should translate into a language understood by this set.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="languagePreference" type="languagePreferenceType">
<xsd:annotation>
<xsd:documentation>
This element specifies the preferred language code
of the identity encoded using ISO 639 language codes
or ISO 3166 country codes, as defined by
<a href="http://www.ietf.org/rfc/rfc1766.txt">RFC 1766</a>
.
The purpose of this value in this service is to indicate the languages understood
by this identity. When manipulating localizable content, choose from an appropriate language
preference. When encountering localized content not falling within this set, the software should translate
into a language understood by this set.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

memberInformation
Type:
memberInformationType, complex content
Defined:
locally within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="memberInformation" type="memberInformationType"/>

name
Type:
nameType, complex content
Defined:
locally within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="name" type="nameType"/>

picture
Type:
pictureBlueType, complex content
Defined:
locally within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="picture" type="pictureBlueType"/>

screenName
Type:
screenNameBlueType, complex content
Defined:
locally within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="screenName" type="screenNameBlueType"/>

securityCertificate
Type:
Defined:
locally within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="securityCertificate" type="securityCertificateBlueType"/>

specialDate
Type:
specialDateBlueType, complex content
Defined:
locally within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="specialDate" type="specialDateBlueType"/>

subscription
Type:
hs:subscriptionType, complex content
Defined:
locally within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>

telephoneNumber
Type:
telephoneNumberBlueType, complex content
Defined:
locally within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="telephoneNumber" type="telephoneNumberBlueType"/>

timeZonePreference
Type:
timeZonePreferenceType, complex content
Defined:
locally within (this) myProfileType complexType
This element supplies the base time zone preference for this entity.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="timeZonePreference" type="timeZonePreferenceType">
<xsd:annotation>
<xsd:documentation>
This element supplies the base time zone preference for this entity.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

userReference
Type:
Defined:
locally within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="userReference" type="categorizedUserReferenceBlueType"/>

webSite
Type:
webSiteBlueType, complex content
Defined:
locally within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="webSite" type="webSiteBlueType"/>

workInformation
Type:
workInformationBlueType, complex content
Defined:
locally within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="workInformation" type="workInformationBlueType"/>

{any element with non-schema namespace}
Defined:
within (this) myProfileType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>