GridArrangement

A regular placement of the cells in a number of dimensions

Complex Type Information

Model

Used By

Source

<xs:complexType name="GridArrangement">
  <xs:annotation>
    <xs:documentation>A regular placement of the cells in a number of dimensions</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="meta:metadata"/>
    <xs:choice>
      <xs:group ref="SpatialLayout"/>
      <xs:element name="non_spatial_grid" type="meta:NonSpatialGrid">
        <xs:annotation>
          <xs:documentation>Specifying this means the precise spatial location of the cells is irrelvant</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:sequence>
</xs:complexType>