complexType "uml:RedefinableTemplateSignature"
Namespace:
Content:
complex, 14 attributes, 11 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 3 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
 = 
("public" | "private" | "protected" | "package")
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (parameter | ownedParameter | nestedSignature | nestingSignature)*
</...>
All Direct / Indirect Based Elements (1):
uml:RedefinableTemplateSignature
Known Usage Locations
Annotation
RedefinableTemplateSignature specializes both TemplateSignature and RedefinableElement in order to allow the addition of new formal template parameters in the context of a specializing template Classifier.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:RedefinableElement (extension)
                      uml:RedefinableTemplateSignature
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="RedefinableTemplateSignature">
<xsd:complexContent>
<xsd:extension base="uml:RedefinableElement">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="parameter" type="uml:TemplateParameter"/>
<xsd:element name="ownedParameter" type="uml:TemplateParameter"/>
<xsd:element name="nestedSignature" type="uml:TemplateSignature"/>
<xsd:element name="nestingSignature" type="uml:TemplateSignature"/>
</xsd:choice>
<xsd:attribute name="parameter" type="xsd:string"/>
<xsd:attribute name="nestedSignature" type="xsd:string"/>
<xsd:attribute name="nestingSignature" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 3/14)
nestedSignature
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="nestedSignature" type="xsd:string"/>

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

parameter
Type:
xsd:string, predefined
Use:
optional
The complete set of formal template parameters for this template signature.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="parameter" 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.