stc:velocitySphereType

Defines a velocity sphere

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
fill_factor xs:float 1.0 optional
radius_unit crd:posUnitType deg optional
unit crd:posUnitType required
vel_time_unit crd:velTimeUnitType required

Used By

Source

<xs:complexType name="velocitySphereType">
  <xs:annotation>
    <xs:documentation>Defines a velocity sphere</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stc:sphereType">
      <xs:annotation>
        <xs:documentation>A special kind of area is a circle or sphere (in two or three dimensions), defined by a center position and a radius; the radius requires a unit</xs:documentation>
      </xs:annotation>
      <xs:attribute name="vel_time_unit" type="crd:velTimeUnitType" use="required"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>