element <coworkerOrDepartment> (local)
Namespace:
Type:
Content:
complex, 4 elements
Defined:
XML Representation Summary
<coworkerOrDepartment>
   
Content: 
</coworkerOrDepartment>
Content model elements (4):
hs:cat (type hs:catType), hs:email (type xsd:string), hs:name (type hs:localizableString), hs:puid (type hs:puidType)
Included in content model of elements (3):
workInformation, workInformation (in contact), workInformation (in myProfile)
Annotation
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>
Content Element Detail (all declarations; 4/4)
hs:cat
Type:
hs:catType, empty content
Defined:
XML Source (see within schema source)
<xsd:element name="cat" type="catType"/>

hs:email
Type:
xsd:string, predefined, simple content
Defined:
locally within hs:userReference complexType
This optional name specifies an e-mail address for the enclosing element.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="email" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
This optional name specifies an e-mail address for the enclosing element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

hs:name
Type:
hs:localizableString, simple content
Defined:
locally within hs:userReference complexType
This optional element specifies the name for the enclosing element.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="name" type="localizableString">
<xsd:annotation>
<xsd:documentation>
This optional element specifies the name for the enclosing element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

hs:puid
Type:
hs:puidType, simple content
Defined:
locally within hs:userReference complexType
This optional element specifies the PUID for the enclosing element.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="puid" type="puidType">
<xsd:annotation>
<xsd:documentation>
This optional element specifies the PUID for the enclosing element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>