[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
p (Member Property MDX Metadata)
This element represents an MDX member property.
Parent Elements |
mdx (§3.9.6) |
Attributes |
Description |
n (Member Unique Name Index) |
The zero based index of member unique name in the metadata string store.
The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
np (Property Name Index) |
The zero based index of the property name in metadata string store.
The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_MdxMemeberProp">
<attribute name="n" type="xsd:unsignedInt" use="required"/>
<attribute name="np" type="xsd:unsignedInt" use="required"/>
</complexType>