complexType BusinessCategory
diagram wp_diagrams/wp_p200.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>

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