complexType "uml:InteractionOperand"
Namespace:
Content:
complex, 11 attributes, 14 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 1 attribute, 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (ownedRule | elementImport | packageImport)*, (covered | generalOrdering | guard | fragment)*
</...>
All Direct / Indirect Based Elements (2):
operand (in uml:CombinedFragment), uml:InteractionOperand
Known Usage Locations
Annotation
An InteractionOperand is contained in a CombinedFragment. An InteractionOperand represent one operand of the expression given by the enclosing CombinedFragment. An InteractionOperand is an InteractionFragment with an optional guard expression. An InteractionOperand may be guarded by a InteractionConstraint. Only InteractionOperands with a guard that evaluates to true at this point in the interaction will be considered for the production of the traces for the enclosing CombinedFragment. InteractionOperand contains an ordered set of InteractionFragments.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:Namespace (extension)
                      uml:InteractionOperand
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="InteractionOperand">
<xsd:complexContent>
<xsd:extension base="uml:Namespace">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="covered" type="uml:Lifeline"/>
<xsd:element name="generalOrdering" type="uml:GeneralOrdering"/>
<xsd:element name="guard" type="uml:InteractionConstraint"/>
<xsd:element name="fragment" type="uml:InteractionFragment"/>
</xsd:choice>
<xsd:attribute name="covered" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/11)
covered
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="covered" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 4/14)
covered
Type:
uml:Lifeline, complex content
XML Source (see within schema source)
<xsd:element name="covered" type="uml:Lifeline"/>

fragment
Type:
uml:InteractionFragment, complex content
fragments of the operand.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="fragment" type="uml:InteractionFragment"/>

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

guard
Type:
uml:InteractionConstraint, complex content
of the operand
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="guard" type="uml:InteractionConstraint"/>

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.