complexType "uml:ObjectNode"
Namespace:
Content:
complex, 20 attributes, 16 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 4 attributes, 4 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (outgoing | incoming | redefinedElement | inPartition | inInterruptibleRegion)*, (type | upperBound | inState | selection)*
</...>
Known Direct Subtypes (4):
uml:ActivityParameterNode, uml:ExpansionNode,
Known Indirect Subtypes (4):
uml:DataStoreNode, uml:OutputPin,
All Direct / Indirect Based Elements (29):
argument (type uml:InputPin), returnInformation (in uml:AcceptCallAction),
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:ObjectNode
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="ObjectNode">
<xsd:complexContent>
<xsd:extension base="uml:ActivityNode">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="type" type="uml:Type"/>
<xsd:element name="upperBound" type="uml:ValueSpecification"/>
<xsd:element name="inState" type="uml:State"/>
<xsd:element name="selection" type="uml:Behavior"/>
</xsd:choice>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="ordering" type="uml:ObjectNodeOrderingKind"/>
<xsd:attribute name="inState" type="xsd:string"/>
<xsd:attribute name="selection" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 4/20)
inState
Type:
xsd:string, predefined
Use:
optional
The required states of the object available at this point in the activity.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="inState" type="xsd:string"/>

ordering
Type:
Use:
optional
= FIFO Tells whether and how the tokens in the object node are ordered for selection to traverse edges outgoing from the object node.
Attribute Value
enumeration of xsd:NCName
Enumeration:
"unordered", "ordered", "LIFO", "FIFO"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="ordering" type="uml:ObjectNodeOrderingKind"/>

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

type
Type:
xsd:string, predefined
Use:
optional
The type of the TypedElement.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="type" 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.