Definition Type: ComplexType
Name: dateScopeType
Namespace: http://www.webex.com/schemas/2002/06/service/session
Containing Schema: session.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into timeZoneID Drilldown into endDateEnd Drilldown into endDateStart 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="endDateStart" type="xsd:string" minOccurs="0" />
        <xsd:element name="endDateEnd" type="xsd:string" minOccurs="0" />
        <xsd:element name="timeZoneID" type="xsd:long" default="-1" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startDateStart sess:startDateStart 0 (1)
startDateEnd sess:startDateEnd 0 (1)
endDateStart sess:endDateStart 0 (1)
endDateEnd sess:endDateEnd 0 (1)
timeZoneID sess:timeZoneID 0 (1)
Collapse Derivation Tree:
Collapse References:
train:dateScope, train:dateScope, train:dateScope