Definition Type: ComplexType
Name: dateScopeType
Namespace: http://www.webex.com/schemas/2002/06/service
Containing Schema: service.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into returnSpecifiedTimeZone Drilldown into timeZoneID Drilldown into startDateEnd Drilldown into startDateStartXSD Diagram of dateScopeType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="dateScopeType">
    <xsd:sequence>
        <xsd:element name="startDateStart" type="xsd:string" minOccurs="0" />
        <xsd:element name="startDateEnd" type="xsd:string" minOccurs="0" />
        <xsd:element name="timeZoneID" type="xsd:integer" default="-1" minOccurs="0" />
        <xsd:element name="returnSpecifiedTimeZone" type="xsd:boolean" default="false" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startDateStart serv:startDateStart 0 (1)
startDateEnd serv:startDateEnd 0 (1)
timeZoneID serv:timeZoneID 0 (1)
returnSpecifiedTimeZone serv:returnSpecifiedTimeZone 0 (1)
Collapse Derivation Tree:
Collapse References:
ep:dateScope