使用 PartyLeadership
實體定義各種
主管類型
Party
。
屬性
下表將說明 PartyLeadership
元素的屬性:
屬性 | 必填與否 | 類型 | 說明 |
---|---|---|---|
objectId |
必填 | ID |
其他元素所使用的不重複內部 ID 這個元素 |
元素
下表將說明 PartyLeadership
的元素:
元素 | 多重性 | 類型 | 說明 |
---|---|---|---|
EndDate |
0 或 1 | PartialDate |
當事人擔任政黨領導角色的時間結束日期。應為 如果主管階層持續不滿,未指定任何值。 |
ExternalIdentifiers |
1 | ExternalIdentifiers |
將 ID 連結至政黨主管。A 罩杯 穩定 ID 必填。 |
PartyLeaderId |
1 | IDREF |
的專屬識別碼
Person ,其中成員
建立各方領導角色 |
StartDate |
0 或 1 | PartialDate |
人員擔任政黨領導角色的開始日期。應該 如果日期未知,則不必指定。 |
Type |
1 | PartyLeadershipType |
此元素代表的派對領導類型。 |
範例
XML
<PartyLeadership objectId="PL123"> <EndDate>2024-02-01</EndDate> <ExternalIdentifiers> <ExternalIdentifier> <Type>other</Type> <OtherType>stable</OtherType> <Value>stable-party-leader-PL123</Value> </ExternalIdentifier> </ExternalIdentifiers> <PartyLeaderId>person-123</PartyLeaderId> <StartDate>2024-01-01</StartDate> <Type>party-leader</Type> </PartyLeadership>
JSON
"PartyLeadership": [ { "objectId": "PL123", "EndDate": "2024-02-01", "ExternalIdentifiers": { "ExternalIdentifier": [ { "Type": "other", "OtherType": "stable", "Value": "stable-party-leader-PL123" } ] }, "PartyLeaderId": "person-123", "StartDate": "2024-01-01", "Type": "party-leader" } ]