http://www.yworks.com/xml/graphml
complexType EdgePort.type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.yworks.com/xml/graphml}EdgePort.type (restriction)

Documentation
The type of a visual edge port.
Properties
This component is not nillable.

Model
<...
  {}>
Icon
</...>


Nested Element Summary
Icon.typeIcon
           The icon of the port.  

Attribute Summary
 type
           The type of the port, currently fixed to InterfacePort.  

Attribute Detail

type

The type of the port, currently fixed to InterfacePort.

Type:
Fixed:
InterfacePort
Use:
optional
Form:
unqualified

Source
<xs:complexType name="EdgePort.type">
<xs:sequence>
<xs:element name="Icon" type="Icon.type">
</xs:element>
</xs:sequence>
<xs:attribute fixed="InterfacePort" name="type">
</xs:attribute>
</xs:complexType>


© Copyright 2000-2009, yWorks GmbH. All rights reserved.