<Schema xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes">
<ElementType NAME="CITY" content="textOnly" dt:type="string" />
<ElementType NAME="NAME" content="textOnly" dt:type="string" />
<ElementType NAME="DESC" content="textOnly" dt:type="string" />
<ElementType NAME="PRICE" content="textOnly" dt:type="decimal" />
<ElementType NAME="DURATION" content="textOnly" dt:type="string" />
<ElementType NAME="THUMB" content="textOnly" dt:type="string" />
<ElementType NAME="BUYURL" content="textOnly" dt:type="string" />

<!-- last, type the TrustedTours tag -->
<ElementType NAME="TrustedTours" content="eltOnly">
   <element type="TOUR" />
</ElementType>

<!-- always close the Schema tag -->
</Schema>

