<xs:complexType name="Connections">
<xs:annotation>
<xs:documentation>The list of cell connections</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="meta:metadata"/>
<xs:element name="connection" type="Connection" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="size" type="xs:nonNegativeInteger" use="optional">
<xs:annotation>
<xs:documentation>The number of instances of connections. This is redundant information, but can be useful when the file is being parsed to allocate memory for an array of cells. NOTE: likely to be required from v2.0</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |