complexType InstanceAttribute
diagram pm_wsdl_diagrams/pm_wsdl_p11.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type extension of pm:NameTypePair
properties
base pm:NameTypePair
children pm:name pm:type pm:processQName pm:viewtype
used by
element instanceAttributes/instanceAttribute
annotation
documentation
Type to describe a process instance attribute.
source <xsd:complexType name="InstanceAttribute">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a process instance attribute.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="pm:NameTypePair">
     
<xsd:sequence>
       
<xsd:element name="processQName" type="pm:QualifiedProcessName">
         
<xsd:annotation>
           
<xsd:documentation>Fully qualified name of the parent process template.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="viewtype" type="xsd:string" nillable="true">
         
<xsd:annotation>
           
<xsd:documentation>View type of the attribute, as a combination of the values FILTERABLE (1), SORTABLE (2), DISPLAYABLE (3) and HALT_ONLY (4)

For example, the value "23" indicates that the attribute is SORTABLE and DISPLAYABLE, but not FILTERABLE.
</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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