聯盟

選舉前、選舉或現任官員動態消息。

使用 Affiliation 描述政治委員會與PartyPerson的關係。Affiliation 元素包含 AffiliationCollection,其中含有動態饋給中特定委員會的完整聯盟物件集。


元素

下表顯示 Affiliation 的元素:

元素 多重性 類型 說明
EndDate 0 或 1 PartialDate 委員會可擁有這項分類的最新日期。 如果聯盟關係目前有效,請勿加入這個元素。
PartyId 0 或 1 IDREF 聯盟合作夥伴的 IDREF。
PersonId 0 或 1 IDREF 相關人員的 IDREF。
StartDate 0 或 1 PartialDate 委員會最早可能進行這項分類的日期。如果不知道開始日期,請勿加入這個元素。

範例

XML

      <Affiliation>
        <EndDate>2023-02-31</EndDate>
        <PartyId>par00001</PartyId>
        <StartDate>2023-01-01</StartDate>
      </Affiliation>

      <Affiliation>
        <EndDate>2023-02-31</EndDate>
        <PersonId>per00123</PersonId>
        <StartDate>2023-01-01</StartDate>
      </Affiliation>

      <Affiliation>
        <PersonId>per00123</PersonId>
        <StartDate>2023-01-01</StartDate>
      </Affiliation>