complexType "uml:AcceptCallAction"
Namespace:
Content:
complex, 20 attributes, 18 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
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)*, (trigger | result)*, returnInformation*
</...>
All Direct / Indirect Based Elements (1):
uml:AcceptCallAction
Known Usage Locations
Annotation
(CompleteActions) AcceptCallAction is an accept event action representing the receipt of a synchronous call request. In addition to the normal operation parameters, the action produces a output token that is needed later to supply the information to the ReplyAction necessary to return control to the caller. This action is for synchronous calls.
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:AcceptEventAction (extension)
                                      uml:AcceptCallAction
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="AcceptCallAction">
<xsd:complexContent>
<xsd:extension base="uml:AcceptEventAction">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="returnInformation" type="uml:OutputPin"/>
</xsd:choice>
<xsd:attribute name="returnInformation" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/20)
returnInformation
Type:
xsd:string, predefined
Use:
optional
Pin where a token is placed containing sufficient information to perform a subsequent reply and return control to the caller. The value in this token is opaque. It can be passed and copied but it cannot be manipulated by the model.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="returnInformation" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 1/18)
returnInformation
Type:
uml:OutputPin, complex content
Pin where a token is placed containing sufficient information to perform a subsequent reply and return control to the caller. The value in this token is opaque. It can be passed and copied but it cannot be manipulated by the model.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="returnInformation" type="uml:OutputPin"/>

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.