<xs:complexType name="PopulationLocation">
<xs:annotation>
<xs:documentation>Description of the 3D positioning of cells in the population, in place of giving explicit locations for each cell</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="meta:metadata"/>
<xs:choice>
<xs:element name="random_arrangement" type="RandomArrangement"/>
<xs:element name="grid_arrangement" type="GridArrangement"/>
<!-- More should be included... -->
</xs:choice>
</xs:sequence>
<xs:attribute name="reference" type="xs:string"/>
</xs:complexType> |