complexType listBusinessServicesResponseType
diagram busserv_diagrams/busserv_p83.png
namespace http://business.api.busserv.n2.tibco.com
children startPosition endPosition totalItems businessCategory
annotation
documentation

          The collection of Resources with the given name.
       
source <xs:complexType name="listBusinessServicesResponseType">
 
<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="businessCategory" type="pfecom:BusinessCategory" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Array describing deployed business services that match the criteria specified  in the request.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element listBusinessServicesResponseType/startPosition
diagram busserv_diagrams/busserv_p84.png
type xs:long
properties
content simple
annotation
documentation
Position in the list of the first item on this page.
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>

element listBusinessServicesResponseType/endPosition
diagram busserv_diagrams/busserv_p85.png
type xs:long
properties
content simple
annotation
documentation
Position in the list of the last item on this page.
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>

element listBusinessServicesResponseType/totalItems
diagram busserv_diagrams/busserv_p86.png
type xs:long
properties
content simple
annotation
documentation
Total number of items in the list. (If this value is -1 PFEdid not build the count of total number of items.)
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>

element listBusinessServicesResponseType/businessCategory
diagram busserv_diagrams/busserv_p87.png
type BusinessCategory
properties
minOcc 0
maxOcc unbounded
content complex
children BusinessServiceTemplate ChildBusinessCategory
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Name of the category.
annotation
documentation
Array describing deployed business services that match the criteria specified  in the request.
source <xs:element name="businessCategory" type="pfecom:BusinessCategory" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Array describing deployed business services that match the criteria specified  in the request.</xs:documentation>
 
</xs:annotation>
</xs:element>

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