complexType "uml:Connector"
Namespace:
Content:
complex, 16 attributes, 11 elements
Defined:
globally in UML2XMI.xsd; see XML source
Includes:
definitions of 4 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
 = 
("assembly" | "delegation")
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
xmi:Extension*, eAnnotations*, ownedComment*, (templateBinding | ownedTemplateSignature)*, (clientDependency | nameExpression)*, (type | redefinedConnector | end | contract)*
</...>
All Direct / Indirect Based Elements (4):
connector, redefinedConnector,
Known Usage Locations
Annotation
Each connector may be attached to two or more connectable elements, each representing a set of instances. Each connector end
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:Feature (extension)
                          uml:Connector
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="Connector">
<xsd:complexContent>
<xsd:extension base="uml:Feature">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="type" type="uml:Association"/>
<xsd:element name="redefinedConnector" type="uml:Connector"/>
<xsd:element name="end" type="uml:ConnectorEnd"/>
<xsd:element name="contract" type="uml:Behavior"/>
</xsd:choice>
<xsd:attribute name="kind" type="uml:ConnectorKind"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="redefinedConnector" type="xsd:string"/>
<xsd:attribute name="contract" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 4/16)
contract
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="contract" type="xsd:string"/>

kind
Type:
Use:
optional
Attribute Value
enumeration of xsd:NCName
Enumeration:
"assembly", "delegation"
XML Source (see within schema source)
<xsd:attribute name="kind" type="uml:ConnectorKind"/>

redefinedConnector
Type:
xsd:string, predefined
Use:
optional
connector may be redefined when its containing classifier is specialized. The redefining connector may have a type that specializes the type of the redefined connector. The types of the connector ends of the redefining connector may specialize the types of the connector ends of the redefined connector. The properties of the connector ends of the redefining connector may be replaced. (Subsets Element.redefinedElement.)
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="redefinedConnector" type="xsd:string"/>

type
Type:
xsd:string, predefined
Use:
optional
An optional association that specifies the link corresponding to this connector.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="type" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 4/11)
contract
Type:
uml:Behavior, complex content
XML Source (see within schema source)
<xsd:element name="contract" type="uml:Behavior"/>

end
Type:
uml:ConnectorEnd, complex content
A connector consists of at two connector ends, each of which represents the participation of instances of the classifiers typing the connectable elements attached to this end. The set of connector ends is ordered. (Subsets Element.ownedElement.)
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="end" type="uml:ConnectorEnd"/>

redefinedConnector
Type:
uml:Connector, complex content
connector may be redefined when its containing classifier is specialized. The redefining connector may have a type that specializes the type of the redefined connector. The types of the connector ends of the redefining connector may specialize the types of the connector ends of the redefined connector. The properties of the connector ends of the redefining connector may be replaced. (Subsets Element.redefinedElement.)
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="redefinedConnector" type="uml:Connector"/>

type
Type:
uml:Association, complex content
An optional association that specifies the link corresponding to this connector.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="type" type="uml:Association"/>

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.