委員会

政治委員会について記述するには、Committee を使用します。ElectionReport 要素には CommitteeCollection が含まれます。これには、委員会フィード内のすべての委員会オブジェクトが含まれます。


属性

次の表に、Committee の属性を示します。

属性 必須かどうか 種類 説明
objectId 必須 ID 他の要素がこの要素を参照するために使用する一意の内部識別子。

要素

次の表に Committee の要素を示します。

要素 重複 種類 説明
AffiliationCollection 1 Affiliation 委員会の所属が含まれます。アフィリエーションは、委員会と個人または当事者の間の関係性を示すために使用されます。アフィリエーションには PersonId または PartyId のいずれかを含める必要があります。両方を含めることはできません。
CommitteeClassificationCollection 1 CommitteeClassification 委員会の分類が含まれます。
CommitteeScopeGpUnitIds 1 IDREFS

委員会が属する GpUnit 要素の objectId 要素を格納します。連邦政府の名称か、委員会が所属する州を指定します。

ContactInformation 0 または 1 ContactInformation

さまざまな形式の連絡先情報を提供します。

この要素には、当事者の正規の Wikipedia ページを指定するために wikipedia のアノテーションを付けたアノテーション付き URI を含める必要があります。また、その当事者の既知の公式ソーシャル メディアまたはウェブサイトの URI も入力してください。

ExternalIdentifiers 1 ExternalIdentifiers

ID を委員会に関連付けます。安定した識別子が必要です。

CommitteeExternalIdentifiers 要素を使用すると、OtherType の特定の値を使用して追加情報を指定できます。詳細については、ExternalIdentifiers のその他のタイプをご覧ください。

Name 1 InternationalizedText

委員会の正式名称。

ExternalIdentifiers の追加の型

CommitteeExternalIdentifiers 要素で、otherTypeOtherType および Value の値を使用して追加データを指定します。次の表に、これらの要素に指定できる値を示します。

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>