ssml:singleXmlCell
Table Properties
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-singleCellTable.xsd
Type: ssml:CT_SingleXmlCell
Properties: Local, Qualified
Content
- Sequence [1..1]
- ssml:xmlCellPr [1..1] Cell Properties
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [1..1] | xsd:unsignedInt | Table Id | |
r | [1..1] | ssml:ST_CellRef | Reference | |
connectionId | [1..1] | xsd:unsignedInt | Connection ID |
Used in
- Type ssml:CT_SingleXmlCells (Element ssml:singleXmlCells)
Sample instance
<ssml:singleXmlCell id="1" r="string" connectionId="1"> <ssml:xmlCellPr id="1"> <ssml:xmlPr mapId="1" xpath="string" xmlDataType="string"> <ssml:extLst>... </ssml:extLst> </ssml:xmlPr> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:xmlCellPr> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:singleXmlCell>