<xs:complexType name="InputSites">
<xs:annotation>
<xs:documentation>The list of input sites</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="meta:metadata"/>
<xs:element name="site" type="InputSite" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="size" type="xs:nonNegativeInteger" use="optional">
<xs:annotation>
<xs:documentation>The number of instances of inputs. 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> |