<xsd:attribute name="angle" 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:restriction base="xsd:string">
<xsd:enumeration value="any">
</xsd:enumeration>
<xsd:enumeration value="auto">
</xsd:enumeration>
<xsd:enumeration value="30">
</xsd:enumeration>
<xsd:enumeration value="45">
</xsd:enumeration>
<xsd:enumeration value="60">
</xsd:enumeration>
<xsd:enumeration value="90">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
|