<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Johnclarke</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Johnclarke"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Johnclarke"/>
	<updated>2026-04-18T08:12:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hreview-faq&amp;diff=51498</id>
		<title>hreview-faq</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hreview-faq&amp;diff=51498"/>
		<updated>2013-04-03T14:32:12Z</updated>

		<summary type="html">&lt;p&gt;Johnclarke: /* Q&amp;amp;A */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= hReview FAQ =&lt;br /&gt;
&lt;br /&gt;
This page is for documenting Q&amp;amp;A about [[hreview|hReview]].  If you have a new question to ask, Please consider first asking your question on the [irc://irc.freenode.net/#microformats microformats irc channel] (preferably) or the [http://microformats.org/mailman/listinfo/microformats-discuss/ microformats-discuss] list.&lt;br /&gt;
&lt;br /&gt;
== Q&amp;amp;A ==&lt;br /&gt;
&lt;br /&gt;
# What is the purpose of the hReview microformat (i.e. why is it important for it to exist)?&lt;br /&gt;
&lt;br /&gt;
# What are the advantages of using the hReview microformat?&lt;br /&gt;
&lt;br /&gt;
# ''How do you specify more detail for the 'type' field, e.g. for an item of type &amp;quot;product&amp;quot; that is a book, or a movie (on DVD or in a theater), or a music CD? -- paraphrased from [[User:Dougal Campbell|Dougal Campbell]] 11:54, 21 Jun 2005 (PDT)''&lt;br /&gt;
#* The 'type' field was kept delibrately coarse and simple.  Any attempt to build a thorough and meaningful taxonomy of all specific types of things that can be reviewed would be futile.  Instead, the set of reviewed item types is kept small and fairly generic.  Specific &amp;quot;typing&amp;quot; information about the item being reviewed should be published as tags as defined in [[hreview|hReview]].  E.g. a review of a book would be tagged with a [http://en.wikipedia.org/wiki/Book book tag]: &amp;lt;code&amp;gt;&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Book&amp;quot;&amp;gt;book&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; .  Similarly a movie that was a DVD should be tagged with both: &amp;lt;code&amp;gt;&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/Movie&amp;quot;&amp;gt;movie&amp;lt;/a&amp;gt; &amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/DVD&amp;quot;&amp;gt;DVD&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; . Or a music CD: &amp;lt;code&amp;gt;&amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/music&amp;quot;&amp;gt;music&amp;lt;/a&amp;gt; &amp;lt;a rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://en.wikipedia.org/wiki/CD&amp;quot;&amp;gt;CD&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; .&lt;br /&gt;
# ''What is the difference between the 'website' and 'url' type? --[[User:Dougal Campbell|Dougal Campbell]] 11:54, 21 Jun 2005 (PDT)''&lt;br /&gt;
#* A 'website' presumably includes everything located on that site, whereas 'url' refers only to the particular page located at the given 'url'.&lt;br /&gt;
# ''What if I want to use hReview to review a podcast?  Which type should I use?''&lt;br /&gt;
#* As a podcast is typically a specific URL (often ending with &amp;quot;.mp3&amp;quot;) the &amp;quot;url&amp;quot; item type should be used when publishing an hReview of a podcast.&lt;br /&gt;
# ''What is the proper 'type' to use for a restaurant?''&lt;br /&gt;
#* A restaurant is a &amp;quot;business&amp;quot;.&lt;br /&gt;
# ''Is there a standard way to add information that isn't in the default list of fields?  It seems like book reviews should include the author's name, but there's no obvious way to add it to the markup.  The example reviews include it in the text, but it's not part of their markup. [[User:Chris Hibbert|Chris Hibbert]]''&lt;br /&gt;
#* See [http://microformats.org/discuss/mail/microformats-discuss/2005-September/000985.html email answer on microformats-discuss] - [http://tantek.com/log/ Tantek]&lt;br /&gt;
# ''How do I state the scale of the rating field? [http://k.digitalfarmers.com/ Kal Ström]''&lt;br /&gt;
#* Please read the [http://microformats.org/wiki/hreview#Field_details rating field description].  The default scale is 1 (worst) to 5 (best) and either can be changed by the author.  See the [http://microformats.org/wiki/hreview#Multidimensional_Restaurant_Review multidimensional restaurant review] for an example of this. - [http://tantek.com/log/ Tantek]&lt;br /&gt;
# ''Is there some recommendation as to the url for movies, imdb perhaps?'' - [[User:Judson Dunn|Judson Dunn]] 12:40, 17 Dec 2005 (PST)&lt;br /&gt;
#* Many users use imdb.com URLs to refer to movies.  Others use amazon.com or other DVD etc. product URLs to refer to movies.  Some even use the URLs to specific movie sites themselves, e.g. whatisthematrix.com.  Some also use URLs to movie traliers on movie trailer sites.  You should use whatever you think best represents the specific item you are reviewing.  Microformats.org does not make a recommendation to use one of the above in particular. - [http://tantek.com/log/ Tantek]&lt;br /&gt;
# ''Can the item being reviewed have more than one photo?''&lt;br /&gt;
#* Yes.  In general if the specification does not explicitly forbid it, a property may take multiple values (or be specified multiple times).&lt;br /&gt;
# ''Is there a recommended way to use hReview to &amp;quot;rate&amp;quot; stocks?''&lt;br /&gt;
#* Typically what you are rating is not the stock, but the company behind the stock, which would simply be an item of 'type' 'business', and you would include an [[hcard|hCard]] for the company.  If you are actually rating a specific stock (for example in the case where a company has more than one type of stock for trade), then in essence you are reviewing a 'product' which is bought and sold.  In that case, you can specify the item 'type' to be a 'product', and then use a standard stock market name for the stock symbol, e.g. &amp;quot;[http://finance.yahoo.com/q?s=T NYSE:T]&amp;quot; for AT&amp;amp;T stock, &amp;quot;[http://finance.yahoo.com/q?s=MSFT NasdaqNM:MSFT]&amp;quot; for Microsoft stock, &amp;quot;[http://finance.yahoo.com/q?s=%5EDJI DJI:^DJI]&amp;quot; for the Dow Jones Industrial Average.  More such scoped names for stocks can be found by looking them up on [http://finance.yahoo.com/ Yahoo! Finance], and you could even use a stock's Yahoo! Finance URL as the item's 'url' in the hReview, e.g. as linked from the examples listed.&lt;br /&gt;
#* In addition, see the FAQ#1 above.  As a &amp;quot;stock&amp;quot; is a particular kind of product, you should probably tag the item in the hReview with a set of tags, e.g.: &lt;br /&gt;
#** &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;quot;http://technorati.com/tag/stock&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;stock&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
#** &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;quot;http://technorati.com/tag/msft&amp;quot; rel=&amp;quot;tag&amp;quot;&amp;gt;msft&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
#** ... etc.&lt;br /&gt;
# ''Should rated tags show up alongside other tags in an hReview?''&lt;br /&gt;
#* Both rated tags and normal tags apply to the item being reviewed, and thus both are in the total set of tags for the item.  As far as where they should show up, that is up to the user interface of the software or service that is displaying the hReviews.&lt;br /&gt;
# ''Are decimal-number ratings allowed?  (ie 4.5)''&lt;br /&gt;
#* One decimal point of precision is added in hReview 0.3 based on analysis of common rating behaviors on the Web.&lt;br /&gt;
# ''How do you markup a page for an item that has multiple reviews on that page (without having to repeat the information about the item in each review? Ning could use this, specifically in their default http://reviewit.ning.com/ , see also http://hreviewit.ning.com''&lt;br /&gt;
#* Possibly use the object inclusion method from [[resume-brainstorming]].&lt;br /&gt;
# ''For a music review, is there a standard for designating/tagging the Artist name separate from the Album name or Track name etc?''&lt;br /&gt;
#* It depends on what specifically you are reviewing.  If you are reviewing the Artist as a whole, then the Artist is the item.  If you are reviewing a specific Album, then the Album is the item.  If you are reviewing a particular Track, then the Track is the item.  You can then just use tags for the rest of the information. http://www.e-textloans.co.uk/&lt;br /&gt;
&lt;br /&gt;
#*# ''Is there a standard way of specifying what the tag is addressing semantically?  That is, say I were reviewing the album OK Computer from Radiohead - the item is of course OK Computer - and I can have a tag to Radiohead - but is there an accepted practice as marking it as an &amp;quot;artist&amp;quot; tag?''&lt;br /&gt;
#*#* The short answer is no, tags are a relatively flat set of &amp;quot;aspects&amp;quot; of the item, and you can't give tags a &amp;quot;type&amp;quot; like that.  The longer answer is, you could tag it Radiohead using a tagspace (see [[rel-tag]] for details) that specifically defined Radiohead as an artist, e.g. perhaps the [http://en.wikipedia.org/wiki/Radiohead Wikipedia page for Radiohead].&lt;br /&gt;
# ''Does anyone have a examples of hReview documents? I.e.  both valid and invalid examples to test a parser against?''&lt;br /&gt;
#* Please see [[hreview-examples-in-wild|hReview Examples in the Wild]].&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{hreview-related-pages}}&lt;/div&gt;</summary>
		<author><name>Johnclarke</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hreview-examples-in-wild&amp;diff=51497</id>
		<title>hreview-examples-in-wild</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hreview-examples-in-wild&amp;diff=51497"/>
		<updated>2013-04-03T14:31:22Z</updated>

		<summary type="html">&lt;p&gt;Johnclarke: /* Reviewed Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hReview Examples in the wild &amp;lt;/entry-title&amp;gt;&lt;br /&gt;
;shortlink&lt;br /&gt;
:http://tr.im/hrvwe&lt;br /&gt;
This page is an '''informative''' section of the [[hreview|hReview]] specification.&lt;br /&gt;
&lt;br /&gt;
The following sites have published [[hreview|hReviews]], and thus are a great place to start for anyone looking for examples &amp;quot;in the wild&amp;quot; to try parsing, indexing, organizing etc.  &lt;br /&gt;
&lt;br /&gt;
If you publish hReviews on your own site, feel free to add it to the '''top''' of this list. Please be sure to include at least one URL to a page on your site that includes actual [[hreview|hReview]] markup. Examples added without a URL to a page with hReview markup may be removed. &lt;br /&gt;
&lt;br /&gt;
Want to get started with writing an [[hreview|hReview]]?  Use the [http://microformats.org/code/hreview/creator hReview creator] to write a review and publish it on your blog or site.&lt;br /&gt;
&lt;br /&gt;
== New Examples ==&lt;br /&gt;
* [http://www.creditlink.co.uk/ Creditlink]is a secured loan company who have implemented the hReview tag to allow clients to leave feedback and testimonials on services level they received.Example: [http://www.creditlink.co.uk/review-page/secured-loan-reviews/ Customer reviews]  &lt;br /&gt;
* [http://bordeaux.pikadom.fr/ Immobilier Bordeaux] Pikadom Bordeaux is a real estate search engine that use hReview in it's [http://bordeaux.pikadom.fr/top-annonces/ top annonces] section to review an funny or incredible ads. &lt;br /&gt;
* [http://www.meytavti.co.il/ In Prespective eye] Aviran`s new (Hebrew) review website based on hReview.&lt;br /&gt;
* [http://www.iconfinance.co.uk/bridging-finance/ Icon Finance] is a bridging finance broker that have used hReview to allow clients and brokers to review their products and customer service.[http://www.iconfinance.co.uk/bridging-finance/ Example]&lt;br /&gt;
* [http://teethsuccess.com TeethSuccess.com Teeth Whitening] is a teeth whitening kit distributor that uses hReview to provide product testimonials. Example here: [http://teethsuccess.com/testimonials TeethSuccess Teeth Whitening]&lt;br /&gt;
* [http://www.keepitgreenmaids.com Houston Maid Service] is a Houston cleaning service website that uses hReview for their client feedback. Example here: [http://www.keepitgreenmaids.com/feedback.html Houston Cleaners]&lt;br /&gt;
* [http://www.hardcoreepoxyflooringdetroit.com Hardcore Epoxy] is a epoxy flooring and foundation website that uses hReview on its footer that is site wide. View here for example [http://www.hardcoreepoxyflooringdetroit.com/concrete-crack-repair-detroit-mi.html Foundation Repair Detroit]&lt;br /&gt;
* [https://www.yourlastingpowerofattorney.co.uk Lasting Power of Attorney] is a legal service website that uses hReview on its testimonial with a site wide aggregation [https://www.yourlastingpowerofattorney.co.uk/lasting-power-of-attorney/lasting-power-of-attorney-guidance/ Lasting Power of Attorney Guidance]&lt;br /&gt;
* [http://www.black-jack.net Blackjack] is a blackjack website that uses hReview on casino reviews and games like [http://www.black-jack.net/casinos/club-usa-casino.html Club USA Casino]&lt;br /&gt;
* [http://www.cravingtech.com/ Cravingtech] is a blog that uses hReview on some posts like [http://www.cravingtech.com/sennheiser-pc-333d-gaming-headset-review.html 7.1 gaming headset from Sennheiser – the PC 333D]&lt;br /&gt;
* [http://www.appwereld.nl AppWereld.nl] uses hReview for mobile application reviews. Example: [http://www.appwereld.nl/reviews/toy-shot-review-481164990/ Toy Shot Review].&lt;br /&gt;
* [http://www.thejokes.net TheJokes.Network] uses hReview for the user reviews of products and services e.g. [http://thejokes.net/review.php?rid=3 Riptastic Review].&lt;br /&gt;
* [http://www.golfmadesimpleinscotland.com Golf Made Simple In Scotland] uses hReview for golf tour testimonials written by clients. Example: [http://www.golfmadesimpleinscotland.com/testimonials/ Golf tour testimonials].&lt;br /&gt;
** All the 'rating' and 'item vcard' elements are set to style=&amp;quot;display:none&amp;quot; unfortunately. - [[User:Tantek|Tantek]] 17:35, 10 October 2011 (UTC)&lt;br /&gt;
* [http://www.delucaplasticsurgery.com DeLuca Plastic Surgery] in Albany, NY uses hReview for testimonials &amp;amp; reviews written by patients of Dr. William DeLuca. Example: [http://www.delucaplasticsurgery.com/reviews/ Tummy Tuck &amp;amp; Liposuction Reviews]. &lt;br /&gt;
&lt;br /&gt;
* [http://www.airbourneairconditioning.com/ AC Repair Houston] is a air conditioning website that uses hReview on its ac repair page to see example visit [http://www.airbourneairconditioning.com/houston-ac-repair.html AC Repair Houston TX]&lt;br /&gt;
* [http://www.getlocalmaps.com/ Get Local] is a google map marketing and local seo company that uses hReview on its hompage. To see example visit [http://www.getlocalmaps.com/ Google Map Marketing]&lt;br /&gt;
* [http://www.how2centos.com/centos-6-tutorials/ CentOS 6 Tutorials] uses hReview for testimonials of its CentOS tutorials. Example: [http://www.how2centos.com/centos-6-tutorials/ CentOS 6] Reviews.&lt;br /&gt;
* [http://www.cabs.co.za/ CABS Car hire South Africa] uses hReview for customer submitted testimonials of its website. [http://www.cabs.co.za/customer-testimonials.html/ Customer testimonial].&lt;br /&gt;
* [http://www.gutscheincodez.com/ GutscheincodeZ.com] uses hReview to allow users to rate different online coupons. Example: [http://www.gutscheincodez.com/otto/ View Example].&lt;br /&gt;
* [http://www.teethwhiteningreviews.com/ Teeth Whitening Reviews] uses hReview for consumer submitted reviews. [http://www.teethwhiteningreviews.com/item.php?id=91 View Example].&lt;br /&gt;
* [http://waterfiltersystem.co/ Water Filter Systems] uses hReview for customer submitted reviews of its water filter systems. [http://waterfiltersystem.co/water-ionizer-7plate-systems/ Review Example].&lt;br /&gt;
* [http://www.tomsgutscheine.de/ Tom's Gutscheine]. A German coupon and voucher site. User reviews are marked up with hReview. Example: [http://www.tomsgutscheine.de/zalando-gutschein Zalando Gutschein].&lt;br /&gt;
* [http://www.elevatelocal.co.uk/ Elevatelocal]. Internet marketing company uses hReview for publishing client testimonials on their corporate website.&lt;br /&gt;
* [http://www.MyMovingReviews.com/ My Moving Reviews]. Moving companies reviews and ratings website - company profile pages and reviews. Uses hReview and hReview-aggregate for publishing reviews and 5 star ratings in the reviews pages. [http://www.mymovingreviews.com/movingreviews/movers-were-fast-39 Moving Review Example].&lt;br /&gt;
* [http://www.trendspots.de News Magazine] The Startpage was realised with hreview. Short informations as a Review.&lt;br /&gt;
* [http://www.shockingexperts.com/ Shocking Experts Review]. News, Products And Service Review Site. Uses hReview and hReview-aggregate for publishing reviews and ratings of data in specific review page. [http://www.shockingexperts.com/forex-robots/forex-megadroid-review.html Review Example]. &lt;br /&gt;
* [http://www.pestek.co.uk/ Pestek Pest Control]. Service reviews from a pest control company. [http://www.pestek.co.uk/alwoodley.html Review Example]. &lt;br /&gt;
* [http://www.assistenza-clienti.it/ Assistenza Clienti]. Customer Services reviews. HReview made easy with Wordpress. [http://www.assistenza-clienti.it/telecom-italia Review Example]. &lt;br /&gt;
* [http://www.glamquotes.com/ Celebrity Quotes] uses hReview for reviews of quotes. [http://www.glamquotes.com/celebrity/lady-gaga-quotes/ View Example].&lt;br /&gt;
* [http://www.ohsohandy.com/ OhSoHandy.com]. Local restaurant, movie theaters, and restaurant reviews site using microformats since 2009 [http://raleigh.ohsohandy.com/review/192-the-raleigh-times-bar Sample Restaurant Review]. &lt;br /&gt;
* [http://www.yetanotherreviewsite.co.uk/ Yet Another Review Site]. Games review site that has just started to include hReview microformat in its reviews [http://www.yetanotherreviewsite.co.uk/dead-rising-2-reviews~925~360,PS3.htm Example Review]. &lt;br /&gt;
&lt;br /&gt;
* [http://wordpresspartner.com/plugins-2/metaweb-topicblocks-plugin-review/ WordPress Partner] reviews WordPress CMS Themes and Plugins with hReview. &lt;br /&gt;
* [http://www.gulfdine.com GulfDine] uses hReview for user and editorial reviews of restaurants. &lt;br /&gt;
* [http://www.granitecountertopsdetroit.org/ Kitchen Countertops Detroit] uses hReview for the granite counter tops website towards the bottom. e.g. [http://www.granitecountertopsdetroit.org/ granite countertops Detroit MI].&lt;br /&gt;
* [http://www.getdebit.com GetDebit] uses hReview to publish reviews of prepaid debit cards. [http://www.getdebit.com/prepaid-debit-card/netspend-mastercard-prepaid-card/ NetSpend MasterCard Review Example].&lt;br /&gt;
* [http://www.myrating.dk myrating.dk] uses hReview and hReview-aggregate for publishing reviews and ratings of data in different categories like movies, candy etc. [http://www.myrating.dk/indhold/1141-the_big_lebowski example].&lt;br /&gt;
* [http://www.scotlandhotelreviews.co.uk/ Scotland Hotel Reviews] and [http://www.glasgowhotelreviews.co.uk/ Glasgow Hotel Reviews] use hReview to markup their hotel reviews. Examples: [http://www.scotlandhotelreviews.co.uk/ayrshire-and-arran/isle-of-arran/brodick/ormidale-hotel/ Brodick Hotel Reviews] and [http://www.glasgowhotelreviews.co.uk/glasgow-city-centre/radisson-sas-hotel-glasgow/ Glasgow Hotel Reviews]&lt;br /&gt;
* [http://www.carinsurance4you.co.za CarInsurance4You] uses hReviews for car insurance company reviews. Examples: [http://www.carinsurance4you.co.za/dial-direct-car-insurance.asp Dial Direct Car Insurance] and [http://www.carinsurance4you.co.za/budget-insurance-car-insurance.asp Budget Insurance].&lt;br /&gt;
* [http://travel.nytimes.com/travel/guides/north-america/united-states/new-york/new-york-city/1002207982790/al-di-la/restaurant-detail.html The New York Times] uses hReview for all its Venue pages under the [http://travel.nytimes.com/ Travel] section, which cover Restaurant, Hotels, Shopping, Nightlife and Attractions. There are approximately 20,000 geo-coded venue pages. Example: [http://travel.nytimes.com/travel/guides/north-america/united-states/new-york/new-york-city/1002207982790/al-di-la/restaurant-detail.html New York City Restaurants: Al Di La].&lt;br /&gt;
** Problems noted by [[User:Tantek|Tantek]] 01:27, 6 January 2010 (UTC) via heads-up from Michael Kaply.&lt;br /&gt;
*** The hReview is of a venue and thus must use a nested hCard item for the review per [[hreview#Property_details|hReview property details: item]]. There are a few problems with the current markup.&lt;br /&gt;
*** current code:&amp;lt;code&amp;gt;&amp;amp;lt;div id=&amp;quot;topHotel&amp;quot; class=&amp;quot;hreview vcard&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; - this div should just have &amp;lt;code&amp;gt;class=&amp;quot;hreview&amp;quot;&amp;lt;/code&amp;gt;, the &amp;quot;vcard&amp;quot; class name should be on the element with the &amp;quot;item&amp;quot; class name.&lt;br /&gt;
*** There needs to be an element (like a div) inside the hReview but surrounding all the venue info that has &amp;lt;code&amp;gt;class=&amp;quot;item vcard&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
*** current code: &amp;lt;code&amp;gt;&amp;amp;lt;h5 class=&amp;quot;timesPick item fn org&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; - this h5 should just have &amp;lt;code&amp;gt;class=&amp;quot;timesPick fn org&amp;quot;&amp;lt;/code&amp;gt; with the &amp;quot;item&amp;quot; class name going on a surrounding element (as suggested above).&lt;br /&gt;
* [http://www.cafebritt.com Café Britt] uses hReviews for product reviews. Also uses hProduct, hListing and rel=tag. Examples: [http://www.cafebritt.com/costa-rica-dark-roast Costa Rica Dark Roast] and [http://www.cafebritt.com/costa-rica-coffees Costa Rica Coffees].&lt;br /&gt;
* [http://www.flightline.co.uk Flightline] uses hReviews for our customers hotel reviews as seen on the  hotel accommodation landing pages (click 'Read all reviews'). For examples see [http://www.flightline.co.uk/accommodation/hotel-search.php?hotel=20080730132603302392&amp;amp;supplier=Medhotels Forte Do Vale  4* in Portugal, Algarve, Albufeira], [http://www.flightline.co.uk/accommodation/hotel-search.php?hotel=11152&amp;amp;supplier=holidaybrokers Laguna Park II 3* in Spain, Tenerife, Playa de las Americas], [http://www.flightline.co.uk/accommodation/hotel-search.php?hotel=11135&amp;amp;supplier=HolidayBrokers Santa Maria Aparthotel 3* in Canary Islands, Tenerife, Costa Adeje] and [http://www.flightline.co.uk/accommodation/hotel-search.php?hotel=20081009130037970855&amp;amp;supplier=Medhotels Sunset Bay Club  3* in Canary Islands, Tenerife, Costa Adeje].&lt;br /&gt;
* [http://www.roofingandsidingdetroit.com/ Detroit Roofing] uses hReview for the Livonia MI Roofing Page. View Example here [http://www.roofingandsidingdetroit.com/roofing-livonia-mi.html Roofing Livonia MI].&lt;br /&gt;
* [http://www.zappos.com Zappos.com] uses hReviews on product reviews seen on product/lifestyle style landing pages and brand pages. For examples see [http://www.zappos.com/shoes Shoes], [http://www.zappos.com/clothing Clothing], [http://www.zappos.com/bags Bags &amp;amp; Handbags], and [http://www.zappos.com/nike Nike].&lt;br /&gt;
* [http://www.iphonespeakerreviews.com/ iPhone Speaker Reviews] is built with Joomla and jReviews and has both editor and user reviews. Currently the editor reviews are published using hReview. Example: [http://www.iphonespeakerreviews.com/bose/bose-sounddock-series-ii-iphone-speaker-review.html Bose SoundDock Series II Review].&lt;br /&gt;
* [http://abyrvalg.com/ Abyrvalg] is a russian city community. Users submit reviews of local businesses. Reviews are published using hReview and hCard markup. Example: [http://kiev.abyrvalg.com/biz/sunduk reviews of Sunduk pub in Kiev].&lt;br /&gt;
* [http://www.bankfox.com/ BankFox] is a search engine for banks.  It has user-submitted reviews of bank accounts, marked up with hReview. For example, here's a page of [http://www.bankfox.com/account/online-savings/ally-bank/reviews/ reviews of Ally Bank].&lt;br /&gt;
* [http://whichtwitterapp.com/ WhichTwitterApp] provides [http://whichtwitterapp.com/reviews/adobe-air/tweetdeck-desktop reviews of twitter clients] using hReview, hCard, rel-tag and rel-home.&lt;br /&gt;
* [http://musicremedy.com/ MusicRemedy.com], a music site, publishes all song-reviews in hReview format, see [http://musicremedy.com/m/Madonna/videos/Miles_Away-22498.html example].&lt;br /&gt;
* Italian free business directory [http://www.cylex.it/ cylex.it] marked up with hReview all user submitted reviews of companies and products. Example: [http://www.cylex.it/azienda/mondial-security-10559327.html company profile with review]. &lt;br /&gt;
* [http://vaatekaupat.com/ Vaatekaupat.com] uses hReview for reviews of clothing retailers. Example: [http://vaatekaupat.com/kaupat/gina-tricot Gina Tricot].&lt;br /&gt;
* [http://www.sustainlane.com/ SustainLane] uses hreview for user reviews of local green businesses and green products ([http://www.sustainlane.com/reviews/b-restaurant-bar/YSNIVHY298U2SBV7AWNUJ1VWYWOR example]). Also rel-tag, hcard, vcard, and many more coming.&lt;br /&gt;
* [http://www.momentville.com/ MomentVille] uses hReview markup for wedding vendor reviews. Example: [http://vendors.momentville.com/vendors/elizabeth_morgan_photography/reviews Reviews of Hawaii Wedding Photographer].&lt;br /&gt;
* [http://inkweaver-review.blogspot.com Inkweaver Review] uses a modified Blogger XML template to automatically generate hReview markup for its reviews of young adult books. Example: [http://inkweaver-review.blogspot.com/2009/05/toby-alone-by-timothee-de-fombelle.html Review of Toby Alone by Timothee de Fombelle].&lt;br /&gt;
* [http://www.springest.nl Springest] uses hReview for it's user reviews of trainings. Example: [http://www.springest.nl/tijdwinst/ Trainingreviews] .&lt;br /&gt;
* [http://aplawrence.com APLawrence.com] has started using hReview for its [http://aplawrence.com/cgi-bin/indexget.pl?Reviews reviews]&lt;br /&gt;
* [http://www.commonsensemedia.org Common Sense Media] now uses hReview for its parent-focused [http://www.commonsensemedia.org/movie-reviews movie reviews]. hReview for other media types (books, music, websites) is forthcoming.&lt;br /&gt;
* [https://www.brownbook.net Brownbook.net] The global free business directory that anyone can edit uses hReviews for customer submitted reviews on all its business listings. Example [http://www.brownbook.net/business/30991528/celebrity-lipstick Temecula Lipstick], or check out any of the reviews on the home page.&lt;br /&gt;
* [https://www.dutchbulbs.com/store/holidaygifts/16420 DutchBulbs.com] uses hReview for customer submitted reviews of its bulbs and perennials.&lt;br /&gt;
* [http://www.cleanertoday.com/Roof-Shingle-Cleaner-Reviews-s/116.htm CleanerToday] has implemented hReview linked to an hCard for reviews on product pages. (for example see [http://www.cleanertoday.com/Indian-Meal-Moth-Traps-p/trap-birdseed.htm Moth Trap Reviews].&lt;br /&gt;
* [http://www.MaxiMovieBlog.com] uses hReview, rel-nofollow and rel-tag microformats for reviews of movies and home-theater electronics&lt;br /&gt;
* [http://www.oasisroofinginc.com/ Seattle Roofing] uses hReview at the bottom of the roofing site. e.g. [http://www.oasisroofinginc.com/siding/stucco-siding-seattle  stucco siding seattle].&lt;br /&gt;
* [http://newyork.brokerbeagle.com BrokerBeagle] uses hReview linked to an hCard via the include-pattern to mark up reviews of New York apartment brokers, see [http://newyork.brokerbeagle.com/broker-302-harris_philip.html example].&lt;br /&gt;
* [http://anime.mikomi.org anime.mikomi.org] uses hReview to mark up all of its user reviews of anime series, see [http://anime.mikomi.org/series/292.html example].&lt;br /&gt;
* [http://www.ecovian.com Ecovian] uses hReview to mark up user reviews of environmentally friendly businesses, see [http://www.ecovian.com/l/san-francisco-ca/millennium-restaurant example]&lt;br /&gt;
* Russian site [http://hotelmate.ru/ Hotel Mate] uses hReview for user submitted hotel reviews.&lt;br /&gt;
* Swedish music site [http://dagensskiva.com/ dagensskiva.com] publishes all reviews in hReview format.&lt;br /&gt;
* [http://microrevie.ws MicroReviews] - takes Twitter posts and marks them up with [[hReview]].  The markup is descibed on the [http://microrevie.ws/technical technical page].&lt;br /&gt;
* [http://www.scubafreebies.com ScubaFreebies.com] - reviews websites for SCUBA divers in hReview format. For example [http://www.scubafreebies.com/review/theaquaplanet review of video site theAquaPlanet]&lt;br /&gt;
* [http://www.hypercasinos.com Hypercasinos.com] - offers reviews of online casinos in hReview format. For example [http://www.hypercasinos.com/content/view/27/1/ a Bodog Casino review]&lt;br /&gt;
* [http://www.allogarage.fr/ Allogarage] - compare 13 000 motor mechanics in France- all reviews are in hReview format.&lt;br /&gt;
* [http://www.lopico.com Lopico - social business directory] - local business reviews in hReview&lt;br /&gt;
* [http://www.rolandinsh.lv/blog Rolands Umbrovskis - Blog] marked up with hReview all blog posts, using very basic requirements (hReview -&amp;gt; rating), for readers rating of any post/page. &lt;br /&gt;
* [http://www.concertbuzz.net ConcertBuzz- Concert Reviews] uses hReview for all user submitted concert reviews. See an [http://www.concertbuzz.net/genres/classic-rock/jethro-tull.html individual review page]. &lt;br /&gt;
* [http://www.trouvea.fr/ Trouvea.fr] - Compares thousands of firms in the House Services' sector everywhere in France - all reviews are in hReview format.&lt;br /&gt;
* [http://www.trouvannonces.fr/ Trouvannonces.fr] - propose des services aux particuliers comme aux professionnels sur la gratuité simple des petites annonces en ligne.&lt;br /&gt;
* All the [http://www.westmidlandbirdclub.com/review/ West Midland Bird Club's reviews], e.g. [http://www.westmidlandbirdclub.com/review/countrymans-bedside-book.htm Countryman's Bedside Book]&lt;br /&gt;
* [http://www.novedge.com/ Novedge], the largest online CAD/CAM/DCC store,  uses hReview for all product reviews (currently about 2000 reviews). See [http://www.novedge.com/review/1978/ single review page] and [http://www.novedge.com/Robert-McNeel/Rhino-4-0/products/2217/tab/3 multiple reviews page]. Each hReview is also visually marked with the hReview button: http://rbach.priv.at/2006/buttons/hreview.png&lt;br /&gt;
* [http://club.coneco.net/ Coneco Club] (in Japanese) uses hReview for all product reviews. See [http://club.coneco.net/user/4/review/4178/index.htm example]&lt;br /&gt;
* [http://lanetro.com/ lanetro.com], lead city and entertainment guide in the Spanish market with users's reviews about places, restaurants, movies, theaters, shops... Uses hReview (see [http://madrid.lanetro.com/restaurantes-indios/mumbai-massala-282573 example]), hCards and events ([http://teatro.lanetro.com/homo-ridens-20473072 example]) on its detail pages.&lt;br /&gt;
* [http://11870.com/pro/11870 11870.com] a social network (real life del.icio.us) which implements hReview for user's reviews about places, services and business&lt;br /&gt;
* [http://www.mises.org/periodical.aspx?Id=2 The Mises Review], an academic journal, uses hReview for their book reviews. See [http://www.mises.org/misesreview_detail.aspx?control=317 example]&lt;br /&gt;
* [http://www.golfdigest.com/ Golf Digest] uses hReview on its [http://www.golfdigest.com/courses/places Course Finder] detail pages to publish user comments, ratings and geo. [http://www.golfdigest.com/courses/places/2483 example]&lt;br /&gt;
* [http://www.ramkol.co.il/ Ramkol] (in Hebrew) Advanced social networking based local reviews in Israel&lt;br /&gt;
* [http://www.popsyndicate.com/ PopSyndicate] is a groups review site for comic books, movies, dvds, music, and book using hReview and hCard.&lt;br /&gt;
* [http://www.mitkbh.dk/ MitKBH] (in danish)  uses hReview to publish reviews of shops, clubs, bars, cafées, take-aways and restaurants in Copenhagen, Denmark. Each reviewed place has also a geo incl.[http://www.mitkbh.dk/node.php?node=238 example]&lt;br /&gt;
* [http://www.readandtravel.info Read&amp;amp;Travel] includes meta-information using hReview for travel-book reviews.&lt;br /&gt;
* [http://www.mangospot.dk/ Mangospot] uses hReview to publish reviews of bars, cafées and restaurants [http://mangospot.dk/Steder/245/Klassisk65-BistroVinbar.aspx example]&lt;br /&gt;
* [http://www.sean-johnson.com/ Sean Johnson] has started using hReview for [http://www.sean-johnson.com/2007/05/04/everyman-by-philip-roth/ book] and [http://www.sean-johnson.com/2007/05/01/feist-the-reminder/ music] reviews.&lt;br /&gt;
* [http://www.loudervoice.com/ LouderVoice] publishes and aggregates hReviews to/from blogs. All [http://www.loudervoice.com/search?q=hotel+cork Search/Tag Results] are also marked up with hReview.&lt;br /&gt;
* [http://www.bayofislands.net/ Bay of Islands] uses hReview eg. for reviews of [http://www.bayofislands.net/accommodation/apartments/edgewater-palms-apartments/#reviews Edgewater Palms]&lt;br /&gt;
* [http://spotspotting.com/ SpotSpotting], a site where TV commercials are reviewed and marked up with hReview (in Spanish)&lt;br /&gt;
* [[User:AndrewKuchling]] has added hReview to his book diary and would like to know if the markup is correct; [http://www.amk.ca/books/h/Velocity_of_Honey example 1], [http://www.amk.ca/books/h/Star_Wars_On_Trial example 2])&lt;br /&gt;
* [http://www.revish.com/ Revish], a book review community, uses hReview for all reviews on the site.&lt;br /&gt;
* [[User:EdwardOConnor]] has published several hReviews on his blog ([http://edward.oconnor.cx/2006/08/cask-room 1], [http://edward.oconnor.cx/2006/10/lud-in-the-mist 2], [http://edward.oconnor.cx/2006/11/hoboken 3], [http://edward.oconnor.cx/2006/11/basic 4], [http://edward.oconnor.cx/2006/11/legitimacy 5], [http://edward.oconnor.cx/2006/11/pizza-port 6], [http://edward.oconnor.cx/2006/12/lady-dottie-and-the-diamonds 7]).&lt;br /&gt;
* [http://ficlets.com/stories/12 Ficlets] story page uses hReview for user comments.&lt;br /&gt;
* Birder's Library, e.g. [http://www.birderslibrary.com/reviews/dvd/audubon_video_guide.htm Audubon VideoGuide to 505 Birds of North America]&lt;br /&gt;
* [http://www.raveaboutit.com.au Rave About It] uses hReviews for all local business reviews. In addition it uses the hCard format for a business's contact details. &lt;br /&gt;
**No examples on cited page&lt;br /&gt;
*[[User:RobCrowther]] has a number of hReviews on his blog, for example [http://www.boogdesign.com/b2evo/index.php/a/2007/02/09/webdd07_unobtrusive_javascript_with_rail this is one of a sequence of reviews of talks at WebDD07], and a [http://www.boogdesign.com/b2evo/index.php/a/2007/02/28/wsg_london_accessibility_meetup single post with three reviews]. &lt;br /&gt;
*[http://www.volume.co.uk/main/clients/clients.aspx Volume] publishes client reviews/quotes as hReviews.&lt;br /&gt;
* [http://revyu.com/ Revyu] allows people to review, rate, and tag anything. Individual reviews  ([http://revyu.com/reviews/0b03069358e6c718167e09119f7709dc50fb3f6e/about/html example]) are marked up using hReview.&lt;br /&gt;
*[http://www.globaldm.co.uk/our-clients.html GlobalDM] publishes client reviews/quotes as hReviews.&lt;br /&gt;
* [http://www.dishola.com/dishes/index/Austin,%20TX Dishola] publishes user reviews and ratings of dishes at restaurants, as opposed to entire &amp;quot;restaurant&amp;quot; reviews.&lt;br /&gt;
* [http://musicknows.com/1998/10/22/the-science-lesson MusicKnows] publishes user reviews and memories of gigs using hReview.&lt;br /&gt;
** hReview does not have an item&lt;br /&gt;
* [http://thetenwordreview.com The Ten Word Review] simply contains ten word long reviews. All reviews are marked up as hReviews, and user information is marked up as hCards.&lt;br /&gt;
* [http://www.halogenguides.com Halogen Guides] is an independent network of websites for wealthy consumers.  Member-created reviews for [http://realestate.halogenguides.com/company/exclusive-resorts/reviews destination clubs], private jets and fractional real estate are published with hReview. &lt;br /&gt;
* [http://www.board-crazy.co.uk Board Crazy Skateboarding] uses hReviews for all [http://www.board-crazy.co.uk/skate-reviews.php skateboarding product reviews].&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* [http://local.yahoo.com Yahoo Local] now supports hReviews for all the user feedback and ratings about places in their search results&lt;br /&gt;
*[http://corkd.com/ Cork'd] is a community site for reviewing and sharing wine.  Member-created &amp;quot;Tasting Notes&amp;quot; are published using hReview.&lt;br /&gt;
*[[User:ChrisCasciano]] has started using hReview in his blog postings including these reviews of [http://chunkysoup.net/article/211/TechnoratisNewToys Pingerati and Technorati Microformat Search].&lt;br /&gt;
*[http://www.judysbook.com/ Judy's Book] is a local reviews community.  Athe hCard format.&lt;br /&gt;
*[http://www.judysbook.com/ Judy's Book] is a local reviews community.  All reviews are published in hReview format, and all business listings and members (review authors) in the hCard format.&lt;br /&gt;
* [http://tech.yahoo.com/ Yahoo! Tech] has launched with hReview markup on all their reviews! Hat tips: [http://nerddawg.blogspot.com/2006/05/hreview-microformat-on-yahoo-tech.html Ashish Shetty] and [http://jeremy.zawodny.com/blog/archives/006729.html Jeremy Zawodny] both via [http://www.moskalyuk.com/blog/yahoo-tech-tip-of-the-day/1058 Alex Moskalyuk].  [http://jeremy.zawodny.com/blog/archives/006729.html#comment-27779 Alex says]: &amp;quot;when we launched, the press reported on 300,000 tech products in our database. Some popular items, like [http://tech.yahoo.com/pr/apple-ipod-video-30gb-black-mp3-player/1992981873 this Apple iPod], have over 200 reviews.&amp;quot;&lt;br /&gt;
* [http://3spots.blogspot.com/2006/05/social-bookmarking-smarking.html 3spots: Social + bookMARKING = Smarking] has an hReview of &lt;br /&gt;
[http://smarking.com/ Smarking.com] (a social bookmarking service) which marks up their tagged links with [[xfolk|xFolk]].&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
*[http://www.pacificspirit.com Dave Orchard] provides hreview marked [http://www.pacificspirit.com/Restaurants-Vancouver.html Vancouver Restaurant reviews]&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
*[http://3spots.blogspot.com/2006/04/what-is-wikio-definitely-web-20-but.html hReview of Wikio]&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
*[http://jg.typepad.com/ciel/ Joan] has published [http://jg.typepad.com/ciel/2006/02/daniel_bouluds_.html an hReview of Garçon]&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
*[http://zipingo.typepad.com/ Zipingo Team Blog], a collaborative blog by the Zipingo Product Development Team at Intuit, used the hReview format to tag [http://zipingo.typepad.com/my_weblog/2005/12/finding_an_elec.html the backstory] of a review on a San Mateo electrician, written by one of the Zipingo team members ZipingoJim. Jim's post also links to his review on [http://www.zipingo.com Zipingo], a consumer opinion site.&lt;br /&gt;
** hReview does not have an item&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* [http://www.debaser.it/ DeBaser.it] publishes music reviews (in Italian) supporting hReview.&lt;br /&gt;
* [http://www.applianceman-repair-fortbend.com/appliance-repair-katy-tx.html Appliance Repair Katy] is a appliance repair website that uses hReview on its services pages like this example [http://www.applianceman-repair-fortbend.com/refrigerator-repair.html Refrigerator Repair Sugar Land TX]&lt;br /&gt;
* [http://blog.ftwr.co.uk/ Peter Westwood] posted an [http://blog.ftwr.co.uk/archives/2006/01/05/the-fox-inn/ hReview of The Fox Inn]&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* [http://www.livejournal.com/users/danieljohn/ Daniel John] provides a [http://www.livejournal.com/users/danieljohn/58674.html scathing hReview of CIBC].&lt;br /&gt;
** hReview does not have an item&lt;br /&gt;
* [http://uk.movies.yahoo.com/movie-reviews/ Yahoo UK Movie Reviews] now supports hReview on all (&amp;gt;2000) reviews, e.g. [http://uk.movies.yahoo.com/h/Harry-Potter-and-the-Goblet-of-Fire/review-41195.html Harry Potter and the Goblet of Fire Review]&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* [http://adam.typepad.com/impossiblethings/ Adam Hertz] wrote hReviews of [http://adam.typepad.com/impossiblethings/2005/11/soluna.html Soluna] and [http://adam.typepad.com/impossiblethings/2006/05/cafe_gibraltar.html Cafe Gibraltar]&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* [http://www.mattmcalister.com/blog/ Matt McAllister] wrote an [http://www.mattmcalister.com/blog/_archives/2005/11/16/1408893.html hReview of the TV show: &amp;quot;The Office&amp;quot;]&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* [http://www.bmannconsulting.com/blog/bmann/ Boris Mann] wrote an [http://www.bmannconsulting.com/blog/bmann/doubletake-best-panorama-stitch-tool-for-mac-os-x hReview of DoubleTake, a panorama stitch tool for Mac OS X]&lt;br /&gt;
** hReview does not have an item&lt;br /&gt;
* [http://blog.ftwr.co.uk/ Peter Westwood] has written an [http://blog.ftwr.co.uk/archives/2005/10/03/blubeckers-hampton-court/ hReview of Blubeckers Hampton Court] and an [http://blog.ftwr.co.uk/archives/2006/01/05/the-fox-inn/ hReview of The Fox Inn Bucks Green, West Sussex]&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* [http://dougal.gunters.org/blog/ Dougal] has published an [http://dougal.gunters.org/blog/2005/08/03/french-vanilla-latte hReview of Wolfgang Puck’s Gourmet French Vanilla Latte].&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* [http://www.dinnerbuzz.com/ Dinnerbuzz] is a great site for posting tagged reviews of restaurants, and they publish and summarize all their reviews in hReview!&lt;br /&gt;
* [http://soldierant.net/ Bryce Glass (Soldier Ant)] posted an [http://soldierant.net/archives/2005/06/product_review.html hReview of the Uniden ELBT 595 Bluetooth Cordless Phone].&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* dda posted an [http://sungnyemun.org/wordpress/?p=20 hReview of hReview] :) &lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* An [http://tbp.xomerang.com/?p=3 hReview of Caffè Camardo coffee].&lt;br /&gt;
** No hreview on page even though the page claims to be an hreview&lt;br /&gt;
* [http://loadaveragezero.com/hnav/contact.php Douglas Clifton] posted [http://loadaveragezero.com/#May-12-2005 comments] regarding adapting his list of ~800 [http://loadaveragezero.com/app/drx Developer Resources] as a format for evaluating hReview.&lt;br /&gt;
* [http://www.oliverbrown.me.uk/ Oliver Brown] [http://www.oliverbrown.me.uk/2005/05/09/sitereviewsorg-supports-hreview-i-think/ has announced] that his [http://en-us.sitereviews.org/ SiteReviews.org] (which reviews websites) publishes its reviews using hReview, e.g. here is the [http://en-us.sitereviews.org/review-photomatt.net review on SiteReviews.org for photomatt.net].&lt;br /&gt;
* [http://www.air-bourne.com/ Houston Air Conditioning] is a air conditioning repair website that uses hReview on the bottom of the Houston service page [http://www.air-bourne.com/air-conditioning.html Air Conditioning Houston TX]&lt;br /&gt;
* [http://www.myelin.co.nz/post/ Phillip Pearson] is publishing hReviews in the [http://coffee.gen.nz/rss/reviews RSS feed of cafe reviews] on his [http://coffee.gen.nz/ kiwi coffee review site], which of course has the reviews in HTML with embedded hReview markup as well.&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* [http://station11.net/ticker/ Kjell] is publishing his link blog as a [http://station11.net/ticker/ list of hReviews].&lt;br /&gt;
** hReviews have no fn specified on the item - 12/11/2006&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks] has [http://epeus.blogspot.com/2005_04_01_epeus_archive.html#111484565269684374 published two hReviews] and used unicode &amp;quot;star&amp;quot; characters for his ratings!&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* JamesStewart is publishing hReviews in the location pages at his [http://grwifi.net Grand Rapids WiFi site].&lt;br /&gt;
* [http://www.happenchance.co.uk/ Paul Livingstone] uses hreview to voice his opinion on [http://happenchance.co.uk/reading/ books] and [http://happenchance.co.uk/listening/ music].&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* [http://www.stuffandnonsense.co.uk/ Andy Clarke] uses hReview for his [http://www.stuffandnonsense.co.uk/general/recommended-reading.html recommended reading list].&lt;br /&gt;
** hReviews have no fn specified on the item - 12/11/2006&lt;br /&gt;
* [http://nachlin.com/ Jim Nachlin] has added hReview publishing to the CMS he uses to publish  [http://daysofleisure.com/writing his blog].&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* [http://whumpdotcom.livejournal.com/236856.html Bill Humphries] has reviewed the book &amp;quot;A Brother's Price&amp;quot; on his LiveJournal.&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* [http://www.thinkvitamin.com/ Vitamin] uses hReview on it's [http://www.thinkvitamin.com/reviews/ reviews] section (e.g. a [http://www.thinkvitamin.com/reviews/webapps/fluxiom/ review of Fluxiom]).&lt;br /&gt;
* [http://www.openguides.org/ OpenGuides] has support for the hReview microformat, and you can see it in action on [http://cotswolds.openguides.org/wiki/The_Plough,_Finstock this Cotswolds OpenGuide Review].&lt;br /&gt;
** hReview does not have an item&lt;br /&gt;
* [http://paulgoscicki.com Paul Goscicki] is publishing his [http://paulgoscicki.com/#wp_movie_ratings movie ratings] using hReview.&lt;br /&gt;
* [http://www.cellphones.ca/ Cell Phones etc.] is using hReviews for user-contributed [http://www.cellphones.ca/cell-phones/reviews/ cell phone reviews].&lt;br /&gt;
* [http://www.liptrot.org Adam Liptrot] publishes movie reviews using hReview and hCard. See article at [http://www.liptrot.org/journal/entries/movies_and_microformats/ Movies and Microformats].&lt;br /&gt;
* [http://www.webteacher.ws Web Teacher] is using hReview for book reviews in both the hReview creator format and a modified format. See a modified example at [http://www.webteacher.ws/2006/11/review-web-design-complete.html Web Design: A Complete Introduction].&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* [http://niftylist.co.uk/ The nifty list UK.] is using hReviews for user-contributed [http://niftylist.co.uk/mobiles/ mobile phone reviews].&lt;br /&gt;
** hReview does not have an item&lt;br /&gt;
* [http://sergiosantos.info/2007/3/books SergioSantos.info] uses hReviews for the reviewed book collection.&lt;br /&gt;
* [http://www.dcs-media.com/ DCS Media] converted all of their Firefox extension Reviews into hReview format. See the [http://www.dcs-media.com/fireday/default.aspx Fireday] page for extension listings.&lt;br /&gt;
* [http://bit.ly/iiag Is It Any Good . biz]has added hReview to all of their product reviews. See this example review of [http://bit.ly/2A3nVk Leapster2 Learning System ].&lt;br /&gt;
&lt;br /&gt;
== Examples with some problems ==&lt;br /&gt;
If you find a problem with any example in any other section, please move it here, and note the precise problem and cite the section of the [[hreview|hReview spec]] that appears to be violated. If the example that was moved here is yours, and you want to improve it, see the [[hreview-faq|hReview FAQ]], or raise any queries on [[hreview-issues|hReview issues]] or [[mailing-lists#microformats-discuss|the mailing list]], where people will be happy to help you. &lt;br /&gt;
&lt;br /&gt;
* [http://apple.com/store Apple Store] customer reviews are marked up in hReview, as in [http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=E1BD7358&amp;amp;fnode=home/shop_mac/mac_accessories/airport_wireless&amp;amp;nplm=MB053LL/A#review-RTD4T4KYJYYF9UC44 this review] of the Airport Extreme Base Station.&lt;br /&gt;
**'''sub-optimal''': Model numbers (?) marked up as URLs, e.g. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;SPAN class=&amp;quot;url&amp;quot;&amp;gt;MB053LL/A&amp;lt;/SPAN&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
*loadaveragezero.com e.g. [http://loadaveragezero.com/app/drx/Data_Formats/Metadata/XMDP]&lt;br /&gt;
**'''invalid''': no fn (site owner informed)&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Reviewed Examples ==&lt;br /&gt;
If you have reviewed a New Example (and you are not the author of the example) and believe it to be valid, go ahead and move it here. http://www.e-textloans.co.uk/&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{hreview-related-pages}}&lt;/div&gt;</summary>
		<author><name>Johnclarke</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=currency-examples&amp;diff=51496</id>
		<title>currency-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=currency-examples&amp;diff=51496"/>
		<updated>2013-04-03T14:29:50Z</updated>

		<summary type="html">&lt;p&gt;Johnclarke: /* Google Financials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt; Currency Examples &amp;lt;/entry-title&amp;gt;&lt;br /&gt;
The following are real-world [[examples]] of pages that have amounts of money that could be marked up with a '''[[currency]]''' microformat. As part of the microformats process:&lt;br /&gt;
* [[currency-examples]]&lt;br /&gt;
* [[currency-formats]]&lt;br /&gt;
* [[currency-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
''Links to public web pages, either popular or insightful''&lt;br /&gt;
&lt;br /&gt;
===Google Financials===&lt;br /&gt;
Use of currency amounts in tables.&lt;br /&gt;
&lt;br /&gt;
Representing currency amounts in a table format is very common. For instance, see [http://investor.google.com/fin_data.html Google Financials].&lt;br /&gt;
&lt;br /&gt;
In this table representation, it does not make sense to provide the currency information for each cell. Instead, it should be provided once at the table, thead, tr, or th, level, and then a td may override the default value. This is very similar to the common practice of indicating the currency and formatting in plain english: &amp;quot;Numbers in thousands of dollars&amp;quot; in the table title/subtitle or legend.&lt;br /&gt;
&lt;br /&gt;
The microformat for currency amounts should provide a way to represent a default currency for all children of a table, thead, tr, or th nodes. &lt;br /&gt;
The currency symbol/abbreviation should be optional in for elements defined as containing currency values/amounts, if a default currency has been defined in one of the ancestor elements.&lt;br /&gt;
http://www.e-textloans.co.uk/&lt;br /&gt;
&lt;br /&gt;
=== UK Government Data Standards Catalogue ===	 &lt;br /&gt;
&lt;br /&gt;
[http://www.govtalk.gov.uk/gdsc/html/frames/AmountSterling-1-0-Release.htm UK Government Data Standards Catalogue]&lt;br /&gt;
&lt;br /&gt;
The [http://www.govtalk.gov.uk/gdsc/schemaHtml/FinancialTypes-v1-1-xsd-AmountSterlingStructure.htm associated XML Schema] seems to suggest an ''Amount'' element, followed by a fixed ''Currency'' element of &amp;quot;GBP&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== SkypeOut Pricing ===&lt;br /&gt;
[http://www.skype.com/products/skypeout/ SkypeOut Pricing].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;2.1 US cents/2.4 CAN cents per minute&amp;lt;/pre&amp;gt; (on the Web page)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;amp;cent;2.1 USD (or &amp;amp;cent;2.4 CAD) per minute.&amp;lt;/pre&amp;gt; (in the announcement email)&lt;br /&gt;
&lt;br /&gt;
See also [[measure]]&lt;br /&gt;
&lt;br /&gt;
=== MIT Enterprise Forum ===&lt;br /&gt;
[http://enterpriseforum.mit.edu/mindshare/startingup/dilution.html MIT Enterprise Forum ].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$1 million in equity&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$2.50 a share&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also [[measure]]&lt;br /&gt;
&lt;br /&gt;
=== Energy Information Administration ===&lt;br /&gt;
[http://tonto.eia.doe.gov/oog/info/ngw/historical/2004/06_24/ngupdate.asp Energy Information Administration].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;23 cents per barrel&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also in this [http://www.eia.doe.gov/emeu/international/oilprice.html page]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;(U.S. Cents per Gallon)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;(Euros per Thousand Liters)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;(U.S. Dollars per Gallon)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also [[measure]]&lt;br /&gt;
&lt;br /&gt;
=== CBCNews ===&lt;br /&gt;
[http://www.cbc.ca/money/story/2005/08/08/oil-050808.html CBCNews].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$63.94 US per barrel, up $1.63 US&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Finance ===&lt;br /&gt;
[http://finance.google.com/finance?q=google&amp;amp;hl=en Google Finance].&lt;br /&gt;
&lt;br /&gt;
The current price of a stock:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;span class=&amp;quot;pr&amp;quot;&amp;gt;401.90&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== eBay ===&lt;br /&gt;
[http://www.ebay.com eBay].&lt;br /&gt;
&lt;br /&gt;
eBay marks prices as &amp;quot;ebcPr&amp;quot;. eBay c? Price.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;ebcPr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;bold&amp;quot;&amp;gt;$11.70&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;span&amp;gt;$12.95&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Web Authoring Statistics ===&lt;br /&gt;
[http://code.google.com/webstats/2005-12/classes.html Google Web Authoring Statistics] - indirect example.&lt;br /&gt;
&lt;br /&gt;
The Google Web Authoring Statistics mentions that &amp;quot;price&amp;quot; is the 40th most used class name.&lt;br /&gt;
&lt;br /&gt;
Something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;price&amp;quot;&amp;gt;$39.99&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== McAfee ===&lt;br /&gt;
[http://us.mcafee.com/root/package.asp?pkgid=100 McAfee].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;price&amp;quot;&amp;gt;$39.99 &amp;lt;span class=&amp;quot;currency&amp;quot;&amp;gt;(USD)&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Amazon Product listing ===&lt;br /&gt;
[http://www.amazon.com/gp/product/0764597582 Amazon Product listing].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;td class=&amp;quot;price&amp;quot;&amp;gt;$34.85&amp;lt;/td&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Bell Canada in French Canadian ===&lt;br /&gt;
[https://secure.vmp.com/signup/adv_signup.php?locale=fr_CA Bell Canada in French Canadian].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;b&amp;gt;Niveau de service Premium - 125 $*&amp;lt;/b&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note the placement of the dollar sign AFTER the number.&lt;br /&gt;
&lt;br /&gt;
=== Bell Canada in US English ===&lt;br /&gt;
[https://secure.vmp.com/signup/adv_signup.php?locale=en_US Bell Canada in US English].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;b&amp;gt;Premium Service Level - $125*&amp;lt;/b&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Historic prices===&lt;br /&gt;
*West Midland Bird Club:&lt;br /&gt;
**[http://www.westmidlandbirdclub.com/biblio/worcs.htm#MalvernHand West Midland Bird Club Bibliography] (Published prices of old books)&lt;br /&gt;
**[http://www.westmidlandbirdclub.com/reviews/rarer.htm West Midland Bird Club CD-ROM review] (price at time of review; since reduced)&lt;br /&gt;
**[http://www.westmidlandbirdclub.com/archive/jubilee-54.htm Silver Jubilee] (1954) - prices in text (&amp;quot;'''five shilling subscriptions'''&amp;quot;, &amp;quot;'''10/-'''&amp;quot;) shown in footnotes as &amp;quot;'''1 shilling = 5p'''&amp;quot; and &amp;quot;'''10/- = 10 shillings (50p)'''&amp;quot; respectively.&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Bleak_House#Original_publication Wikipedia: Bleak House]&lt;br /&gt;
**&amp;quot;Like most Dickens novels, Bleak House was published in 19 monthly instalments, each containing 32 pages of text and two illustrations by Phiz. Each cost one shilling, except for the last, which was a double issue and cost two.&amp;quot; Dates in the subsequent table range monthly from March 1852 - September 1853&lt;br /&gt;
*[http://en.wikipedia.org/wiki/1922_in_Germany#Inflation_and_Repercussions Wikpedia: 1922 in Germany]&lt;br /&gt;
**&amp;quot;Despite the ending of cash payments for the rest of 1922, the main cause of Germany's inability to pay, the steady depreciation of the mark, was ongoing. Towards the end of the year it assumed a disastrous rapidity. On August 1, the US Dollar still stood at 643 Marks to the Dollar and the British Pound at 2,850 Marks to the Pound. But on September 5 the dollar had already risen to 1,440 Marks and the pound to 6,525 Marks, and in December the pound was worth between 30,000 and 40,000 marks and the dollar between 7,000 and 9,000.&amp;quot;&lt;br /&gt;
*[http://news.bbc.co.uk/1/hi/business/1096916.stm BBC News story dated 2 January, 2001]&lt;br /&gt;
**&amp;quot;A barrel of Brent crude for February delivery came within range of $25 a barrel on Tuesday before slipping to $24.35, a closing price 48 cents above Friday's closing price of $23.87. In New York, the price of Nymex (New York Merchantile Exchange) crude reached $27.40 a barrel before settling at $27.40, a gain of 41 cents or 1.5% on the day. Nymex oil prices in 2000 averaged $30.20 a barrel, the highest level since 1983, and well above the 1999 average of $19.25. Traders also saw support for the oil price from the Opec basket of seven crude oils which stood at $21.75 a barrell on 29 December 2000. That was the seventh day the price stayed below a preferred range of $22-$28 a barrell. Under an Opec price stability measure, output will be cut by 500,000 barrels a day if the basket price stay below $22 for more than 10 days.&amp;quot;&lt;br /&gt;
*[http://news.bbc.co.uk/1/hi/uk/911569.stm BBC News story dated 5 September, 2000]&lt;br /&gt;
**&amp;quot;The Millennium Commission's decision to grant an extra £47m to the Dome has been widely condemned by MPs on various political hues.&amp;quot;&lt;br /&gt;
*[http://www.jamaica-gleaner.com/pages/history/story0014.html Jamaica and the Great War]&lt;br /&gt;
**&amp;quot;in 1917 [...] unemployment was high and wages were low - men received 9 pence a day to cut cane.&amp;quot;&lt;br /&gt;
*[http://www.wilkiecollins.demon.co.uk/coinage/coins.htm Money and Coinage in Victorian Britain]&lt;br /&gt;
*[http://www.margaretmorgan.com/wesley/state.html Macaulay on the State of England in 1685]&lt;br /&gt;
**&amp;quot;In 1661 the justices at Chelmsford had fixed the wages of the Essex labourer, who was not boarded, at six shillings in winter and seven in summer.&amp;quot;&lt;br /&gt;
*[http://www.bbc.co.uk/ww2peopleswar/stories/74/a4095074.shtml BBC - WW2 People's War]&lt;br /&gt;
**&amp;quot;I left [school] at Easter 1938. As soon as I had left school, my Father insisted that I went to work for my Uncle. My wages were 5 shillings per week plus board &amp;amp; lodgings&amp;quot;&lt;br /&gt;
*[http://privatewww.essex.ac.uk/~alan/family/N-Money.html Relative Value of Sums of Money]&lt;br /&gt;
*[http://eh.net/hmit/ How Much Is That?] (set of calculators)&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
* ... ?&lt;br /&gt;
&lt;br /&gt;
===Firefox Extension===&lt;br /&gt;
[http://viewmycurrency.wordpress.com/about/ Firefox Currency Converter - ViewMyCurrency]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Note: the [http://viewmycurrency.backpackit.com/pub/403081 current bug list] illustrates some problems of identifying currencies based on page content alone:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;All $ symbols are treated as USD Very annoying if you are Australian, Canadian etc. (Needs a new feature)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;‘Euro 2006 Championship’ should not be converted.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Don’t convert CVS keywords . $Revision: 1.3 $ should not be treated as dollars.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Greasemonkey Scripts ===&lt;br /&gt;
[http://nybblelabs.org.uk/projects/exchequer Exchequer]&lt;br /&gt;
&lt;br /&gt;
[http://6v8.gamboni.org/Greasemonkey-Yahoo-Finance.html Yahoo! Finance Currency Converter]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[http://code.google.com/webstats/2005-12/classes.html Google code - classes] - discussion of &amp;lt;code&amp;gt;class=&amp;quot;price&amp;quot;&amp;lt;/code&amp;gt; (the 40th most used class on the web) and the case for attributes for unambiguous specification of currency (see final paragraph).&lt;br /&gt;
*[http://fx.sauder.ubc.ca/plot.html PACIFIC Exchange Rate Service] - dynamic tables of historic currency conversion rates&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{currency-related-pages}}&lt;br /&gt;
* [[abbr-design-pattern]]&lt;/div&gt;</summary>
		<author><name>Johnclarke</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=currency-formats&amp;diff=51495</id>
		<title>currency-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=currency-formats&amp;diff=51495"/>
		<updated>2013-04-03T14:29:12Z</updated>

		<summary type="html">&lt;p&gt;Johnclarke: /* XBRL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt; Currency formats prior art &amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page gathers information about existing practices and standards for representing currencies and currency-qualified numbers/amounts towards the development of a [[currency]] microformat. Per the [[process]]:&lt;br /&gt;
* [[currency-examples]]&lt;br /&gt;
* [[currency-formats]]&lt;br /&gt;
* [[currency-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
==Formats==&lt;br /&gt;
===UBL===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;[http://docs.oasis-open.org/ubl/cd-UBL-1.0/ UBL] is designed to provide a universally understood and recognized commercial syntax for legally binding business documents and to operate within a standard business framework such as ISO 15000 (ebXML) to provide a complete, standards-based infrastructure that can extend the benefits of existing EDI systems to businesses of all sizes.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
UBL uses the following semantics for currency amounts:&lt;br /&gt;
*Amount (enclosed the value)&lt;br /&gt;
**amountCurrencyCodeListVersionID (ex. &amp;quot;0.3&amp;quot;) - no longer used in 2.0&lt;br /&gt;
**amountCurrencyID (ex. &amp;quot;USD&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
In addition, UBL uses the following semantics to specify a price for a product/service:&lt;br /&gt;
*Price&lt;br /&gt;
**PriceAmount qualified with a currencyID, &lt;br /&gt;
**BaseQuantity (usually 1) qualified with a unitCode.&lt;br /&gt;
&lt;br /&gt;
So, according to UBL at least, a base quantity is an integral part of a price.&lt;br /&gt;
&lt;br /&gt;
===XBRL===&lt;br /&gt;
&lt;br /&gt;
[http://www.xbrl.org XBRL] is an XML-based business reporting language.&lt;br /&gt;
&lt;br /&gt;
In XBRL, a currency is just another simple unit of measure. &lt;br /&gt;
&lt;br /&gt;
In XBRL, a unit of measure can be simple or complex. A simple unit of measure if for instance &amp;quot;feet&amp;quot; while a complex unit of measure is &amp;quot;Euros per share&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Units of measurement can be specified anywhere in the XBRL document and assigned a unique identifier, then referred to from numerical facts. &lt;br /&gt;
&lt;br /&gt;
The following examples show adapted versions of the [http://www.xbrl.org/Specification/XBRL-RECOMMENDATION-2003-12-31+Corrected-Errata-2005-11-07.htm#_example_20 XML examples].&lt;br /&gt;
&lt;br /&gt;
In the adaptation, we have dropped the distinction that XBRL makes between the concept of &amp;quot;unit&amp;quot; and the concept of &amp;quot;measure&amp;quot;. We only kept the notion of &amp;quot;unit&amp;quot;, allowing a content fragment of class &amp;quot;unit&amp;quot; to contain other fragments of class &amp;quot;unit&amp;quot; to allow the definition of a complex unit.&lt;br /&gt;
&lt;br /&gt;
Currency, UK Pounds. http://www.e-textloans.co.uk/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;u1&amp;quot; class=&amp;quot;unit&amp;quot;&amp;gt;GBP&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Square feet (as simple unit)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;u2&amp;quot; class=&amp;quot;unit&amp;quot;&amp;gt;sqrft&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Square feet (as complex unit)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;u3&amp;quot; class=&amp;quot;unit&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;sqrft&amp;lt;/span&amp;gt;*&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;sqrft&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Earnings per share (EPS) measured in Euros per share.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;u4&amp;quot; class=&amp;quot;unit&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;EUR&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;/&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;shares&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
100 UK pounds (with referred-to unit using the [[include-pattern]])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;price&amp;quot;&amp;gt;100&amp;lt;a href=&amp;quot;#u1&amp;quot; class=&amp;quot;include&amp;quot;/&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
100 UK pounds (with locally defined unit)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;price&amp;quot;&amp;gt;100 &amp;lt;span id=&amp;quot;u1&amp;quot; class=&amp;quot;unit&amp;quot;&amp;gt;GBP&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===ISO 4217===&lt;br /&gt;
[http://www.xe.com/iso4217.htm ISO 4217 Codes].&lt;br /&gt;
&lt;br /&gt;
[http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html ISO 4217], [http://en.wikipedia.org/wiki/ISO_4217] is an international standard for 3-letter currency codes.&lt;br /&gt;
&lt;br /&gt;
===Interactive Financial Exchange (IFX) ===&lt;br /&gt;
&lt;br /&gt;
The [http://www.ifxforum.org IFX Forum] develops a robust framework for the electronic business-to-business exchange of data among financial service institutions around the world&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Altough adapted to XML implementations, the IFX data model has been designed independently of XML technologies, so that it can be implemented using other representations than XML.&lt;br /&gt;
&lt;br /&gt;
IFX defines the concept of a currency amount (CurAmt), which contains:&lt;br /&gt;
:an amount (Amt), which is a decimal value&lt;br /&gt;
:a currency code (CurCode), which is a 3-letter value defined in ISO-4217&lt;br /&gt;
&lt;br /&gt;
===OFX===&lt;br /&gt;
&lt;br /&gt;
The [http://www.ofx.net Open Financial Exchange] is a standard developed by Microsoft and Quicken for personal finance managers. They use the following conventions for currencies and currency values.&lt;br /&gt;
&lt;br /&gt;
They have the concept of a default currency (&amp;quot;CURDEF&amp;quot;), which is a 3-letter ISO-4217 value.&lt;br /&gt;
&lt;br /&gt;
Then they have the concept of the currency that a value is expressed in (&amp;quot;CURRENCY&amp;quot;), again with a 3-letter ISO-4217.&lt;br /&gt;
&lt;br /&gt;
Last, there is also an option to provide an original currency, if the value has been converted. The ORIGCURRENCY contains a CURSYM (in ISO-4217) and a CURRATE, ratio of CURDEF to CURSYM.&lt;br /&gt;
&lt;br /&gt;
===Canadian dollar===&lt;br /&gt;
&lt;br /&gt;
Although the representation of a canadian dollar according to ISO-4217 is CAD, the most common representation of the currency according to some is CDN.&lt;br /&gt;
&lt;br /&gt;
According to wikipedia:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;There are various common abbreviations to distinguish the Canadian dollar from others: while the ISO  currency code CAD (a three-character code without monetary symbols) is common, no single system is universally accepted. C$ is recommended by the Canadian government (e.g., per The Canadian Style guide) and is used by the International Monetary Fund, while Editing Canadian English indicates Can$ and CDN$; both guides note the ISO scheme/code. The abbreviation CA$ is also used, e.g., in some software packages.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Any of which can be marked up thus: &amp;lt;nowiki&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;CAD&amp;quot;&amp;gt;C$&amp;lt;/abbr&amp;gt;&amp;lt;/nowiki&amp;gt; (or whatever &amp;quot;class&amp;quot; we eventually decide on) since any of them is a &amp;quot;symbol&amp;quot; representing CAD. - Andy Mabbett&lt;br /&gt;
&lt;br /&gt;
===Other===&lt;br /&gt;
&lt;br /&gt;
Other standards exist for specific currencies.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[currency]]&lt;br /&gt;
* [[currency-examples]]&lt;br /&gt;
* [[currency-brainstorming]]&lt;/div&gt;</summary>
		<author><name>Johnclarke</name></author>
	</entry>
</feed>