Committee
을 사용하여 정치위원회를 설명하세요. 이
ElectionReport
요소
Committee 객체 전체 집합을 포함하는 CommitteeCollection
포함
위원회 피드에
속성
다음 표는 Committee
의 속성을 보여줍니다.
속성 | 필수 여부 | 유형 | 설명 |
---|---|---|---|
objectId |
필수 | ID |
다른 요소에서 참조하는 데 사용하는 고유한 내부 식별자입니다. 이 요소에 적용됩니다. |
요소
다음 표는 Committee
의 요소를 보여줍니다.
요소 | 다중성 | 유형 | 설명 |
---|---|---|---|
AffiliationCollection |
1 | Affiliation |
위원회 소속이 포함되어 있습니다. 제휴는 위원회와 개인 또는 당사자 간의 제휴를 나타낼 때 사용됩니다. 제휴에는 PersonId 또는 PartyId 중 하나만 포함해야 합니다. |
CommitteeClassificationCollection |
1 |
CommitteeClassification |
위원회 분류가 포함됩니다. |
CommitteeScopeGpUnitIds |
1 | IDREFS |
다음 중 하나의 |
ContactInformation |
0 또는 1 | ContactInformation |
다양한 형식의 연락처 정보를 제공합니다. 이 요소에는
주석 처리된 URI
이 태그는 표준 URL을 지정하기 위해 |
ExternalIdentifiers |
1 | ExternalIdentifiers |
ID를 위원회와 연결합니다. 가 안정적 식별자 은(는) 필수입니다.
|
Name |
1 | InternationalizedText |
위원회의 공식 명칭 |
ExternalIdentifiers의 추가 유형
Committee
의 ExternalIdentifiers
요소에 추가 데이터 제공
OtherType
및 Value
값과 함께 other
의 Type
를 반환합니다. 이
다음 표는 이러한 요소에 가능한 값을 보여줍니다.
식별자 | 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>