complexType "uml:ActivityNode"
Namespace:
Content:
complex, 16 attributes, 12 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 5 attributes, 5 elements
Used:
at 13 locations
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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (outgoing | incoming | redefinedElement | inPartition | inInterruptibleRegion)*
</...>
Known Direct Subtypes (3):
uml:ControlNode, uml:ObjectNode
Known Indirect Subtypes (64):
uml:AcceptCallAction, uml:InvocationAction,
All Direct / Indirect Based Elements (101):
action, uml:CreateLinkAction,
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
XML Source (see within schema source)
<xsd:complexType name="ActivityNode">
<xsd:complexContent>
<xsd:extension base="uml:RedefinableElement">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="outgoing" type="uml:ActivityEdge"/>
<xsd:element name="incoming" type="uml:ActivityEdge"/>
<xsd:element name="redefinedElement" type="uml:ActivityNode"/>
<xsd:element name="inPartition" type="uml:ActivityPartition"/>
</xsd:choice>
<xsd:attribute name="outgoing" type="xsd:string"/>
<xsd:attribute name="incoming" type="xsd:string"/>
<xsd:attribute name="redefinedElement" type="xsd:string"/>
<xsd:attribute name="inPartition" type="xsd:string"/>
<xsd:attribute name="inInterruptibleRegion" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 5/16)
incoming
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="incoming" type="xsd:string"/>

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

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

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

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

XML schema documentation generated with DocFlex/XML RE 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.