Sử dụng Committee
để mô tả một uỷ ban chính trị. Chiến lược phát hành đĩa đơn
Phần tử ElectionReport
bao gồm CommitteeCollection
, chứa tập hợp đầy đủ các đối tượng của Uỷ ban
trong nguồn cấp dữ liệu của uỷ ban.
Thuộc tính
Bảng sau đây trình bày các thuộc tính của Committee
:
Thuộc tính | Bắt buộc? | Loại | Mô tả |
---|---|---|---|
objectId |
Bắt buộc | ID |
Giá trị nhận dạng nội bộ duy nhất được các phần tử khác dùng để tham chiếu phần tử này. |
Thành phần
Bảng sau đây trình bày các phần tử cho Committee
:
Phần tử | Số bội | Loại | Mô tả |
---|---|---|---|
AffiliationCollection |
1 | Affiliation |
Chứa các đơn vị liên kết của một uỷ ban. Đơn vị liên kết được dùng để chỉ ra mối liên kết giữa một uỷ ban và một Cá nhân hoặc một Bên. Đơn vị liên kết phải chứa một Mã nhận dạng cá nhân hoặc Mã nhóm, nhưng không được chứa cả hai. |
CommitteeClassificationCollection |
1 |
CommitteeClassification |
Chứa các phân loại của một ủy ban. |
CommitteeScopeGpUnitIds |
1 | IDREFS |
Chứa phần tử |
ContactInformation |
0 hoặc 1 | ContactInformation |
Cung cấp nhiều dạng thông tin liên hệ. Phần tử này phải chứa một
URI được chú thích
được chú thích bằng |
ExternalIdentifiers |
1 | ExternalIdentifiers |
Liên kết giấy tờ tuỳ thân với ủy ban. Đáp giá trị nhận dạng ổn định là trường bắt buộc. Phần tử |
Name |
1 | InternationalizedText |
Tên chính thức của uỷ ban. |
Các loại bổ sung cho ExternalIdentifiers
Trong phần tử ExternalIdentifiers
của Committee
, hãy cung cấp thêm dữ liệu
với Type
là other
, cùng với giá trị cho OtherType
và Value
. Chiến lược phát hành đĩa đơn
bảng sau đây trình bày các giá trị có thể có cho các phần tử này:
Số nhận dạng | Type |
OtherType |
Giá trị mẫu | Số bội | Mô tả |
---|---|---|---|---|---|
EIN (Mã số thuế) của IRS | other |
ein |
012345678 |
0 hoặc 1 |
Mã EIN (Mã số thuế) của một uỷ ban IRS. |
ID Ủy ban FEC | national-level |
Không áp dụng | C00100005 |
0 hoặc 1 |
Mã của một ủy ban FEC. |
Mã uỷ ban tiểu bang | state-level |
Không áp dụng | va-id-123 |
0 trở lên |
Mã của một uỷ ban cấp tiểu bang. |
Ví dụ
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>