complexType "uml:LoopNode"
Namespace:
Content:
complex, 24 attributes, 29 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 6 attributes, 8 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
 = 
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)*, (outgoing | incoming | redefinedElement | inPartition | inInterruptibleRegion)*, handler*, (localPrecondition | localPostcondition)*, (ownedRule | elementImport | packageImport | variable | containedNode | containedEdge)*, (bodyPart | setupPart | decider | test | result | loopVariable | bodyOutput | loopVariableInput)*
</...>
All Direct / Indirect Based Elements (1):
uml:LoopNode
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 (extension)
                          uml:ExecutableNode (extension)
                              uml:Action (extension)
                                  uml:StructuredActivityNode (extension)
                                      uml:LoopNode
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="LoopNode">
<xsd:complexContent>
<xsd:extension base="uml:StructuredActivityNode">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="bodyPart" type="uml:ActivityNode"/>
<xsd:element name="setupPart" type="uml:ActivityNode"/>
<xsd:element name="decider" type="uml:OutputPin"/>
<xsd:element name="test" type="uml:ActivityNode"/>
<xsd:element name="result" type="uml:OutputPin"/>
<xsd:element name="loopVariable" type="uml:OutputPin"/>
<xsd:element name="bodyOutput" type="uml:OutputPin"/>
<xsd:element name="loopVariableInput" type="uml:InputPin"/>
</xsd:choice>
<xsd:attribute name="isTestedFirst" type="xsd:string"/>
<xsd:attribute name="bodyPart" type="xsd:string"/>
<xsd:attribute name="setupPart" type="xsd:string"/>
<xsd:attribute name="decider" type="xsd:string"/>
<xsd:attribute name="test" type="xsd:string"/>
<xsd:attribute name="bodyOutput" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 6/24)
bodyOutput
Type:
xsd:string, predefined
Use:
optional
A list of output pins within the body fragment the values of which are copied to the loop variable pins after completion of execution of the body, before the next iteration of the loop begins or before the loop exits.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="bodyOutput" type="xsd:string"/>

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

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

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

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

test
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="test" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 8/29)
bodyOutput
Type:
uml:OutputPin, complex content
A list of output pins within the body fragment the values of which are copied to the loop variable pins after completion of execution of the body, before the next iteration of the loop begins or before the loop exits.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="bodyOutput" type="uml:OutputPin"/>

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

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

loopVariable
Type:
uml:OutputPin, complex content
A list of output pins owned by the loop that hold the values of the loop variables during an execution of the loop. When the test fails, the values are copied to the result pins of the loop.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="loopVariable" type="uml:OutputPin"/>

loopVariableInput
Type:
uml:InputPin, complex content
A list of values that are copied into the loop variable pins before the first iteration of the loop.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="loopVariableInput" type="uml:InputPin"/>

result
Type:
uml:OutputPin, complex content
A list of output pins that constitute the data flow output of the entire loop.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="result" type="uml:OutputPin"/>

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

test
Type:
uml:ActivityNode, complex content
XML Source (see within schema source)
<xsd:element name="test" 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.