complexType "uml:Connector"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
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 |
|
| |
> |
| |
|
| </...> |
All Direct / Indirect Based Elements (4):
-
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 uml:Connector |
XML Source (w/o annotations (6); see within schema source)
| <xsd:complexType name="Connector"> <xsd:complexContent> <xsd:choice maxOccurs="unbounded" minOccurs="0"> </xsd:choice> <xsd:attribute name="type" 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-
Attribute Value
| enumeration of xsd:NCName |
Enumeration: |
"assembly", "delegation" |
XML Source (see within schema source)
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)
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) -
XML Source (see within schema source)
-
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)
-
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)
-
An optional association that specifies the link corresponding to this connector.
XML Source (w/o annotations (1); see within schema source)