<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> |