Definition Type: Attribute
Name: drop
Namespace: urn:schemas-microsoft-com:office:office
Type: <Simple Type Union>:http://www.w3.org/2001/XMLSchema
Containing Schema: office.xsd
ContentType Union
Use Optional
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 drop in schema office_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="drop" use="optional">
    <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:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:float">
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="top">
                    </xsd:enumeration>
                    <xsd:enumeration value="center">
                    </xsd:enumeration>
                    <xsd:enumeration value="bottom">
                    </xsd:enumeration>
                    <xsd:enumeration value="user">
                    </xsd:enumeration>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
</xsd:attribute>