complexType BusinessCategory
diagram pfe-business-service_diagrams/pfe-business-service_p86.png
namespace http://common.api.pfe.n2.tibco.com
children BusinessServiceTemplate ChildBusinessCategory
used by
elements listBusinessServicesResponse/businessCategory queryCategoriesResponse/businessCategory listBusinessServicesResponseType/businessCategory queryCategoriesResponseType/businessCategory BusinessCategory/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="BusinessCategory">
 
<xs:annotation>
   
<xs:documentation>Collection of business categories and associated business services.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="BusinessServiceTemplate" type="BusinessServiceTemplate" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Array of business service definitions.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ChildBusinessCategory" type="BusinessCategory" 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 BusinessCategory/@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 BusinessCategory/BusinessServiceTemplate
diagram pfe-business-service_diagrams/pfe-business-service_p87.png
type BusinessServiceTemplate
properties
minOcc 0
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.
hasFormalParameters  xs:boolean  required      
documentation
Boolean value defining whether the business service or pageflow process has formal parameters.
annotation
documentation
Array of business service definitions.
source <xs:element name="BusinessServiceTemplate" type="BusinessServiceTemplate" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Array of business service definitions.</xs:documentation>
 
</xs:annotation>
</xs:element>

element BusinessCategory/ChildBusinessCategory
diagram pfe-business-service_diagrams/pfe-business-service_p88.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 of child business categories.
source <xs:element name="ChildBusinessCategory" type="BusinessCategory" 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