complexType XmlSystemAction
diagram de_wsdl_diagrams/de_wsdl_p23417.png
namespace http://security.api.de.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
component  xs:string  required      
documentation
Identifier of the application component to which the named system action belongs.

See "System Actions" in the BPM Developer's Guide for a list of system actions and their parent component identifiers.
name  xs:string  required      
documentation
Name of the system action.

See "System Actions" in the BPM Developer's Guide for a list of system actions and their parent component identifiers.
annotation
documentation
Identifies a system action by its name and the application component to which it belongs.
       
source <xs:complexType name="XmlSystemAction">
 
<xs:annotation>
   
<xs:documentation>Identifies a system action by its name and the application component to which it belongs.
       
</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="component" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Identifier of the application component to which the named system action belongs.

See "System Actions" in the BPM Developer's Guide for a list of system actions and their parent component identifiers.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Name of the system action.

See "System Actions" in the BPM Developer's Guide for a list of system actions and their parent component identifiers.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlSystemAction/@component
type xs:string
properties
use required
annotation
documentation
Identifier of the application component to which the named system action belongs.

See "System Actions" in the BPM Developer's Guide for a list of system actions and their parent component identifiers.
source <xs:attribute name="component" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Identifier of the application component to which the named system action belongs.

See "System Actions" in the BPM Developer's Guide for a list of system actions and their parent component identifiers.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlSystemAction/@name
type xs:string
properties
use required
annotation
documentation
Name of the system action.

See "System Actions" in the BPM Developer's Guide for a list of system actions and their parent component identifiers.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of the system action.

See "System Actions" in the BPM Developer's Guide for a list of system actions and their parent component identifiers.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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