Product Schema Description
Product Data Schema
Node Description:
- products : <product> : Base product data root node
- product : <products> : Enumerable individual product node
- attributes
- type : {games}
- attributes
- product_title : <product_title> : (CDATA: String) : Game title
- description : <description> : (CDATA: String) : Product Description
- global_id : <global_id> : ( Integer ) : Gamepro product ID
- platform_value : <platform_value> : (String) : DB safe platform value
- platform_display : <platform_display> : (String) : Game platform display value
- interface_id : <interface_id> : (Integer) : Platform independent game title id
- has_box_art : <has_box_art> : ( Boolean { yes|no }) : Box art flag
- box_art_path : <box_art_path> : (String) : Absolute path to game box art
- developer : <developer> : (CDATA: String) : Game Developer
- publisher: <publisher> : (CDATA: String) : Game Publisher
- release_date_final : <release_date_final> : (Timestamp) : Final release date.
- release_date_spec : <release_date_spec> : (String) : Speculation release date
- ex. Spring 2010
- review_score : <review_score> : (Integer) : Gamepro user review score (out of 5)
- acronym : <acronym> : (String) : Acronym for game title.
- link_back_url : <link_back_url> : (String) : Attribution url to game title info page on gamepro.com
- related_content: <related_content> : Container for related editorial.
- content : <content> : Enumerable content node
- attributes
- type = {article type value}
- attributes
- article_title : <article_title> : (CDATA:String) : Related article title
- article_blurb : <article_blurb> : (CDATA: String) : Short article blurb
- article_id : <article_id> : (Integer, Unique) : Related gamepro article id
- article_type_value : <article_type_value> : (String) : DB safe related content type value
- article_type_display : <article_type_display> : (String) : Display string of related content type
- date_published : <date_published> : (Timestamp) : Date Published of related content
- link_back_url : <link_back_url> : (String) : Attribution url for related content
- article_body_svc : <article_body_svc> : (String) : REST url to gather contents of related content.
- related_media : <related_media> : Container for related screenshots // Currently not active
- content : <content> : Enumerable content node
Sample Xml Data:
<?xml version="1.0" encoding="UTF-8"?>
<products>
<product type="games">
<product_title><![CDATA[GoldenEye: Rogue Agent]]></product_title>
<description><![CDATA[GoldenEye: Rogue Agent by EA Games for the Nintendo DS puts you in the role of a high-rolling, cold-hearted villain. As an aspiring 00 agent gone bad, you're recruited by Auric Goldfinger in a ruthless war against Dr. No for control of the Bond underworld. A brutal encounter with Dr. No costs you an eye, but Goldfinger's technicians replace it with a gold-hued, synthetic eye, earning you the name GoldenEye. With the ability to customize and upgrade your villain persona, wreak havoc as you make your unrelenting rise through the ranks. Build your own personalized villain, equipped with a customizable synthetic eye and physical attributes. Game modes include story-based campaign missions, deathmatch simulator trials, and objective-based team war games.]]></description>
<global_id>160994</global_id>
<platform_value>ds</platform_value>
<platform_display>DS</platform_display>
<interface_id>6651</interface_id>
<has_box_art>yes</has_box_art>
<box_art_path>http://cdn1.gamepro.com//box/box_160994.jpg</box_art_path>
<developer><![CDATA[DreamWorks Interactive]]></developer>
<publisher><![CDATA[EA Games]]></publisher>
<release_date_final>{ts '2004-11-22 00:00:00'}</release_date_final>
<release_date_spec></release_date_spec>
<review_score></review_score>
<genre_value>ACTION</genre_value>
<genre_display>Action</genre_display>
<esrb_value>TEEN</esrb_value>
<esrb_display>Teen</esrb_display>
<user_review_score></user_review_score>
<acronym>GERA</acronym>
<link_back_url>http://www.gamepro.com/games/ds/160994/goldeneye-rogue-agent/</link_back_url>
<related_content>
</related_content>
<related_media>
</related_media>
</product>
</products>