Definition Type: Element
Name: DisplayIn
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Contains an enumerated value indicating how to display an OLAP member property.
Collapse XSD Schema Diagram:
XSD Diagram of DisplayIn in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="DisplayIn" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains an enumerated value indicating how to display an OLAP member property.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="DisplayInReport" />
            <xsd:enumeration value="DisplayInScreenTip" />
            <xsd:enumeration value="DisplayNone" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration DisplayInReport
Enumeration DisplayInScreenTip
Enumeration DisplayNone