[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
This element exists when there are one or more connections in the workbook. It is a container for the individual connection objects.
Parent Elements |
Root element of SpreadsheetML Connections part |
Child Elements |
Subclause |
connection (Connection) |
§3.13.1 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Connections">
<sequence>
<element name="connection" minOccurs="1" maxOccurs="unbounded" type="CT_Connection"/>
</sequence>
</complexType>