complexType "domainStandardMethodParametersType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in myCalendar.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
calendarType (type calendarLocaleEnum), endTime (type xsd:dateTime), startTime (type xsd:dateTime)
All Direct / Indirect Based Elements (3):
getCalendarDaysRequest, getFreeBusyDaysRequest, getQuickViewRequest
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="domainStandardMethodParametersType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="calendarType" type="calendarLocaleEnum">
<xsd:annotation>
<xsd:documentation>
Optional calendar type to return. Defaults to Gregorian.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="startTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
The starting time window of calendar objects to retrieve.
This dateTime also contains the timeZone to retrieve the
calendar information in.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="endTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
The ending time window to retrieve calendar objects.
This dateTime also contains the timeZone to retrieve the
calendar information in. It must be the same timeZone as
startTime.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--
<xsd:element
name="tzid"
type="tzidEnum"
minOccurs="0"
maxOccurs="1"
>
<xsd:annotation>
<xsd:documentation>
Determines the time zone of the window for which to pull
events. If neither tzid or biasOffset are present,
getCalendarDays defaults to UTC (+0:00). Note that
defaulting to UTC or specifying UTC will also pull
floating events because we store all dateTimes in UTC.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

<xsd:element
name="biasOffset"
minOccurs="0"
maxOccurs="1"
>
<xsd:annotation>
<xsd:documentation>
Determines the biasOffset of the window for which to pull
events. It takes the form [GMT/UTC]{+/-}xx[:yy]. In other
words, it is a GMT/UTC bias for (thin) clients who would
prefer to specify the bias instead of an enum. If neither
tzid or biasOffset are present, getCalendarDays defaults
to UTC (+0:00). tzid takes precedence over biasOffset. It
is restricted to a maximum of 9 characters.
<b>TODO: convert to RegEx.</b>
</xsd:documentation>
</xsd:annotation>

<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="9"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>

<xsd:element
name="puid"
type="hs:puidType"
minOccurs="1"
maxOccurs="64"
>
<xsd:annotation>
<xsd:documentation>
The puid of the user for whom to retrieve calendar information.
<br/>TODO: need email/nickname/puid reverse-lookup mechanism.
This is required for meeting invitations as well.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-->
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 3/3)
calendarType
Type:
calendarLocaleEnum, simple content
Defined:
locally within (this) domainStandardMethodParametersType complexType
Optional calendar type to return. Defaults to Gregorian.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="calendarType" type="calendarLocaleEnum">
<xsd:annotation>
<xsd:documentation>
Optional calendar type to return. Defaults to Gregorian.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

endTime
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within (this) domainStandardMethodParametersType complexType
The ending time window to retrieve calendar objects. This dateTime also contains the timeZone to retrieve the calendar information in. It must be the same timeZone as startTime.
XML Source (see within schema source)
<xsd:element name="endTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
The ending time window to retrieve calendar objects.
This dateTime also contains the timeZone to retrieve the
calendar information in. It must be the same timeZone as
startTime.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

startTime
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within (this) domainStandardMethodParametersType complexType
The starting time window of calendar objects to retrieve. This dateTime also contains the timeZone to retrieve the calendar information in.
XML Source (see within schema source)
<xsd:element name="startTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
The starting time window of calendar objects to retrieve.
This dateTime also contains the timeZone to retrieve the
calendar information in.
</xsd:documentation>
</xsd:annotation>
</xsd:element>