complexType "uml:ConditionalNode"
Namespace:
Content:
complex, 20 attributes, 23 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
 = 
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)*, (clause | result)*
</...>
All Direct / Indirect Based Elements (1):
uml:ConditionalNode
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:ConditionalNode
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="ConditionalNode">
<xsd:complexContent>
<xsd:extension base="uml:StructuredActivityNode">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="clause" type="uml:Clause"/>
<xsd:element name="result" type="uml:OutputPin"/>
</xsd:choice>
<xsd:attribute name="isDeterminate" type="xsd:string"/>
<xsd:attribute name="isAssured" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/20)
isAssured
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="isAssured" type="xsd:string"/>

isDeterminate
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="isDeterminate" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/23)
clause
Type:
uml:Clause, complex content
XML Source (see within schema source)
<xsd:element name="clause" type="uml:Clause"/>

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

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.