Polyhedron

A 3d surface to represent the cell body or histological structure.

Complex Type Information

Model

Children: polygons

Used By

Source

<xs:complexType name="Polyhedron">
  <xs:annotation>
    <xs:documentation>A 3d surface to represent the cell body or histological structure.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="polygons">
      <xs:annotation>
        <xs:documentation>Collection of polygons defining the polyhedron.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="polygon" type="Polygon" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>