<xs:complexType name="RandomArrangement">
<xs:annotation>
<xs:documentation>A random arrangement of cells in a 3D location. Note other 3D regions besides spheres and rectangles can be added if required.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="meta:metadata"/>
<xs:element name="population_size" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>Number of cells to place randomly in the specified 3D location</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:element name="spherical_location" type="meta:Sphere"/>
<xs:element name="rectangular_location" type="meta:RectangularBox"/>
</xs:choice>
</xs:sequence>
</xs:complexType> |