<xs:complexType name="Instances">
<xs:annotation>
<xs:documentation>Cell Instance position information</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="meta:metadata"/>
<xs:element name="instance" type="CellInstance" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="size" type="xs:nonNegativeInteger" use="required">
<xs:annotation>
<xs:documentation>The number of instances of cells for this population. This is redundant information, but can be useful when the file is being parsed to allocate memory for an array of cells. NOTE: required from v1.7.3</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |