BallotMeasureScope

BallotMeasureScope 實體是用來描述目前的 已在ElectionEvent中投票。

名稱 標記 類型 附註 多重性
偵錯名稱 DebugName String 用於投票議案的描述性名稱。 0 或 1
地區層級 Location Level OfficeLevel 投票議案的位置層級:Country ; 全國,以 Administrative Area 1 表示州或省; 依此類推 1
位置 OCD ID LocationOcdId Ocd Id 如果 LocationLevelCountry,則為選用欄位。 非必填。投票地點的 OCD ID 。 0 或 1
標題或主題 TitleOrTopic String 投票議案名稱 (如果知道)。否則請簡短說明 或主題。 1

範例

以下範例是一個 Feed,其中包含的 ElectionEvent,其中包含 BallotMeasureScope。這表示 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"
  }
}