<xsd:complexType name="CT_MdxTuple">
<xsd:sequence>
<xsd:element name="n" type="CT_MetadataStringIndex" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Member Unique Name Index</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="c" type="xsd:unsignedInt" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Member Index Count</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ct" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Server Formatting Culture Currency</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="si" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Server Formatting String Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="fi" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Server Formatting Built-In Number Format Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="bc" type="ST_UnsignedIntHex" use="optional">
<xsd:annotation>
<xsd:documentation>Server Formatting Background Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="fc" type="ST_UnsignedIntHex" use="optional">
<xsd:annotation>
<xsd:documentation>Server Formatting Foreground Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="i" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Server Formatting Italic Font</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="u" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Server Formatting Underline Font</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="st" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Server Formatting Strikethrough Font</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="b" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Server Formatting Bold Font</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|