Sphere

Sphere is used when an object is described as a sphere.
The scale of radius is mandatorily 1.0, and its unit is the same as the xyzUnit.

Complex Type Information

Model

Children: annotation, notes, radius, xyz

Attributes

QName Type Fixed Default Use Inheritable Annotation
metaid xsd:ID optional

Used By

Source

<xsd:complexType name="Sphere">
  <xsd:annotation>
    <xsd:documentation>Sphere is used when an object is described as a sphere. The scale of radius is mandatorily 1.0, and its unit is the same as the xyzUnit.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="BDBase">
      <xsd:sequence>
        <xsd:element name="xyz" type="XYZ"/>
        <xsd:element name="radius" type="xsd:double"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>