ssml:MapInfo
XML Mapping
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-customXmlMappings.xsd
Type: ssml:CT_MapInfo
Properties: Global, Qualified
Content
- Sequence [1..1]
- ssml:Schema [1..*] XML Schema
- ssml:Map [1..*] XML Mapping Properties
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
SelectionNamespaces | [1..1] | xsd:string | Prefix Mappings for XPath Expressions |
Sample instance
<ssml:MapInfo SelectionNamespaces="string"> <ssml:Schema ID="string"> <!--any element--> </ssml:Schema> <ssml:Map ID="1" Name="string" RootElement="string" SchemaID="string" ShowImportExportValidationErrors="true" AutoFit="true" Append="true" PreserveSortAFLayout="true" PreserveFormat="true"> <ssml:DataBinding DataBindingLoadMode="1"> <!--any element--> </ssml:DataBinding> </ssml:Map> </ssml:MapInfo>