위원회

Committee을 사용하여 정치위원회를 설명하세요. 이 ElectionReport 요소 Committee 객체 전체 집합을 포함하는 CommitteeCollection 포함 위원회 피드에


속성

다음 표는 Committee의 속성을 보여줍니다.

속성 필수 여부 유형 설명
objectId 필수 ID 다른 요소에서 참조하는 데 사용하는 고유한 내부 식별자입니다. 이 요소에 적용됩니다.

요소

다음 표는 Committee의 요소를 보여줍니다.

요소 다중성 유형 설명
AffiliationCollection 1 Affiliation 위원회 소속이 포함되어 있습니다. 제휴는 위원회와 개인 또는 당사자 간의 제휴를 나타낼 때 사용됩니다. 제휴에는 PersonId 또는 PartyId 중 하나만 포함해야 합니다.
CommitteeClassificationCollection 1 CommitteeClassification 위원회 분류가 포함됩니다.
CommitteeScopeGpUnitIds 1 IDREFS

다음 중 하나의 objectId 요소 포함 GpUnit 위원회가 속한 요소들입니다. 연방 정부 또는 위원회가 속한 주를 나타냅니다.

ContactInformation 0 또는 1 ContactInformation

다양한 형식의 연락처 정보를 제공합니다.

이 요소에는 주석 처리된 URI 이 태그는 표준 URL을 지정하기 위해 wikipedia로 주석 처리됩니다. 정당의 위키백과 페이지입니다. 알려진 다른 알려진 문제가 있는 경우 해당 당사자의 공식 소셜 미디어 또는 웹사이트 URI가 필요합니다.

ExternalIdentifiers 1 ExternalIdentifiers

ID를 위원회와 연결합니다. 가 안정적 식별자 은(는) 필수입니다.

CommitteeExternalIdentifiers 요소 특정 값을 사용하여 추가 정보를 제공할 수 있습니다. OtherType입니다. 자세한 내용은 추가 유형: ExternalIdentifiers

Name 1 InternationalizedText

위원회의 공식 명칭

ExternalIdentifiers의 추가 유형

CommitteeExternalIdentifiers 요소에 추가 데이터 제공 OtherTypeValue 값과 함께 otherType를 반환합니다. 이 다음 표는 이러한 요소에 가능한 값을 보여줍니다.

식별자 Type OtherType 예시 값 다중성 설명
IRS EIN (세금 ID) other ein 012345678 0 또는 1

위원회의 IRS EIN (세금 ID)

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>