Definition Type: Element
Name: schedule
Namespace: http://www.webex.com/schemas/2002/06/service/ep
Containing Schema: ep.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into timeZoneID Drilldown into timeZone Drilldown into duration Drilldown into startDateXSD Diagram of schedule
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="schedule">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="startDate" type="xsd:string" />
            <xsd:element name="duration" type="xsd:integer" />
            <xsd:element name="timeZone" type="xsd:string" />
            <xsd:element name="timeZoneID" type="xsd:integer" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startDate ep:startDate (1) (1)
duration ep:duration (1) (1)
timeZone ep:timeZone (1) (1)
timeZoneID ep:timeZoneID (1) (1)