complexType "uml:ActivityParameterNode"
Namespace:
Content:
complex, 21 attributes, 17 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
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
 = 
xsd:string
 = 
("unordered" | "ordered" | "LIFO" | "FIFO")
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (outgoing | incoming | redefinedElement | inPartition | inInterruptibleRegion)*, (type | upperBound | inState | selection)*, parameter*
</...>
All Direct / Indirect Based Elements (1):
uml:ActivityParameterNode
Known Usage Locations
Annotation
Activity parameters are object nodes at the beginning and end of flows, to accept inputs to an activity and provide outputs from it. (CompleteActivities) Activity parameters inherit support for streaming and exceptions from Parameter.
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 (extension)
                          uml:ObjectNode (extension)
                              uml:ActivityParameterNode
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ActivityParameterNode">
<xsd:complexContent>
<xsd:extension base="uml:ObjectNode">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="parameter" type="uml:Parameter"/>
</xsd:choice>
<xsd:attribute name="parameter" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/21)
parameter
Type:
xsd:string, predefined
Use:
optional
The parameter the object node will be accepting and providing values for.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="parameter" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 1/17)
parameter
Type:
uml:Parameter, complex content
The parameter the object node will be accepting and providing values for.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="parameter" type="uml:Parameter"/>

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.