ssml:mdxMetadata
MDX Metadata Information
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sheetMetadata.xsd
Type: ssml:CT_MdxMetadata
Properties: Local, Qualified
Content
- ssml:mdx [1..*] MDX Metadata Record
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
count | [0..1] | xsd:unsignedInt | MDX Metadata Record Count | Default value is "0". |
Used in
- Type ssml:CT_Metadata (Element ssml:metadata)
Sample instance
<ssml:mdxMetadata> <ssml:mdx n="1" f="m"> <ssml:t> <ssml:n x="1"/> </ssml:t> </ssml:mdx> </ssml:mdxMetadata>