complexType "uml:ExecutionOccurrence"
Namespace:
Content:
complex, 14 attributes, 12 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 3 attributes, 3 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (covered | generalOrdering)*, (start | finish | behavior)*
</...>
All Direct / Indirect Based Elements (3):
finishExec, uml:ExecutionOccurrence
Known Usage Locations
Annotation
An ExecutionOccurrence is an instantiation of a unit of behavior within the Lifeline. Since the ExecutionOccurrence will have some duration, it is represented by two Eventoccurrences, the start EventOccurrence and the finish EventOccurrence. An ExecutionOccurrence is an InteractionFragment.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:InteractionFragment (extension)
                      uml:ExecutionOccurrence
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="ExecutionOccurrence">
<xsd:complexContent>
<xsd:extension base="uml:InteractionFragment">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="start" type="uml:EventOccurrence"/>
<xsd:element name="finish" type="uml:EventOccurrence"/>
<xsd:element name="behavior" type="uml:Behavior"/>
</xsd:choice>
<xsd:attribute name="start" type="xsd:string"/>
<xsd:attribute name="finish" type="xsd:string"/>
<xsd:attribute name="behavior" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/14)
behavior
Type:
xsd:string, predefined
Use:
optional
References the associated behavior
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="behavior" type="xsd:string"/>

finish
Type:
xsd:string, predefined
Use:
optional
References the Eventoccurrence that designates the finish of the Action.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="finish" type="xsd:string"/>

start
Type:
xsd:string, predefined
Use:
optional
References the Eventoccurrence that designates the start of the Action
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="start" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 3/12)
behavior
Type:
uml:Behavior, complex content
References the associated behavior
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="behavior" type="uml:Behavior"/>

finish
Type:
uml:EventOccurrence, complex content
References the Eventoccurrence that designates the finish of the Action.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="finish" type="uml:EventOccurrence"/>

start
Type:
uml:EventOccurrence, complex content
References the Eventoccurrence that designates the start of the Action
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="start" type="uml:EventOccurrence"/>

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.