complexType XmlCapabilityCategory
diagram de_wsdl_diagrams/de_wsdl_p67.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlModelEntity
properties
base XmlModelEntity
children capability-category capability
used by
element XmlCapabilityCategory/capability-category
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  xs:string  required      
documentation
The GUID that uniquely identifies the entity.
name  xs:string  required      
documentation
The name assigned to the entity.
label  xs:string  optional      
documentation
The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display.
annotation
documentation
Allows Categories to be grouped into categories; perhaps by functionality. The categories can also be nested.
source <xs:complexType name="XmlCapabilityCategory">
 
<xs:annotation>
   
<xs:documentation>Allows Categories to be grouped into categories; perhaps by functionality. The categories can also be nested.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlModelEntity">
     
<xs:choice minOccurs="0" maxOccurs="unbounded">
       
<xs:element name="capability-category" type="XmlCapabilityCategory" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Defines sub-categories to this Category; creating a hierarchical structure.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="capability" type="XmlCapability" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>A capability that is contained within this category.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:choice>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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