complexType XmlCapability
diagram deservices_wsdl_diagrams/deservices_wsdl_p1996.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlQualifiedEntity
properties
base XmlQualifiedEntity
children qualifier
used by
elements getOrgModelRootsResponse/capability getOrgModelEntityResponse/capability getOrgModelResponse/capability XmlCapabilityCategory/capability
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.
resource-count  xs:int  optional  0    
documentation
Reports the number of resources assigned with this capability. This information is only included if requested as part of the request parameters.
annotation
documentation
Describes an org-model Capability and any qualifier attribute.
source <xs:complexType name="XmlCapability">
 
<xs:annotation>
   
<xs:documentation>Describes an org-model Capability and any qualifier attribute.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlQualifiedEntity">
     
<xs:attribute name="resource-count" type="xs:int" use="optional" default="0">
       
<xs:annotation>
         
<xs:documentation>Reports the number of resources assigned with this capability. This information is only included if requested as part of the request parameters.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlCapability/@resource-count
type xs:int
properties
use optional
default 0
annotation
documentation
Reports the number of resources assigned with this capability. This information is only included if requested as part of the request parameters.
source <xs:attribute name="resource-count" type="xs:int" use="optional" default="0">
 
<xs:annotation>
   
<xs:documentation>Reports the number of resources assigned with this capability. This information is only included if requested as part of the request parameters.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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