complexType "uml:InteractionConstraint"
Namespace:
Content:
complex, 13 attributes, 12 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 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
 = 
("public" | "private" | "protected" | "package")
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, templateParameter*, (specification | constrainedElement)*, (minint | maxint)*
</...>
All Direct / Indirect Based Elements (2):
guard (type uml:InteractionConstraint), uml:InteractionConstraint
Known Usage Locations
Annotation
An InteractionConstraint is a boolean expression that guards an operand in a CombinedFragment. InteractionConstraint is a specialization of Constraint. Furthermore the InteractionConstraint contains two expressions designating the minimum and maximum number of times a loop CombinedFragment should execute.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:PackageableElement (extension)
                      uml:Constraint (extension)
                          uml:InteractionConstraint
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="InteractionConstraint">
<xsd:complexContent>
<xsd:extension base="uml:Constraint">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="minint" type="uml:ValueSpecification"/>
<xsd:element name="maxint" type="uml:ValueSpecification"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/12)
maxint
Type:
uml:ValueSpecification, complex content
maximum number of iterations of a loop
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="maxint" type="uml:ValueSpecification"/>

minint
Type:
uml:ValueSpecification, complex content
minimum number of iterations of a loop
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="minint" type="uml:ValueSpecification"/>

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.