ssml:singleXmlCells
Single Cells
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-singleCellTable.xsd
Type: ssml:CT_SingleXmlCells
Properties: Global, Qualified
Content
- ssml:singleXmlCell [1..*] Table Properties
Attributes
None
Sample instance
<ssml:singleXmlCells> <ssml:singleXmlCell id="1" r="string" connectionId="1"> <ssml:xmlCellPr id="1"> <ssml:xmlPr mapId="1" xpath="string" xmlDataType="string">... </ssml:xmlPr> <ssml:extLst>... </ssml:extLst> </ssml:xmlCellPr> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:singleXmlCell> </ssml:singleXmlCells>