<xs:element name="cellBody" minOccurs="0">
<xs:annotation>
<xs:documentation>Used for anatomical representation of the soma. Use a Segment with equivalent properties to retain connectivity of branches to the soma for downstream applications (e.g. neuronal simulators).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group ref="meta:metadata"/>
<xs:choice>
<xs:element name="polygon" type="meta:Polygon"/>
<xs:element name="polyhedron" type="meta:Polyhedron"/>
<xs:element name="sphere" type="meta:Sphere"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element> |