complexType "uml:CallTrigger"
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 |
|
| |
> |
| |
|
| </...> |
All Direct / Indirect Based Elements (2):
-
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 uml:CallTrigger |
XML Source (w/o annotations (3); see within schema source)
| <xsd:complexType name="CallTrigger"> <xsd:complexContent> <xsd:choice maxOccurs="unbounded" minOccurs="0"> </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) -
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)