Definition Type: SimpleType
Name: MemberExpandType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Documentation:
Specifies whether the child members appear expanded or collapsed when their data is refreshed.
Collapse XSD Schema Diagram:
XSD Diagram of MemberExpandType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="MemberExpandType">
    <xsd:annotation>
        <xsd:documentation>Specifies whether the child members appear expanded or collapsed when their data is refreshed.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Always" />
        <xsd:enumeration value="Never" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Always
Enumeration Never
Collapse Derivation Tree:
Collapse References:
x:MemberExpand