complexType NameValuePair
diagram pm_xsd_diagrams/pm_xsd_p210.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:name pm:value
used by
elements ProcessInstance/customAttributes/customAttribute createProcessInstanceInput/parameterMap/parameter availableProcessInstanceVariables/variable setAvailableProcessInstanceVariablesInput/variableMap/variable
annotation
documentation
Type to describe a name/value pair.
source <xsd:complexType name="NameValuePair">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a name/value pair.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="name" type="xsd:string">
     
<xsd:annotation>
       
<xsd:documentation>Name</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="value" type="xsd:string" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>Value</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element NameValuePair/name
diagram pm_xsd_diagrams/pm_xsd_p211.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
annotation
documentation
Name
source <xsd:element name="name" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>Name</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element NameValuePair/value
diagram pm_xsd_diagrams/pm_xsd_p212.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
nillable true
annotation
documentation
Value
source <xsd:element name="value" type="xsd:string" nillable="true">
 
<xsd:annotation>
   
<xsd:documentation>Value</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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