element <organizer> (unified local)
Namespace:
Type:
Content:
complex, 3 elements
Defined:
locally at 2 locations in myCalendar.xsd
XML Representation Summary
<organizer>
   
Content: 
</organizer>
Content model elements (3):
hs:email (type xsd:string), hs:name (type hs:localizableString), hs:puid (type hs:puidType)
Included in content model of elements (2):
body (in exception), body (type bodyType)
Definition Locations
Annotations (2) (by all definition locations)
Location:
within body (in exception) element [def]
Annotation:
Suppose the original organizer is replaced by another organizer.

Location:
within bodyType complexType [def]
Annotation:
This is the email address of the event organizer for non-.NET My Services organizers. <br/><b>ICAL Equivalent</b>: ORGANIZER.
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>