Collection of all cells. |
Element | Morphology/cells |
<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> |