NAME
XML::NewsML_G2::Event_Item - an event as concept item
SYNOPSIS
my $event = XML::NewsML_G2::Event_Item->new();
DESCRIPTION
An event item is an event as described in https://iptc.org/std/NewsML-G2/guidelines/#events-in-newsml-g2 that can be published standalone
ATTRIBUTES
- coverages
-
Freetext list of intented coverages (e.g. 'Text', 'Photo', ...)
- end
-
The end date and time of the event
- event_id
-
The unique id of the event
- language
-
language of the event, required. E.g. "en", "de", ...
- location
-
The location of the event
- start
-
The start date and time of the event
- subtitle
-
A short description of the event
- summary
-
A more detailed description of the event
- title
-
The title of the referenced event
- media_topics
-
Hash mapping qcodes to XML::NewsML_G2::Media_Topic instances
- concepts
-
Hash mapping generated uids to XML::NewsML_G2::Concept instances
METHODS
- add_media_topic
-
Add a new XML::NewsML_G2::MediaTopic instance
- add_concept
-
Add a new XML::NewsML_G2::Concept instance
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.