complexType "uml:AcceptEventAction"
Namespace:
Content:
complex, 19 attributes, 17 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 2 attributes, 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)*, (trigger | result)*
</...>
Known Direct Subtypes (1):
uml:AcceptCallAction
All Direct / Indirect Based Elements (2):
uml:AcceptCallAction, uml:AcceptEventAction
Known Usage Locations
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
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="AcceptEventAction">
<xsd:complexContent>
<xsd:extension base="uml:Action">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="trigger" type="uml:Trigger"/>
<xsd:element name="result" type="uml:OutputPin"/>
</xsd:choice>
<xsd:attribute name="trigger" type="xsd:string"/>
<xsd:attribute name="result" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/19)
result
Type:
xsd:string, predefined
Use:
optional
Pin holding the event object that has been received. Event objects may be copied in transmission, so identity might not be preserved.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="result" type="xsd:string"/>

trigger
Type:
xsd:string, predefined
Use:
optional
The type of event accepted by the action, as specified by a trigger. If it is a signal trigger, a signal of any subtype of the specified signal type is accepted.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="trigger" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/17)
result
Type:
uml:OutputPin, complex content
Pin holding the event object that has been received. Event objects may be copied in transmission, so identity might not be preserved.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="result" type="uml:OutputPin"/>

trigger
Type:
uml:Trigger, complex content
The type of event accepted by the action, as specified by a trigger. If it is a signal trigger, a signal of any subtype of the specified signal type is accepted.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="trigger" type="uml:Trigger"/>

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.