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

mp:coworkerOrDepartment
Type:
Defined:
locally within mp: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>

mp:jobTitle
Type:
hs:localizableString, simple content
Defined:
locally within mp: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>

mp:officeLocation
Type:
hs:localizableString, simple content
Defined:
locally within mp: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>

mp:profession
Type:
hs:localizableString, simple content
Defined:
locally within mp: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 mp:workInformationType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>