complexType "uml:CallBehaviorAction"
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 |
|
= |
xsd:string |
|
| |
> |
| |
Content: |
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (outgoing | incoming | redefinedElement | inPartition | inInterruptibleRegion)*, handler*, (localPrecondition | localPostcondition)*, (argument | onPort)*, result*, behavior* |
|
| </...> |
All Direct / Indirect Based Elements (1):
-
Known Usage Locations
Annotation
CallBehaviorAction is a call action that invokes a behavior directly rather than invoking a behavioral feature that, in turn, results in the invocation of that behavior. The argument values of the action are available to the execution of the invoked behavior. The execution of the call behavior action waits until the execution of the invoked behavior completes and a result is returned on its output pin. In particular, the invoked behavior may be an activity.
Type Definition Detail
Type Derivation Tree uml:CallBehaviorAction |
XML Source (w/o annotations (3); see within schema source)
| <xsd:complexType name="CallBehaviorAction"> <xsd:complexContent> <xsd:choice maxOccurs="unbounded" minOccurs="0"> </xsd:choice> <xsd:attribute name="behavior" type="xsd:string"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
Attribute Detail (all declarations; defined within this component only; 1/20)
behavior-
Type: |
xsd:string, predefined |
Use: |
optional |
The invoked behavior. It must be capable of accepting and returning control.
XML Source (w/o annotations (1); see within schema source)
| <xsd:attribute name="behavior" type="xsd:string"/> |
Content Element Detail (all declarations; defined within this component only; 1/19) -
The invoked behavior. It must be capable of accepting and returning control.
XML Source (w/o annotations (1); see within schema source)