Interface CitationCitedArtifactPublicationFormPeriodicReleaseDateOfPublication

interface CitationCitedArtifactPublicationFormPeriodicReleaseDateOfPublication {
    _date?: Element;
    _day?: Element;
    _month?: Element;
    _season?: Element;
    _text?: Element;
    _year?: Element;
    date?: date;
    day?: string;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    month?: string;
    season?: string;
    text?: string;
    year?: string;
}

Properties

_date?: Element

Date on which the issue of the journal was published

_day?: Element

Day on which the issue of the journal was published

_month?: Element

Month on which the issue of the journal was published

_season?: Element

Season on which the issue of the journal was published

_text?: Element

Text representation of the date of which the issue of the journal was published

_year?: Element

Year on which the issue of the journal was published

date?: date

Date on which the issue of the journal was published

day?: string

Day on which the issue of the journal was published

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

month?: string

Month on which the issue of the journal was published

season?: string

Season on which the issue of the journal was published

text?: string

Text representation of the date of which the issue of the journal was published

year?: string

Year on which the issue of the journal was published