complexType "uml:Generalization"
Namespace:
Content:
complex, 10 attributes, 5 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 3 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
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (general | generalizationSet)*
</...>
All Direct / Indirect Based Elements (2):
generalization, uml:Generalization
Known Usage Locations
Annotation
A generalization relates a specific classifier to a more general classifier, and is owned by the specific classifier. Package PowerTypes (“PowerTypes” on page 109) A generalization can be designated as being a member of a particular generalization set.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:Relationship (extension)
              uml:DirectedRelationship (extension)
                  uml:Generalization
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="Generalization">
<xsd:complexContent>
<xsd:extension base="uml:DirectedRelationship">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="general" type="uml:Classifier"/>
<xsd:element name="generalizationSet" type="uml:GeneralizationSet"/>
</xsd:choice>
<xsd:attribute name="isSubstitutable" type="xsd:string"/>
<xsd:attribute name="general" type="xsd:string"/>
<xsd:attribute name="generalizationSet" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/10)
general
Type:
xsd:string, predefined
Use:
optional
References the general classifier in the Generalization relationship. Subsets DirectedRelationship::target.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="general" type="xsd:string"/>

generalizationSet
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="generalizationSet" type="xsd:string"/>

isSubstitutable
Type:
xsd:string, predefined
Use:
optional
Indicates whether the specific classifier can be used whereever the general classifier can be used. If true, the execution traces of the specific classifier will be a superset of the execution traces of the general classifier.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isSubstitutable" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/5)
general
Type:
uml:Classifier, complex content
References the general classifier in the Generalization relationship. Subsets DirectedRelationship::target.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="general" type="uml:Classifier"/>

generalizationSet
Type:
uml:GeneralizationSet, complex content
XML Source (see within schema source)
<xsd:element name="generalizationSet" type="uml:GeneralizationSet"/>

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.