<!ELEMENT       ebay (StoreExport)>

<!ELEMENT       StoreExport (Settings, Products)>


<!ELEMENT	Settings (Published)>

<!ELEMENT	Published (timestamp)>

<!-- The timestamp reflects when the Items have last changed. -->
<!ELEMENT       Published     EMPTY>
<!ATTLIST       Published
                timestamp     CDATA #REQUIRED>

<!ELEMENT       Products     (Product*)>


<!ELEMENT       Product      (Description,
                              	Caption,
                              	Url,
                              	EndTime,
                              	Category,
                              	EndNodeCategory,
                              	BuyItNow?,
                              	ListingFormat,
                              	Orderable,
                              	SiteCurrency,
                              	Pricing,
                              	Availability?,
                              	Quantity,
                              	GalleryPicture?,
                              	Site,
                              	Country)>
<!ATTLIST       Product
		Id            PCDATA        #REQUIRED>


<!ELEMENT	Description      (#CDATA)>
<!ELEMENT	Caption      	 (#CDATA)>
<!ELEMENT	Url              (#CDATA)>
<!ELEMENT	EndTime      	 (#PCDATA)>
<!ELEMENT	Category      	 (#PCDATA)>
<!ELEMENT	EndNodeCategory	 (#PCDATA)>
<!ELEMENT	BuyItNow         (#PCDATA)>
<!ELEMENT	ListingFormat    (#PCDATA)>
<!ELEMENT	Orderable        (#PCDATA)>
<!ELEMENT	SiteCurrency     (#PCDATA)>
<!ELEMENT	Pricing          (BasePrice,BuyItNowPrice?,ShippingCost?)>
<!ELEMENT	Availability     (#PCDATA)>
<!ELEMENT	Quantity         (#PCDATA)>
<!ELEMENT	GalleryPicture   (#PCDATA)>
<!ELEMENT	Site             (#PCDATA)>
<!ELEMENT	Country          (#PCDATA)>

<!ELEMENT	BasePrice        (#PCDATA)>
<!ELEMENT	BuyItNowPrice    (#PCDATA)>
<!ELEMENT	ShippingCost     (#PCDATA)>