crd:Velocity1D

1-D Velocity coordinate

Element Information

Model

Attributes

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

Source

<xs:element name="Velocity1D" substitutionGroup="crd:Velocity">
  <xs:annotation>
    <xs:documentation>1-D Velocity coordinate</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="crd:scalarCoordinateType">
        <xs:attribute name="unit" type="crd:posUnitType" use="required"/>
        <xs:attribute name="vel_time_unit" type="crd:velTimeUnitType" use="required"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample