Metadata Strings
This collection is a set of string resources for the metadata part. Most follow the format of an mdx expression. Connection names (to OLAP cubes) are also expressed here.
<metadataStrings count="12"> <s v="xlextdat9 Adventure Works"/> <s v="[Measures].[Internet Sales Amount]"/> <s v="[Date].[Calendar].[Calendar Year].&[2003]"/> <s v="[Date].[Calendar].[Calendar Year].&[2004]"/> <s v="[Product].[Product Categories].[All Products]"/> <s v="[Customer].[Customer Geography].[All Customers].children"/> <s v="[Customer].[Customer Geography].[Country].&[Australia]"/> <s v="[Customer].[Customer Geography].[Country].& [United States]"/> <s v="[Customer].[Customer Geography].[Country].& []"/> <s v="[Customer].[Customer Geography].[Country].&[Germany]"/> <s v="[Customer].[Customer Geography].[Country].&[France]"/> <s v="[Customer].[Customer Geography].[Country].&[Canada]"/> </metadataStrings>
Regarding <metadataStrings>
:
count
indicates the number of strings in the collection.s
is the string container elementv
is the string value itself.