complexType BusinessCategory
diagram wp_diagrams/wp_p162.png
namespace http://base.api.bs.n2.tibco.com
children BusinessServiceTemplate ChildBusinessCategory
used by
elements ListBusinessServicesResponse/BusinessCategory QueryCategoriesResponse/BusinessCategory BusinessCategory/ChildBusinessCategory
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
The category name
source <xs:complexType name="BusinessCategory">
 
<xs:sequence>
   
<xs:element name="BusinessServiceTemplate" type="BusinessServiceTemplate" maxOccurs="unbounded"/>
   
<xs:element name="ChildBusinessCategory" type="BusinessCategory" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The category name</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute BusinessCategory/@name
type xs:string
properties
use required
annotation
documentation
The category name
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The category name</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element BusinessCategory/BusinessServiceTemplate
diagram wp_diagrams/wp_p163.png
namespace http://base.api.bs.n2.tibco.com
type BusinessServiceTemplate
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
moduleName  xs:string  required      
processName  xs:string  required      
version  xs:string  required      
source <xs:element name="BusinessServiceTemplate" type="BusinessServiceTemplate" maxOccurs="unbounded"/>

element BusinessCategory/ChildBusinessCategory
diagram wp_diagrams/wp_p164.png
namespace http://base.api.bs.n2.tibco.com
type BusinessCategory
properties
minOcc 0
maxOcc unbounded
content complex
children BusinessServiceTemplate ChildBusinessCategory
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
The category name
source <xs:element name="ChildBusinessCategory" type="BusinessCategory" minOccurs="0" maxOccurs="unbounded"/>


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