complexType "uml:TemplateParameter"
Namespace:
Content:
complex, 9 attributes, 7 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 2 attributes, 4 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*, (parameteredElement | ownedParameteredElement | default | ownedDefault)*
</...>
Known Direct Subtypes (3):
uml:ClassifierTemplateParameter, uml:OperationTemplateParameter
All Direct / Indirect Based Elements (8):
formal, uml:ClassifierTemplateParameter,
Known Usage Locations
Annotation
TemplateParameter references a ParameterableElement which is exposed as a formal template parameter in the containing template.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateParameter
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="TemplateParameter">
<xsd:complexContent>
<xsd:extension base="uml:Element">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="parameteredElement" type="uml:ParameterableElement"/>
<xsd:element name="default" type="uml:ParameterableElement"/>
<xsd:element name="ownedDefault" type="uml:ParameterableElement"/>
</xsd:choice>
<xsd:attribute name="parameteredElement" type="xsd:string"/>
<xsd:attribute name="default" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/9)
default
Type:
xsd:string, predefined
Use:
optional
element that is the default for this formal template parameter.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="default" type="xsd:string"/>

parameteredElement
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="parameteredElement" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 4/7)
default
Type:
uml:ParameterableElement, complex content
element that is the default for this formal template parameter.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="default" type="uml:ParameterableElement"/>

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

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

parameteredElement
Type:
uml:ParameterableElement, complex content
XML Source (see within schema source)
<xsd:element name="parameteredElement" 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.