stc:coordEquinoxType

Coordinate equinox: B{year} or J{year} with at least one decimal; do not use in conjunction with ICRS

Simple Type Information

Used By

Source

<xs:simpleType name="coordEquinoxType">
  <xs:annotation>
    <xs:documentation>Coordinate equinox: B{year} or J{year} with at least one decimal; do not use in conjunction with ICRS</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[BJ]\-?\d?\d?\d?\d\d\d\d\.\d\d?\d?"/>
  </xs:restriction>
</xs:simpleType>