Definition Type: Attribute
Name: angle
Namespace: urn:schemas-microsoft-com:office:office
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: office.xsd
ContentType Restriction
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 angle in schema office_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration any
Enumeration auto
Enumeration 30
Enumeration 45
Enumeration 60
Enumeration 90