complexType "uml:CallOperationAction"
Namespace:
Content:
complex, 20 attributes, 20 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
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*, (operation | target)*
</...>
All Direct / Indirect Based Elements (1):
uml:CallOperationAction
Known Usage Locations
Annotation
CallOperationAction is an action that transmits an operation call request to the target object, where it may cause the invocation of associated behavior. The argument values of the action are available to the execution of the invoked behavior. If the action is marked synchronous, the execution of the call operation action waits until the execution of the invoked behavior completes and a reply transmission is returned to the caller; otherwise execution of the action is complete when the invocation of the operation is established and the execution of the invoked operation proceeds concurrently with the execution of the calling activity. Any values returned as part of the reply transmission are put on the result output pins of the call operation action.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:RedefinableElement (extension)
                      uml:ActivityNode (extension)
                          uml:ExecutableNode (extension)
                              uml:Action (extension)
                                  uml:InvocationAction (extension)
                                      uml:CallAction (extension)
                                          uml:CallOperationAction
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="CallOperationAction">
<xsd:complexContent>
<xsd:extension base="uml:CallAction">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="operation" type="uml:Operation"/>
<xsd:element name="target" type="uml:InputPin"/>
</xsd:choice>
<xsd:attribute name="operation" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/20)
operation
Type:
xsd:string, predefined
Use:
optional
The operation to be invoked by the action execution
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="operation" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/20)
operation
Type:
uml:Operation, complex content
The operation to be invoked by the action execution
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="operation" type="uml:Operation"/>

target
Type:
uml:InputPin, complex content
The target object to which the request is sent. The classifier of the target object is used to dynamically determine a behavior to invoke. This object constitutes the context of the execution of the operation.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="target" type="uml:InputPin"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.