Coordinate equinox: B{year} or J{year} with at least one decimal; do not use in conjunction with ICRS |
Element | stc:fkType/stc:Equinox |
<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> |