ssml:connections
Connections
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-externalConnections.xsd
Type: ssml:CT_Connections
Properties: Global, Qualified
Content
- ssml:connection [1..*] Connection
Attributes
None
Sample instance
<ssml:connections> <ssml:connection id="1" refreshedVersion="1"> <ssml:dbPr connection="string"/> <ssml:olapPr/> <ssml:webPr> <ssml:tables>... </ssml:tables> </ssml:webPr> <ssml:textPr> <ssml:textFields>... </ssml:textFields> </ssml:textPr> <ssml:parameters> <ssml:parameter/> </ssml:parameters> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:connection> </ssml:connections>