Definition Type Attribute
Name connectortype
Namespace urn:schemas-microsoft-com:office:office
Type string
Default straight
Content Type Restriction
Facets  
Enumerations none , straight , elbow , curved
Documentation For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.
XSD Schema office.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:attribute xmlns:xsd="http://www.w3.org/2001/XMLSchema" default="straight" name="connectortype" >
  <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 value="straight"/>
      <xsd:enumeration value="elbow"/>
      <xsd:enumeration value="curved"/>
    </xsd:restriction>

  </xsd:simpleType>

</xsd:attribute>
Derivation Tree
[No Sub Types]
connectortype
    o:connectortype
References
o:connectortype
Generated using Liquid XML Studio by Liquid Technologies Ltd