NAME
XML::NewsML_G2::ElectionDistrict - a city region used during an election
SYNOPSIS
my $at = XML::NewsML_G2::ElectionDistrict->new
(name => 'Mistelbach', qcode => 'electiondistrict:12345');
my $vie = XML::NewsML_G2::ElectionDistrict->new
(name => 'Traun', qcode => 'electiondistrict:23455', province => XML::NewsML_G2::ElectionProvince->new(name => 'Oberoesterreich', qcode => 'electionprovince:8765'));
ATTRIBUTES
- name
-
Name of the City or District the Election News Item is for
- province
-
Optional Province of the Election News Item
AUTHOR
Mario Paumann <mario.paumann@apa.at>
LICENCE AND COPYRIGHT
Copyright (c) 2013-2019, APA-IT. All rights reserved.
See XML::NewsML_G2 for the license.