complexType "uml:InteractionOccurrence"
Namespace:
Content:
complex, 12 attributes, 12 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 1 attribute, 3 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (covered | generalOrdering)*, (refersTo | actualGate | argument)*
</...>
Known Direct Subtypes (1):
uml:PartDecomposition
All Direct / Indirect Based Elements (3):
decomposedAs, uml:PartDecomposition
Known Usage Locations
Annotation
InteractionOccurrence is a specialization of InteractionFragment. An InteractionOccurrence has a set of actual gates that must match the formal gates of the referenced Interaction.
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:InteractionOccurrence
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="InteractionOccurrence">
<xsd:complexContent>
<xsd:extension base="uml:InteractionFragment">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="refersTo" type="uml:Interaction"/>
<xsd:element name="actualGate" type="uml:Gate"/>
<xsd:element name="argument" type="uml:InputPin"/>
</xsd:choice>
<xsd:attribute name="refersTo" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/12)
refersTo
Type:
xsd:string, predefined
Use:
optional
Refers to the Interaction that defines its meaning
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="refersTo" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML RE 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.