ใช้ Committee
เพื่ออธิบายคณะกรรมการทางการเมือง
องค์ประกอบ ElectionReport
มี CommitteeCollection
ซึ่งมีออบเจ็กต์ Committee ครบชุด
ในฟีดคณะกรรมการ
Attributes
ตารางต่อไปนี้แสดงแอตทริบิวต์สำหรับ Committee
แอตทริบิวต์ | จำเป็นหรือไม่ | ประเภท | คำอธิบาย |
---|---|---|---|
objectId |
ต้องระบุ | ID |
ตัวระบุภายในที่ไม่ซ้ำกันซึ่งองค์ประกอบอื่นๆ ใช้เพื่ออ้างอิง องค์ประกอบนี้ |
องค์ประกอบ
ตารางต่อไปนี้แสดงองค์ประกอบสำหรับ Committee
องค์ประกอบ | ความหลากหลาย | ประเภท | คำอธิบาย |
---|---|---|---|
AffiliationCollection |
1 | Affiliation |
ประกอบด้วยสังกัดของคณะกรรมการ แอฟฟิลิเอตใช้เพื่อระบุความเกี่ยวข้องระหว่างคณะกรรมการกับบุคคลหรือฝ่ายใดฝ่ายหนึ่ง แอฟฟิลิเอตจะต้องมี PersonId หรือ PartyId อย่างใดอย่างหนึ่ง แต่ไม่มีทั้งสองอย่าง |
CommitteeClassificationCollection |
1 |
CommitteeClassification |
มีการจัดประเภทสำหรับคณะกรรมการ |
CommitteeScopeGpUnitIds |
1 | IDREFS |
มีองค์ประกอบ |
ContactInformation |
0 หรือ 1 | ContactInformation |
ให้ข้อมูลติดต่อหลายรูปแบบ องค์ประกอบนี้ต้องมีแอตทริบิวต์
URL ที่มีคำอธิบายประกอบ
ที่มีคำอธิบายประกอบด้วย |
ExternalIdentifiers |
1 | ExternalIdentifiers |
เชื่อมโยงรหัสกับคณะกรรมการ ต ตัวระบุแบบคงที่ ต้องระบุ องค์ประกอบ |
Name |
1 | InternationalizedText |
ชื่อทางการของคณะกรรมการ |
ประเภทเพิ่มเติมสำหรับ ExternalIdentifier
ในองค์ประกอบ ExternalIdentifiers
ของ Committee
ให้ระบุข้อมูลเพิ่มเติม
โดยมี Type
เป็น other
พร้อมกับค่าสำหรับ OtherType
และ Value
ตารางต่อไปนี้แสดงค่าที่เป็นไปได้สำหรับองค์ประกอบเหล่านี้
ตัวระบุ | Type |
OtherType |
ค่าตัวอย่าง | ความหลากหลาย | คำอธิบาย |
---|---|---|---|---|---|
IRS EIN (หมายเลขประจำตัวผู้เสียภาษี) | other |
ein |
012345678 |
0 หรือ 1 |
IRS EIN (หมายเลขประจำตัวผู้เสียภาษี) ของคณะกรรมการ |
รหัสคณะกรรมการ FEC | national-level |
ไม่มี | C00100005 |
0 หรือ 1 |
รหัสคณะกรรมการ FEC ของคณะกรรมการ |
รหัสคณะกรรมการรัฐ | state-level |
ไม่มี | va-id-123 |
0 ขึ้นไป |
รหัสคณะกรรมการประจำรัฐของคณะกรรมการ |
ตัวอย่าง
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>