simpleType AttributeType
namespace http://www.tibco.com/bx/2009/management/processManagerType
type restriction of xsd:string
properties
base xsd:string
used by
elements listProcessInstanceAttributesInput/attributeType listSetofProcessInstanceAttributesInput/attributeType listProcessTemplateAttributesInput/attributeType
facets
Kind Value Annotation
enumeration FILTERABLE
enumeration SORTABLE
enumeration DISPLAYABLE
enumeration HALT_ONLY
annotation
documentation
Enumeration values used to tag process template attributes and process instance attributes into different categories.

(Do not delete or re-position any of the enumeration values. If a value must be removed, simply replace it with a "dummy" value.)
source <xsd:simpleType name="AttributeType">
 
<xsd:annotation>
   
<xsd:documentation>Enumeration values used to tag process template attributes and process instance attributes into different categories.

(Do not delete or re-position any of the enumeration values. If a value must be removed, simply replace it with a "dummy" value.)
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="FILTERABLE"/>
   
<xsd:enumeration value="SORTABLE"/>
   
<xsd:enumeration value="DISPLAYABLE"/>
   
<xsd:enumeration value="HALT_ONLY"/>
 
</xsd:restriction>
</xsd:simpleType>


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