complexType "uml:Classifier"
Namespace:
Content:
complex, 18 attributes, 19 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 8 attributes, 9 elements
Used:
at 25 locations
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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (ownedRule | elementImport | packageImport)*, (templateParameter | generalization | redefinedClassifier | substitution | powertypeExtent | ownedUseCase | useCase | representation | occurrence)*
</...>
Known Direct Subtypes (11):
uml:Actor, uml:Interface,
Known Indirect Subtypes (20):
uml:Activity, uml:Enumeration,
All Direct / Indirect Based Elements (77):
addition, subject,
Known Usage Locations
Annotation
A classifier is a namespace whose members can include features. Classifier is an abstract metaclass. A classifier is a type and can own generalizations, thereby making it possible to define generalization relationships to other classifiers. A classifier can specify a generalization hierarchy by referencing its general classifiers. A classifier is a redefinable element, meaning that it is possible to redefine nested 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
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="Classifier">
<xsd:complexContent>
<xsd:extension base="uml:Namespace">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="templateParameter" type="uml:TemplateParameter"/>
<xsd:element name="generalization" type="uml:Generalization"/>
<xsd:element name="redefinedClassifier" type="uml:Classifier"/>
<xsd:element name="substitution" type="uml:Substitution"/>
<xsd:element name="powertypeExtent" type="uml:GeneralizationSet"/>
<xsd:element name="ownedUseCase" type="uml:UseCase"/>
<xsd:element name="useCase" type="uml:UseCase"/>
<xsd:element name="representation" type="uml:CollaborationOccurrence"/>
<xsd:element name="occurrence" type="uml:CollaborationOccurrence"/>
</xsd:choice>
<xsd:attribute name="templateParameter" type="xsd:string"/>
<xsd:attribute name="packageableElement_visibility" type="uml:VisibilityKind"/>
<xsd:attribute name="isLeaf" type="xsd:string"/>
<xsd:attribute name="isAbstract" type="xsd:string"/>
<xsd:attribute name="redefinedClassifier" type="xsd:string"/>
<xsd:attribute name="powertypeExtent" type="xsd:string"/>
<xsd:attribute name="useCase" type="xsd:string"/>
<xsd:attribute name="representation" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 8/18)
isAbstract
Type:
xsd:string, predefined
Use:
optional
If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships. Default value is false.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isAbstract" type="xsd:string"/>

isLeaf
Type:
xsd:string, predefined
Use:
optional
Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement. Default value is false.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="isLeaf" type="xsd:string"/>

packageableElement_visibility
Type:
Use:
optional
Indicates that packageable elements must always have a visibility, i.e., visibility is not optional. Redefines NamedElement::visibility.
Attribute Value
enumeration of xsd:NCName
Enumeration:
"public", "private", "protected", "package"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="packageableElement_visibility" type="uml:VisibilityKind"/>

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

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

representation
Type:
xsd:string, predefined
Use:
optional
References a collaboration occurrence which indicates the collaboration that represents this classifier. (Subsets Classifier.occurrence.)
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="representation" type="xsd:string"/>

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

useCase
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="useCase" 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.