complexType BusinessCategoryResponse
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p54.png
namespace http://common.api.pfe.n2.tibco.com
children BusinessServiceTemplate ChildBusinessCategory
used by
element BusinessCategoryResponse/ChildBusinessCategory
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Name of the category.
annotation
documentation
Collection of business categories and associated business services.
source <xs:complexType name="BusinessCategoryResponse">
 
<xs:annotation>
   
<xs:documentation>Collection of business categories and associated business services.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="BusinessServiceTemplate" type="BaseBusinessServiceTemplate" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Array of business service definitions.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ChildBusinessCategory" type="BusinessCategoryResponse" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Array of child business categories.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Name of the category.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute BusinessCategoryResponse/@name
type xs:string
properties
use required
annotation
documentation
Name of the category.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of the category.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element BusinessCategoryResponse/BusinessServiceTemplate
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p55.png
type BaseBusinessServiceTemplate
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
moduleName  xs:string  required      
documentation
Module name that contains the pageflow process or business service.
processName  xs:string  required      
documentation
Name of the pageflow process or business service.
version  xs:string  required      
documentation
Version of the process.
annotation
documentation
Array of business service definitions.
source <xs:element name="BusinessServiceTemplate" type="BaseBusinessServiceTemplate" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Array of business service definitions.</xs:documentation>
 
</xs:annotation>
</xs:element>

element BusinessCategoryResponse/ChildBusinessCategory
diagram pfe-pageflow-service_diagrams/pfe-pageflow-service_p56.png
type BusinessCategoryResponse
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 of child business categories.
source <xs:element name="ChildBusinessCategory" type="BusinessCategoryResponse" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Array of child business categories.</xs:documentation>
 
</xs:annotation>
</xs:element>


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