simpleType "uml:InteractionOperator"
Namespace:
Defined:
globally in UML2XMI.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:NCName
Simple Content Restrictions:
Enumeration:
"seq", "alt", "opt", "break", "par", "strict", "loop", "critical", "neg", "assert", "ignore", "consider"

All Direct / Indirect Based Attributes (1):
uml:CombinedFragment/@interactionOperator
Known Usage Locations
Annotation
Interaction Operator is an enumeration designating the different kinds of operators of CombinedFragments. The InteractionOperand defines the type of operator of a CombinedFragment.
Type Definition Detail
Type Derivation Tree
xsd:NCName (restriction)
  uml:InteractionOperator
Derivation:
restriction of xsd:NCName
Facets:
enumeration:
"seq", "alt", "opt", "break", "par", "strict", "loop", "critical", "neg", "assert", "ignore", "consider"
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="InteractionOperator">
<xsd:restriction base="xsd:NCName">
<xsd:enumeration value="seq"/>
<xsd:enumeration value="alt"/>
<xsd:enumeration value="opt"/>
<xsd:enumeration value="break"/>
<xsd:enumeration value="par"/>
<xsd:enumeration value="strict"/>
<xsd:enumeration value="loop"/>
<xsd:enumeration value="critical"/>
<xsd:enumeration value="neg"/>
<xsd:enumeration value="assert"/>
<xsd:enumeration value="ignore"/>
<xsd:enumeration value="consider"/>
</xsd:restriction>
</xsd:simpleType>

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.