Cells

Collection of all cells.

Complex Type Information

Model

Children: cell

Used By

Source

<xs:complexType name="Cells">
  <xs:annotation>
    <xs:documentation>Collection of all cells.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="cell" type="Cell" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A single cell.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>