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

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

element BusinessCategory/BusinessServiceTemplate
diagram wp_diagrams/wp_p2984.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 <xsd:element name="BusinessServiceTemplate" type="BusinessServiceTemplate" maxOccurs="unbounded"/>

element BusinessCategory/ChildBusinessCategory
diagram wp_diagrams/wp_p2985.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 <xsd:element name="ChildBusinessCategory" type="BusinessCategory" minOccurs="0" maxOccurs="unbounded"/>

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