complexType "uml:BroadcastSignalAction"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
Content Model Diagram
XML Representation Summary |
| <... |
| |
|
= |
xsd:ID |
|
= |
xsd:string |
|
= |
xsd:string |
|
= |
xsd:string |
|
= |
xsd:IDREF |
|
= |
"2.0" |
|
= |
xsd:QName |
|
= |
xsd:string |
|
= |
("public" | "private" | "protected" | "package") |
|
= |
xsd:string |
|
= |
xsd:string |
|
= |
xsd:string |
|
= |
xsd:string |
|
= |
xsd:string |
|
= |
xsd:string |
|
= |
xsd:string |
|
= |
xsd:string |
|
= |
xsd:string |
|
= |
xsd:string |
|
| |
> |
| |
|
| </...> |
All Direct / Indirect Based Elements (1):
-
Known Usage Locations
Annotation
BroadcastSignalAction is an action that transmits a signal instance to all the potential target objects in the system, which may cause the firing of a state machine transitions or the execution of associated activities of a target object. The argument values are available to the execution of associated behaviors. The requestor continues execution immediately after the signals are sent out. It does not wait for receipt. Any reply messages are ignored and are not transmitted to the requestor.
Type Definition Detail
Type Derivation Tree uml:BroadcastSignalAction |
XML Source (w/o annotations (3); see within schema source)
| <xsd:complexType name="BroadcastSignalAction"> <xsd:complexContent> <xsd:choice maxOccurs="unbounded" minOccurs="0"> </xsd:choice> <xsd:attribute name="signal" type="xsd:string"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
Attribute Detail (all declarations; defined within this component only; 1/19)
signal-
Type: |
xsd:string, predefined |
Use: |
optional |
The specification of signal object transmitted to the target objects.
XML Source (w/o annotations (1); see within schema source)
| <xsd:attribute name="signal" type="xsd:string"/> |
Content Element Detail (all declarations; defined within this component only; 1/18) -
The specification of signal object transmitted to the target objects.
XML Source (w/o annotations (1); see within schema source)