complexType "uml:SendSignalAction"
Namespace:
Content:
complex, 19 attributes, 19 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (outgoing | incoming | redefinedElement | inPartition | inInterruptibleRegion)*, handler*, (localPrecondition | localPostcondition)*, (argument | onPort)*, (target | signal)*
</...>
All Direct / Indirect Based Elements (1):
uml:SendSignalAction
Known Usage Locations
Annotation
SendSignalAction is an action that creates a signal instance from its inputs, and transmits it to the target object, where it may cause the firing of a state machine transition or the execution of an activity. The argument values are available to the execution of associated behaviors. The requestor continues execution immediately. Any reply message is ignored and is not transmitted to the requestor. If the input is already a signal instance, use SendObjectAction.
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:SendSignalAction
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="SendSignalAction">
<xsd:complexContent>
<xsd:extension base="uml:InvocationAction">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="target" type="uml:InputPin"/>
<xsd:element name="signal" type="uml:Signal"/>
</xsd:choice>
<xsd:attribute name="signal" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/19)
signal
Type:
xsd:string, predefined
Use:
optional
The type of signal transmitted to the target object.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="signal" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/19)
signal
Type:
uml:Signal, complex content
The type of signal transmitted to the target object.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="signal" type="uml:Signal"/>

target
Type:
uml:InputPin, complex content
The target object to which the signal is sent.
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.