complexType "attendeeInfoType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in myCalendar.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
hs:email (type xsd:string), hs:name (type hs:localizableString), hs:puid (type hs:puidType), inviteType (type inviteTypeEnum)
Known Direct Subtypes (1):
attendeeType
Known Indirect Subtypes (1):
attendeeBlueType
All Direct / Indirect Based Elements (2):
attendee (in event in myCalendar), attendee (type attendeeType)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
hs:userReference (extension)
  attendeeInfoType
XML Source (see within schema source)
<xsd:complexType name="attendeeInfoType">
<xsd:complexContent>
<xsd:extension base="hs:userReference">
<xsd:sequence>
<xsd:element name="inviteType" type="inviteTypeEnum">
<xsd:annotation>
<xsd:documentation>
The meeting organizer uses this to define the kind of invitee {required, optional, resource}.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; 4/4)
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>

inviteType
Type:
inviteTypeEnum, simple content
Defined:
locally within (this) attendeeInfoType complexType
The meeting organizer uses this to define the kind of invitee {required, optional, resource}.
XML Source (see within schema source)
<xsd:element name="inviteType" type="inviteTypeEnum">
<xsd:annotation>
<xsd:documentation>
The meeting organizer uses this to define the kind of invitee {required, optional, resource}.
</xsd:documentation>
</xsd:annotation>
</xsd:element>