complexType "uml:CombinedFragment"
Namespace:
Content:
complex, 12 attributes, 11 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 1 attribute, 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
 = 
("seq" | "alt" | "opt" | "break" | "par" | "strict" | "loop" | "critical" | "neg" | "assert" | "ignore" | "consider")
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (covered | generalOrdering)*, (operand | cfragmentGate)*
</...>
All Direct / Indirect Based Elements (1):
uml:CombinedFragment
Known Usage Locations
Annotation
A combined fragment defines an expression of interaction fragments. A combined fragment is defined by an interaction operator and corresponding interaction operands. Through the use of CombinedFragments the user will be able to describe a number of traces in a compact and concise manner. CombinedFragment is a specialization of InteractionFragment.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:InteractionFragment (extension)
                      uml:CombinedFragment
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="CombinedFragment">
<xsd:complexContent>
<xsd:extension base="uml:InteractionFragment">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="operand" type="uml:InteractionOperand"/>
<xsd:element name="cfragmentGate" type="uml:Gate"/>
</xsd:choice>
<xsd:attribute name="interactionOperator" type="uml:InteractionOperator"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/12)
interactionOperator
Type:
Use:
optional
Specifies the operation which defines the semantics of this combination of InteractionFragments.
Attribute Value
enumeration of xsd:NCName
Enumeration:
"seq", "alt", "opt", "break", "par", "strict", "loop", "critical", "neg", "assert", "ignore", "consider"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="interactionOperator" type="uml:InteractionOperator"/>
Content Element Detail (all declarations; defined within this component only; 2/11)
cfragmentGate
Type:
uml:Gate, complex content
Specifies the gates that form the interface between this CombinedFragment and its surroundings
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="cfragmentGate" type="uml:Gate"/>

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

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.