BallotMeasureScope

BallotMeasureScope エンティティは、ElectionEvent で投票される投票案を説明するために使用されます。

要素

要素 重複 タイプ 説明
DebugName 0 または 1 string 投票案に使用されるわかりやすい名前。
LocationLevel 1 OfficeLevel 投票法案の地域レベル: Country(国)、Administrative Area 1(州または県)など。
LocationOcdId 0 または 1 string 投票案の場所の OCD ID
TitleOrTopic 1 string 投票法案のタイトル(わかっている場合)。それ以外の場合は、トピックの簡単な説明。

次の例は、BallotMeasureScope を含む ElectionEvent を含む Feed です。これは、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>