complexType "uninviteAttendeeType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in myCalendar.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xsd:boolean
   
>
   
Content: 
</...>
Content Model Elements (3):
hs:email (type xsd:string), hs:name (type hs:localizableString), hs:puid (type hs:puidType)
All Direct / Indirect Based Elements (1):
attendee (in uninvite)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
hs:userReference (extension)
  uninviteAttendeeType
XML Source (see within schema source)
<xsd:complexType name="uninviteAttendeeType">
<xsd:complexContent>
<xsd:extension base="hs:userReference">
<xsd:attribute name="deleteAttendee" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Optionally specifies whether or not to delete this attendee
from the organizer's attendee table. If the attendee is
not deleted, .NET Calendar will not know the status of this
attendee because the status {not-sent, sent, cancelled} is
not stored per-attendee.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; 1/1)
deleteAttendee
Type:
xsd:boolean, predefined
Use:
optional
Defined:
locally within (this) uninviteAttendeeType complexType
Optionally specifies whether or not to delete this attendee from the organizer's attendee table. If the attendee is not deleted, .NET Calendar will not know the status of this attendee because the status {not-sent, sent, cancelled} is not stored per-attendee.
XML Source (see within schema source)
<xsd:attribute name="deleteAttendee" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Optionally specifies whether or not to delete this attendee
from the organizer's attendee table. If the attendee is
not deleted, .NET Calendar will not know the status of this
attendee because the status {not-sent, sent, cancelled} is
not stored per-attendee.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 3/3)
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>