﻿<?xml version="1.0"?>
<Collection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="Hello World Collection" SchemaVersion="1.0" p:Icon="helloworld.bmp" xmlns:p="http://schemas.microsoft.com/livelabs/pivot/collection/2009" xmlns="http://schemas.microsoft.com/collection/metadata/2009">
  <FacetCategories>
    <FacetCategory Name="Hello World Facet Category One" Type="String" />
  </FacetCategories>
  <Items ImgBase="helloworld.dzc">
    <Item Img="#0" Id="0" Href="http://www.getpivot.com" Name="Hello World!">
      <Description>This is the only item in the collection.</Description>
      <Facets>
        <Facet Name="Hello World Facet Category One">
          <String Value="Hello World Facet Value" />
        </Facet>       
      </Facets>
    </Item>
  </Items>
</Collection>
