complexType listCategoriesResponseType
diagram pfe-business-service_diagrams/pfe-business-service_p63.png
namespace http://business.api.busserv.n2.tibco.com
children startPosition endPosition totalItems Category
annotation
documentation

          The collection of Resources with the given name.
       
source <xs:complexType name="listCategoriesResponseType">
 
<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="Category" type="pfecom:Category" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Array all categories for deployed business services that match the criteria specified in the response.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element listCategoriesResponseType/startPosition
diagram pfe-business-service_diagrams/pfe-business-service_p64.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 listCategoriesResponseType/endPosition
diagram pfe-business-service_diagrams/pfe-business-service_p65.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 listCategoriesResponseType/totalItems
diagram pfe-business-service_diagrams/pfe-business-service_p66.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 listCategoriesResponseType/Category
diagram pfe-business-service_diagrams/pfe-business-service_p67.png
type Category
properties
minOcc 0
maxOcc unbounded
content complex
children ChildCategory
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Name of business category.
annotation
documentation
Array all categories for deployed business services that match the criteria specified in the response.
source <xs:element name="Category" type="pfecom:Category" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Array all categories for deployed business services that match the criteria specified in the response.</xs:documentation>
 
</xs:annotation>
</xs:element>


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