element <workInformation> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 5 elements, elem. wildcard
Defined:
locally within myProfileType complexType in myProfile.xsd; see XML source
XML Representation Summary
<workInformation
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</workInformation>
Content model elements (5):
cat (type hs:catType), coworkerOrDepartment (type hs:userReferenceCategorized), jobTitle (type hs:localizableString), officeLocation (type hs:localizableString), profession (type hs:localizableString)
Included in content model of elements (1):
myProfile
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="workInformation" type="workInformationBlueType"/>
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; 6/6)
cat
Type:
hs:catType, empty content
Defined:
locally within workInformationType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType"/>

coworkerOrDepartment
Type:
Defined:
locally within workInformationType complexType
This element encapsulates information about this entity's manager, assistant, company, department, and so on. The information can include its name, Microsoft .NET Passport Unique ID (PUID) and e-mail address. Using this anchor information, additional details can be obtained. The required <b>cat</b> element indicates the relationship of the element to this entity (that is, ref="system#manager").
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="coworkerOrDepartment" type="hs:userReferenceCategorized">
<xsd:annotation>
<xsd:documentation>
This element encapsulates information about this entity's manager, assistant,
company, department, and so on. The information can include its name, Microsoft .NET Passport Unique ID (PUID)
and e-mail address. Using this anchor information, additional details can be
obtained.
The required
<b>cat</b>
element indicates the relationship of the element to this entity
(that is, ref="system#manager").
</xsd:documentation>
</xsd:annotation>
</xsd:element>

jobTitle
Type:
hs:localizableString, simple content
Defined:
locally within workInformationType complexType
This element specifies the job title for this piece of work information.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="jobTitle" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
This element specifies the job title for this piece of work information.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

officeLocation
Type:
hs:localizableString, simple content
Defined:
locally within workInformationType complexType
This element specifies the office location for this piece of work information. <p/>
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="officeLocation" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
This element specifies the office location for this piece of work information.
<p/>
</xsd:documentation>
</xsd:annotation>
</xsd:element>

profession
Type:
hs:localizableString, simple content
Defined:
locally within workInformationType complexType
This optional element specifies the entity's profession within this particular <b>workInformation</b> element.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="profession" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
This optional element specifies the entity's profession within this
particular
<b>workInformation</b>
element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

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