simpleType Target
namespace http://base.api.ec.n2.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration AUDIT
annotation
documentation
Specifies the target table in the Event Collector database against which the query should be executed. One of:

- AUDIT: This is the default option if QueryTarget is not specified.

- PROCESS_METRICS:

- PROCESS_STATS:

- WORKITEM_STATS: 

- REGISTERED_QUERIES:

- REGISTERED_COMPONENTS

- REGISTERED_ATTRIBUTES

- USER_ACTIVITY
source <xs:simpleType name="Target">
 
<xs:annotation>
   
<xs:documentation>Specifies the target table in the Event Collector database against which the query should be executed. One of:

- AUDIT: This is the default option if QueryTarget is not specified.

- PROCESS_METRICS:

- PROCESS_STATS:

- WORKITEM_STATS: 

- REGISTERED_QUERIES:

- REGISTERED_COMPONENTS

- REGISTERED_ATTRIBUTES

- USER_ACTIVITY
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="AUDIT"/>
 
</xs:restriction>
</xs:simpleType>


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