Sphere

A spherical structure such as a cell body or cell.

Complex Type Information

Model

Children: center

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string optional

Used By

Source

<xs:complexType name="Sphere">
  <xs:annotation>
    <xs:documentation>A spherical structure such as a cell body or cell.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="center" type="Point">
      <xs:annotation>
        <xs:documentation>Diameter of sphere is obtained from center Point.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="name" type="xs:string" use="optional"/>
</xs:complexType>