﻿<?xml version="1.0" encoding="utf-8" ?>
<marketplace xmlns="https://schemas.cdon.com/product/4.0/4.9.0/product">

  <!-- This represents a simple product (i.e. without variations). -->
  <product>
    <identity>
      <id>100</id>
      <gtin>0123456789302</gtin>
    </identity>
    <title>
      <default>Twisted Cat</default>
    </title>
    <description>
      <default>Ethernet with a twist!</default>
    </description>
		<category>
			<google>1480</google>
			<attributes>
				<network_cable_category>network_cable_category_cat6a</network_cable_category>
			</attributes>
		</category>
    <usp>
      <value>
        <default>Six alpha cats</default>
        <se>Sex alphakatter</se>
      </value>
      <value>
        <default>Lasts long</default>
        <se>Räcker länge</se>
      </value>
    </usp>
    <energy>
      <class>APlusPlus</class>
      <label>https://cdon.com/label.jpg</label>
      <arrow>https://cdon.com/arrow.png</arrow>
      <sheet>https://cdon.com/sheet.pdf</sheet>
    </energy>
    <dimensions>
      <length>
        <value>5</value>
        <unit>m</unit>
      </length>
    </dimensions>
    <releaseDate>1987-01-01</releaseDate>
  </product>

  <!-- This represents a complex product (i.e. with variations). -->
  <product>
    <!--
      This is the identity of the model product.
      This is required for ALL products (even with variations).
    -->
    <identity>
      <id>200</id>
    </identity>
    <title>
      <default>Big Tablet</default>
    </title>
    <description>
      <default>Not your ordinary pill</default>
    </description>
		<category>
			<cdon>computers_and_peripheral_equipment_tablets</cdon>
			<attributes>
				<operating_system>operating_system_android</operating_system>
				<screen_resolution>screen_resolution_2560x1440</screen_resolution>
				<screen_size_inch>9</screen_size_inch>
			</attributes>
		</category>
    <usp>
      <value>
        <default>Waterproof</default>
      </value>
      <value>
        <default>Photo realistic display</default>
      </value>
    </usp>
    <variants>
      <variantByColor>
        <identity>
          <id>201</id>
        </identity>
        <color>
          <default>Graphite Gray</default>
        </color>
      </variantByColor>
      <variantByColor>
        <identity>
          <id>202</id>
        </identity>
        <color>
          <default>Matte Black</default>
        </color>
      </variantByColor>
    </variants>
  </product>

  <!-- This product demonstrates the use of the optional identity data. -->
  <product>
    <!--
      This is the identity of the model product.
      This is required for ALL products (even with variations).
      Values in GTIN/MPN are discarded for the model product.
    -->
    <identity>
      <id>300</id>
    </identity>
    <title>
      <default>Terasaurus Disk</default>
    </title>
    <description>
      <default>Go big or go home</default>
    </description>
    <category>
	    <google>380</google>
	    <attributes>
		    <hard_drive_form_factor>hard_drive_form_factor_3_5_inch</hard_drive_form_factor>
		    <memory_capacity_gb>10000</memory_capacity_gb>
	    </attributes>
    </category>
    <isPreOwned>false</isPreOwned>
    <variants>
      <variantByColor>
        <identity>
          <id>301</id>
          <gtin>0123456789301</gtin>
          <mpn>WD100EFAX</mpn>
          <sku>TD-10#Red</sku>
        </identity>
        <color>
          <default>Red</default>
        </color>
      </variantByColor>
      <variantByColor>
        <identity>
          <id>302</id>
          <gtin>0123456789302</gtin>
          <mpn>WD101KFBX</mpn>
          <sku>TD-10#RedPro</sku>
        </identity>
        <color>
          <default>Red Pro</default>
        </color>
      </variantByColor>
    </variants>
  </product>

</marketplace>