complexType "uml:ConnectorEnd"
Namespace:
Content:
complex, 11 attributes, 7 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
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (upperValue | lowerValue)*, (role | partWithPort)*
</...>
All Direct / Indirect Based Elements (2):
end (type uml:ConnectorEnd), uml:ConnectorEnd
Known Usage Locations
Annotation
A connector end is an endpoint of a connector, which attaches the connector to a connectable element. Each connector end is part of one connector.
Type Definition Detail
Type Derivation Tree
ecore:EObject (extension)
  ecore:EModelElement (extension)
      uml:Element (extension)
          uml:MultiplicityElement (extension)
              uml:ConnectorEnd
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ConnectorEnd">
<xsd:complexContent>
<xsd:extension base="uml:MultiplicityElement">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="role" type="uml:ConnectableElement"/>
<xsd:element name="partWithPort" type="uml:Property"/>
</xsd:choice>
<xsd:attribute name="role" type="xsd:string"/>
<xsd:attribute name="partWithPort" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/11)
partWithPort
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="partWithPort" type="xsd:string"/>

role
Type:
xsd:string, predefined
Use:
optional
The connectable element attached at this connector end. When an instance of the containing classifier is created, a link may (depending on the multiplicities) be created to an instance of the classifier that types this connectable element.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="role" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 2/7)
partWithPort
Type:
uml:Property, complex content
XML Source (see within schema source)
<xsd:element name="partWithPort" type="uml:Property"/>

role
Type:
uml:ConnectableElement, complex content
The connectable element attached at this connector end. When an instance of the containing classifier is created, a link may (depending on the multiplicities) be created to an instance of the classifier that types this connectable element.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="role" type="uml:ConnectableElement"/>

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.