Use OfficeHolderTenure to define the specific seat and tenure of an
officeholder.
If a person occupies more than one ongoing position at the same time, the feed must provide information about each of these tenures. For example, if someone is both Chancellor of Germany and Member of the Bundestag then they must have one tenure per position.
When a person is designated as an officeholder for a new district or a new position, link this person to the new office. Make sure to not reuse an outdated office.
Attributes
The following table describes the attributes for OfficeHolderTenure:
| Attribute | Required? | Type | Description |
|---|---|---|---|
objectId |
Required | ID |
Unique internal identifier that's used by other elements to reference this element. |
Elements
The following table describes the elements for OfficeHolderTenure:
| Element | Multiplicity | Type | Description |
|---|---|---|---|
ContactInformation |
0 or more | ContactInformation |
Associates contact information with the officeholder. If this element is included, only specify information that's related to the officeholder, not the candidate or office. |
ElectoralDistrictId |
1 | IDREF |
Provide the For the officeholder feed, we expect one
Example: The Taiwan legislative election
Another example: US senate officeholder feed
|
ExternalIdentifiers |
1 | ExternalIdentifiers |
Associates an ID with the officeholder tenure. A stable identifier is required. Stable identifiers for officeholder tenure must be unique across tenures. For example, each of the following need a distinct officeholder tenure stable identifier:
|
OfficeHolderPersonId |
1 | IDREF |
Provide the |
OfficeId |
1 | IDREF |
Provide the |
SeatStatus |
0 or 1 | SeatStatus |
The enumerated type of the officeholder's SeatStatus, such as
active or on-leave. The default value is
active if no SeatStatus is specified. |
OfficeSelectionMethod |
1 | OfficeSelectionMethod |
Information on how the officeholder is selected or placed into office for this tenure. |
StartDate |
1 | PartialDate |
Represents the start date for the current tenure of the office.
Provide the date in the form
|
EndDate |
0 or 1 | PartialDate |
Represents the end date of a person's tenure in a particular office.
Don't include Only include
Two months (60 days) after the specified In the case of a dissolved government prior to an election: Don't
include the |
OfficeTermType |
0 or 1 | OfficeTermType |
The enumerated type of the officeholder's OfficeTermType. See the reference for available options. |
Examples
XML
<OfficeHolderTenure objectId="offh0"> <ElectoralDistrictId>ru-gpu0</ElectoralDistrictId> <ExternalIdentifiers> <ExternalIdentifier> <Type>other</Type> <OtherType>stable</OtherType> <Value>stable-offh0</Value> </ExternalIdentifier> </ExternalIdentifiers> <OfficeHolderPersonId>per0</OfficeHolderPersonId> <OfficeSelectionMethod>directly-elected</OfficeSelectionMethod> <SeatStatus>active</SeatStatus> <StartDate>2019-01-02</StartDate> </OfficeHolderTenure>