http://www.yworks.com/xml/graphml
element Arrows

Super Types
{http://www.yworks.com/xml/graphml} (restriction)

Documentation
The source and target arrows.
Properties
This component is not nillable.

Model
<Arrows
  source = arrowType.type
  target = arrowType.type>

</Arrows>


Attribute Summary
 arrowType.typesource
           The source arrow type.  
 arrowType.typetarget
           The target arrow type.  

Attribute Detail

source

The source arrow type.

Type:
arrowType.type
Use:
optional
Form:
unqualified

target

The target arrow type.

Type:
arrowType.type
Use:
optional
Form:
unqualified

Source
<xs:element maxOccurs="1" minOccurs="0" name="Arrows">
<xs:complexType>
<xs:attribute name="source" type="arrowType.type">
</xs:attribute>
<xs:attribute name="target" type="arrowType.type">
</xs:attribute>
</xs:complexType>
</xs:element>


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