complexType ProcessTemplate
diagram pm_xsd_diagrams/pm_xsd_p243.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:basicTemplate pm:state pm:priority pm:creationTime pm:willSave pm:saveDuration pm:serviceProcess
used by
element ProcessTemplates/processTemplate
annotation
documentation
Type to describe a process template.
source <xsd:complexType name="ProcessTemplate">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a process template.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="basicTemplate" type="pm:BasicProcessTemplate">
     
<xsd:annotation>
       
<xsd:documentation>Basic/core attributes of this process template.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="state" type="xsd:string" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>State of the process template, for example ACTIVE.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="priority" type="xsd:string" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Default scheduling priority to be assigned to process instances created from this process template.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="creationTime" type="xsd:dateTime" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Date/time when this process template was created.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="willSave" type="xsd:boolean" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>flag to indicate whether terminated process instances should be saved</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="saveDuration" type="xsd:string" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>duration string to indicate how long the terminated process instances should be saved</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="serviceProcess" type="xsd:boolean" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>service process flag to indicate whether definition is a service process.  true for service process: false for business process</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element ProcessTemplate/basicTemplate
diagram pm_xsd_diagrams/pm_xsd_p244.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:BasicProcessTemplate
properties
content complex
children pm:processQName pm:description
annotation
documentation
Basic/core attributes of this process template.
source <xsd:element name="basicTemplate" type="pm:BasicProcessTemplate">
 
<xsd:annotation>
   
<xsd:documentation>Basic/core attributes of this process template.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ProcessTemplate/state
diagram pm_xsd_diagrams/pm_xsd_p245.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
State of the process template, for example ACTIVE.
source <xsd:element name="state" type="xsd:string" nillable="true" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>State of the process template, for example ACTIVE.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ProcessTemplate/priority
diagram pm_xsd_diagrams/pm_xsd_p246.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Default scheduling priority to be assigned to process instances created from this process template.
source <xsd:element name="priority" type="xsd:string" nillable="true" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Default scheduling priority to be assigned to process instances created from this process template.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ProcessTemplate/creationTime
diagram pm_xsd_diagrams/pm_xsd_p247.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Date/time when this process template was created.
source <xsd:element name="creationTime" type="xsd:dateTime" nillable="true" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Date/time when this process template was created.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ProcessTemplate/willSave
diagram pm_xsd_diagrams/pm_xsd_p248.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
flag to indicate whether terminated process instances should be saved
source <xsd:element name="willSave" type="xsd:boolean" nillable="true" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>flag to indicate whether terminated process instances should be saved</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ProcessTemplate/saveDuration
diagram pm_xsd_diagrams/pm_xsd_p249.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
duration string to indicate how long the terminated process instances should be saved
source <xsd:element name="saveDuration" type="xsd:string" nillable="true" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>duration string to indicate how long the terminated process instances should be saved</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ProcessTemplate/serviceProcess
diagram pm_xsd_diagrams/pm_xsd_p250.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
service process flag to indicate whether definition is a service process.  true for service process: false for business process
source <xsd:element name="serviceProcess" type="xsd:boolean" nillable="true" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>service process flag to indicate whether definition is a service process.  true for service process: false for business process</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy