complexType BasicProcessTemplate
diagram pm_xsd_diagrams/pm_xsd_p149.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:processQName pm:description
used by
elements basicProcessTemplates/basicProcessTemplate ProcessTemplate/basicTemplate
annotation
documentation
Type to describe a process template.
source <xsd:complexType name="BasicProcessTemplate">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a process template.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="processQName" type="pm:QualifiedProcessName">
     
<xsd:annotation>
       
<xsd:documentation>Fully qualified name of the process template.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="description" type="xsd:string" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Description of the process template.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element BasicProcessTemplate/processQName
diagram pm_xsd_diagrams/pm_xsd_p150.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:QualifiedProcessName
properties
content complex
children pm:moduleName pm:processName pm:version
annotation
documentation
Fully qualified name of the process template.
source <xsd:element name="processQName" type="pm:QualifiedProcessName">
 
<xsd:annotation>
   
<xsd:documentation>Fully qualified name of the process template.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element BasicProcessTemplate/description
diagram pm_xsd_diagrams/pm_xsd_p151.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Description of the process template.
source <xsd:element name="description" type="xsd:string" nillable="true" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Description of the process template.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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