Definition Type: Element
Name: SourceHierarchyLevel
Namespace: urn:schemas-microsoft-com:office:excel
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains an index of the hierarchy level to which a particular OLAP member property applies. A value of 32767 indicates that the OLAP member property applies to all the levels in a hierarchy.
Collapse XSD Schema Diagram:
XSD Diagram of SourceHierarchyLevel in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="SourceHierarchyLevel" type="xsd:integer" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains an index of the hierarchy level to which a particular OLAP member property applies. A value of 32767 indicates that the OLAP member property applies to all the levels in a hierarchy.</xsd:documentation>
    </xsd:annotation>
</xsd:element>