<xsd:attribute name="connectortype" default="straight">
<xsd:annotation>
<xsd:documentation>For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="none">
</xsd:enumeration>
<xsd:enumeration value="straight">
</xsd:enumeration>
<xsd:enumeration value="elbow">
</xsd:enumeration>
<xsd:enumeration value="curved">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
|