Definition Type: Attribute
Name: Async
Namespace: http://schemas.microsoft.com/office/excel/2003/xml
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel2003xml.xsd
ContentType Restriction
Default True
Use Optional
Documentation:
This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.
Collapse XSD Schema Diagram:
XSD Diagram of Async in schema excel2003xml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="Async" use="optional" default="True">
    <xsd:annotation>
        <xsd:documentation>This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="True" />
            <xsd:enumeration value="true" />
            <xsd:enumeration value="False" />
            <xsd:enumeration value="false" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration True
Enumeration true
Enumeration False
Enumeration false