委員會

使用 Committee 描述政治委員會。ElectionReport 元素包含 CommitteeCollection,在委員會動態饋給中包含完整的 Committee 物件組合。


屬性

下表列出 Committee 的屬性:

屬性 必填與否 類型 說明
objectId 需要 ID 其他元素用來參照這個元素的專屬內部 ID。

元素

下表列出 Committee 的元素:

元素 多重性 類型 說明
AffiliationCollection 1 Affiliation 包含委員會的聯盟。聯盟是用來表示委員會與個人或一方之間的聯盟。聯盟必須包含 PersonId 或 PartyId,但兩者只能擇一。
CommitteeClassificationCollection 1 CommitteeClassification 包含委員會的分類。
CommitteeScopeGpUnitIds 1 IDREFS

包含委員會所屬任何 GpUnit 元素的 objectId 元素。這是指聯邦或委員會所屬州。

ContactInformation 0 或 1 ContactInformation

提供多種聯絡資訊。

這個元素必須包含加註 URI (以 wikipedia 加註),藉此指定當事人的標準維基百科網頁。並提供每一方的任何其他已知官方社群媒體或網站 URI。

ExternalIdentifiers 1 ExternalIdentifiers

將 ID 與委員會建立關聯。必須提供穩定 ID

CommitteeExternalIdentifiers 元素可讓您為 OtherType 提供特定值以提供額外資訊。詳情請參閱 ExternalIdentifiers 的其他類型

Name 1 InternationalizedText

委員會的正式名稱。

ExternalIdentifier 的其他類型

CommitteeExternalIdentifiers 元素中,提供額外資料 (Typeother),以及 OtherTypeValue 的值。下表列出這些元素可能的值:

ID Type OtherType 範例值 多重性 說明
IRS EIN (稅號) other ein 012345678 0 或 1

委員會的 IRS EIN (稅號)。

FEC 委員會 ID national-level 不適用 C00100005 0 或 1

委員會的 FEC 委員會 ID。

州委員會 ID state-level 不適用 va-id-123 0 或以上

委員會的州委員會 ID。

範例

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>