Year (metadata)
From Wikipedia, the free encyclopedia
This article may not meet the general notability guideline or one of the following specific guidelines for inclusion on Wikipedia: Biographies, Books, Companies, Fiction, Music, Neologisms, Numbers, Web content, or several proposals for new guidelines. If you are familiar with the subject matter, please expand or rewrite the article to establish its notability. The best way to address this concern is to reference published, third-party sources about the subject. If notability cannot be established, the article is more likely to be considered for redirection, merge or ultimately deletion, per Wikipedia:Guide to deletion. This article has been tagged since April 2008. |
In metadata, year is a representation term used to specify a year in the Gregorian calendar systems.
[edit] Example in XML
If a vehicle has a model year the XML data element may be:
<VehicleModelYear>2006</VehicleModelYear>
In the above example the Vehicle is the object, the Model is the property and Year is the representation term.
Note that Year should not be confused with the Date representation term which requires that the month and the day also be supplied.
The representation term is used for semantic identification of a data elements and does not dictate if the data type used in a database should use a string or an integer structure. This is implementtion dependent.