complexType "uml:ExpansionNode"
Namespace:
Content:
complex, 22 attributes, 18 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 2 attributes, 2 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
 = 
("unordered" | "ordered" | "LIFO" | "FIFO")
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (outgoing | incoming | redefinedElement | inPartition | inInterruptibleRegion)*, (type | upperBound | inState | selection)*, (regionAsOutput | regionAsInput)*
</...>
All Direct / Indirect Based Elements (3):
inputElement, uml:ExpansionNode
Known Usage Locations
Annotation
(ExtraStructuredActivities) An expansion node is an object node used to indicate a flow across the boundary of an expansion region. A flow into a region contains a collection that is broken into its individual elements inside the region, which is executed once per element. A flow out of a region combines individual elements into a collection for use outside the region.
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:ExpansionNode
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="ExpansionNode">
<xsd:complexContent>
<xsd:extension base="uml:ObjectNode">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="regionAsOutput" type="uml:ExpansionRegion"/>
<xsd:element name="regionAsInput" type="uml:ExpansionRegion"/>
</xsd:choice>
<xsd:attribute name="regionAsOutput" type="xsd:string"/>
<xsd:attribute name="regionAsInput" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/22)
regionAsInput
Type:
xsd:string, predefined
Use:
optional
expansion region for which the node is an input.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="regionAsInput" type="xsd:string"/>

regionAsOutput
Type:
xsd:string, predefined
Use:
optional
expansion region for which the node is an output.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="regionAsOutput" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/18)
regionAsInput
Type:
uml:ExpansionRegion, complex content
expansion region for which the node is an input.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="regionAsInput" type="uml:ExpansionRegion"/>

regionAsOutput
Type:
uml:ExpansionRegion, complex content
expansion region for which the node is an output.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="regionAsOutput" type="uml:ExpansionRegion"/>

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.