יש להשתמש בCommittee
כדי לתאר ועדה פוליטית.
אלמנט ElectionReport
כולל CommitteeCollection
, שמכיל את הקבוצה המלאה של אובייקטי Committee
בפיד של ועדה.
מאפיינים
הטבלה הבאה מציגה את המאפיינים של Committee
:
מאפיין | חובה? | סוג | תיאור |
---|---|---|---|
objectId |
חובה | ID |
מזהה פנימי ייחודי שמשמש אלמנטים אחרים להפניה מהרכיב הזה. |
רכיבים
הטבלה הבאה מציגה את הרכיבים של Committee
:
רכיב | ריבוי | סוג | תיאור |
---|---|---|---|
AffiliationCollection |
1 | Affiliation |
מכיל את הנתונים המשויכים לוועדה. שיוך משמש כדי לציין קשר בין ועדה לבין אדם או צד. שיוך חייב להכיל UserId או PartyId, אבל לא את שניהם. |
CommitteeClassificationCollection |
1 |
CommitteeClassification |
מכיל את הסיווגים של ועדה. |
CommitteeScopeGpUnitIds |
1 | IDREFS |
מכיל את רכיבי |
ContactInformation |
0 או 1 | ContactInformation |
מספקת סוגים שונים של פרטים ליצירת קשר. הרכיב הזה חייב להכיל
URI עם הערות
עם הערות עם |
ExternalIdentifiers |
1 | ExternalIdentifiers |
משייך תעודה מזהה לוועדה. א' מזהה יציב הוא שדה חובה. הרכיב |
Name |
1 | InternationalizedText |
השם הרשמי של הוועדה |
סוגים נוספים של מזהים חיצוניים
ברכיב ExternalIdentifiers
של Committee
, צריך לספק נתונים נוספים
עם Type
של other
, יחד עם ערכים של OtherType
ו-Value
.
בטבלה הבאה מוצגים הערכים האפשריים לרכיבים האלו:
מזהה | Type |
OtherType |
ערכים לדוגמה | ריבוי | תיאור |
---|---|---|---|---|---|
IRS EIN (מזהה מס) | other |
ein |
012345678 |
0 או 1 |
מזהה מס (EIN) של ועדה ב-IRS. |
מזהה ועדת ה-FEC | national-level |
לא רלוונטי | C00100005 |
0 או 1 |
מזהה ועדת FEC של ועדה. |
מזהה ועדה של המדינה | state-level |
לא רלוונטי | va-id-123 |
0 או יותר |
מזהה ועדה של המדינה (State) של ועדה. |
דוגמאות
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>