Komite

Gunakan Committee untuk mendeskripsikan komite politik. Tujuan Elemen ElectionReport menyertakan CommitteeCollection, yang berisi kumpulan lengkap objek Committee dalam feed komite.


Atribut

Tabel berikut menunjukkan atribut untuk Committee:

Atribut Wajib? Jenis Deskripsi
objectId Wajib ID ID internal unik yang digunakan oleh elemen lain sebagai referensi elemen ini.

Elemen

Tabel berikut menampilkan elemen untuk Committee:

Elemen Keanekaragaman Jenis Deskripsi
AffiliationCollection 1 Affiliation Berisi afiliasi dengan komite. Afiliasi digunakan untuk menunjukkan afiliasi antara komite dan Seseorang atau Pihak. Afiliasi harus berisi PersonId atau PartyId, tetapi tidak keduanya.
CommitteeClassificationCollection 1 CommitteeClassification Berisi klasifikasi untuk komite.
CommitteeScopeGpUnitIds 1 IDREFS

Berisi elemen objectId dari semua GpUnit elemen yang dimiliki komite. Ini adalah keputusan federal atau merujuk pada negara bagian tempat komite berada.

ContactInformation 0 atau 1 ContactInformation

Menyediakan berbagai bentuk informasi kontak.

Elemen ini harus berisi elemen URI beranotasi yang dianotasi dengan wikipedia untuk menentukan Halaman Wikipedia partai. Juga berikan informasi lainnya URI media sosial atau situs resmi untuk partai.

ExternalIdentifiers 1 ExternalIdentifiers

Mengaitkan ID dengan komite. J ID stabil tidak diperlukan.

Elemen ExternalIdentifiers dari Committee memungkinkan Anda menyediakan informasi tambahan dengan nilai tertentu untuk OtherType. Untuk detail selengkapnya, lihat Jenis tambahan untuk ExternalIdentifiers.

Name 1 InternationalizedText

Nama resmi komite.

Jenis tambahan untuk ExternalIdentifiers

Dalam elemen ExternalIdentifiers dari Committee, berikan data tambahan dengan Type other, bersama dengan nilai untuk OtherType dan Value. Tujuan tabel berikut menunjukkan nilai yang mungkin untuk elemen ini:

ID Type OtherType Contoh nilai Keanekaragaman Deskripsi
EIN IRS (Nomor Pajak) other ein 012345678 0 atau 1

EIN (Nomor Pajak) IRS dari komite.

ID Komite FEC national-level T/A C00100005 0 atau 1

ID Komite FEC dari komite.

ID Komite Negara state-level T/A va-id-123 0 atau lebih

ID Komite Negara Bagian dari komite.

Contoh

XML

    <Committee objectId="com001">
      <AffiliationCollection>
        <Affiliation>
          <EndDate>2023-02-22</EndDate>
          <PartyId>par0001</PartyId>
          <StartDate>2023-01-01</StartDate>
        </Affiliation>
        <Affiliation>
          <EndDate>2023-02-22</EndDate>
          <PersonId>per10861a</PersonId>
          <StartDate>2023-01-01</StartDate>
        </Affiliation>
      </AffiliationCollection>
      <CommitteeClassificationCollection>
        <CommitteeClassification>
          <EndDate>2023-02-22</EndDate>
          <NormalizedDesignation>authorized</NormalizedDesignation>
          <NormalizedType>candidate</NormalizedType>
          <RawDesignation>C</RawDesignation>
          <RawType>A</RawType>
          <ScopeLevel>ru000us</ScopeLevel>
          <StartDate>2023-01-01</StartDate>
        </CommitteeClassification>
        <CommitteeClassification>
          <EndDate>2023-02-22</EndDate>
          <NormalizedDesignation>authorized</NormalizedDesignation>
          <NormalizedType>candidate</NormalizedType>
          <RawDesignation>va_specific_type_as_string</RawDesignation>
          <RawType>va_specific_type_as_string</RawType>
          <ScopeLevel>ru0002</ScopeLevel>
          <StartDate>2023-01-01</StartDate>
        </CommitteeClassification>
      </CommitteeClassificationCollection>
      <CommitteeScopeGpUnitIds>ru000us ru0002</CommitteeScopeGpUnitIds>
      <ContactInformation>
        <Uri Annotation="official-website">http://www.fake.url</Uri>
      </ContactInformation>
      <ExternalIdentifiers>
        <ExternalIdentifier>
          <Type>other</Type>
          <OtherType>stable</OtherType>
          <Value>stable-committee-id-001</Value>
        </ExternalIdentifier>
        <ExternalIdentifier>
          <Type>national-level</Type>
          <Value>fec-committee-id-123</Value>
        </ExternalIdentifier>
        <ExternalIdentifier>
          <Type>state-level</Type>
          <Value>va-committee-id-123</Value>
        </ExternalIdentifier>
        <ExternalIdentifier>
          <Type>other</Type>
          <OtherType>ein</OtherType>
          <Value>12-3456789</Value>
        </ExternalIdentifier>
      </ExternalIdentifiers>
      <Name>
        <Text language="en">Example Committee</Text>
      </Name>
    </Committee>