使用 Committee 來描述政治委員會。
ElectionReport 元素
包含 CommitteeCollection,內含完整的 Committee 物件組合
也會出現在委員會資訊提供中
屬性
下表列出 Committee 的屬性:
| 屬性 | 必填與否 | 類型 | 說明 |
|---|---|---|---|
objectId |
必填 | ID |
其他元素所使用的不重複內部 ID 這個元素 |
元素
下表列出 Committee 的元素:
| 元素 | 多重性 | 類型 | 說明 |
|---|---|---|---|
AffiliationCollection |
1 | Affiliation |
內含委員會的聯盟。「聯盟」用於表示委員會與「人士」或「政黨」之間的關係。聯盟必須包含 PersonId 或 PartyId,但不能同時包含兩者。 |
CommitteeClassificationCollection |
1 |
CommitteeClassification |
包含委員會的分類。 |
CommitteeScopeGpUnitIds |
1 | IDREFS |
包含任一項目的 |
ContactInformation |
0 或 1 | ContactInformation |
提供多種聯絡資訊。 這個元素必須包含
註解 URI
以 |
ExternalIdentifiers |
1 | ExternalIdentifiers |
將 ID 與委員會建立關聯。A 罩杯 穩定 ID 必填。
|
Name |
1 | InternationalizedText |
委員會的正式名稱。 |
ExternalIdentifier 的其他類型
在 Committee 的 ExternalIdentifiers 元素中,提供其他資料
加上 other 的 Type,以及 OtherType 和 Value 的值。
下表列出這些元素可能的值:
| ID | Type |
OtherType |
範例值 | 多重性 | 說明 |
|---|---|---|---|---|---|
| 美國國稅局 (IRS) (稅號) | 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>