complexType "uml:AssociationClass"
Namespace:
Content:
complex, 22 attributes, 32 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 2 attributes, 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
 = 
xsd:string
 = 
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 | ownedPort | ownedOperation | nestedClassifier | ownedReception)*, (ownedEnd | memberEnd)*
</...>
All Direct / Indirect Based Elements (1):
uml:AssociationClass
Known Usage Locations
Annotation
In the metamodel, an AssociationClass is a declaration of a semantic relationship between Classifiers, which has a set of features of its own. AssociationClass is both an Association and a Class.
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:Class (extension)
                                  uml:AssociationClass
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="AssociationClass">
<xsd:complexContent>
<xsd:extension base="uml:Class">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="ownedEnd" type="uml:Property"/>
<xsd:element name="memberEnd" type="uml:Property"/>
</xsd:choice>
<xsd:attribute name="isDerived" type="xsd:string"/>
<xsd:attribute name="memberEnd" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/22)
isDerived
Type:
xsd:string, predefined
Use:
optional
Specifies whether the association is derived from other model elements such as other associations or constraints. The default value is false.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isDerived" type="xsd:string"/>

memberEnd
Type:
xsd:string, predefined
Use:
optional
Each end represents participation of instances of the classifier connected to the end in links of the association. This is an ordered association. Subsets Namespace::member.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="memberEnd" 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.