Population

Description of a cell population of the same type

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
cell_type xs:string optional
The cell type for this population. Optional now, but WILL BE PREFERRED FORMAT IN v2.0
name xs:string required
The name of the population

Used By

Source

<xs:complexType name="Population">
  <xs:annotation>
    <xs:documentation>Description of a cell population of the same type</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="meta:metadata"/>
    <xs:element name="cell_type" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The cell type for this population. NOTE: an attribute value for cell_type WILL BE PREFERRED FORMAT IN v2.0. The option for this element will be removed!</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:choice>
      <xs:annotation>
        <xs:documentation>Either instances or a specification of the location</xs:documentation>
      </xs:annotation>
      <xs:element name="instances" type="Instances"/>
      <xs:element name="pop_location" type="PopulationLocation"/>
    </xs:choice>
  </xs:sequence>
  <xs:attribute name="name" type="xs:string" use="required">
    <xs:annotation>
      <xs:documentation>The name of the population</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="cell_type" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The cell type for this population. Optional now, but WILL BE PREFERRED FORMAT IN v2.0</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>