diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
type | extension of pm:NameTypePair | ||
properties |
|
||
children | pm:name pm:type pm:processQName pm:viewtype | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
type | pm:QualifiedProcessName | ||
properties |
|
||
children | pm:moduleName pm:processName pm:version | ||
annotation |
|
||
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> |
diagram | |||||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||||
type | xsd:string | ||||
properties |
|
||||
annotation |
|
||||
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> |