complexType "userReference"
Namespace:
Content:
complex, 3 elements
Defined:
globally in hscommon.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
email (type xsd:string), name (type localizableString), puid (type puidType)
Known Direct Subtypes (3):
attendeeInfoType, uninviteAttendeeType, userReferenceCategorized
Known Indirect Subtypes (3):
attendeeBlueType, attendeeType, categorizedUserReferenceBlueType
All Direct / Indirect Based Elements (10):
attendee (in event), attendee (in invite), attendee (in uninvite), attendee (type attendeeType), coworkerOrDepartment (type userReferenceCategorized), delegateResponder (type userReference), organizer (type userReference), userReference, userReference (in contact), userReference (in myProfile)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="userReference">
<xsd:sequence>
<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>
<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>
<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>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 3/3)
email
Type:
xsd:string, predefined, simple content
Defined:
locally within (this) 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>

name
Type:
localizableString, simple content
Defined:
locally within (this) 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>

puid
Type:
puidType, simple content
Defined:
locally within (this) 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>