complexType "uml:TemplateableElement"
Namespace:
Content:
complex, 7 attributes, 5 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:IDREF
 = 
"2.0"
 = 
xsd:QName
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*
</...>
Known Direct Subtypes (3):
uml:Comment, uml:StringExpression
Known Indirect Subtypes (196):
uml:Abstraction, uml:InteractionOperand,
All Direct / Indirect Based Elements (429):
action, transition,
type (type uml:Type),
Known Usage Locations
Annotation
TemplateableElement may contain a template signature which specifies the formal template parameters. A TemplateableElement that contains a template signature is often referred to as a template. TemplateableElement may contain bindings to templates that describe how the templateable element is constructed by replacing the formal template parameters with actual parameters. A TemplateableElement containing bindings is often referred to as a bound element.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="TemplateableElement">
<xsd:complexContent>
<xsd:extension base="uml:Element">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="templateBinding" type="uml:TemplateBinding"/>
<xsd:element name="ownedTemplateSignature" type="uml:TemplateSignature"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>

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.