complexType "uml:TemplateSignature"
Namespace:
Content:
complex, 10 attributes, 7 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
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (parameter | ownedParameter | nestedSignature | nestingSignature)*
</...>
All Direct / Indirect Based Elements (5):
nestedSignature, signature (type uml:TemplateSignature),
Known Usage Locations
Annotation
A TemplateSignature is owned by a TemplateableElement and has one or more TemplateParameters that define the signature for binding this template. A TemplateSignature may reference a set of nested template signatures to reflect the hierarchical nature of a template.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateSignature
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="TemplateSignature">
<xsd:complexContent>
<xsd:extension base="uml:Element">
<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/10)
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"/>
Content Element Detail (all declarations; defined within this component only; 4/7)
nestedSignature
Type:
uml:TemplateSignature, complex content
XML Source (see within schema source)
<xsd:element name="nestedSignature" type="uml:TemplateSignature"/>

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

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

parameter
Type:
uml:TemplateParameter, complex content
The complete set of formal template parameters for this template signature.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="parameter" type="uml:TemplateParameter"/>

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.