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