A spherical structure such as a cell body or cell. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
name | xs:string | optional |
Elements | Cell/cellBody/sphere, Feature/sphere |
<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> |