BallotMeasureScope

選舉前、選舉或現任官員動態消息。

BallotMeasureScope 實體用於描述 ElectionEvent 中正在投票的提案。

元素

元素 多重性 類型 說明
DebugName 0 或 1 string 用來描述選票提案的名稱。
LocationLevel 1 OfficeLevel 投票議案的地區層級:Country 代表全國,Administrative Area 1 代表州/省等。
LocationOcdId 0 或 1 string 投票議案所在位置的OCD ID
TitleOrTopic 1 string 投票議案的名稱 (如已知)。否則請提供主題的簡短說明。

範例

以下範例是包含 ElectionEventBallotMeasureScopeFeed。這表示 Feed 包含加州即將舉行的選票措施相關資料:

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"
  }
}