complexType "uml:TemplateParameterSubstitution"
Namespace:
Content:
complex, 9 attributes, 6 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 2 attributes, 3 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (formal | actual | ownedActual)*
</...>
All Direct / Indirect Based Elements (2):
parameterSubstitution, uml:TemplateParameterSubstitution
Known Usage Locations
Annotation
TemplateParameterSubstitution associates one or more actual parameters with a formal template parameter within the context of a TemplateBinding.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateParameterSubstitution
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="TemplateParameterSubstitution">
<xsd:complexContent>
<xsd:extension base="uml:Element">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="formal" type="uml:TemplateParameter"/>
<xsd:element name="actual" type="uml:ParameterableElement"/>
<xsd:element name="ownedActual" type="uml:ParameterableElement"/>
</xsd:choice>
<xsd:attribute name="formal" type="xsd:string"/>
<xsd:attribute name="actual" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/9)
actual
Type:
xsd:string, predefined
Use:
optional
elements that are the actual parameters for this substitution.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="actual" type="xsd:string"/>

formal
Type:
xsd:string, predefined
Use:
optional
The formal template parameter that is associated with this substitution.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="formal" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 3/6)
actual
Type:
uml:ParameterableElement, complex content
elements that are the actual parameters for this substitution.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="actual" type="uml:ParameterableElement"/>

formal
Type:
uml:TemplateParameter, complex content
The formal template parameter that is associated with this substitution.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="formal" type="uml:TemplateParameter"/>

ownedActual
Type:
uml:ParameterableElement, complex content
The actual parameters that are owned by this substitution. Subsets Element:: ownedElement and actual.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="ownedActual" type="uml:ParameterableElement"/>

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.