<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>
|