complexType ProcessIdDBInfo
diagram pm_xsd_diagrams/pm_xsd_p219.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:processId pm:objectSpace pm:dbId
used by
element processIdDBInfo
annotation
documentation
Type to describe the PVM database information corresponding to a PVM ID.
source <xsd:complexType name="ProcessIdDBInfo">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe the PVM database information corresponding to a PVM ID.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="processId" type="xsd:string" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>Process ID</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="objectSpace" type="xsd:string" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>Identifies the space (PROCESS,TASK, ...) of the process ID.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="dbId" type="xsd:long" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>Identifies the database ID corresponding to the process ID.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element ProcessIdDBInfo/processId
diagram pm_xsd_diagrams/pm_xsd_p220.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
nillable true
annotation
documentation
Process ID
source <xsd:element name="processId" type="xsd:string" nillable="true">
 
<xsd:annotation>
   
<xsd:documentation>Process ID</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ProcessIdDBInfo/objectSpace
diagram pm_xsd_diagrams/pm_xsd_p221.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
nillable true
annotation
documentation
Identifies the space (PROCESS,TASK, ...) of the process ID.
source <xsd:element name="objectSpace" type="xsd:string" nillable="true">
 
<xsd:annotation>
   
<xsd:documentation>Identifies the space (PROCESS,TASK, ...) of the process ID.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element ProcessIdDBInfo/dbId
diagram pm_xsd_diagrams/pm_xsd_p222.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:long
properties
content simple
nillable true
annotation
documentation
Identifies the database ID corresponding to the process ID.
source <xsd:element name="dbId" type="xsd:long" nillable="true">
 
<xsd:annotation>
   
<xsd:documentation>Identifies the database ID corresponding to the process ID.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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