http://www.qbp-simulator.com/Schema201212
element processSimulationInfo

Documentation
Root node that contains simulation
                information/scenario
Properties
This component is not nillable.

Model
<processSimulationInfo
  currency = string : EUR
  id = string
  processId = string
  processInstances = int
  startDateTime = dateTime
  version = int>
(arrivalRateDistribution, timetables, holidays, resources, elements, sequenceFlows, statsOptions? )
</processSimulationInfo>


Nested Element Summary
qbp:DistributionInfoarrivalRateDistribution
           Distribution of interval between two process instances in seconds  
 elements
           List of all simulation info objects for all elements  
 holidays
           List of all holiday definitions.  
 resources
           List of all resources that can be assigned to tasks  
 sequenceFlows
           List of sequence flow simulation information  
qbp:StatsOptionsTypestatsOptions
          Options for calculating statistics 
 timetables
           List of all time tables that can be defined for resources and process arrival rate.  

Attribute Summary
 stringcurrency
           Currency to be used when reporting simulation cost statistics  
 stringid
          Unique id 
 stringprocessId
           ID of the process in BPMN file  
 intprocessInstances
           Total number of business process instances to run  
 dateTimestartDateTime
           Date and time for the simulation clock when simulation has started  
 intversion
          

Attribute Detail

currency

Currency to be used when reporting simulation cost statistics

Type:
string
Default:
EUR
Use:
optional
Form:
unqualified

id

Unique id

Type:
string
Use:
optional
Form:
unqualified

processId

ID of the process in BPMN file

Type:
string
Use:
optional
Form:
unqualified

processInstances

Total number of business process instances to run

Type:
based on
with :
Use:
required
Form:
unqualified

startDateTime

Date and time for the simulation clock when simulation has started

Type:
dateTime
Use:
optional
Form:
unqualified

version

Type:
int
Use:
optional
Form:
unqualified

Source
<element name="processSimulationInfo">
<complexType>
<complexContent>
<extension base="qbp:ProcessSimulationInfoType"/>
</complexContent>
</complexType>
</element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.