simpleType ChartArea
namespace http://base.api.ec.n2.tibco.com
type restriction of xs:string
properties
base xs:string
used by
element BaseChartQuery/area
facets
Kind Value Annotation
enumeration WORK_ITEMS
documentation
Work Item area
enumeration PROCESS_TEMPLATES
documentation
Process Templates area
enumeration PROCESS_INSTANCES
documentation
Process Instances area
enumeration AUDIT
documentation
Audit area
enumeration CASE_OBJECTS
documentation
Case Objects area
annotation
documentation
The areas which can be used for Charting
source <xs:simpleType name="ChartArea">
 
<xs:annotation>
   
<xs:documentation>The areas which can be used for Charting</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="WORK_ITEMS">
     
<xs:annotation>
       
<xs:documentation>Work Item area</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="PROCESS_TEMPLATES">
     
<xs:annotation>
       
<xs:documentation>Process Templates area</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="PROCESS_INSTANCES">
     
<xs:annotation>
       
<xs:documentation>Process Instances area</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="AUDIT">
     
<xs:annotation>
       
<xs:documentation>Audit area</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="CASE_OBJECTS">
     
<xs:annotation>
       
<xs:documentation>Case Objects area</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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