PollingLocationΒΆ
The PollingLocation object represents a site where voters cast or drop off ballots.
Tag | Data Type | Required? | Repeats? | Description | Error Handling |
---|---|---|---|---|---|
AddressLine | xs:string |
Required | Repeats | Represents the various parts of an address to a polling location. | At least one valid AddressLine must
be present for PollingLocation to be
valid. If no valid AddressLine is
present, the implementation is required
to ignore the PollingLocation
element containing it. |
Directions | InternationalizedText | Optional | Single | Specifies further instructions for locating the polling location. | If the element is invalid or not present, then the implementation is required to ignore it. |
Hours [deprecated] | InternationalizedText | Optional | Single | Contains the hours (in local time) that the polling location is open (NB: this element is deprecated in favor of the more structured HoursOpen element. It is strongly encouraged that data providers move toward contributing hours in this format). | If the element is invalid or not present, then the implementation is required to ignore it. |
HoursOpenId | xs:IDREF |
Optional | Single | Links to an HoursOpen element, which is a schedule of dates and hours during which the polling location is available. | If the field is invalid or not present, then the implementation is required to ignore it. |
IsDropBox | xs:boolean |
Optional | Single | Indicates if this polling location is a drop box. | If the field is invalid or not present, then the implementation is required to ignore it. |
IsEarlyVoting | xs:boolean |
Optional | Single | Indicates if this polling location is an early vote site. | If the field is invalid or not present, then the implementation is required to ignore it. |
LatLng | LatLng | Optional | Single | Specifies the latitude and longitude of this polling location. | If the element is invalid or not present, then the implementation is required to ignore it. |
Name | xs:string |
Optional | Single | Name of the polling location. | If the field is invalid or not present, then the implementation is required to ignore it. |
PhotoUri | xs:anyURI |
Optional | Single | Contains a link to an image of the polling location. | If the field is invalid or not present, then the implementation is required to ignore it. |