complexType ActivityExecParams

complexType {http://java.sun.com/products/oss/xml/CommonFramework}ActivityExecParams

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


Source

<complexType name="ActivityExecParams">
    <
annotation>
        <
documentation>
An ActivityValue's attribute that specifies how often or how many times
the specified Activity will be run.
This interface allows one to specify granularityPeriod for
applicable types of jobs (Performance/Threshold type).
For other types of jobs, this interface allows optional specification of
maximum runs and an optional delay interval between the two job runs.
This provides for a Activities whose duration of completion of each run is not
necessarily consistently the same.
This interface also allows defining of a schedule that runs 'n' times
without any delay between the runs.
        
</documentation>
    </
annotation>
    <
sequence>
        <
element name="maxIterations" minOccurs="0" nillable="true" type="int"/>
        <
element name="granularityPeriod" minOccurs="0" nillable="true" type="long"/>
        <
element name="delayInterval" minOccurs="0" nillable="true" type="long"/>
    </
sequence>
</
complexType>


Documentation

An ActivityValue's attribute that specifies how often or how many times
 the specified Activity will be run.
 This interface allows one to specify granularityPeriod for
 applicable types of jobs (Performance/Threshold type).
 For other types of jobs, this interface allows optional specification of
 maximum runs and an optional delay interval between the two job runs.
 This provides for a Activities whose duration of completion of each run is not
 necessarily consistently the same.
 This interface also allows defining of a schedule that runs 'n' times
 without any delay between the runs.


complexType ActivityExecParams


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.