SourceΒΆ
The Source object represents the organization that is publishing the information. This object is the only required object in the feed file, and only one source object is allowed to be present.
Tag |
Data Type |
Required? |
Repeats? |
Description |
Error Handling |
---|---|---|---|---|---|
Name |
|
Required |
Single |
Specifies the name of the organization that is providing the information. |
|
VipId |
|
Required |
Single |
Specifies the ID of the organization. VIP uses FIPS codes for this ID. |
|
DateTime |
|
Required |
Single |
Specifies the date and time of the feed production. The date/time is considered to be in the timezone local to the organization. |
|
Description |
Optional |
Single |
Specifies both the nature of the organization providing the data and what data is in the feed. |
||
OrganizationUri |
|
Optional |
Single |
Specifies a URI to the home page of the organization publishing the data. |
|
FeedContactInformation |
Optional |
Single |
Reference to the Person who will respond to inquiries about the information contained within the file. |
||
TouUri |
|
Optional |
Single |
Specifies the website where the Terms of Use for the information in this file can be found. |
|
Version |
|
Optional |
Single |
Specifies the version of the data |
1<Source id="src1">
2 <DateTime>2013-10-24T14:25:28</DateTime>
3 <Description>
4 <Text language="en">SBE is the official source for Virginia data</Text>
5 </Description>
6 <Name>State Board of Elections, Commonwealth of Virginia</Name>
7 <OrganizationUri>http://www.sbe.virginia.gov/</OrganizationUri>
8 <VipId>51</VipId>
9 <Version>5.0</Version>
10</Source>