complexType "uml:ReplyAction"
Namespace:
Content:
complex, 20 attributes, 18 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 3 attributes, 3 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)*, (replyToCall | replyValue | returnInformation)*
</...>
All Direct / Indirect Based Elements (1):
uml:ReplyAction
Known Usage Locations
Annotation
(CompleteActions) ReplyAction is an action that accepts a set of return values and a token containing return information produced by a previous accept call action. The reply action returns the values to the caller of the previous call, completing execution of the call.
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:ReplyAction
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="ReplyAction">
<xsd:complexContent>
<xsd:extension base="uml:Action">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="replyToCall" type="uml:CallTrigger"/>
<xsd:element name="replyValue" type="uml:InputPin"/>
<xsd:element name="returnInformation" type="uml:InputPin"/>
</xsd:choice>
<xsd:attribute name="replyToCall" type="xsd:string"/>
<xsd:attribute name="replyValue" type="xsd:string"/>
<xsd:attribute name="returnInformation" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/20)
replyToCall
Type:
xsd:string, predefined
Use:
optional
The operation call trigger being replied to.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="replyToCall" type="xsd:string"/>

replyValue
Type:
xsd:string, predefined
Use:
optional
A list of pins containing the reply values of the operation. These values are returned to the caller.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="replyValue" type="xsd:string"/>

returnInformation
Type:
xsd:string, predefined
Use:
optional
A pin containing the return information token produced by an earlier AcceptCallAction.
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; 3/18)
replyToCall
Type:
uml:CallTrigger, complex content
The operation call trigger being replied to.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="replyToCall" type="uml:CallTrigger"/>

replyValue
Type:
uml:InputPin, complex content
A list of pins containing the reply values of the operation. These values are returned to the caller.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="replyValue" type="uml:InputPin"/>

returnInformation
Type:
uml:InputPin, complex content
A pin containing the return information token produced by an earlier AcceptCallAction.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="returnInformation" 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.