Entitas BallotMeasureScope
digunakan untuk menjelaskan inisiatif dan referendum yang sedang
dipilih di ElectionEvent
.
Nama | Tag | Jenis | Catatan | Keanekaragaman |
---|---|---|---|---|
Nama debug | DebugName |
String |
Nama deskriptif yang digunakan untuk penghitungan suara. | 0 atau 1 |
Tingkat lokasi | Location Level |
OfficeLevel |
Tingkat lokasi penghitungan surat suara: Country untuk
nasional, Administrative Area 1 untuk negara bagian atau provinsi,
dll. |
1 |
ID OCD Lokasi | LocationOcdId |
Ocd Id |
Opsional jika LocationLevel adalah Country ,
jika tidak diperlukan. ID OCD lokasi surat suara
ukur. |
0 atau 1 |
Judul atau topik | TitleOrTopic |
String |
Judul inisiatif dan referendum, jika diketahui. Atau, deskripsi singkat topik. | 1 |
Contoh
Contoh berikut adalah Feed
yang berisi ElectionEvent
dengan
BallotMeasureScope
. Hal ini menunjukkan bahwa Feed
berisi data tentang balot
yang akan diadakan di California:
XML
<BallotMeasureScope> <DebugName>California state Ballot measures</DebugName> <LocationLevel>Administrative Area 1</LocationLevel> <LocationOcdId>ocd-division/country:us/state:ca</LocationOcdId> <TitleOrTopic>Remove Voter Approval Requirement for Public Low-Rent Housing Projects Amendment</TitleOrTopic> </BallotMeasureScope>
JSON
{ "BallotMeasureScope": { "DebugName": "California state Ballot measures", "LocationLevel": "Administrative Area 1", "LocationOcdId": "ocd-division/country:us/state:ca", "TitleOrTopic": "Remove Voter Approval Requirement for Public Low-Rent Housing Projects Amendment" } }