The SEDRIS Data Representation Model
APPENDIX A - Classes Citation |
---|
An instance of this DRM class specifies the bibliographic reference information for the containing SEDRIS object.
Consider a SEDRIS transmittal produced from Vector Product Format (VPF) source data, where the source data is not part of a series, and where this is its first edition as a SEDRIS transmittal. In this case, the transmittal was produced by Sterling Logicon, via their VPF-SEDRIS conversion software.
The citation information for the transmittal's <Transmittal Root> is as follows.
title | "dtopn/t007us01"; |
---|---|
edition | "1.0"; |
originators | "Sterling Logicon"; |
series_name | "N/A"; |
issue_id | "N/A"; |
other | "Created using VPF-SEDRIS Converter"; |
The <Absolute Time Point> instance's fields are set to the following.
time_significance | SE_TIME_SIGNIFICANCE_PUBLICATION_DATE |
---|---|
year | 2002 |
month | SE_MONTH_JUNE |
day | 22 |
hour | 14 |
minutes | 56 |
seconds | 30.0 |
This class provides [CSDGM]-compliant metadata that allows a <Transmittal Root> or a high-level component of a <Transmittal Root> (e.g., a <Model>, <Image>, etc.) to be referenced in external documents. <Citation> identifies the object by name and edition/version, and specifies who created and/or released the object, and when it was created/released.
SE_String | title; | (notes) |
---|---|---|
SE_String | edition; | (notes) |
SE_String | originators; | (notes) |
SE_String | series_name; | (notes) |
SE_String | issue_id; | (notes) |
SE_String | other; | (notes) |
This specifies the date (mandatory) and time (optional) that the data set being described was released.
This specifies the name by which the data object is known.
If provided, this specifies the version of the data object.
This specifies the producing organizations or individuals.
If provided, this specifies the name of the series containing the data object.
If provided, this identifies the issue within the series.
This provides any other citation information that is not covered by a specified field or component of the given <Citation> instance but that the data provider wishes to supply; it may contain an empty string.
|