complexType "uml:ConnectableElement"
Namespace:
Content:
complex, 12 attributes, 9 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 2 attributes, 2 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
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (templateParameter | end)*
</...>
Known Direct Subtypes (2):
uml:Parameter, uml:Variable
All Direct / Indirect Based Elements (11):
collaborationRole, role,
Known Usage Locations
Annotation
A ConnectableElement is an abstract metaclass representing a set of instances that are owned by a containing classifier instance. Connectable elements may be joined by attached connectors and specify configurations of linked instances to be created within an instance of the containing classifier.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:TemplateableElement (extension)
              uml:NamedElement (extension)
                  uml:ConnectableElement
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ConnectableElement">
<xsd:complexContent>
<xsd:extension base="uml:NamedElement">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="templateParameter" type="uml:TemplateParameter"/>
<xsd:element name="end" type="uml:ConnectorEnd"/>
</xsd:choice>
<xsd:attribute name="templateParameter" type="xsd:string"/>
<xsd:attribute name="end" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/12)
end
Type:
xsd:string, predefined
Use:
optional
Denotes a connector that attaches to this connectable element.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="end" type="xsd:string"/>

templateParameter
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="templateParameter" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/9)
end
Type:
uml:ConnectorEnd, complex content
Denotes a connector that attaches to this connectable element.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="end" type="uml:ConnectorEnd"/>

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