<?xml version="1.0" encoding="iso-8859-1"?>
<smRelease version=".22">
  <!--The item element is used to describe the article in total. Many of the 
  sub elements correspond to existing established names used in RSS and 
  Microformats, etc.-->
  <item>
    <title></title> <!--headline of release-->
    <description></description> <!--sub heading and/or summary text. Limited to 256 char.-->
    <summary></summary><!--summary information; limited to 256 char.-->
    <image type="jpg"></image> <!--image associated with release; types include JPG, GIF, PNG-->
    <language></language> <!--RSS specific language codes; http://www.rssboard.org/rss-language-codes-->
    <copyright source="" type="" descriptionUrl="" imageUrl=""></copyright> <!--USed for creative commons or other standard-->
    <guid isPermaLink="true"></guid> <!--Permalink location-->
    <notificationUrl type="Trackback"></notificationUrl> <!--Trackback or PingBack-->
    <!--Based on Geo Meta Specifications; see http://geotags.com/geo/geotags2.html-->
    <location type="geo">
      <position>
        <latitude></latitude>
        <longitude></longitude>
      </position>
      <placename></placename>
      <region></region>
    </location>
    <category></category> <!--User defined category-->
    <generator></generator> <!--Source Name or URL-->
    <pubDate></pubDate>
    <lastBuildDate></lastBuildDate>
    <expireDate></expireDate>
    <rating></rating> <!--PICS rating; http://www.w3.org/PICS/-->
    <!--Source could be company or organization; multiple reference can be included for blogs, rss, website, etc.-->
    <!--11/5/2008 Source TYPE added to account for multiple sources-->
    <source type="">
      <name></name>
      <description></description>
      <reference type="website"></reference>
      <category type="SIC"></category>
      <!--Could include SIC code or other taxonomy-->
      <contact type="Telephone"></contact>
      <!--Could include multiple contact types with property containing URLs-->
    </source>
    <!--Body copy text-->
    <newsBody>
      <![CDATA[
      Text here
      ]]>
    </newsBody>
    <!--Multiple quotes can be specified within the element with 
    no need for bullets encoded-->
    <quotes>
      <quote id=""></quote>
    </quotes>
    <!--Multiple contacts can be included provided that the TYPE
    attribute is unique to each; types could include PR person, author, etc.-->
    <contacts>
        <contact type="">
          <name></name>
          <title></title>
          <orgName></orgName>
          <picture type=""></picture>
          <shortBio></shortBio>
          <comm type="Telephone"></comm>
          <address type="work">
            <street></street>
            <box></box>
            <locality></locality>
            <region></region>
            <postalCode></postalCode>
            <country></country>
          </address>
          <!--Reference are unique locations to other sites with the property of the
          element a URL; type used to uniquely identify the source and should be based
          on common name elements.-->
          <reference type="Facebook"></reference>
          <reference type="LinkedIn"></reference>
        </contact>
    </contacts>
    <!--Multiple types of media can be included-->
    <media>
      <!--Multiple files may be included of different type; however each must have a unique
      id specific to the hRelease-->
      <file id="" type="" size="" url=""></file>
    </media>
    <!--Related links can be embedded with unique ids for each link
    the url is an attribute with the element properties containing the title of the link-->
    <related>
      <link id="" url=""></link>
    </related>
    <!--Tags can be included with a unique ID for each. The element properties includes the title
    of the link; the URL is an optional attribute-->
    <tags>
      <tag id="" url="" type="TagCloud"></tag>
    </tags>
    <!--Multiple comments can be embedded by unique ID-->
    <comments>
      <comment id="">
        <title></title>
        <dateTime></dateTime>
        <author></author>
        <details><![CDATA[]]></details>
      </comment>
    </comments>
    <!--Resources could be additional information (ie vCal) or other link where the element properties
    contain the name-->
    <resources>
      <resource id="" type="" url=""></resource>
    </resources>
    <!--Disclosure information to account for financial compliance or other terms related to usage
    outside of copyright issues.-->
    <disclosure>
      <![CDATA[
      Text Here
      ]]>
    </disclosure>
    <!--Tracking code added for syndication tracking-->
    <trackCode>
      <![CDATA[
      Text Here
      ]]>
    </trackCode>
  </item>
  
</smRelease>
