The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::NewsML_G2::Event_Ref - a reference to an event

SYNOPSIS

    my $news_item;
    my $evref = XML::NewsML_G2::Event_Ref->new
        (event_id => '1234', name => 'Monthly beer summit');
    $news_item->add_event_ref($evref);

ATTRIBUTES

event_id

The unique id of the referenced event

name

The name of the referenced event

AUTHOR

Christian Eder <christian.eder@apa.at>

LICENCE AND COPYRIGHT

Copyright (c) 2019, APA-IT. All rights reserved.

See XML::NewsML_G2 for the license.