complexType "uml:CallTrigger"
Namespace:
Content:
complex, 12 attributes, 9 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, port*, operation*
</...>
All Direct / Indirect Based Elements (2):
replyToCall, uml:CallTrigger
Known Usage Locations
Annotation
A call trigger represents the reception of a request to invoke a specific operation and specifies a call event. A call event is distinct from the call action that caused it. A call event may cause the invocation of a behavior that is the method of the operation referenced by the call request, if that operation is owned or inherited by the classifier that specified the receiver object.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:Trigger (extension)
                      uml:MessageTrigger (extension)
                          uml:CallTrigger
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="CallTrigger">
<xsd:complexContent>
<xsd:extension base="uml:MessageTrigger">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="operation" type="uml:Operation"/>
</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/12)
operation
Type:
xsd:string, predefined
Use:
optional
Designates the operation whose invocation raised the call event that is specified by the call trigger.
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; 1/9)
operation
Type:
uml:Operation, complex content
Designates the operation whose invocation raised the call event that is specified by the call trigger.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="operation" type="uml:Operation"/>

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.