OfficeholderSubFeed 항목은 공직자 Feed
의 속성을 설명합니다. 포함되는 지역 및 공직 수준과 Feed에서 실제
콘텐츠를 사용할 수 있는 시점을 지정합니다.
요소
| 요소 | 다중성 | 유형 | 설명 |
|---|---|---|---|
DebugName |
0 또는 1 | string |
이 공직자 피드의 설명 이름입니다. |
OfficeScopeCollection |
1 | 해당 사항 없음 | 이 OfficeholderSubFeed의 공직자가 보유한 모든 공직을 지정하는
OfficeScope
정의의 래퍼 요소입니다.
|
InitialDeliveryDate |
1 | PartialDate |
파트너가 피드의 첫 번째 초안을 보낼 것으로 예상되는 시점입니다. |
FullDeliveryDate |
0 또는 1 | PartialDate |
공직자의 전체 목록이 제공되지만 일부 속성이 아직 확정되지 않은 시점입니다. |
ExpectedOfficeholders |
0 또는 1 | integer |
0이 아닌 공직자 수입니다. 대략적인 추정치도 괜찮습니다. 이 항목은 숫자를 알 수 없거나 추정치에 대한 확신이 없는 경우 비어 있을 수 있습니다. |
예
다음 예는 Feed가 있는 OfficeholderSubFeed를 포함하는
OfficeScope입니다. Feed가 2024년 1월에 제공되며 오스트레일리아의 전국 수준 및 주 수준 공직자를 포함함을 나타냅니다.
XML
<OfficeholderSubFeed> <DebugName>AU national and state level officeholders</DebugName> <OfficeScopeCollection> <OfficeScope> <DebugName>National level OH</DebugName> <OfficeLevel>Country</OfficeLevel> <JurisdictionOcdId>ocd-division/country:au</JurisdictionOcdId> <OfficeRoles>lower house</OfficeRoles> <OfficeRoles>upper house</OfficeRoles> </OfficeScope> <OfficeScope> <DebugName>South Austria OH</DebugName> <OfficeLevel>Administrative Area 1</OfficeLevel> <JurisdictionOcdId>ocd-division/country:au/state:sa</JurisdictionOcdId> <OfficeRoles>state lower house</OfficeRoles> </OfficeScope> ... </OfficeScopeCollection> <InitialDeliveryDate>2024-01</InitialDeliveryDate> </OfficeholderSubFeed>