ועדה

יש להשתמש ב-Committee כדי לתאר ועדה פוליטית. הרכיב ElectionReport כולל את CommitteeCollection, שמכיל את כל האובייקטים של הוועדות בפיד של הוועדות.


מאפיינים

בטבלה הבאה מוצגים המאפיינים של חשבון Committee:

מאפיין חובה? תיאור התיאור
objectId נדרש ID מזהה פנימי ייחודי המשמש רכיבים אחרים להפניה לרכיב הזה.

Elements

הטבלה הבאה מציגה את הרכיבים של Committee:

רכיב ריבוי תיאור התיאור
AffiliationCollection 1 Affiliation מכיל את ההשתייכות ל ועדה. השתייכות משמשת כדי לציין השתייכות בין ועדה לאדם או למפלגה. שיוך חייב להכיל PersonId או PartyId, אבל לא את שניהם.
CommitteeClassificationCollection 1 CommitteeClassification מכילה את הסיווגים של ועדה.
CommitteeScopeGpUnitIds 1 IDREFS

מכילה את רכיבי objectId של כל רכיבי GpUnit שהוועדה שייכת אליהם. השם הוא פדרלי או מתייחס למדינה שאליה שייכת ועדה.

ContactInformation 0 או 1 ContactInformation

מספק צורות שונות של פרטים ליצירת קשר.

הרכיב הזה צריך להכיל URI עם הערות שמלווה בהערה wikipedia כדי לציין את דף הוויקיפדיה הקנוני של המפלגה. כמו כן, צריך לספק מזהי URI רשמיים אחרים של אתרים או רשתות חברתיות של המסיבה.

ExternalIdentifiers 1 ExternalIdentifiers

משייכת מזהה לוועדה. נדרש מזהה יציב.

הרכיב ExternalIdentifiers של Committee מאפשר לספק מידע נוסף עם ערכים מסוימים עבור OtherType. לפרטים נוספים אפשר לעיין במאמר סוגים נוספים של ExternalIdentifiers.

Name 1 InternationalizedText

השם הרשמי של הוועדה.

סוגים נוספים של מזהים חיצוניים

ברכיב ExternalIdentifiers של Committee, מספקים נתונים נוספים עם Type של other, יחד עם הערכים של OtherType ו-Value. בטבלה הבאה מוצגים ערכים אפשריים לרכיבים האלה:

מזהה Type OtherType ערכים לדוגמה ריבוי התיאור
מזהה מס (EIN) של מס הכנסה other ein 012345678 0 או 1

מזהה המס של ה-IRS (מזהה מס) של ועדה.

מזהה ועדת 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>