complexType "uml:RedefinableElement"
Namespace:
Content:
complex, 11 attributes, 7 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definition of 1 attribute
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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*
</...>
Known Direct Subtypes (6):
uml:ActivityEdge, uml:Feature,
Known Indirect Subtypes (75):
uml:AcceptCallAction, uml:JoinNode,
All Direct / Indirect Based Elements (144):
action, uml:CallAction,
Known Usage Locations
Annotation
A redefinable element is a named element that can be redefined in the context of a generalization. RedefinableElement is an abstract metaclass.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:RedefinableElement
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="RedefinableElement">
<xsd:complexContent>
<xsd:extension base="uml:NamedElement">
<xsd:attribute name="isLeaf" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/11)
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"/>

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.