crd:velTimeUnitType

Velocity units are a posUnitType / velTimeType; the latter may be second, day, hour, year (a or yr), century, but not empty

Simple Type Information

Used By

Source

<xs:simpleType name="velTimeUnitType">
  <xs:annotation>
    <xs:documentation>Velocity units are a posUnitType / velTimeType; the latter may be second, day, hour, year (a or yr), century, but not empty</xs:documentation>
  </xs:annotation>
  <xs:restriction base="crd:unitType">
    <xs:enumeration value="s"/>
    <xs:enumeration value="h"/>
    <xs:enumeration value="d"/>
    <xs:enumeration value="a"/>
    <xs:enumeration value="yr"/>
    <xs:enumeration value="cy"/>
  </xs:restriction>
</xs:simpleType>