complexType "uml:Collaboration"
Namespace:
Content:
complex, 20 attributes, 27 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
 = 
("public" | "private" | "protected" | "package")
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (ownedRule | elementImport | packageImport)*, (templateParameter | generalization | redefinedClassifier | substitution | powertypeExtent | ownedUseCase | useCase | representation | occurrence)*, (ownedBehavior | classifierBehavior | implementation | ownedTrigger | ownedStateMachine)*, (ownedAttribute | ownedConnector | collaborationRole)*
</...>
All Direct / Indirect Based Elements (2):
type (type uml:Collaboration), uml:Collaboration
Known Usage Locations
Annotation
A collaboration is represented as a kind of classifier and defines a set of cooperating entities to be played by instances (its roles), as well as a set of connectors that define communication paths between the participating instances. The cooperating entities are the properties of the collaboration. A collaboration specifies a view (or projection) of a set of cooperating classifiers. It describes the required links between instances that play the roles of the collaboration, as well as the features required of the classifiers that specify the participating instances. Several collaborations may describe different projections of the same set of classifiers.
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:Classifier (extension)
                          uml:BehavioredClassifier (extension)
                              uml:Collaboration
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Collaboration">
<xsd:complexContent>
<xsd:extension base="uml:BehavioredClassifier">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="ownedAttribute" type="uml:Property"/>
<xsd:element name="ownedConnector" type="uml:Connector"/>
<xsd:element name="collaborationRole" type="uml:ConnectableElement"/>
</xsd:choice>
<xsd:attribute name="collaborationRole" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/20)
collaborationRole
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="collaborationRole" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 3/27)
collaborationRole
Type:
uml:ConnectableElement, complex content
XML Source (see within schema source)
<xsd:element name="collaborationRole" type="uml:ConnectableElement"/>

ownedAttribute
Type:
uml:Property, complex content
References the properties owned by the classifier. (Subsets StructuredClassifier.role, Classifier. attribute,and Namespace.ownedMember)
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="ownedAttribute" type="uml:Property"/>

ownedConnector
Type:
uml:Connector, complex content
References the connectors owned by the classifier. (Subsets Classifier.feature and Namespace.ownedMember)
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="ownedConnector" type="uml:Connector"/>

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.