使用 PartyLeadership
实体定义有关各种
类型的领导层
Party
。
属性
下表介绍了 PartyLeadership
元素的属性:
属性 | 是否必需? | 类型 | 说明 |
---|---|---|---|
objectId |
必填 | ID |
供其他元素引用的唯一内部标识符 该元素。 |
元素
下表介绍了 PartyLeadership
的元素:
元素 | 多样性 | 类型 | 说明 |
---|---|---|---|
EndDate |
0 或 1 | PartialDate |
人员担任政党领导职位的结束日期。应为 如果领导任职期间尚未解除,则未指定。 |
ExternalIdentifiers |
1 | ExternalIdentifiers |
将 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" } ]