complexType Schedule

complexType {http://java.sun.com/products/oss/xml/CBE/Schedule}Schedule

Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/products/oss/xml/CBE/Schedule
Declared Namespacesxmlns:cbeschedule=http://java.sun.com/products/oss/xml/CBE/Schedule
xmlns:cbecore=http://java.sun.com/products/oss/xml/CBE/Core
xmlns:co=http://java.sun.com/products/oss/xml/Common
xmlns=http://www.w3.org/2001/XMLSchema


Source

<complexType name="Schedule">
    <
annotation>
        <
documentation>
Specifies the time frames during which the schedule will be active.

<p>
The schedule is active as soon as the start time - if supplied - is reached. The
schedule remains active until the stop time - if supplied - is reached. If no stop time
is specified the schedule will active indefinitely.
The time frame defined by the schedule may contain one or more intervals. These intervals
may repeat on a daily and/or weekly basis and specify the time periods during which the
schedule is active. A daily schedule includes a start time and end time, which lie between
00.00 and 24.00 hours. If daily schedule is omitted, the schedule will run continuously
through the day. If weekly schedule is omitted the schedule will run all days of the week.
Alternatively the weekly schedule will indicate which days of the week the schedule will
be active on.

<p>
The timer-synchronization between the client and the server is not part of this
interface and is left over to the implementers. However the implementations need to handle
different time zones.
        
</documentation>
    </
annotation>
    <
sequence>
        <
element name="active" minOccurs="0" nillable="true" type="boolean"/>
        <
element name="startTime" minOccurs="0" nillable="true" type="dateTime"/>
        <
element name="stopTime" minOccurs="0" nillable="true" type="dateTime"/>
        <
element name="weeklySchedule" minOccurs="0" nillable="true"
            
type="cbeschedule:WeeklySchedule"/>
        <
element name="dailySchedule" minOccurs="0" nillable="true" type="cbeschedule:DailySchedule"/>
    </
sequence>
</
complexType>


Documentation

Specifies the time frames during which the schedule will be active.
 <p>
 The schedule is active as soon as the start time - if supplied - is reached. The
 schedule remains active until the stop time - if supplied - is reached. If no stop time
 is specified the schedule will active indefinitely.
 The time frame defined by the schedule may contain one or more intervals. These intervals
 may repeat on a daily and/or weekly basis and specify the time periods during which the
 schedule is active. A daily schedule includes a start time and end time, which lie between
 00.00 and 24.00 hours. If daily schedule is omitted, the schedule will run continuously
 through the day. If weekly schedule is omitted the schedule will run all days of the week.
 Alternatively the weekly schedule will indicate which days of the week the schedule will
 be active on.
 <p>
 The timer-synchronization between the client and the server is not part of this
 interface and is left over to the implementers. However the implementations need to handle
 different time zones.


complexType Schedule


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.