Example Suite for "Astronomical Coordinates and Coordinate Systems", version 1.0: The following examples are produced by the modeler using a home-grown python utility called 'voefg' (Virtual Observatory Example File Generator). Additional examples generated by an independently developed DSL-based package called 'jovial' can be found here: Example Suite Summary: Flavor ----- ------------------------------------------------------------- vot VOTable-1.3 standard syntax avot VOTable-1.3 annotated with VO-DML/Mapping syntax xml XML - validates using test_coords_v1.0.xsd which adds serializable elements to the base Coords model schema xxx An internal DOC format XML/DOM structure representing the instances generated when interpreting the template ================================================================================ astrocoordsys. AstroCoordSystem holding frames in the Space, Time, and Spectral domains. The Time domain frame has a custom reference direction. o Includes: AstroCoordSystem, CustomRefLocation, Epoch, GenericFrame, GenericSys, Point, SpaceFrame, SpaceSys, StdRefLocation, TimeFrame, TimeSys generic_binned. A 1-D Binned coordinate (PHA) with 1-D Coordinate space detailing the domain space of the PHA axis. o Includes: BinnedAxis, BinnedCoordinate, GenericCoordSpace generic_continuous. A 1-D Continuous coordinate (Energy) with 1-D Coordinate space detailing the domain space of the Energy axis. o Includes: ContinuousAxis, GenericCoordSpace, PhysicalCoordinate generic_discrete. A 1-D Discrete coordinate space (Polarization). o Includes: GenericCoordSpace, DiscreteSetAxis, PolState pixelcoords. An Image example; includes Pixel coordinate system describing the 4-D image pixel space (512 x 512 x 26 x 1), and a Pixel coordinate in that space. o Includes: BinnedAxis, PixelCoordSystem, PixelIndex, PixelSpace spacecoord_cart. A generic representation of a Point in cartesian coordinates. o Includes: CartesianCoordSpace, ContinuousAis, Point, SpaceFrame, SpaceSys, StdRefLocation spacecoord_fk4. A generic representation of 2-D Spherical Point in FK4 o Includes: Point, SpaceFrame, SpaceSys, StdRefLocation spacecoord_icrs. A generic representation of 2-D Spherical Point in ICRS o Includes: Point, SpaceFrame, SpaceSys, StdRefLocation standard1dcoord. A coordinate (MAG) in a standard 1-D coordinate space. (The coordinate space details are included in the element specification.) o Includes: GenericSys, PhysicalCoordinate timestamp_iso. A time, observation date (DateObs), expressed as an ISO-format date. o Includes: ISOTime, StdRefLocation, TimeFrame, TimeSys timestamp_jd. A time, expressed in JD o Includes: JD, StdRefLocation, TimeFrame, TimeSys timestamp_mjd. A time (MJDREF) expressed in MJD o Includes, MJD, StdRefLocation, TimeFrame, TimeSys timestamp_offset. A time (TSTART) expressed as an offset from a reference MJD time. o Includes: MJD, StdRefLocation, TimeFrame, TimeOffset, TimeSys