PartyLeadership
항목을 사용하여 다양한
리더십 유형
Party
속성
다음 표에서는 PartyLeadership
요소의 속성을 설명합니다.
속성 | 필수 여부 | 유형 | 설명 |
---|---|---|---|
objectId |
필수 | ID |
다른 요소에서 참조하는 데 사용하는 고유한 내부 식별자입니다. 이 요소에 적용됩니다. |
요소
다음 표에서는 PartyLeadership
의 요소를 설명합니다.
요소 | 다중성 | 유형 | 설명 |
---|---|---|---|
EndDate |
0 또는 1 | PartialDate |
당 리더 역할을 맡고 있는 개인의 시간 종료일입니다. 다음과 같아야 함 리더 재임 기간이 지속되는 경우 지정되지 않은 상태로 둡니다. |
ExternalIdentifiers |
1 | ExternalIdentifiers |
신분증을 정당 지도부와 연결합니다. 가 안정적 식별자 은(는) 필수입니다. |
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" } ]