complexType InstanceAttribute
diagram pm_xsd_diagrams/pm_xsd_p178.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>

element InstanceAttribute/processQName
diagram pm_xsd_diagrams/pm_xsd_p179.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 parent process template.
source <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>

element InstanceAttribute/viewtype
diagram pm_xsd_diagrams/pm_xsd_p180.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
nillable true
annotation
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.
source <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>


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