stc:velocityIntervalType

Contains a spatial velocity CoordInterval

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
unit crd:posUnitType required
vel_time_unit crd:velTimeUnitType required

Used By

Source

<xs:complexType name="velocityIntervalType">
  <xs:annotation>
    <xs:documentation>Contains a spatial velocity CoordInterval</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stc:positionIntervalType">
      <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>