complexType ApplicationTemplate
diagram pm_xsd_diagrams/pm_xsd_p143.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:processTemplates
used by
element ApplicationTemplates/application
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xsd:string  required      
documentation
Name of the application which contains the following process templates.
source <xsd:complexType name="ApplicationTemplate">
 
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
   
<xsd:element name="processTemplates" type="pm:ProcessTemplatesType" minOccurs="0"/>
 
</xsd:sequence>
 
<xsd:attribute name="name" type="xsd:string" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Name of the application which contains the following process templates.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute ApplicationTemplate/@name
type xsd:string
properties
use required
annotation
documentation
Name of the application which contains the following process templates.
source <xsd:attribute name="name" type="xsd:string" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Name of the application which contains the following process templates.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element ApplicationTemplate/processTemplates
diagram pm_xsd_diagrams/pm_xsd_p144.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:ProcessTemplatesType
properties
minOcc 0
maxOcc 1
content complex
children pm:processQName
source <xsd:element name="processTemplates" type="pm:ProcessTemplatesType" minOccurs="0"/>


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