complexType "uml:Activity"
Namespace:
Content:
complex, 30 attributes, 40 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 5 attributes, 4 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
 = 
("public" | "private" | "protected" | "package")
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
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)*, (ownedRule | elementImport | packageImport)*, (templateParameter | generalization | redefinedClassifier | substitution | powertypeExtent | ownedUseCase | useCase | representation | occurrence)*, (ownedBehavior | classifierBehavior | implementation | ownedTrigger | ownedStateMachine)*, (ownedAttribute | ownedConnector | ownedPort | ownedOperation | nestedClassifier | ownedReception)*, (redefinedBehavior | specification | parameter | precondition | postcondition | ownedParameterSet)*, (edge | group | node | action)*
</...>
All Direct / Indirect Based Elements (5):
doActivity, exit (type uml:Activity),
Known Usage Locations
Annotation
An activity contains a language-specific text string used to describe a computation, and an optional specification of the language. OCL, natural language, or programming languages may be used to specify an activity.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:Namespace (extension)
                      uml:Classifier (extension)
                          uml:BehavioredClassifier (extension)
                              uml:Class (extension)
                                  uml:Behavior (extension)
                                      uml:Activity
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Activity">
<xsd:complexContent>
<xsd:extension base="uml:Behavior">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="edge" type="uml:ActivityEdge"/>
<xsd:element name="group" type="uml:ActivityGroup"/>
<xsd:element name="node" type="uml:ActivityNode"/>
<xsd:element name="action" type="uml:Action"/>
</xsd:choice>
<xsd:attribute name="body" type="xsd:string"/>
<xsd:attribute name="language" type="xsd:string"/>
<xsd:attribute name="isSingleExecution" type="xsd:string"/>
<xsd:attribute name="isReadOnly" type="xsd:string"/>
<xsd:attribute name="action" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 5/30)
action
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="action" type="xsd:string"/>

body
Type:
xsd:string, predefined
Use:
optional
A textual representation of the computation in the surface language determined by the language attribute.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="body" type="xsd:string"/>

isReadOnly
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="isReadOnly" type="xsd:string"/>

isSingleExecution
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="isSingleExecution" type="xsd:string"/>

language
Type:
xsd:string, predefined
Use:
optional
Specifies the language in which the body of the activity is stated. The interpretation of the expression body depends on the language.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="language" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 4/40)
action
Type:
uml:Action, complex content
XML Source (see within schema source)
<xsd:element name="action" type="uml:Action"/>

edge
Type:
uml:ActivityEdge, complex content
XML Source (see within schema source)
<xsd:element name="edge" type="uml:ActivityEdge"/>

group
Type:
uml:ActivityGroup, complex content
XML Source (see within schema source)
<xsd:element name="group" type="uml:ActivityGroup"/>

node
Type:
uml:ActivityNode, complex content
XML Source (see within schema source)
<xsd:element name="node" type="uml:ActivityNode"/>

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.