diagram | |||
namespace | http://business.api.busserv.n2.tibco.com | ||
properties |
|
||
children | startPosition endPosition totalItems caseCategory | ||
annotation |
|
||
source | <xs:element name="listCaseActionResponse"> <xs:annotation> <xs:documentation>Response element for listCaseServices operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:annotation> <xs:documentation> The collection of Resources with the given name. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="startPosition" type="xs:long"> <xs:annotation> <xs:documentation>Position in the list of the first item on this page.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="endPosition" type="xs:long"> <xs:annotation> <xs:documentation>Position in the list of the last item on this page.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="totalItems" type="xs:long"> <xs:annotation> <xs:documentation>Total number of items in the list. (If this value is -1 PFEdid not build the count of total number of items.)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="caseCategory" type="pfecom:CaseCategory" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Array describing deployed case services that match the criteria specified in the request.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
type | xs:long | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="startPosition" type="xs:long"> <xs:annotation> <xs:documentation>Position in the list of the first item on this page.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:long | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="endPosition" type="xs:long"> <xs:annotation> <xs:documentation>Position in the list of the last item on this page.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:long | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="totalItems" type="xs:long"> <xs:annotation> <xs:documentation>Total number of items in the list. (If this value is -1 PFEdid not build the count of total number of items.)</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||
type | CaseCategory | ||||||||||||
properties |
|
||||||||||||
children | caseActionTemplate | ||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="caseCategory" type="pfecom:CaseCategory" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Array describing deployed case services that match the criteria specified in the request.</xs:documentation> </xs:annotation> </xs:element> |