complexType "uml:InterruptibleActivityRegion"
Namespace:
Content:
complex, 9 attributes, 5 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
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (interruptingEdge | containedNode)*
</...>
All Direct / Indirect Based Elements (3):
inInterruptibleRegion, uml:InterruptibleActivityRegion
Known Usage Locations
Annotation
An interruptible region contains activity nodes. When a token leaves an interruptible region via edges designated by the region as interrupting edges, all tokens and behaviors in the region are terminated.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:ActivityGroup (extension)
              uml:InterruptibleActivityRegion
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="InterruptibleActivityRegion">
<xsd:complexContent>
<xsd:extension base="uml:ActivityGroup">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="interruptingEdge" type="uml:ActivityEdge"/>
<xsd:element name="containedNode" type="uml:ActivityNode"/>
</xsd:choice>
<xsd:attribute name="interruptingEdge" type="xsd:string"/>
<xsd:attribute name="containedNode" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/9)
containedNode
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="containedNode" type="xsd:string"/>

interruptingEdge
Type:
xsd:string, predefined
Use:
optional
.The edges leaving the region that will abort other tokens flowing in the region.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="interruptingEdge" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/5)
containedNode
Type:
uml:ActivityNode, complex content
XML Source (see within schema source)
<xsd:element name="containedNode" type="uml:ActivityNode"/>

interruptingEdge
Type:
uml:ActivityEdge, complex content
.The edges leaving the region that will abort other tokens flowing in the region.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="interruptingEdge" type="uml:ActivityEdge"/>

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.