ssml:xmlColumnPr
XML Column Properties
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-table.xsd
Type: ssml:CT_XmlColumnPr
Properties: Local, Qualified
Content
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
mapId | [1..1] | xsd:unsignedInt | XML Map Id | |
xpath | [1..1] | ssml:ST_Xstring | XPath | |
denormalized | [0..1] | xsd:boolean | Denormalized | Default value is "false". |
xmlDataType | [1..1] | ssml:ST_XmlDataType | XML Data Type |
Used in
- Type ssml:CT_TableColumn (Element ssml:tableColumn)
Sample instance
<ssml:xmlColumnPr mapId="1" xpath="string" xmlDataType="string"> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:xmlColumnPr>