<xs:complexType name="Population">
<xs:annotation>
<xs:documentation>Description of a cell population of the same type</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="meta:metadata"/>
<xs:element name="cell_type" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The cell type for this population. NOTE: an attribute value for cell_type WILL BE PREFERRED FORMAT IN v2.0. The option for this element will be removed!</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:annotation>
<xs:documentation>Either instances or a specification of the location</xs:documentation>
</xs:annotation>
<xs:element name="instances" type="Instances"/>
<xs:element name="pop_location" type="PopulationLocation"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name of the population</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="cell_type" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The cell type for this population. Optional now, but WILL BE PREFERRED FORMAT IN v2.0</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |