کمیته

از Committee برای توصیف یک کمیته سیاسی استفاده کنید. عنصر ElectionReport شامل CommitteeCollection است که شامل مجموعه کامل اشیاء کمیته در فید کمیته است.


صفات

جدول زیر ویژگی های Committee را نشان می دهد:

صفت مورد نیاز؟ تایپ کنید توضیحات
objectId مورد نیاز ID شناسه داخلی منحصر به فرد که توسط عناصر دیگر برای ارجاع به این عنصر استفاده می شود.

عناصر

جدول زیر عناصر Committee را نشان می دهد:

عنصر کثرت تایپ کنید توضیحات
AffiliationCollection 1 Affiliation شامل وابستگی های یک کمیته است. 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 of other همراه با مقادیر OtherType و Value ارائه دهید. جدول زیر مقادیر ممکن برای این عناصر را نشان می دهد:

شناسه Type OtherType مقادیر نمونه کثرت توضیحات
IRS EIN (شناسه مالیاتی) other ein 012345678 0 یا 1

IRS EIN (شناسه مالیاتی) یک کمیته.

شناسه کمیته FEC national-level N/A C00100005 0 یا 1

شناسه کمیته FEC یک کمیته.

شناسه کمیته دولتی state-level N/A 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>