ssml:Map
XML Mapping Properties
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-customXmlMappings.xsd
Type: ssml:CT_Map
Properties: Local, Qualified
Content
- ssml:DataBinding [0..1] XML Mapping
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
ID | [1..1] | xsd:unsignedInt | XML Mapping ID | |
Name | [1..1] | xsd:string | XML Mapping Name | |
RootElement | [1..1] | xsd:string | Root Element Name | |
SchemaID | [1..1] | xsd:string | Schema Name | |
ShowImportExportValidationErrors | [1..1] | xsd:boolean | Show Validation Errors | |
AutoFit | [1..1] | xsd:boolean | AutoFit Table on Refresh | |
Append | [1..1] | xsd:boolean | Append Data to Table | |
PreserveSortAFLayout | [1..1] | xsd:boolean | Preserve AutoFilter State | |
PreserveFormat | [1..1] | xsd:boolean | Preserve Cell Formatting |
Used in
- Type ssml:CT_MapInfo (Element ssml:MapInfo)
Sample instance
<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>