diagram | |||||||||||||||||||||||
namespace | http://security.api.de.n2.tibco.com | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |