[Table of Contents] [docx version]

VML Reference Material - VML

ST_ConnectorType (Connector Type)

This simple type specifies types of connectors.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

curved (Curved Connector)

A curved connector.

elbow (Elbow Connector)

An elbow-shaped connector.

none (No Connector)

No connector.

straight (Straight Connector)

A straight connector.

 

Referenced By

arc@connectortype6.1.2.1); curve@connectortype6.1.2.3); image@connectortype6.1.2.10); line@connectortype6.1.2.12); oval@connectortype6.1.2.13); polyline@connectortype6.1.2.15); rect@connectortype6.1.2.16); roundrect@connectortype6.1.2.17); shape@connectortype6.1.2.19); shapetype@connectortype6.1.2.20)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_ConnectorType">

   <restriction base="xsd:string">

   <enumeration value="none"/>

   <enumeration value="straight"/>

   <enumeration value="elbow"/>

   <enumeration value="curved"/>

   </restriction>

</simpleType>