VelocityComplexType

Radial velocity, either in km/sec or as a redshift, of a <Target>.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
rdf xs:anyURI optional
ref xs:IDREF optional
system restriction of xs:string optional
units restriction of xs:string optional
uref UniqueNamesSimpleType optional

Used By

Source

<xs:complexType name="VelocityComplexType">
  <xs:annotation>
    <xs:documentation>Radial velocity, either in km/sec or as a redshift, of a <Target>.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:double">
      <xs:attribute name="units">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="kilometers/second"/>
            <xs:enumeration value="redshift"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="system">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="barycentric"/>
            <xs:enumeration value="geocentric"/>
            <xs:enumeration value="heliocentric"/>
            <xs:enumeration value="lsr"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attributeGroup ref="RTMLAttributes"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>