<ST_ArrowheadStyle>
(Arrowhead Styles)
This simple type defines different arrowhead style types for connectors.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Specifies that an arrowhead is to be used on the connector. |
|
Specifies that the algorithm defines if an arrowhead is to be used on a connector. |
|
Specifies no arrowhead is to be used on the connector. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ArrowheadStyle" final="restriction">
<restriction base="xsd:token">
<enumeration value="auto"/>
<enumeration value="arr"/>
<enumeration value="noArr"/>
</restriction>
</simpleType>