Definition Type: Attribute
Name: connectortype
Namespace: urn:schemas-microsoft-com:office:office
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: office.xsd
ContentType Restriction
Default straight
Documentation:
For more information on this attribute, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library.
Collapse XSD Schema Diagram:
XSD Diagram of connectortype in schema office_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration none
Enumeration straight
Enumeration elbow
Enumeration curved