<xs:group name="SpatialLayout">
<xs:annotation>
<xs:documentation>Layout of the cells according to x,y,z spatial coordinates</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="rectangular_location" type="meta:RectangularBox">
<xs:annotation>
<xs:documentation>3D box in which the cells are regularly packed. Note if one or two of dimensions of the box is zero it can be a 2D or 1D grid (respectively).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="spacing">
<xs:annotation>
<xs:documentation>Separation of the cells in each dimension</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="x" type="xs:double"/>
<xs:attribute name="y" type="xs:double"/>
<xs:attribute name="z" type="xs:double"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:group> |