complexType "uml:ActivityEdge"
Namespace:
Content:
complex, 16 attributes, 14 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 5 attributes, 7 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (source | target | guard | redefinedElement | inPartition | weight | interrupts)*
</...>
Known Direct Subtypes (2):
uml:ControlFlow, uml:ObjectFlow
All Direct / Indirect Based Elements (9):
containedEdge, redefinedElement (type uml:ActivityEdge),
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:ActivityEdge
XML Source (see within schema source)
<xsd:complexType name="ActivityEdge">
<xsd:complexContent>
<xsd:extension base="uml:RedefinableElement">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="source" type="uml:ActivityNode"/>
<xsd:element name="target" type="uml:ActivityNode"/>
<xsd:element name="guard" type="uml:ValueSpecification"/>
<xsd:element name="redefinedElement" type="uml:ActivityEdge"/>
<xsd:element name="inPartition" type="uml:ActivityPartition"/>
<xsd:element name="weight" type="uml:ValueSpecification"/>
<xsd:element name="interrupts" type="uml:InterruptibleActivityRegion"/>
</xsd:choice>
<xsd:attribute name="source" type="xsd:string"/>
<xsd:attribute name="target" type="xsd:string"/>
<xsd:attribute name="redefinedElement" type="xsd:string"/>
<xsd:attribute name="inPartition" type="xsd:string"/>
<xsd:attribute name="interrupts" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 5/16)
inPartition
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="inPartition" type="xsd:string"/>

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

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

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

target
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="target" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 7/14)
guard
Type:
uml:ValueSpecification, complex content
XML Source (see within schema source)
<xsd:element name="guard" type="uml:ValueSpecification"/>

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

interrupts
Type:
XML Source (see within schema source)
<xsd:element name="interrupts" type="uml:InterruptibleActivityRegion"/>

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

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

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

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

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.