<?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=Emil</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=Emil"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Emil"/>
	<updated>2026-06-05T01:04:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=currency-issues&amp;diff=25632</id>
		<title>currency-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=currency-issues&amp;diff=25632"/>
		<updated>2007-01-04T19:03:34Z</updated>

		<summary type="html">&lt;p&gt;Emil: /* Comments */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Currency - Issues =&lt;br /&gt;
&lt;br /&gt;
== Unit and Value ==&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;1.232&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
&lt;br /&gt;
The base for this data (amount) is the currency - USD (U.S. Dollar). But the amount is not 99 Dollar, its 0.99 Dollar. The unit is &amp;amp;cent; (U.S. Cent). While the currency value is defined by ISO 4217, there is no list for a currency and its corresponding factors to the currency base. Therefore it would be problematic to automatic transfere those values.&lt;br /&gt;
&lt;br /&gt;
Similar Problem [http://www.stock-world.de/news/article.m?news_id=2195425 is the use] of [http://en.wikipedia.org/wiki/Billion billion] like 1.232 Bill. Euro. But the amount is not 1,232,000,000 Euro like an native English reader might think, in German it means 1,232,000,000,000 Euro.&lt;br /&gt;
&lt;br /&gt;
=== Alternative 1 ===&lt;br /&gt;
&lt;br /&gt;
Providing the amount corresponding to the currency:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;0.99&amp;quot;&amp;gt;99&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;1232000000000&amp;quot;&amp;gt;1.232&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Alternative 2 ===&lt;br /&gt;
&lt;br /&gt;
Providing the unit-factor corresponding to the currency base:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;0.01&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;1.232&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;1000000000000&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Alternative 3 ===&lt;br /&gt;
&lt;br /&gt;
Providing the unit-factor corresponding to the currency base in an own element &amp;quot;scale&amp;quot; (I will suggest this also to the measurement format discussion.) Therefore the unit can be used for the currency itself - then it is more in line with a general measurement format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;scale&amp;quot; title=&amp;quot;0.01&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;1.232&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;scale&amp;quot; titel=&amp;quot;1000000000000&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or with built-in scale:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;scale&amp;quot; title=&amp;quot;C&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;1.232&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;scale&amp;quot; titel=&amp;quot;TR&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Comments===&lt;br /&gt;
*Alternative 1 is the nearest to being correct, according to the model I have proposed. [[User:AndyMabbett|Andy Mabbett]] 07:24, 2 Jan 2007 (PST)&lt;br /&gt;
** I know, that Alternative 1 is the nearest to your model - but having the measurment format in mind, I think that Alternative 3 would be the more logical approache. I [http://microformats.org/wiki/measure-brainstorming#Approache suggested there] to have '''value''' (in replace for the amount), '''scale''' (like you defined the unit) '''unit''' (different use: name of the unit - like your currency and for money as a measurement format the unit is limited to the list of ISO 4217). So you would have a compatible measurement format and money as its sub-format --Emil 11:03, 4 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{currency-related-pages}}&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=currency-issues&amp;diff=12135</id>
		<title>currency-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=currency-issues&amp;diff=12135"/>
		<updated>2007-01-04T17:59:21Z</updated>

		<summary type="html">&lt;p&gt;Emil: Alternative 3 with built-in scale&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Currency - Issues =&lt;br /&gt;
&lt;br /&gt;
== Unit and Value ==&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;1.232&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
&lt;br /&gt;
The base for this data (amount) is the currency - USD (U.S. Dollar). But the amount is not 99 Dollar, its 0.99 Dollar. The unit is &amp;amp;cent; (U.S. Cent). While the currency value is defined by ISO 4217, there is no list for a currency and its corresponding factors to the currency base. Therefore it would be problematic to automatic transfere those values.&lt;br /&gt;
&lt;br /&gt;
Similar Problem [http://www.stock-world.de/news/article.m?news_id=2195425 is the use] of [http://en.wikipedia.org/wiki/Billion billion] like 1.232 Bill. Euro. But the amount is not 1,232,000,000 Euro like an native English reader might think, in German it means 1,232,000,000,000 Euro.&lt;br /&gt;
&lt;br /&gt;
=== Alternative 1 ===&lt;br /&gt;
&lt;br /&gt;
Providing the amount corresponding to the currency:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;0.99&amp;quot;&amp;gt;99&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;1232000000000&amp;quot;&amp;gt;1.232&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Alternative 2 ===&lt;br /&gt;
&lt;br /&gt;
Providing the unit-factor corresponding to the currency base:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;0.01&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;1.232&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;1000000000000&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Alternative 3 ===&lt;br /&gt;
&lt;br /&gt;
Providing the unit-factor corresponding to the currency base in an own element &amp;quot;scale&amp;quot; (I will suggest this also to the measurement format discussion.) Therefore the unit can be used for the currency itself - then it is more in line with a general measurement format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;scale&amp;quot; title=&amp;quot;0.01&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;1.232&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;scale&amp;quot; titel=&amp;quot;1000000000000&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or with built-in scale:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;scale&amp;quot; title=&amp;quot;C&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;1.232&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;scale&amp;quot; titel=&amp;quot;TR&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Comments===&lt;br /&gt;
*Alternative 1 is the nearest to being correct, according to the model I have proposed. [[User:AndyMabbett|Andy Mabbett]] 07:24, 2 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{currency-related-pages}}&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=12707</id>
		<title>measure-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=12707"/>
		<updated>2007-01-01T21:08:52Z</updated>

		<summary type="html">&lt;p&gt;Emil: Added an Approache for the a general format and sub-formats&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Measure Microformat Brainstorming =&lt;br /&gt;
&lt;br /&gt;
This page collects ideas on how to use semantic XHTML to represent unambiguously [[measure]]s.&lt;br /&gt;
&lt;br /&gt;
== Guillaume Lebleu ==&lt;br /&gt;
&lt;br /&gt;
Basic example with elementary unit using the abbr pattern and the UNECE code (see [[measure-formats]])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;5 &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional &amp;quot;value&amp;quot; could be useful in some cases, for instance when the value is provided in plain text:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;5&amp;quot;&amp;gt;Five&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Andy Mabbett==&lt;br /&gt;
This Firefox extension may be of interest. Note, though, that it's been criticised for having a &amp;quot;nag&amp;quot; screen: [https://addons.mozilla.org/firefox/2286/ Converter] [[User:AndyMabbett|AndyMabbett]] 15:32, 3 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:This is the author of that extension. I don't want to go much into this, but I just want to clarify this briefly. The part with the nag screen is wrong on two counts: (1) that dialog isn't there anymore, and (2) even if it was there, you only needed to read a paragraph and click a button to make it go away ''forever'' -- but you don't have to take my word for it, install it for yourselves and see. Andy's report is accurate however -- the extension '''''was''''' criticized for that dialog (that's what you get from your free extension's users when you ask for 15 seconds of their time in return for hundreds of hours of your time). --[[User:BogdanStancescu|BogdanStancescu]] 09:35, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Bogdan Stăncescu==&lt;br /&gt;
Here are my findings related to automatic parsing of measurements on web pages while developing the [http://converter.mozdev.org Converter] extension. Please ask away if you want me to go into more detail on any of the topics -- I'm not sure which of my experiences are relevant to microformats, so I'm going to give you an overview of my conclusions.&lt;br /&gt;
&lt;br /&gt;
By the way of an introduction, the Converter is a Firefox extension which tries to convert all measurements it finds in any web page to their Imperial or metric counterpart (e.g. Fahrenheit to Celsius, and Celsius to Fahrenheit; meters to feet and feet to meters). There are two steps to the conversion process: (1) identifying the measurements in the page, and (2) converting them. As expected, the conversion part is trivial, at least conceptually. The parsing is the tricky bit, and that's also where the Converter's challenges also become relevant for microformats.&lt;br /&gt;
&lt;br /&gt;
Here are the main challenges I have encountered while writing the Converter:&lt;br /&gt;
&lt;br /&gt;
;Presentation standardization: The first, biggest and most obvious challenge is lack of almost any ''de facto'' standardization in respect to data presentation. What I mean is that although the units themselves are more or less standardized (more on that later), they are ''presented'' in various ways within web pages. Take these examples: &amp;quot;50 foot monster&amp;quot;, &amp;quot;50 ft monster&amp;quot;, &amp;quot;50 feet monster&amp;quot;, &amp;quot;50-foot monster&amp;quot;, &amp;quot;50-feet monster&amp;quot; -- and my personal favorite, &amp;quot;fifty-foot monster&amp;quot; (more on this later);&lt;br /&gt;
&lt;br /&gt;
:Note that using a microformat using in particular the [[abbr-design-pattern]] would make each of these examples less ambiguous if not unambiguous. See below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;ft&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;-&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;50&amp;quot;&amp;gt;fifty&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: Of course; as far as I could gather, that's actually the ''purpose'' of microformats -- bridging the gap between what humans and machines can understand, no? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
;Unit standardization: I live in Europe, where I've always used the metric system. As such, this probably was a much bigger nasty surprise for me than it is for a user of the Imperial/U.S. Customary system: in the Imperial system, the units themselves vary depending on where you are -- miles, pints, and a whole lot of other units come in many different flavors, but they're all written the same in regular usage;&lt;br /&gt;
&lt;br /&gt;
;Language: &amp;quot;1 meter&amp;quot; vs. &amp;quot;1 metre&amp;quot; is a reasonable difference -- but non-SI units are usually translated. Even some SI units have different plurals, depending on the language, although in theory SI units are actually denoted by ''symbols'', not &amp;quot;words&amp;quot;, as to make them non-translatable, and truly international (hence the name of the SI). I haven't really given much thought to a solution towards parsing these, because I find it overwhelming for the time.&lt;br /&gt;
&lt;br /&gt;
;The sheer number of units: surprisingly, most people don't realize just how many units we humans have invented. Just take a look here: [http://www.asknumbers.com/ asknumbers.com] -- see how many categories there are? Now click on Flow Rate -- a non-ubiquitous type of measurement. Three sub-categories only for flow rates! Now click on Volume Flow Rate and take a look at the number of units in those lists. Remember, those are just in one of the three categories for flow rate! The UNECE standard mentioned in the [[measure-formats#Measure_Formats|measure formats]] page is useful to define just that -- a ''standard'' set of units. But in practice there are a lot more being used out there.&lt;br /&gt;
&lt;br /&gt;
:Do you have examples from the Web (a URL) of non-UNECE units. One possibility would be to provide the ability for a unit to be defined as a division of products of other units. This is consistent with the [[measure-formats#Systeme_International]], which defines 7 base units and all other units as derived units (of course some units, even though they are derived are much easily represented as simple ones). This is what XBRL has done for financial/accounting/reporting. See [[currency-formats#XBRL]] and theorical example (ampere acre per second) below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
::Unfortunately I don't have URLs -- almost at all -- with measurements, although I've been in the &amp;quot;business&amp;quot; for a while. The reason for this is that I collect URLs of pages I encounter which are not properly parsed by the Converter, and when I release a version which understands those, I delete the URLs. Also, I never intended to cover all units in the Converter myself, for a multitude of reasons -- therefore I was never interested in the more exotic ones.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Guillaume Lebleu's example&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt; &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Regarding your idea of breaking down the units in base units, that's something I've also been toying with in my head for the Converter. For my particular application, it's technically more difficult to implement this breakdown. For microformats, it would be easier, but there still remains at least one potential problem: you end up with a huge mess in the page. If a standard is too complicated to follow, one tends to give up altogether.&lt;br /&gt;
&lt;br /&gt;
::Consider a document which actually discusses some sort of current variation per farm, and therefore needs to repeatedly refer to ampere acres per second. For human use, they'd simply define the AAS somewhere at the top of the document, and then refer to AAS, KAAS or MAAS as needed. Maybe a similar approach should be considered for microformats as well:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
We define the &lt;br /&gt;
&amp;lt;span class=&amp;quot;unit_definition&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit_name&amp;quot;&amp;gt;AAS&amp;lt;/span&amp;gt;&lt;br /&gt;
  as&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::And then use the &amp;quot;AAS&amp;quot; throughout the document as any other pre-defined unit. How would you define (and use) the KAAS (1000 AAS) or MAAS (1,000,000 AAS) though? Is there any standard way already to use data multipliers in microformats? Or should we discuss that? Or is it out of scope? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
That's all I can think of as major hurdles right now. If I remember anything else, I'll post here. Please do give me feedback here if you want to ask more about any of the topics I touched above, or if you have other questions I might be able to reply to. --[[User:BogdanStancescu|BogdanStancescu]] 12:08, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discoleo==&lt;br /&gt;
=== Measurement Classification ===&lt;br /&gt;
&lt;br /&gt;
Because it is easier to provide examples, I will first list examples.&lt;br /&gt;
&lt;br /&gt;
==== Categorical vs Ordinal Data ====&lt;br /&gt;
&lt;br /&gt;
Various measurements may produce '''NON-Numerical''' values:&lt;br /&gt;
* a pain scale: '''most severe''', '''very severe''', '''severe''', ...&lt;br /&gt;
* or the TNM tumour classification system: T0, Tx, T1, T2, T3, T4, N0, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is even a more fundamental issue related to numbers themselves, e.g.:&lt;br /&gt;
* '''Lists''' or '''Years''' are sometimes written using '''Roman Numbers'''&lt;br /&gt;
** however, the strings corresponding to ''Roman Numbers'', when sorted alphabetically, do NOT retain the correct order&lt;br /&gt;
** i.e. C (100) preceds L (50), which preceds X (10)&lt;br /&gt;
* there are other numbering schemes&lt;br /&gt;
&lt;br /&gt;
==== A Single Value / Data Point ====&lt;br /&gt;
&lt;br /&gt;
This is the most simple data format and pretty straitforward to implement.&lt;br /&gt;
&lt;br /&gt;
* the distance between 2 cities is '''40 km'''&lt;br /&gt;
* the velocity is '''62 mph'''&lt;br /&gt;
* most other simple entires (...)&lt;br /&gt;
&lt;br /&gt;
==== An Interval Measurement ====&lt;br /&gt;
&lt;br /&gt;
* time: the shop is open between '''6am - 18pm''' on every day of the week, exept Saturdays  from '''9am - 16pm''' and Sundays from '''9am - 13pm'''&lt;br /&gt;
**[[hcalendar|hCalendar]]? [[User:AndyMabbett|Andy Mabbett]] 09:24, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
This is more about an interval measurement. Every variable can have 2 (or more) values, e.g.:&lt;br /&gt;
* the levels of rain fall were between 25mm - 35mm&lt;br /&gt;
* the maximum velocity of various cars was 220 - 250 km/h&lt;br /&gt;
&lt;br /&gt;
Should these values be stored as separate values? [e.g. low / high]&lt;br /&gt;
Or should the microformats be able to store an interval?&lt;br /&gt;
&lt;br /&gt;
See also the examples for statistical summaries below.&lt;br /&gt;
&lt;br /&gt;
*Mark up each as a separate measurement, and wrap them in a &amp;quot;range&amp;quot; microforamt? [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Matrices ====&lt;br /&gt;
&lt;br /&gt;
* the GPS coordinates are '''12°14' N and 25°55' E'''&lt;br /&gt;
**[[geo|Geo]]? [[User:AndyMabbett|Andy Mabbett]] 09:25, 22 Nov 2006 (PST)&lt;br /&gt;
* the dimension of the box is '''3m x 2m x 0.55m'''&lt;br /&gt;
**this is three separate, single measurements, surely? [[User:AndyMabbett|Andy Mabbett]] 09:21, 22 Nov 2006 (PST)&lt;br /&gt;
** 3 x 2 x 0.55 cubic meter, still 3 measurements, BUT given as cubic meter =&amp;gt; ONE measurement?&lt;br /&gt;
***Who writes 3x2x0.55 cubic meter? You'd write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
** the surface was 2 x 3 square feet ???&lt;br /&gt;
***Who writes 2x3 sq ft? You'd write &amp;quot;2ftx3ft&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IF we write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot;, we '''loose information'''&lt;br /&gt;
* IF I want a surface, I would prefer the '''sqare feet''' unit, and NOT '''...feet x ...feet'''&lt;br /&gt;
* writing for every measure a markup, will '''bloat''' the code extensively&lt;br /&gt;
** data matrices would be very effective here&lt;br /&gt;
*** how would you make such a matrix? There are different ways how such information can be &amp;quot;compounded&amp;quot;. (length per time = speed, length * length = area). Maybe a we can group those measurements by a surrounding information, what the context is. --Emil 02:50, 25 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Statistical Measurements ====&lt;br /&gt;
&lt;br /&gt;
Often, a group of data is summarized using a statistics:&lt;br /&gt;
* the mean length was 1.3m (SD 0.12m, group size 22)&lt;br /&gt;
* the median age was 42 years (interquartile range 95% 18 - 97)&lt;br /&gt;
&lt;br /&gt;
==== Measurement Scales ====&lt;br /&gt;
&lt;br /&gt;
===== Accuracy vs. Precision =====&lt;br /&gt;
&lt;br /&gt;
'''QUESTIONS'''&lt;br /&gt;
* How detailed should a measurement be stored?&lt;br /&gt;
**Microformats aren't for storing measurements; they're for &amp;quot;labelling&amp;quot; the measurements that are already present. [[User:AndyMabbett|Andy Mabbett]] 09:23, 22 Nov 2006 (PST)&lt;br /&gt;
* If Accuracy and precision are relevant to the measurement, how do we store these?&lt;br /&gt;
&lt;br /&gt;
===== Standardization of Measurement =====&lt;br /&gt;
&lt;br /&gt;
* sometimes we may need to store the calibration information / calibration curves&lt;br /&gt;
* we may need to store the reference point the measurement is based on&lt;br /&gt;
* we may need to store the '''normal values'''&lt;br /&gt;
** biomedical measurements are often laboratory dependent, so it does NOT make sense to have the measurement without the corresponding normal values&lt;br /&gt;
** e.g. anti-Hepatitis B surface antigen antibody (anti-HBs) Titer: 32 MIU/ml&lt;br /&gt;
*** normal: 0 (non-infected, non-past infection, non-immunity)&lt;br /&gt;
*** protective immunity: &amp;gt;10 MIU/ml&lt;br /&gt;
*** interpretation is however more complex, depending on other tests as well&lt;br /&gt;
&lt;br /&gt;
== Emil Thies ==&lt;br /&gt;
&lt;br /&gt;
From my understanding, this microformat should concentrate on the notation of a measurement. So there will be some aspects, which has to be covered (elsewhere?) to improve the automatic use it or this microformat only uses some base informationens (units / dimensions) and derives all used from those base / build-in once.&lt;br /&gt;
&lt;br /&gt;
=== Dimension vs. Unit vs. Scale vs. Measurement ===&lt;br /&gt;
&lt;br /&gt;
A measurement is the combination of a number (value) and a unit (kind).&lt;br /&gt;
* 3km (3 Kilo Metre = 3.000 Metre)&lt;br /&gt;
&lt;br /&gt;
A unit is a view for a measure of a dimension. There are two kinds how units can be different to each user:&lt;br /&gt;
* Units Differ by Scale (Prefix)&lt;br /&gt;
** 3km is the same as 3.000 meter or 300.000 cm (Its the same unit, with a different prefix, which works like a factor for the value, to lower the amount of symbols / numbers. The scale should be an own element and we can make use of the standard prefixes, like they are defined on [http://aurora.regenstrief.org/UCUM/ucum.html#section-Prefixes The Unified Code for Units of Measure] or [http://www.w3.org/TR/mathml-units/#SI-prefixes MathML]).&lt;br /&gt;
* Different units of the same dimension can be transfered into each other.&lt;br /&gt;
** Metre is a unit of the dimension length.&lt;br /&gt;
** Foot is a unit of the dimension length.&lt;br /&gt;
&lt;br /&gt;
A Dimension is a base-dimension (see SI-System) or a compound dimension.&lt;br /&gt;
* length is a base dimension&lt;br /&gt;
* time is a base dimension&lt;br /&gt;
* speed is a comound dimension (length per time). There for a measurement of speed has one number and two unit by a mathexpresseion, which form their own unit. e.g. 10 m/s (10 Metre per second).&lt;br /&gt;
&lt;br /&gt;
If we express a measurement in a microformat by the unit, the dimension is indirect provided by it. But a microformat, which uses measurement as a part, needs to define the dimension of it, to keep the use of the unit as an user choice. So, we could have a generall measurement element, which allows all kiinds of units to use. As a derrived format, we can have sub-formats, which limit the list of units (or define an alternate list) by only allowing specific dimension(s).&lt;br /&gt;
&lt;br /&gt;
E.G. &lt;br /&gt;
* [[currency-proposal]], with the money element which usese the same elements value (should then replace amount), scale (should be introduced), unit (should replace currency) which is limit to the ISO 4217 list.&lt;br /&gt;
* length, which only allows units which measures the dimension length, like FOT, MTR ...&lt;br /&gt;
&lt;br /&gt;
=== Identification of Units ===&lt;br /&gt;
&lt;br /&gt;
There are so many Units around - not only the existing one. There are deprecated ones like from Rome empire etc. For example &amp;quot;[http://en.wikipedia.org/wiki/Foot_(unit_of_length) Foot]&amp;quot; is not an unique identification of a unit. There is not only the British and U.S., there are for example same old German ones, before those areas joined the international metre convention in 1875:&lt;br /&gt;
* 25 cm in Hessen&lt;br /&gt;
* 28,935 cm in Bremen &lt;br /&gt;
* 29,641 cm in Oldenburg &lt;br /&gt;
* 29,1859 cm in Bayern &lt;br /&gt;
* 30,385 cm in Meiningen-Hildburghausen &lt;br /&gt;
* 31,385 cm in Preußen &lt;br /&gt;
* 31,608 cm in Wien/Österreich &lt;br /&gt;
* 32,61 cm in Bad Homburg vor der Höhe &lt;br /&gt;
* 33 1/3 cm in der Pfalz &lt;br /&gt;
	&lt;br /&gt;
So there is the need of a unique identification of those units. I found two approach right:&lt;br /&gt;
&lt;br /&gt;
==== In MathML ====&lt;br /&gt;
&lt;br /&gt;
MathML [http://www.w3.org/TR/mathml-units/#definitionURL defines] the construction of an URI like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://base/units/unit name[/context][/country][#prefix]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://.../units/foot/de&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But as you can see, there is right now no way to distinguish the different German foots based on the area inside Germany. Furthermore the context is so variable, that the same unit can be described by different URLs.&lt;br /&gt;
&lt;br /&gt;
==== In OpenMath ====&lt;br /&gt;
&lt;br /&gt;
OpenMath [http://www.openmath.org/cdgroups/units.html defines] the units inside of content directories:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://www.openmath.org/cd/units_us1.xhtml#foot_us_survey&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So there is a unique URLs for a Unit, but not every Unit is covered.&lt;br /&gt;
&lt;br /&gt;
=== Transformation of Units ===&lt;br /&gt;
&lt;br /&gt;
A real benefit is the automatic transformation of a unit, so that the write can write the measurement in his context (e.g. in the U.S. foot, or a quote from an antike text in Rome Empire foot) and the reader can get a transformation in his context (e.g. the value in metre). There fore there is the need of additional transformation information. And there are some different kinds of transformation:&lt;br /&gt;
&lt;br /&gt;
==== units of same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. foot to metre&lt;br /&gt;
&lt;br /&gt;
==== units of compound but same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. metre/s and mach-number&lt;br /&gt;
&lt;br /&gt;
==== compound measurement context ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;This switch works up to 5 Ampere by 220 Volt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The reader might to now, which Watt device he can attach (1100 Watt would be the answer).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;The dimension of the box is 3m x 2m x 0.55m&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There might be some question like:&lt;br /&gt;
* volume (3,3 m³)&lt;br /&gt;
* surface (17,5 m²)&lt;br /&gt;
&lt;br /&gt;
=== Approache ===&lt;br /&gt;
&lt;br /&gt;
A generall measurement should make use of the following informations:&lt;br /&gt;
&lt;br /&gt;
value: a number, which represents the amount of the measurement. The number should follow one of the following representation:&lt;br /&gt;
* natural (positiv and negativ): e.g. -1, 0, 1&lt;br /&gt;
* decimal fraction (positiv and negativ): e.g. -2.5, 0.123&lt;br /&gt;
* natural fraction (positiv and negativ): e.g. -2/3, 3/7&lt;br /&gt;
scale: a factor used to lower the needed numbers of the value. The scale should be either&lt;br /&gt;
* a letter to refer a build-in factor, which is defined in [http://aurora.regenstrief.org/UCUM/ucum.html#section-Prefixes The Unified Code for Units of Measure] or [http://www.w3.org/TR/mathml-units/#SI-prefixes MathML]).&lt;br /&gt;
* a number like defined on value&lt;br /&gt;
unit: the unit used for the measurement. The unit should follow one of the following reprensentation:&lt;br /&gt;
* build-in short-form like defined on [http://www.unece.org/etrades/units.htm Standards for Trade and Electronic Business] (or any other defined list which will be defined as the standard list for this format)&lt;br /&gt;
* a reference to a unit definition. (I think there is the need of a markup/language to define new units and/or the transformation between units).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;measurement&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;5&amp;quot;&amp;gt;Five&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;scale&amp;quot; title=&amp;quot;k&amp;quot;&amp;gt;kilo&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;MTR&amp;quot;&amp;gt;metre&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
when we have a defined sub-measurement format for length, it could also be written:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;5&amp;quot;&amp;gt;Five&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;scale&amp;quot; title=&amp;quot;k&amp;quot;&amp;gt;kilo&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;MTR&amp;quot;&amp;gt;metre&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== List of possible Sub-Formats ====&lt;br /&gt;
&lt;br /&gt;
Here is a (first) list of possible keywords for sub-formats and their unit list or compound kind:&lt;br /&gt;
&lt;br /&gt;
* money - unit limit to the ISO 4217 List&lt;br /&gt;
* '''length''' - unit limited to e.g. MTR (Metre), FOT (Foot) ....)&lt;br /&gt;
** '''area''' &lt;br /&gt;
*** Either a measurement with units like MTK (Square Metre), FTK (Square Foot) &lt;br /&gt;
*** or a compound format with elements (width:length, height:length)&lt;br /&gt;
** '''volumen''' &lt;br /&gt;
*** Either a measurement with units like MTQ (Cubic Metre), FTQ (Cubic Foot), LTR (Litre) ...&lt;br /&gt;
*** or a compound format with elements (width:length, height:length, depth:length)&lt;br /&gt;
* time or duration or '''period''' - unit limited to e.g. sec (second), min (minute) ...&lt;br /&gt;
* mass or '''weight''' - unit limited to GRM (Gram), ...&lt;br /&gt;
* power or '''electricity''' - unot limited to AMP (Ampere), OHM (Ohm), ...&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=12000</id>
		<title>measure-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=12000"/>
		<updated>2007-01-01T20:51:33Z</updated>

		<summary type="html">&lt;p&gt;Emil: Measurement format and sub-formats&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Measure Microformat Brainstorming =&lt;br /&gt;
&lt;br /&gt;
This page collects ideas on how to use semantic XHTML to represent unambiguously [[measure]]s.&lt;br /&gt;
&lt;br /&gt;
== Guillaume Lebleu ==&lt;br /&gt;
&lt;br /&gt;
Basic example with elementary unit using the abbr pattern and the UNECE code (see [[measure-formats]])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;5 &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional &amp;quot;value&amp;quot; could be useful in some cases, for instance when the value is provided in plain text:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;5&amp;quot;&amp;gt;Five&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Andy Mabbett==&lt;br /&gt;
This Firefox extension may be of interest. Note, though, that it's been criticised for having a &amp;quot;nag&amp;quot; screen: [https://addons.mozilla.org/firefox/2286/ Converter] [[User:AndyMabbett|AndyMabbett]] 15:32, 3 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:This is the author of that extension. I don't want to go much into this, but I just want to clarify this briefly. The part with the nag screen is wrong on two counts: (1) that dialog isn't there anymore, and (2) even if it was there, you only needed to read a paragraph and click a button to make it go away ''forever'' -- but you don't have to take my word for it, install it for yourselves and see. Andy's report is accurate however -- the extension '''''was''''' criticized for that dialog (that's what you get from your free extension's users when you ask for 15 seconds of their time in return for hundreds of hours of your time). --[[User:BogdanStancescu|BogdanStancescu]] 09:35, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Bogdan Stăncescu==&lt;br /&gt;
Here are my findings related to automatic parsing of measurements on web pages while developing the [http://converter.mozdev.org Converter] extension. Please ask away if you want me to go into more detail on any of the topics -- I'm not sure which of my experiences are relevant to microformats, so I'm going to give you an overview of my conclusions.&lt;br /&gt;
&lt;br /&gt;
By the way of an introduction, the Converter is a Firefox extension which tries to convert all measurements it finds in any web page to their Imperial or metric counterpart (e.g. Fahrenheit to Celsius, and Celsius to Fahrenheit; meters to feet and feet to meters). There are two steps to the conversion process: (1) identifying the measurements in the page, and (2) converting them. As expected, the conversion part is trivial, at least conceptually. The parsing is the tricky bit, and that's also where the Converter's challenges also become relevant for microformats.&lt;br /&gt;
&lt;br /&gt;
Here are the main challenges I have encountered while writing the Converter:&lt;br /&gt;
&lt;br /&gt;
;Presentation standardization: The first, biggest and most obvious challenge is lack of almost any ''de facto'' standardization in respect to data presentation. What I mean is that although the units themselves are more or less standardized (more on that later), they are ''presented'' in various ways within web pages. Take these examples: &amp;quot;50 foot monster&amp;quot;, &amp;quot;50 ft monster&amp;quot;, &amp;quot;50 feet monster&amp;quot;, &amp;quot;50-foot monster&amp;quot;, &amp;quot;50-feet monster&amp;quot; -- and my personal favorite, &amp;quot;fifty-foot monster&amp;quot; (more on this later);&lt;br /&gt;
&lt;br /&gt;
:Note that using a microformat using in particular the [[abbr-design-pattern]] would make each of these examples less ambiguous if not unambiguous. See below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;ft&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;-&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;50&amp;quot;&amp;gt;fifty&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: Of course; as far as I could gather, that's actually the ''purpose'' of microformats -- bridging the gap between what humans and machines can understand, no? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
;Unit standardization: I live in Europe, where I've always used the metric system. As such, this probably was a much bigger nasty surprise for me than it is for a user of the Imperial/U.S. Customary system: in the Imperial system, the units themselves vary depending on where you are -- miles, pints, and a whole lot of other units come in many different flavors, but they're all written the same in regular usage;&lt;br /&gt;
&lt;br /&gt;
;Language: &amp;quot;1 meter&amp;quot; vs. &amp;quot;1 metre&amp;quot; is a reasonable difference -- but non-SI units are usually translated. Even some SI units have different plurals, depending on the language, although in theory SI units are actually denoted by ''symbols'', not &amp;quot;words&amp;quot;, as to make them non-translatable, and truly international (hence the name of the SI). I haven't really given much thought to a solution towards parsing these, because I find it overwhelming for the time.&lt;br /&gt;
&lt;br /&gt;
;The sheer number of units: surprisingly, most people don't realize just how many units we humans have invented. Just take a look here: [http://www.asknumbers.com/ asknumbers.com] -- see how many categories there are? Now click on Flow Rate -- a non-ubiquitous type of measurement. Three sub-categories only for flow rates! Now click on Volume Flow Rate and take a look at the number of units in those lists. Remember, those are just in one of the three categories for flow rate! The UNECE standard mentioned in the [[measure-formats#Measure_Formats|measure formats]] page is useful to define just that -- a ''standard'' set of units. But in practice there are a lot more being used out there.&lt;br /&gt;
&lt;br /&gt;
:Do you have examples from the Web (a URL) of non-UNECE units. One possibility would be to provide the ability for a unit to be defined as a division of products of other units. This is consistent with the [[measure-formats#Systeme_International]], which defines 7 base units and all other units as derived units (of course some units, even though they are derived are much easily represented as simple ones). This is what XBRL has done for financial/accounting/reporting. See [[currency-formats#XBRL]] and theorical example (ampere acre per second) below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
::Unfortunately I don't have URLs -- almost at all -- with measurements, although I've been in the &amp;quot;business&amp;quot; for a while. The reason for this is that I collect URLs of pages I encounter which are not properly parsed by the Converter, and when I release a version which understands those, I delete the URLs. Also, I never intended to cover all units in the Converter myself, for a multitude of reasons -- therefore I was never interested in the more exotic ones.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Guillaume Lebleu's example&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt; &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Regarding your idea of breaking down the units in base units, that's something I've also been toying with in my head for the Converter. For my particular application, it's technically more difficult to implement this breakdown. For microformats, it would be easier, but there still remains at least one potential problem: you end up with a huge mess in the page. If a standard is too complicated to follow, one tends to give up altogether.&lt;br /&gt;
&lt;br /&gt;
::Consider a document which actually discusses some sort of current variation per farm, and therefore needs to repeatedly refer to ampere acres per second. For human use, they'd simply define the AAS somewhere at the top of the document, and then refer to AAS, KAAS or MAAS as needed. Maybe a similar approach should be considered for microformats as well:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
We define the &lt;br /&gt;
&amp;lt;span class=&amp;quot;unit_definition&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit_name&amp;quot;&amp;gt;AAS&amp;lt;/span&amp;gt;&lt;br /&gt;
  as&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::And then use the &amp;quot;AAS&amp;quot; throughout the document as any other pre-defined unit. How would you define (and use) the KAAS (1000 AAS) or MAAS (1,000,000 AAS) though? Is there any standard way already to use data multipliers in microformats? Or should we discuss that? Or is it out of scope? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
That's all I can think of as major hurdles right now. If I remember anything else, I'll post here. Please do give me feedback here if you want to ask more about any of the topics I touched above, or if you have other questions I might be able to reply to. --[[User:BogdanStancescu|BogdanStancescu]] 12:08, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discoleo==&lt;br /&gt;
=== Measurement Classification ===&lt;br /&gt;
&lt;br /&gt;
Because it is easier to provide examples, I will first list examples.&lt;br /&gt;
&lt;br /&gt;
==== Categorical vs Ordinal Data ====&lt;br /&gt;
&lt;br /&gt;
Various measurements may produce '''NON-Numerical''' values:&lt;br /&gt;
* a pain scale: '''most severe''', '''very severe''', '''severe''', ...&lt;br /&gt;
* or the TNM tumour classification system: T0, Tx, T1, T2, T3, T4, N0, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is even a more fundamental issue related to numbers themselves, e.g.:&lt;br /&gt;
* '''Lists''' or '''Years''' are sometimes written using '''Roman Numbers'''&lt;br /&gt;
** however, the strings corresponding to ''Roman Numbers'', when sorted alphabetically, do NOT retain the correct order&lt;br /&gt;
** i.e. C (100) preceds L (50), which preceds X (10)&lt;br /&gt;
* there are other numbering schemes&lt;br /&gt;
&lt;br /&gt;
==== A Single Value / Data Point ====&lt;br /&gt;
&lt;br /&gt;
This is the most simple data format and pretty straitforward to implement.&lt;br /&gt;
&lt;br /&gt;
* the distance between 2 cities is '''40 km'''&lt;br /&gt;
* the velocity is '''62 mph'''&lt;br /&gt;
* most other simple entires (...)&lt;br /&gt;
&lt;br /&gt;
==== An Interval Measurement ====&lt;br /&gt;
&lt;br /&gt;
* time: the shop is open between '''6am - 18pm''' on every day of the week, exept Saturdays  from '''9am - 16pm''' and Sundays from '''9am - 13pm'''&lt;br /&gt;
**[[hcalendar|hCalendar]]? [[User:AndyMabbett|Andy Mabbett]] 09:24, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
This is more about an interval measurement. Every variable can have 2 (or more) values, e.g.:&lt;br /&gt;
* the levels of rain fall were between 25mm - 35mm&lt;br /&gt;
* the maximum velocity of various cars was 220 - 250 km/h&lt;br /&gt;
&lt;br /&gt;
Should these values be stored as separate values? [e.g. low / high]&lt;br /&gt;
Or should the microformats be able to store an interval?&lt;br /&gt;
&lt;br /&gt;
See also the examples for statistical summaries below.&lt;br /&gt;
&lt;br /&gt;
*Mark up each as a separate measurement, and wrap them in a &amp;quot;range&amp;quot; microforamt? [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Matrices ====&lt;br /&gt;
&lt;br /&gt;
* the GPS coordinates are '''12°14' N and 25°55' E'''&lt;br /&gt;
**[[geo|Geo]]? [[User:AndyMabbett|Andy Mabbett]] 09:25, 22 Nov 2006 (PST)&lt;br /&gt;
* the dimension of the box is '''3m x 2m x 0.55m'''&lt;br /&gt;
**this is three separate, single measurements, surely? [[User:AndyMabbett|Andy Mabbett]] 09:21, 22 Nov 2006 (PST)&lt;br /&gt;
** 3 x 2 x 0.55 cubic meter, still 3 measurements, BUT given as cubic meter =&amp;gt; ONE measurement?&lt;br /&gt;
***Who writes 3x2x0.55 cubic meter? You'd write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
** the surface was 2 x 3 square feet ???&lt;br /&gt;
***Who writes 2x3 sq ft? You'd write &amp;quot;2ftx3ft&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IF we write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot;, we '''loose information'''&lt;br /&gt;
* IF I want a surface, I would prefer the '''sqare feet''' unit, and NOT '''...feet x ...feet'''&lt;br /&gt;
* writing for every measure a markup, will '''bloat''' the code extensively&lt;br /&gt;
** data matrices would be very effective here&lt;br /&gt;
*** how would you make such a matrix? There are different ways how such information can be &amp;quot;compounded&amp;quot;. (length per time = speed, length * length = area). Maybe a we can group those measurements by a surrounding information, what the context is. --Emil 02:50, 25 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Statistical Measurements ====&lt;br /&gt;
&lt;br /&gt;
Often, a group of data is summarized using a statistics:&lt;br /&gt;
* the mean length was 1.3m (SD 0.12m, group size 22)&lt;br /&gt;
* the median age was 42 years (interquartile range 95% 18 - 97)&lt;br /&gt;
&lt;br /&gt;
==== Measurement Scales ====&lt;br /&gt;
&lt;br /&gt;
===== Accuracy vs. Precision =====&lt;br /&gt;
&lt;br /&gt;
'''QUESTIONS'''&lt;br /&gt;
* How detailed should a measurement be stored?&lt;br /&gt;
**Microformats aren't for storing measurements; they're for &amp;quot;labelling&amp;quot; the measurements that are already present. [[User:AndyMabbett|Andy Mabbett]] 09:23, 22 Nov 2006 (PST)&lt;br /&gt;
* If Accuracy and precision are relevant to the measurement, how do we store these?&lt;br /&gt;
&lt;br /&gt;
===== Standardization of Measurement =====&lt;br /&gt;
&lt;br /&gt;
* sometimes we may need to store the calibration information / calibration curves&lt;br /&gt;
* we may need to store the reference point the measurement is based on&lt;br /&gt;
* we may need to store the '''normal values'''&lt;br /&gt;
** biomedical measurements are often laboratory dependent, so it does NOT make sense to have the measurement without the corresponding normal values&lt;br /&gt;
** e.g. anti-Hepatitis B surface antigen antibody (anti-HBs) Titer: 32 MIU/ml&lt;br /&gt;
*** normal: 0 (non-infected, non-past infection, non-immunity)&lt;br /&gt;
*** protective immunity: &amp;gt;10 MIU/ml&lt;br /&gt;
*** interpretation is however more complex, depending on other tests as well&lt;br /&gt;
&lt;br /&gt;
== Emil Thies ==&lt;br /&gt;
&lt;br /&gt;
From my understanding, this microformat should concentrate on the notation of a measurement. So there will be some aspects, which has to be covered (elsewhere?) to improve the automatic use it or this microformat only uses some base informationens (units / dimensions) and derives all used from those base / build-in once.&lt;br /&gt;
&lt;br /&gt;
=== Dimension vs. Unit vs. Scale vs. Measurement ===&lt;br /&gt;
&lt;br /&gt;
A measurement is the combination of a number (value) and a unit (kind).&lt;br /&gt;
* 3km (3 Kilo Metre = 3.000 Metre)&lt;br /&gt;
&lt;br /&gt;
A unit is a view for a measure of a dimension. There are two kinds how units can be different to each user:&lt;br /&gt;
* Units Differ by Scale (Prefix)&lt;br /&gt;
** 3km is the same as 3.000 meter or 300.000 cm (Its the same unit, with a different prefix, which works like a factor for the value, to lower the amount of symbols / numbers. The scale should be an own element and we can make use of the standard prefixes, like they are defined on [http://aurora.regenstrief.org/UCUM/ucum.html#section-Prefixes The Unified Code for Units of Measure] or [http://www.w3.org/TR/mathml-units/#SI-prefixes MathML]).&lt;br /&gt;
* Different units of the same dimension can be transfered into each other.&lt;br /&gt;
** Metre is a unit of the dimension length.&lt;br /&gt;
** Foot is a unit of the dimension length.&lt;br /&gt;
&lt;br /&gt;
A Dimension is a base-dimension (see SI-System) or a compound dimension.&lt;br /&gt;
* length is a base dimension&lt;br /&gt;
* time is a base dimension&lt;br /&gt;
* speed is a comound dimension (length per time). There for a measurement of speed has one number and two unit by a mathexpresseion, which form their own unit. e.g. 10 m/s (10 Metre per second).&lt;br /&gt;
&lt;br /&gt;
If we express a measurement in a microformat by the unit, the dimension is indirect provided by it. But a microformat, which uses measurement as a part, needs to define the dimension of it, to keep the use of the unit as an user choice. So, we could have a generall measurement element, which allows all kiinds of units to use. As a derrived format, we can have sub-formats, which limit the list of units (or define an alternate list) by only allowing specific dimension(s).&lt;br /&gt;
&lt;br /&gt;
E.G. &lt;br /&gt;
* [[currency-proposal]], with the money element which usese the same elements value (should then replace amount), scale (should be introduced), unit (should replace currency) which is limit to the ISO 4217 list.&lt;br /&gt;
* length, which only allows units which measures the dimension length, like FOT, MTR ...&lt;br /&gt;
&lt;br /&gt;
=== Identification of Units ===&lt;br /&gt;
&lt;br /&gt;
There are so many Units around - not only the existing one. There are deprecated ones like from Rome empire etc. For example &amp;quot;[http://en.wikipedia.org/wiki/Foot_(unit_of_length) Foot]&amp;quot; is not an unique identification of a unit. There is not only the British and U.S., there are for example same old German ones, before those areas joined the international metre convention in 1875:&lt;br /&gt;
* 25 cm in Hessen&lt;br /&gt;
* 28,935 cm in Bremen &lt;br /&gt;
* 29,641 cm in Oldenburg &lt;br /&gt;
* 29,1859 cm in Bayern &lt;br /&gt;
* 30,385 cm in Meiningen-Hildburghausen &lt;br /&gt;
* 31,385 cm in Preußen &lt;br /&gt;
* 31,608 cm in Wien/Österreich &lt;br /&gt;
* 32,61 cm in Bad Homburg vor der Höhe &lt;br /&gt;
* 33 1/3 cm in der Pfalz &lt;br /&gt;
	&lt;br /&gt;
So there is the need of a unique identification of those units. I found two approach right:&lt;br /&gt;
&lt;br /&gt;
==== In MathML ====&lt;br /&gt;
&lt;br /&gt;
MathML [http://www.w3.org/TR/mathml-units/#definitionURL defines] the construction of an URI like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://base/units/unit name[/context][/country][#prefix]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://.../units/foot/de&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But as you can see, there is right now no way to distinguish the different German foots based on the area inside Germany. Furthermore the context is so variable, that the same unit can be described by different URLs.&lt;br /&gt;
&lt;br /&gt;
==== In OpenMath ====&lt;br /&gt;
&lt;br /&gt;
OpenMath [http://www.openmath.org/cdgroups/units.html defines] the units inside of content directories:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://www.openmath.org/cd/units_us1.xhtml#foot_us_survey&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So there is a unique URLs for a Unit, but not every Unit is covered.&lt;br /&gt;
&lt;br /&gt;
=== Transformation of Units ===&lt;br /&gt;
&lt;br /&gt;
A real benefit is the automatic transformation of a unit, so that the write can write the measurement in his context (e.g. in the U.S. foot, or a quote from an antike text in Rome Empire foot) and the reader can get a transformation in his context (e.g. the value in metre). There fore there is the need of additional transformation information. And there are some different kinds of transformation:&lt;br /&gt;
&lt;br /&gt;
==== units of same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. foot to metre&lt;br /&gt;
&lt;br /&gt;
==== units of compound but same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. metre/s and mach-number&lt;br /&gt;
&lt;br /&gt;
==== compound measurement context ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;This switch works up to 5 Ampere by 220 Volt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The reader might to now, which Watt device he can attach (1100 Watt would be the answer).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;The dimension of the box is 3m x 2m x 0.55m&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There might be some question like:&lt;br /&gt;
* volume (3,3 m³)&lt;br /&gt;
* surface (17,5 m²)&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=11998</id>
		<title>measure-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=11998"/>
		<updated>2007-01-01T20:19:47Z</updated>

		<summary type="html">&lt;p&gt;Emil: Added links to prefix tables/definitions for the scale element&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Measure Microformat Brainstorming =&lt;br /&gt;
&lt;br /&gt;
This page collects ideas on how to use semantic XHTML to represent unambiguously [[measure]]s.&lt;br /&gt;
&lt;br /&gt;
== Guillaume Lebleu ==&lt;br /&gt;
&lt;br /&gt;
Basic example with elementary unit using the abbr pattern and the UNECE code (see [[measure-formats]])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;5 &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional &amp;quot;value&amp;quot; could be useful in some cases, for instance when the value is provided in plain text:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;5&amp;quot;&amp;gt;Five&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Andy Mabbett==&lt;br /&gt;
This Firefox extension may be of interest. Note, though, that it's been criticised for having a &amp;quot;nag&amp;quot; screen: [https://addons.mozilla.org/firefox/2286/ Converter] [[User:AndyMabbett|AndyMabbett]] 15:32, 3 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:This is the author of that extension. I don't want to go much into this, but I just want to clarify this briefly. The part with the nag screen is wrong on two counts: (1) that dialog isn't there anymore, and (2) even if it was there, you only needed to read a paragraph and click a button to make it go away ''forever'' -- but you don't have to take my word for it, install it for yourselves and see. Andy's report is accurate however -- the extension '''''was''''' criticized for that dialog (that's what you get from your free extension's users when you ask for 15 seconds of their time in return for hundreds of hours of your time). --[[User:BogdanStancescu|BogdanStancescu]] 09:35, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Bogdan Stăncescu==&lt;br /&gt;
Here are my findings related to automatic parsing of measurements on web pages while developing the [http://converter.mozdev.org Converter] extension. Please ask away if you want me to go into more detail on any of the topics -- I'm not sure which of my experiences are relevant to microformats, so I'm going to give you an overview of my conclusions.&lt;br /&gt;
&lt;br /&gt;
By the way of an introduction, the Converter is a Firefox extension which tries to convert all measurements it finds in any web page to their Imperial or metric counterpart (e.g. Fahrenheit to Celsius, and Celsius to Fahrenheit; meters to feet and feet to meters). There are two steps to the conversion process: (1) identifying the measurements in the page, and (2) converting them. As expected, the conversion part is trivial, at least conceptually. The parsing is the tricky bit, and that's also where the Converter's challenges also become relevant for microformats.&lt;br /&gt;
&lt;br /&gt;
Here are the main challenges I have encountered while writing the Converter:&lt;br /&gt;
&lt;br /&gt;
;Presentation standardization: The first, biggest and most obvious challenge is lack of almost any ''de facto'' standardization in respect to data presentation. What I mean is that although the units themselves are more or less standardized (more on that later), they are ''presented'' in various ways within web pages. Take these examples: &amp;quot;50 foot monster&amp;quot;, &amp;quot;50 ft monster&amp;quot;, &amp;quot;50 feet monster&amp;quot;, &amp;quot;50-foot monster&amp;quot;, &amp;quot;50-feet monster&amp;quot; -- and my personal favorite, &amp;quot;fifty-foot monster&amp;quot; (more on this later);&lt;br /&gt;
&lt;br /&gt;
:Note that using a microformat using in particular the [[abbr-design-pattern]] would make each of these examples less ambiguous if not unambiguous. See below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;ft&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;-&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;50&amp;quot;&amp;gt;fifty&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: Of course; as far as I could gather, that's actually the ''purpose'' of microformats -- bridging the gap between what humans and machines can understand, no? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
;Unit standardization: I live in Europe, where I've always used the metric system. As such, this probably was a much bigger nasty surprise for me than it is for a user of the Imperial/U.S. Customary system: in the Imperial system, the units themselves vary depending on where you are -- miles, pints, and a whole lot of other units come in many different flavors, but they're all written the same in regular usage;&lt;br /&gt;
&lt;br /&gt;
;Language: &amp;quot;1 meter&amp;quot; vs. &amp;quot;1 metre&amp;quot; is a reasonable difference -- but non-SI units are usually translated. Even some SI units have different plurals, depending on the language, although in theory SI units are actually denoted by ''symbols'', not &amp;quot;words&amp;quot;, as to make them non-translatable, and truly international (hence the name of the SI). I haven't really given much thought to a solution towards parsing these, because I find it overwhelming for the time.&lt;br /&gt;
&lt;br /&gt;
;The sheer number of units: surprisingly, most people don't realize just how many units we humans have invented. Just take a look here: [http://www.asknumbers.com/ asknumbers.com] -- see how many categories there are? Now click on Flow Rate -- a non-ubiquitous type of measurement. Three sub-categories only for flow rates! Now click on Volume Flow Rate and take a look at the number of units in those lists. Remember, those are just in one of the three categories for flow rate! The UNECE standard mentioned in the [[measure-formats#Measure_Formats|measure formats]] page is useful to define just that -- a ''standard'' set of units. But in practice there are a lot more being used out there.&lt;br /&gt;
&lt;br /&gt;
:Do you have examples from the Web (a URL) of non-UNECE units. One possibility would be to provide the ability for a unit to be defined as a division of products of other units. This is consistent with the [[measure-formats#Systeme_International]], which defines 7 base units and all other units as derived units (of course some units, even though they are derived are much easily represented as simple ones). This is what XBRL has done for financial/accounting/reporting. See [[currency-formats#XBRL]] and theorical example (ampere acre per second) below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
::Unfortunately I don't have URLs -- almost at all -- with measurements, although I've been in the &amp;quot;business&amp;quot; for a while. The reason for this is that I collect URLs of pages I encounter which are not properly parsed by the Converter, and when I release a version which understands those, I delete the URLs. Also, I never intended to cover all units in the Converter myself, for a multitude of reasons -- therefore I was never interested in the more exotic ones.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Guillaume Lebleu's example&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt; &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Regarding your idea of breaking down the units in base units, that's something I've also been toying with in my head for the Converter. For my particular application, it's technically more difficult to implement this breakdown. For microformats, it would be easier, but there still remains at least one potential problem: you end up with a huge mess in the page. If a standard is too complicated to follow, one tends to give up altogether.&lt;br /&gt;
&lt;br /&gt;
::Consider a document which actually discusses some sort of current variation per farm, and therefore needs to repeatedly refer to ampere acres per second. For human use, they'd simply define the AAS somewhere at the top of the document, and then refer to AAS, KAAS or MAAS as needed. Maybe a similar approach should be considered for microformats as well:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
We define the &lt;br /&gt;
&amp;lt;span class=&amp;quot;unit_definition&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit_name&amp;quot;&amp;gt;AAS&amp;lt;/span&amp;gt;&lt;br /&gt;
  as&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::And then use the &amp;quot;AAS&amp;quot; throughout the document as any other pre-defined unit. How would you define (and use) the KAAS (1000 AAS) or MAAS (1,000,000 AAS) though? Is there any standard way already to use data multipliers in microformats? Or should we discuss that? Or is it out of scope? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
That's all I can think of as major hurdles right now. If I remember anything else, I'll post here. Please do give me feedback here if you want to ask more about any of the topics I touched above, or if you have other questions I might be able to reply to. --[[User:BogdanStancescu|BogdanStancescu]] 12:08, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discoleo==&lt;br /&gt;
=== Measurement Classification ===&lt;br /&gt;
&lt;br /&gt;
Because it is easier to provide examples, I will first list examples.&lt;br /&gt;
&lt;br /&gt;
==== Categorical vs Ordinal Data ====&lt;br /&gt;
&lt;br /&gt;
Various measurements may produce '''NON-Numerical''' values:&lt;br /&gt;
* a pain scale: '''most severe''', '''very severe''', '''severe''', ...&lt;br /&gt;
* or the TNM tumour classification system: T0, Tx, T1, T2, T3, T4, N0, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is even a more fundamental issue related to numbers themselves, e.g.:&lt;br /&gt;
* '''Lists''' or '''Years''' are sometimes written using '''Roman Numbers'''&lt;br /&gt;
** however, the strings corresponding to ''Roman Numbers'', when sorted alphabetically, do NOT retain the correct order&lt;br /&gt;
** i.e. C (100) preceds L (50), which preceds X (10)&lt;br /&gt;
* there are other numbering schemes&lt;br /&gt;
&lt;br /&gt;
==== A Single Value / Data Point ====&lt;br /&gt;
&lt;br /&gt;
This is the most simple data format and pretty straitforward to implement.&lt;br /&gt;
&lt;br /&gt;
* the distance between 2 cities is '''40 km'''&lt;br /&gt;
* the velocity is '''62 mph'''&lt;br /&gt;
* most other simple entires (...)&lt;br /&gt;
&lt;br /&gt;
==== An Interval Measurement ====&lt;br /&gt;
&lt;br /&gt;
* time: the shop is open between '''6am - 18pm''' on every day of the week, exept Saturdays  from '''9am - 16pm''' and Sundays from '''9am - 13pm'''&lt;br /&gt;
**[[hcalendar|hCalendar]]? [[User:AndyMabbett|Andy Mabbett]] 09:24, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
This is more about an interval measurement. Every variable can have 2 (or more) values, e.g.:&lt;br /&gt;
* the levels of rain fall were between 25mm - 35mm&lt;br /&gt;
* the maximum velocity of various cars was 220 - 250 km/h&lt;br /&gt;
&lt;br /&gt;
Should these values be stored as separate values? [e.g. low / high]&lt;br /&gt;
Or should the microformats be able to store an interval?&lt;br /&gt;
&lt;br /&gt;
See also the examples for statistical summaries below.&lt;br /&gt;
&lt;br /&gt;
*Mark up each as a separate measurement, and wrap them in a &amp;quot;range&amp;quot; microforamt? [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Matrices ====&lt;br /&gt;
&lt;br /&gt;
* the GPS coordinates are '''12°14' N and 25°55' E'''&lt;br /&gt;
**[[geo|Geo]]? [[User:AndyMabbett|Andy Mabbett]] 09:25, 22 Nov 2006 (PST)&lt;br /&gt;
* the dimension of the box is '''3m x 2m x 0.55m'''&lt;br /&gt;
**this is three separate, single measurements, surely? [[User:AndyMabbett|Andy Mabbett]] 09:21, 22 Nov 2006 (PST)&lt;br /&gt;
** 3 x 2 x 0.55 cubic meter, still 3 measurements, BUT given as cubic meter =&amp;gt; ONE measurement?&lt;br /&gt;
***Who writes 3x2x0.55 cubic meter? You'd write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
** the surface was 2 x 3 square feet ???&lt;br /&gt;
***Who writes 2x3 sq ft? You'd write &amp;quot;2ftx3ft&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IF we write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot;, we '''loose information'''&lt;br /&gt;
* IF I want a surface, I would prefer the '''sqare feet''' unit, and NOT '''...feet x ...feet'''&lt;br /&gt;
* writing for every measure a markup, will '''bloat''' the code extensively&lt;br /&gt;
** data matrices would be very effective here&lt;br /&gt;
*** how would you make such a matrix? There are different ways how such information can be &amp;quot;compounded&amp;quot;. (length per time = speed, length * length = area). Maybe a we can group those measurements by a surrounding information, what the context is. --Emil 02:50, 25 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Statistical Measurements ====&lt;br /&gt;
&lt;br /&gt;
Often, a group of data is summarized using a statistics:&lt;br /&gt;
* the mean length was 1.3m (SD 0.12m, group size 22)&lt;br /&gt;
* the median age was 42 years (interquartile range 95% 18 - 97)&lt;br /&gt;
&lt;br /&gt;
==== Measurement Scales ====&lt;br /&gt;
&lt;br /&gt;
===== Accuracy vs. Precision =====&lt;br /&gt;
&lt;br /&gt;
'''QUESTIONS'''&lt;br /&gt;
* How detailed should a measurement be stored?&lt;br /&gt;
**Microformats aren't for storing measurements; they're for &amp;quot;labelling&amp;quot; the measurements that are already present. [[User:AndyMabbett|Andy Mabbett]] 09:23, 22 Nov 2006 (PST)&lt;br /&gt;
* If Accuracy and precision are relevant to the measurement, how do we store these?&lt;br /&gt;
&lt;br /&gt;
===== Standardization of Measurement =====&lt;br /&gt;
&lt;br /&gt;
* sometimes we may need to store the calibration information / calibration curves&lt;br /&gt;
* we may need to store the reference point the measurement is based on&lt;br /&gt;
* we may need to store the '''normal values'''&lt;br /&gt;
** biomedical measurements are often laboratory dependent, so it does NOT make sense to have the measurement without the corresponding normal values&lt;br /&gt;
** e.g. anti-Hepatitis B surface antigen antibody (anti-HBs) Titer: 32 MIU/ml&lt;br /&gt;
*** normal: 0 (non-infected, non-past infection, non-immunity)&lt;br /&gt;
*** protective immunity: &amp;gt;10 MIU/ml&lt;br /&gt;
*** interpretation is however more complex, depending on other tests as well&lt;br /&gt;
&lt;br /&gt;
== Emil Thies ==&lt;br /&gt;
&lt;br /&gt;
From my understanding, this microformat should concentrate on the notation of a measurement. So there will be some aspects, which has to be covered (elsewhere?) to improve the automatic use it or this microformat only uses some base informationens (units / dimensions) and derives all used from those base / build-in once.&lt;br /&gt;
&lt;br /&gt;
=== Dimension vs. Unit vs. Scale vs. Measurement ===&lt;br /&gt;
&lt;br /&gt;
A measurement is the combination of a number (value) and a unit (kind).&lt;br /&gt;
* 3km (3 Kilo Metre = 3.000 Metre)&lt;br /&gt;
&lt;br /&gt;
A unit is a view for a measure of a dimension. There are two kinds how units can be different to each user:&lt;br /&gt;
* Units Differ by Scale (Prefix)&lt;br /&gt;
** 3km is the same as 3.000 meter or 300.000 cm (Its the same unit, with a different prefix, which works like a factor for the value, to lower the amount of symbols / numbers. The scale should be an own element and we can make use of the standard prefixes, like they are defined on [http://aurora.regenstrief.org/UCUM/ucum.html#section-Prefixes The Unified Code for Units of Measure] or [http://www.w3.org/TR/mathml-units/#SI-prefixes MathML]).&lt;br /&gt;
* Different units of the same dimension can be transfered into each other.&lt;br /&gt;
** Metre is a unit of the dimension length.&lt;br /&gt;
** Foot is a unit of the dimension length.&lt;br /&gt;
&lt;br /&gt;
A Dimension is a base-dimension (see SI-System) or a compound dimension.&lt;br /&gt;
* length is a base dimension&lt;br /&gt;
* time is a base dimension&lt;br /&gt;
* speed is a comound dimension (length per time). There for a measurement of speed has one number and two unit by a mathexpresseion, which form their own unit. e.g. 10 m/s (10 Metre per second).&lt;br /&gt;
&lt;br /&gt;
If we express a measurement in a microformat by the unit, the dimension is indirect provided by it. But a microformat, which uses measurement as a part, needs to define the dimension of it, to keep the use of the unit as an user choice.&lt;br /&gt;
&lt;br /&gt;
=== Identification of Units ===&lt;br /&gt;
&lt;br /&gt;
There are so many Units around - not only the existing one. There are deprecated ones like from Rome empire etc. For example &amp;quot;[http://en.wikipedia.org/wiki/Foot_(unit_of_length) Foot]&amp;quot; is not an unique identification of a unit. There is not only the British and U.S., there are for example same old German ones, before those areas joined the international metre convention in 1875:&lt;br /&gt;
* 25 cm in Hessen&lt;br /&gt;
* 28,935 cm in Bremen &lt;br /&gt;
* 29,641 cm in Oldenburg &lt;br /&gt;
* 29,1859 cm in Bayern &lt;br /&gt;
* 30,385 cm in Meiningen-Hildburghausen &lt;br /&gt;
* 31,385 cm in Preußen &lt;br /&gt;
* 31,608 cm in Wien/Österreich &lt;br /&gt;
* 32,61 cm in Bad Homburg vor der Höhe &lt;br /&gt;
* 33 1/3 cm in der Pfalz &lt;br /&gt;
	&lt;br /&gt;
So there is the need of a unique identification of those units. I found two approach right:&lt;br /&gt;
&lt;br /&gt;
==== In MathML ====&lt;br /&gt;
&lt;br /&gt;
MathML [http://www.w3.org/TR/mathml-units/#definitionURL defines] the construction of an URI like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://base/units/unit name[/context][/country][#prefix]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://.../units/foot/de&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But as you can see, there is right now no way to distinguish the different German foots based on the area inside Germany. Furthermore the context is so variable, that the same unit can be described by different URLs.&lt;br /&gt;
&lt;br /&gt;
==== In OpenMath ====&lt;br /&gt;
&lt;br /&gt;
OpenMath [http://www.openmath.org/cdgroups/units.html defines] the units inside of content directories:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://www.openmath.org/cd/units_us1.xhtml#foot_us_survey&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So there is a unique URLs for a Unit, but not every Unit is covered.&lt;br /&gt;
&lt;br /&gt;
=== Transformation of Units ===&lt;br /&gt;
&lt;br /&gt;
A real benefit is the automatic transformation of a unit, so that the write can write the measurement in his context (e.g. in the U.S. foot, or a quote from an antike text in Rome Empire foot) and the reader can get a transformation in his context (e.g. the value in metre). There fore there is the need of additional transformation information. And there are some different kinds of transformation:&lt;br /&gt;
&lt;br /&gt;
==== units of same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. foot to metre&lt;br /&gt;
&lt;br /&gt;
==== units of compound but same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. metre/s and mach-number&lt;br /&gt;
&lt;br /&gt;
==== compound measurement context ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;This switch works up to 5 Ampere by 220 Volt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The reader might to now, which Watt device he can attach (1100 Watt would be the answer).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;The dimension of the box is 3m x 2m x 0.55m&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There might be some question like:&lt;br /&gt;
* volume (3,3 m³)&lt;br /&gt;
* surface (17,5 m²)&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=11996</id>
		<title>measure-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=11996"/>
		<updated>2007-01-01T20:15:54Z</updated>

		<summary type="html">&lt;p&gt;Emil: Introduced the Scale&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Measure Microformat Brainstorming =&lt;br /&gt;
&lt;br /&gt;
This page collects ideas on how to use semantic XHTML to represent unambiguously [[measure]]s.&lt;br /&gt;
&lt;br /&gt;
== Guillaume Lebleu ==&lt;br /&gt;
&lt;br /&gt;
Basic example with elementary unit using the abbr pattern and the UNECE code (see [[measure-formats]])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;5 &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional &amp;quot;value&amp;quot; could be useful in some cases, for instance when the value is provided in plain text:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;5&amp;quot;&amp;gt;Five&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Andy Mabbett==&lt;br /&gt;
This Firefox extension may be of interest. Note, though, that it's been criticised for having a &amp;quot;nag&amp;quot; screen: [https://addons.mozilla.org/firefox/2286/ Converter] [[User:AndyMabbett|AndyMabbett]] 15:32, 3 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:This is the author of that extension. I don't want to go much into this, but I just want to clarify this briefly. The part with the nag screen is wrong on two counts: (1) that dialog isn't there anymore, and (2) even if it was there, you only needed to read a paragraph and click a button to make it go away ''forever'' -- but you don't have to take my word for it, install it for yourselves and see. Andy's report is accurate however -- the extension '''''was''''' criticized for that dialog (that's what you get from your free extension's users when you ask for 15 seconds of their time in return for hundreds of hours of your time). --[[User:BogdanStancescu|BogdanStancescu]] 09:35, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Bogdan Stăncescu==&lt;br /&gt;
Here are my findings related to automatic parsing of measurements on web pages while developing the [http://converter.mozdev.org Converter] extension. Please ask away if you want me to go into more detail on any of the topics -- I'm not sure which of my experiences are relevant to microformats, so I'm going to give you an overview of my conclusions.&lt;br /&gt;
&lt;br /&gt;
By the way of an introduction, the Converter is a Firefox extension which tries to convert all measurements it finds in any web page to their Imperial or metric counterpart (e.g. Fahrenheit to Celsius, and Celsius to Fahrenheit; meters to feet and feet to meters). There are two steps to the conversion process: (1) identifying the measurements in the page, and (2) converting them. As expected, the conversion part is trivial, at least conceptually. The parsing is the tricky bit, and that's also where the Converter's challenges also become relevant for microformats.&lt;br /&gt;
&lt;br /&gt;
Here are the main challenges I have encountered while writing the Converter:&lt;br /&gt;
&lt;br /&gt;
;Presentation standardization: The first, biggest and most obvious challenge is lack of almost any ''de facto'' standardization in respect to data presentation. What I mean is that although the units themselves are more or less standardized (more on that later), they are ''presented'' in various ways within web pages. Take these examples: &amp;quot;50 foot monster&amp;quot;, &amp;quot;50 ft monster&amp;quot;, &amp;quot;50 feet monster&amp;quot;, &amp;quot;50-foot monster&amp;quot;, &amp;quot;50-feet monster&amp;quot; -- and my personal favorite, &amp;quot;fifty-foot monster&amp;quot; (more on this later);&lt;br /&gt;
&lt;br /&gt;
:Note that using a microformat using in particular the [[abbr-design-pattern]] would make each of these examples less ambiguous if not unambiguous. See below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;ft&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;-&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;50&amp;quot;&amp;gt;fifty&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: Of course; as far as I could gather, that's actually the ''purpose'' of microformats -- bridging the gap between what humans and machines can understand, no? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
;Unit standardization: I live in Europe, where I've always used the metric system. As such, this probably was a much bigger nasty surprise for me than it is for a user of the Imperial/U.S. Customary system: in the Imperial system, the units themselves vary depending on where you are -- miles, pints, and a whole lot of other units come in many different flavors, but they're all written the same in regular usage;&lt;br /&gt;
&lt;br /&gt;
;Language: &amp;quot;1 meter&amp;quot; vs. &amp;quot;1 metre&amp;quot; is a reasonable difference -- but non-SI units are usually translated. Even some SI units have different plurals, depending on the language, although in theory SI units are actually denoted by ''symbols'', not &amp;quot;words&amp;quot;, as to make them non-translatable, and truly international (hence the name of the SI). I haven't really given much thought to a solution towards parsing these, because I find it overwhelming for the time.&lt;br /&gt;
&lt;br /&gt;
;The sheer number of units: surprisingly, most people don't realize just how many units we humans have invented. Just take a look here: [http://www.asknumbers.com/ asknumbers.com] -- see how many categories there are? Now click on Flow Rate -- a non-ubiquitous type of measurement. Three sub-categories only for flow rates! Now click on Volume Flow Rate and take a look at the number of units in those lists. Remember, those are just in one of the three categories for flow rate! The UNECE standard mentioned in the [[measure-formats#Measure_Formats|measure formats]] page is useful to define just that -- a ''standard'' set of units. But in practice there are a lot more being used out there.&lt;br /&gt;
&lt;br /&gt;
:Do you have examples from the Web (a URL) of non-UNECE units. One possibility would be to provide the ability for a unit to be defined as a division of products of other units. This is consistent with the [[measure-formats#Systeme_International]], which defines 7 base units and all other units as derived units (of course some units, even though they are derived are much easily represented as simple ones). This is what XBRL has done for financial/accounting/reporting. See [[currency-formats#XBRL]] and theorical example (ampere acre per second) below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
::Unfortunately I don't have URLs -- almost at all -- with measurements, although I've been in the &amp;quot;business&amp;quot; for a while. The reason for this is that I collect URLs of pages I encounter which are not properly parsed by the Converter, and when I release a version which understands those, I delete the URLs. Also, I never intended to cover all units in the Converter myself, for a multitude of reasons -- therefore I was never interested in the more exotic ones.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Guillaume Lebleu's example&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt; &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Regarding your idea of breaking down the units in base units, that's something I've also been toying with in my head for the Converter. For my particular application, it's technically more difficult to implement this breakdown. For microformats, it would be easier, but there still remains at least one potential problem: you end up with a huge mess in the page. If a standard is too complicated to follow, one tends to give up altogether.&lt;br /&gt;
&lt;br /&gt;
::Consider a document which actually discusses some sort of current variation per farm, and therefore needs to repeatedly refer to ampere acres per second. For human use, they'd simply define the AAS somewhere at the top of the document, and then refer to AAS, KAAS or MAAS as needed. Maybe a similar approach should be considered for microformats as well:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
We define the &lt;br /&gt;
&amp;lt;span class=&amp;quot;unit_definition&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit_name&amp;quot;&amp;gt;AAS&amp;lt;/span&amp;gt;&lt;br /&gt;
  as&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::And then use the &amp;quot;AAS&amp;quot; throughout the document as any other pre-defined unit. How would you define (and use) the KAAS (1000 AAS) or MAAS (1,000,000 AAS) though? Is there any standard way already to use data multipliers in microformats? Or should we discuss that? Or is it out of scope? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
That's all I can think of as major hurdles right now. If I remember anything else, I'll post here. Please do give me feedback here if you want to ask more about any of the topics I touched above, or if you have other questions I might be able to reply to. --[[User:BogdanStancescu|BogdanStancescu]] 12:08, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discoleo==&lt;br /&gt;
=== Measurement Classification ===&lt;br /&gt;
&lt;br /&gt;
Because it is easier to provide examples, I will first list examples.&lt;br /&gt;
&lt;br /&gt;
==== Categorical vs Ordinal Data ====&lt;br /&gt;
&lt;br /&gt;
Various measurements may produce '''NON-Numerical''' values:&lt;br /&gt;
* a pain scale: '''most severe''', '''very severe''', '''severe''', ...&lt;br /&gt;
* or the TNM tumour classification system: T0, Tx, T1, T2, T3, T4, N0, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is even a more fundamental issue related to numbers themselves, e.g.:&lt;br /&gt;
* '''Lists''' or '''Years''' are sometimes written using '''Roman Numbers'''&lt;br /&gt;
** however, the strings corresponding to ''Roman Numbers'', when sorted alphabetically, do NOT retain the correct order&lt;br /&gt;
** i.e. C (100) preceds L (50), which preceds X (10)&lt;br /&gt;
* there are other numbering schemes&lt;br /&gt;
&lt;br /&gt;
==== A Single Value / Data Point ====&lt;br /&gt;
&lt;br /&gt;
This is the most simple data format and pretty straitforward to implement.&lt;br /&gt;
&lt;br /&gt;
* the distance between 2 cities is '''40 km'''&lt;br /&gt;
* the velocity is '''62 mph'''&lt;br /&gt;
* most other simple entires (...)&lt;br /&gt;
&lt;br /&gt;
==== An Interval Measurement ====&lt;br /&gt;
&lt;br /&gt;
* time: the shop is open between '''6am - 18pm''' on every day of the week, exept Saturdays  from '''9am - 16pm''' and Sundays from '''9am - 13pm'''&lt;br /&gt;
**[[hcalendar|hCalendar]]? [[User:AndyMabbett|Andy Mabbett]] 09:24, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
This is more about an interval measurement. Every variable can have 2 (or more) values, e.g.:&lt;br /&gt;
* the levels of rain fall were between 25mm - 35mm&lt;br /&gt;
* the maximum velocity of various cars was 220 - 250 km/h&lt;br /&gt;
&lt;br /&gt;
Should these values be stored as separate values? [e.g. low / high]&lt;br /&gt;
Or should the microformats be able to store an interval?&lt;br /&gt;
&lt;br /&gt;
See also the examples for statistical summaries below.&lt;br /&gt;
&lt;br /&gt;
*Mark up each as a separate measurement, and wrap them in a &amp;quot;range&amp;quot; microforamt? [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Matrices ====&lt;br /&gt;
&lt;br /&gt;
* the GPS coordinates are '''12°14' N and 25°55' E'''&lt;br /&gt;
**[[geo|Geo]]? [[User:AndyMabbett|Andy Mabbett]] 09:25, 22 Nov 2006 (PST)&lt;br /&gt;
* the dimension of the box is '''3m x 2m x 0.55m'''&lt;br /&gt;
**this is three separate, single measurements, surely? [[User:AndyMabbett|Andy Mabbett]] 09:21, 22 Nov 2006 (PST)&lt;br /&gt;
** 3 x 2 x 0.55 cubic meter, still 3 measurements, BUT given as cubic meter =&amp;gt; ONE measurement?&lt;br /&gt;
***Who writes 3x2x0.55 cubic meter? You'd write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
** the surface was 2 x 3 square feet ???&lt;br /&gt;
***Who writes 2x3 sq ft? You'd write &amp;quot;2ftx3ft&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IF we write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot;, we '''loose information'''&lt;br /&gt;
* IF I want a surface, I would prefer the '''sqare feet''' unit, and NOT '''...feet x ...feet'''&lt;br /&gt;
* writing for every measure a markup, will '''bloat''' the code extensively&lt;br /&gt;
** data matrices would be very effective here&lt;br /&gt;
*** how would you make such a matrix? There are different ways how such information can be &amp;quot;compounded&amp;quot;. (length per time = speed, length * length = area). Maybe a we can group those measurements by a surrounding information, what the context is. --Emil 02:50, 25 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Statistical Measurements ====&lt;br /&gt;
&lt;br /&gt;
Often, a group of data is summarized using a statistics:&lt;br /&gt;
* the mean length was 1.3m (SD 0.12m, group size 22)&lt;br /&gt;
* the median age was 42 years (interquartile range 95% 18 - 97)&lt;br /&gt;
&lt;br /&gt;
==== Measurement Scales ====&lt;br /&gt;
&lt;br /&gt;
===== Accuracy vs. Precision =====&lt;br /&gt;
&lt;br /&gt;
'''QUESTIONS'''&lt;br /&gt;
* How detailed should a measurement be stored?&lt;br /&gt;
**Microformats aren't for storing measurements; they're for &amp;quot;labelling&amp;quot; the measurements that are already present. [[User:AndyMabbett|Andy Mabbett]] 09:23, 22 Nov 2006 (PST)&lt;br /&gt;
* If Accuracy and precision are relevant to the measurement, how do we store these?&lt;br /&gt;
&lt;br /&gt;
===== Standardization of Measurement =====&lt;br /&gt;
&lt;br /&gt;
* sometimes we may need to store the calibration information / calibration curves&lt;br /&gt;
* we may need to store the reference point the measurement is based on&lt;br /&gt;
* we may need to store the '''normal values'''&lt;br /&gt;
** biomedical measurements are often laboratory dependent, so it does NOT make sense to have the measurement without the corresponding normal values&lt;br /&gt;
** e.g. anti-Hepatitis B surface antigen antibody (anti-HBs) Titer: 32 MIU/ml&lt;br /&gt;
*** normal: 0 (non-infected, non-past infection, non-immunity)&lt;br /&gt;
*** protective immunity: &amp;gt;10 MIU/ml&lt;br /&gt;
*** interpretation is however more complex, depending on other tests as well&lt;br /&gt;
&lt;br /&gt;
== Emil Thies ==&lt;br /&gt;
&lt;br /&gt;
From my understanding, this microformat should concentrate on the notation of a measurement. So there will be some aspects, which has to be covered (elsewhere?) to improve the automatic use it or this microformat only uses some base informationens (units / dimensions) and derives all used from those base / build-in once.&lt;br /&gt;
&lt;br /&gt;
=== Dimension vs. Unit vs. Scale vs. Measurement ===&lt;br /&gt;
&lt;br /&gt;
A measurement is the combination of a number (value) and a unit (kind).&lt;br /&gt;
* 3km (3 Kilo Metre = 3.000 Metre)&lt;br /&gt;
&lt;br /&gt;
A unit is a view for a measure of a dimension. There are two kinds how units can be different to each user:&lt;br /&gt;
* Units Differ by Scale (Prefix)&lt;br /&gt;
** 3km is the same as 3.000 meter or 300.000 cm (Its the same unit, with a different prefix, which works like a factor for the value, to lower the amount of symbols / numbers).&lt;br /&gt;
* Different units of the same dimension can be transfered into each other.&lt;br /&gt;
** Metre is a unit of the dimension length.&lt;br /&gt;
** Foot is a unit of the dimension length.&lt;br /&gt;
&lt;br /&gt;
A Dimension is a base-dimension (see SI-System) or a compound dimension.&lt;br /&gt;
* length is a base dimension&lt;br /&gt;
* time is a base dimension&lt;br /&gt;
* speed is a comound dimension (length per time). There for a measurement of speed has one number and two unit by a mathexpresseion, which form their own unit. e.g. 10 m/s (10 Metre per second).&lt;br /&gt;
&lt;br /&gt;
If we express a measurement in a microformat by the unit, the dimension is indirect provided by it. But a microformat, which uses measurement as a part, needs to define the dimension of it, to keep the use of the unit as an user choice.&lt;br /&gt;
&lt;br /&gt;
=== Identification of Units ===&lt;br /&gt;
&lt;br /&gt;
There are so many Units around - not only the existing one. There are deprecated ones like from Rome empire etc. For example &amp;quot;[http://en.wikipedia.org/wiki/Foot_(unit_of_length) Foot]&amp;quot; is not an unique identification of a unit. There is not only the British and U.S., there are for example same old German ones, before those areas joined the international metre convention in 1875:&lt;br /&gt;
* 25 cm in Hessen&lt;br /&gt;
* 28,935 cm in Bremen &lt;br /&gt;
* 29,641 cm in Oldenburg &lt;br /&gt;
* 29,1859 cm in Bayern &lt;br /&gt;
* 30,385 cm in Meiningen-Hildburghausen &lt;br /&gt;
* 31,385 cm in Preußen &lt;br /&gt;
* 31,608 cm in Wien/Österreich &lt;br /&gt;
* 32,61 cm in Bad Homburg vor der Höhe &lt;br /&gt;
* 33 1/3 cm in der Pfalz &lt;br /&gt;
	&lt;br /&gt;
So there is the need of a unique identification of those units. I found two approach right:&lt;br /&gt;
&lt;br /&gt;
==== In MathML ====&lt;br /&gt;
&lt;br /&gt;
MathML [http://www.w3.org/TR/mathml-units/#definitionURL defines] the construction of an URI like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://base/units/unit name[/context][/country][#prefix]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://.../units/foot/de&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But as you can see, there is right now no way to distinguish the different German foots based on the area inside Germany. Furthermore the context is so variable, that the same unit can be described by different URLs.&lt;br /&gt;
&lt;br /&gt;
==== In OpenMath ====&lt;br /&gt;
&lt;br /&gt;
OpenMath [http://www.openmath.org/cdgroups/units.html defines] the units inside of content directories:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://www.openmath.org/cd/units_us1.xhtml#foot_us_survey&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So there is a unique URLs for a Unit, but not every Unit is covered.&lt;br /&gt;
&lt;br /&gt;
=== Transformation of Units ===&lt;br /&gt;
&lt;br /&gt;
A real benefit is the automatic transformation of a unit, so that the write can write the measurement in his context (e.g. in the U.S. foot, or a quote from an antike text in Rome Empire foot) and the reader can get a transformation in his context (e.g. the value in metre). There fore there is the need of additional transformation information. And there are some different kinds of transformation:&lt;br /&gt;
&lt;br /&gt;
==== units of same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. foot to metre&lt;br /&gt;
&lt;br /&gt;
==== units of compound but same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. metre/s and mach-number&lt;br /&gt;
&lt;br /&gt;
==== compound measurement context ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;This switch works up to 5 Ampere by 220 Volt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The reader might to now, which Watt device he can attach (1100 Watt would be the answer).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;The dimension of the box is 3m x 2m x 0.55m&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There might be some question like:&lt;br /&gt;
* volume (3,3 m³)&lt;br /&gt;
* surface (17,5 m²)&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=currency-issues&amp;diff=12011</id>
		<title>currency-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=currency-issues&amp;diff=12011"/>
		<updated>2007-01-01T20:04:58Z</updated>

		<summary type="html">&lt;p&gt;Emil: Added Alternative 3, which introduces scale and replaces currency with the unit element.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Currency - Issues =&lt;br /&gt;
&lt;br /&gt;
== Unit and Value ==&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;1.232&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
&lt;br /&gt;
The base for this data (amount) is the currency - USD (U.S. Dollar). But the amount is not 99 Dollar, its 0.99 Dollar. The unit is &amp;amp;cent; (U.S. Cent). While the currency value is defined by ISO 4217, there is no list for a currency and its corresponding factors to the currency base. Therefore it would be problematic to automatic transfere those values.&lt;br /&gt;
&lt;br /&gt;
Similar Problem [http://www.stock-world.de/news/article.m?news_id=2195425 is the use] of [http://en.wikipedia.org/wiki/Billion billion] like 1.232 Bill. Euro. But the amount is not 1,232,000,000 Euro like an native English reader might think, in German it means 1,232,000,000,000 Euro.&lt;br /&gt;
&lt;br /&gt;
=== Alternative 1 ===&lt;br /&gt;
&lt;br /&gt;
Providing the amount corresponding to the currency:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;0.99&amp;quot;&amp;gt;99&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;1232000000000&amp;quot;&amp;gt;1.232&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Alternative 2 ===&lt;br /&gt;
&lt;br /&gt;
Providing the unit-factor corresponding to the currency base:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;0.01&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;1.232&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; titel=&amp;quot;1000000000000&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Alternative 3 ===&lt;br /&gt;
&lt;br /&gt;
Providing the unit-factor corresponding to the currency base in an own element &amp;quot;scale&amp;quot; (I will suggest this also to the measurement format discussion.) Therefore the unit can be used for the currency itself - then it is more in line with a generall measurement format.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;scale&amp;quot; title=&amp;quot;0.01&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;1.232&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;scale&amp;quot; titel=&amp;quot;1000000000000&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=measure-formats&amp;diff=19964</id>
		<title>measure-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=measure-formats&amp;diff=19964"/>
		<updated>2006-12-31T17:16:33Z</updated>

		<summary type="html">&lt;p&gt;Emil: SI Base Units made it a table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Measure Formats =&lt;br /&gt;
&lt;br /&gt;
This is a collection of existing [[measure]] formats.&lt;br /&gt;
&lt;br /&gt;
== UNECE ==&lt;br /&gt;
&lt;br /&gt;
[http://www.unece.org UNECE], the United Nations Economic Commission for Europe has standardized the [http://www.unece.org/etrades/units.htm measurement unit codes] for use in Trade.&lt;br /&gt;
&lt;br /&gt;
== ACORD ==&lt;br /&gt;
&lt;br /&gt;
[http://www.acord.org ACORD], a leading insurance standardization organization uses the following semantics for expressing measures:&lt;br /&gt;
* Measurement&lt;br /&gt;
** NumUnits (Required) Decimal &lt;br /&gt;
** UnitMeasurementCd (Optional) the value must be one of the ones defined by UNECE.&lt;br /&gt;
&lt;br /&gt;
== Systeme International ==&lt;br /&gt;
&lt;br /&gt;
The internation system of measures consists of [http://physics.nist.gov/cuu/Units/units.html base and derived units of measure]. &lt;br /&gt;
&lt;br /&gt;
For instance, meter (m) is the elementary unit of length, second (s) the elementary unit of time, and speed or velocity is derived and expressed in meter per second (m/s).&lt;br /&gt;
&lt;br /&gt;
===SI Base Units===&lt;br /&gt;
&amp;lt;!-- Can someone make this a table, please?--&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Symbol&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Quantity&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;metre&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;m&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Length&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;kilogram&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;kg&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Mass&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;second&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;s&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Time&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;ampere&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Electrical current&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;kelvin&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;K&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Thermodynamic temperature&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;mole&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;mol&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Amount of substance&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;candela&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;cd&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Luminous intensity&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===SI Derived Units===&lt;br /&gt;
&amp;lt;!-- Can someone make this a table, please?--&amp;gt;&lt;br /&gt;
area  	square meter  	m2&lt;br /&gt;
volume 	cubic meter 	m3&lt;br /&gt;
speed, velocity 	meter per second 	m/s&lt;br /&gt;
acceleration 	meter per second squared   	m/s2&lt;br /&gt;
wave number 	reciprocal meter 	m-1&lt;br /&gt;
mass density 	kilogram per cubic meter 	kg/m3&lt;br /&gt;
specific volume 	cubic meter per kilogram 	m3/kg&lt;br /&gt;
current density 	ampere per square meter 	A/m2&lt;br /&gt;
magnetic field strength   	ampere per meter 	A/m&lt;br /&gt;
amount-of-substance concentration 	mole per cubic meter 	mol/m3&lt;br /&gt;
luminance 	candela per square meter 	cd/m2&lt;br /&gt;
mass fraction 	kilogram per kilogram, which may be represented by the number 1 	kg/kg = 1&lt;br /&gt;
&lt;br /&gt;
== The Unified Code for Units of Measure ==&lt;br /&gt;
&lt;br /&gt;
[http://aurora.regenstrief.org/UCUM/ucum.html The Unified Code for Units of Measure]&lt;br /&gt;
&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 prices:&lt;br /&gt;
&lt;br /&gt;
* In the context of an Order. a LineItem can have a Quantity which is qualified with a unitCode.&lt;br /&gt;
* In the context of the price of a product: a Price has a PriceAmount qualified with a currencyID, and a BaseQuantity (usually 1) qualified with a unitCode.&lt;br /&gt;
&lt;br /&gt;
The value of unitCode are those defined by UNECE.&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29367</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29367"/>
		<updated>2006-12-28T21:25:58Z</updated>

		<summary type="html">&lt;p&gt;Emil: /* Exploratory Discussions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;h1&amp;gt;Microformats Wiki&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Hello!''' Welcome to the microformats wiki. If this is your first visit, please see the [[introduction]] page.&lt;br /&gt;
&lt;br /&gt;
Please read [[how-to-play]] before making any edits.&lt;br /&gt;
&lt;br /&gt;
Please read [[process]] before proposing any new microformats.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
[[what-are-microformats|What are microformats]]? [[what-can-you-do-with-microformats|What can you do with them]]? &lt;br /&gt;
&lt;br /&gt;
The [http://microformats.org/about/ about page], [http://microformats.org/ latest news], plus recent [[press]], [[presentations]], [[podcasts]], and [[screencasts]] are also good places for some background information. &lt;br /&gt;
&lt;br /&gt;
Frequently asked questions about the wiki and microformats in general are answered in the [[faq|FAQ]], and there is a [[glossary]]. &lt;br /&gt;
&lt;br /&gt;
Want to learn more in person? Check out [[events|microformats events]].&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
&lt;br /&gt;
One popular definition from our [http://microformats.org/discuss/ mailing list] (see also: [[mailing-lists]]) is &amp;quot;simple conventions for embedding semantics in HTML to enable decentralized development.&amp;quot; More precisely, microformats can be defined as:&lt;br /&gt;
:simple conventions&lt;br /&gt;
:for embedding semantic markup&lt;br /&gt;
::for a specific problem domain&lt;br /&gt;
:in human-readable (X)HTML/XML documents, Atom/RSS feeds, and &amp;quot;plain&amp;quot; XML&lt;br /&gt;
::that normalize existing content usage patterns&lt;br /&gt;
::using brief, descriptive class names &lt;br /&gt;
::often based on existing interoperable standards&lt;br /&gt;
:to enable decentralized development&lt;br /&gt;
::of resources, tools, and services&lt;br /&gt;
&lt;br /&gt;
Simply put: &amp;quot;Microformats are a codification of convention.&amp;quot; -- [http://easy-reader.net Aaron Gustafson]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Or do you just use your browser to browse? That's so 20th century.&amp;quot; -- [http://diveintomark.org Mark Pilgrim]&lt;br /&gt;
&lt;br /&gt;
== How to contribute ==&lt;br /&gt;
&lt;br /&gt;
Do you want to help take microformats to the next level?  You can:&lt;br /&gt;
&lt;br /&gt;
*Check out our open [[to-do|to do list]] for things to help get done.&lt;br /&gt;
*Join the [http://microformats.org/discuss mailing lists] and [[irc|IRC Channel]] to learn and help answer questions about microformats.&lt;br /&gt;
*[[advocacy|Advocate]] the use of microformats.&lt;br /&gt;
*help to [[Main_Page#microformats_wiki_in_other_languages|translate the microformats wiki into other languages]] to make microformats globally accessible.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
[[microformats|Microformats]] open standards specifications (see also: [[implementations]])&lt;br /&gt;
* [[hcalendar|hCalendar]] - [http://microformats.org/code/hcalendar/creator hcalendar creator]&lt;br /&gt;
* [[hcard|hCard]] - [http://microformats.org/code/hcard/creator hcard creator]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN] (see also: [[xfn-implementations]])&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
* [[adr|adr]]&lt;br /&gt;
* [[geo|geo]]&lt;br /&gt;
* [[hatom|hAtom]] {{NewMarker}}&lt;br /&gt;
* [[hresume|hResume]] {{NewMarker}}&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hreview creator]&lt;br /&gt;
* [[rel-directory]]&lt;br /&gt;
* [[rel-enclosure]]&lt;br /&gt;
* [[rel-home]]&lt;br /&gt;
* [[relpayment-research | rel-payment]]&lt;br /&gt;
* [[robots-exclusion|Robots Exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
== Design Patterns ==&lt;br /&gt;
&lt;br /&gt;
{{design_patterns}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Exploratory Discussions ==&lt;br /&gt;
Research and analysis of real-world [[examples]], existing formats, and brainstorming to motivate the microformat. Please check [[rejected-formats]] before making additions.&lt;br /&gt;
&lt;br /&gt;
*alternates [[alternates-brainstorming|alternates brainstorming]], [[alternates-examples|alternates examples]]&lt;br /&gt;
*[[attention]]&lt;br /&gt;
* blog description [[blog-description-examples|blog description examples]]&lt;br /&gt;
* blog info [[blog-info-examples|blog info examples]]&lt;br /&gt;
* blog post [[blog-post-examples|examples]], [[blog-post-formats|blog post formats]], and [[blog-post-brainstorming|blog post brainstorming]] (yielded the [[hatom|hAtom]] draft)&lt;br /&gt;
* book [[book-examples|book examples]], [[book-formats|book formats]], and [[book-brainstorming|book brainstorming]]&lt;br /&gt;
* chat [[chat-examples|chat examples]], [[chat-formats|chat formats]], and [[chat-brainstorming|chat brainstorming]]&lt;br /&gt;
* citation [[citation|citation effort]], [[citation-examples|citation examples]], [[citation-formats|citation formats]], [[citation-brainstorming|citation brainstorming]], and [[citation-faq|citation FAQ]]&lt;br /&gt;
* comment [[comment-problem|comment problem]], [[comment-examples|comment examples]], and [[comments-formats|comment formats]] (Some stuff needs to be extracted from [[comments-formats]])&lt;br /&gt;
* [[collection-description|collection description]] {{NewMarker}}&lt;br /&gt;
* [[course-catalog]]; [[course-catalog-examples]] {{NewMarker}}&lt;br /&gt;
* [[currency]]; [[currency-examples]]; [[currency-brainstorming]]; [[currency-proposal]]; [[currency-issues]] {{NewMarker}}&lt;br /&gt;
* directions [[directions-examples|directions examples]] {{NewMarker}}&lt;br /&gt;
* directory inclusion [[directory-inclusion-examples|directory inclusion examples]], [[directory-inclusion-formats|directory inclusion formats]]. (see also [[rel-directory]])&lt;br /&gt;
* distributed conversation [[distributed-conversation|distributed conversation overview]], [[distributed-conversation-brainstorming|distributed conversation brainstorming]], [[distributed-conversation-examples|distributed conversation examples]], and [[distributed-conversation-formats|distributed conversation formats]]&lt;br /&gt;
* forms [[forms-examples|forms examples]]&lt;br /&gt;
* genealogy [[genealogy-formats|genealogy examples]]&lt;br /&gt;
* group [[group-brainstorming|group brainstorming]] and [[group-examples|group examples]]&lt;br /&gt;
* items [[items-brainstorming|items brainstorming]] and [[items-examples|items examples]&lt;br /&gt;
* hash [[hash-examples|hash examples]]&lt;br /&gt;
* job listing [[job-listing-examples|job listing examples]] and [[job-listing-brainstorming|job listing brainstorming]]&lt;br /&gt;
* last modified [[last-modified-examples|last modified examples]], [[last-modified-formats|last modified formats]], and [[last-modified-brainstorming|last modified brainstorming]]&lt;br /&gt;
* hListing [[hlisting-proposal|hListing proposal]], and [[hlisting-feedback|hListing feedback]] {{NewMarker}}&lt;br /&gt;
** Also, listing [[listing-examples|examples]], [[listing-formats|formats]], and [[listing-brainstorming|brainstorming]]&lt;br /&gt;
* [[hproduct|hProduct]] - [[hproduct-brainstorming|hProduct brainstorming]] | [[hproduct-feedback|hProduct discussion]] | [[hproduct-examples|hProduct examples]] {{NewMarker}}&lt;br /&gt;
* location [[location-formats|location formats]]. (see also [[adr]] and [[geo]])&lt;br /&gt;
* [[luna]] ([[geo]]-like co-ordinates, for places on The Moon) - see also [[geo-extension-strawman]] a possible implementation {{NewMarker}}&lt;br /&gt;
* [[mars]] ([[geo]]-like co-ordinates, for places on the planet Mars) - see also [[geo-extension-strawman]] a possible implementation {{NewMarker}}&lt;br /&gt;
* measures and measurement units [[measure]]&lt;br /&gt;
* [[media-info]] ([[media-info-examples|media-info examples]], [[media-info-formats|media-info formats]], [[media-info-brainstorming|media-info brainstorming]]) &lt;br /&gt;
* meeting minutes [[meeting-minutes-examples|meeting minutes examples]], [[meeting-minutes-formats|meeting minutes formats]], and [[meeting-minutes-brainstorming|meeting minutes brainstorming]]&lt;br /&gt;
* metalink [[metalink-examples|metalink examples]] {{NewMarker}}&lt;br /&gt;
* microsummary [[microsummary-brainstorming|microsummary brainstorming]] {{NewMarker}}&lt;br /&gt;
* [[mfo-examples|MFO examples]]&lt;br /&gt;
* music [[music-examples|music examples]]&lt;br /&gt;
* photo note [[photo-note-examples|photo note examples]]&lt;br /&gt;
*[[question-answer]], [[question-answer-brainstorming]]; [[question-answer-examples]] {{NewMarker}}&lt;br /&gt;
* recipe [[recipe-examples|recipe examples]], [[recipe-brainstorming]] {{NewMarker}}&lt;br /&gt;
* rel-product [[rel-product-brainstorming|rel-product brainstorming]]&lt;br /&gt;
* requirements testing [[requirements-testing|requirements testing overview]], and [[requirements-testing-examples|requirements testing examples]]&lt;br /&gt;
* [[rest-examples|REST examples]]&lt;br /&gt;
* resume [[resume-brainstorming|resume brainstorming]], and [[resume-formats|resume formats]]&lt;br /&gt;
* review [[review-examples|review examples]], and [[review-formats|review formats]] (yielded the [[hreview|hReview]] draft)&lt;br /&gt;
* search results [[search-results-example|search results example]]&lt;br /&gt;
* show [[show-brainstorming|show brainstorming]]&lt;br /&gt;
* showroll [[showroll-brainstorming|brainstorming]]&lt;br /&gt;
* [[species]] - for the marking up of the scientific names of living things: [[species-examples]]; [[species-brainstorming]] {{NewMarker}}&lt;br /&gt;
* table [[table-examples|examples]]&lt;br /&gt;
* tagspeak [[tagspeak-examples|tagspeak examples]]&lt;br /&gt;
* tagcloud [[tagcloud-examples|tagcloud examples]], and [[tagcloud-brainstorming|tagcloud  brainstorming]]. {{NewMarker}}&lt;br /&gt;
* transit table [[transit-table-examples|transit table examples]]&lt;br /&gt;
* [[uid]]&lt;br /&gt;
* widget [[widget-examples|widget examples]], and [[widget-brainstorming|widget brainstorming]]&lt;br /&gt;
* [[wiki-formats|wiki formats]]&lt;br /&gt;
* work of art [[work-of-art|work of art overview]], [[workofart-examples|work of art examples]], [[workofart-formats|work of art formats]], and [[workofart-brainstorming|work of art brainstorming]] {{NewMarker}}&lt;br /&gt;
*[[xmdp-brainstorming|XMDP brainstorming]] (see also [[xmdp-faq]])&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[examples]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Tools, Test Cases and Additional Research ==&lt;br /&gt;
&lt;br /&gt;
The first place to look for examples, code, and test cases is in the pages for each individual microformat. There are only a few cross-cutting tools and services that need to process more than one microformat. This section is intended for editors, parsers, validators, test cases, and other information relevant across multiple microformats.&lt;br /&gt;
&lt;br /&gt;
*[[accessibility]]&lt;br /&gt;
*[[faqs-for-rdf]]&lt;br /&gt;
*[[icalendar-implementations]]&lt;br /&gt;
*[[parsing-microformats]]&lt;br /&gt;
*[[selected-test-cases-from-the-web]]&lt;br /&gt;
*[http://hg.microformats.org/ Source code repository] -- [[mercurial-quick-start|HowTo: Download code from the repository]]&lt;br /&gt;
*[[vcard-implementations]], [[vcard-errata]], [[vcard-suggestions]]&lt;br /&gt;
*[[why-are-content-standards-hard]]&lt;br /&gt;
&lt;br /&gt;
== shared work areas ==&lt;br /&gt;
* [[buttons]]&lt;br /&gt;
* [[spread-microformats]] {{NewMarker}}&lt;br /&gt;
* [[demo]] - a page with links for quickly demonstrating microformats working in practice.&lt;br /&gt;
* [[events]] {{NewMarker}}&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[marked-for-deletion]]&lt;br /&gt;
* [[microformats-issues]] {{NewMarker}} - issues related to more than one microformat.&lt;br /&gt;
&lt;br /&gt;
== microformats wiki in other languages ==&lt;br /&gt;
&lt;br /&gt;
You may read and edit microformats articles in many other languages:&lt;br /&gt;
&lt;br /&gt;
* languages with over 50 articles&lt;br /&gt;
** [[Main_Page-fr|Français (French)]] {{NewMarker-fr}}&lt;br /&gt;
* languages with over 10 articles&lt;br /&gt;
** [[Main_Page-pt-br| Português (Brazilian Portuguese)]] {{NewMarker-pt-br}}&lt;br /&gt;
** [[Main_Page-ja|日本語 (Japanese)]]&lt;br /&gt;
* languages with over 2 articles&lt;br /&gt;
** [[Main_Page-es|Español (Spanish)]]&lt;br /&gt;
** [[Main_Page-de|Deutsch (German)]]&lt;br /&gt;
&lt;br /&gt;
==== microformats translations elsewhere ====&lt;br /&gt;
These are off-site pages/sites with translations about microformats. If you are working on one of these, please consider translating the main microformats website!&lt;br /&gt;
* [http://mikroformate.pbwiki.com/ Deutsch (German) mikroformate.pbwiki.com] {{NewMarker-de}}&lt;br /&gt;
&lt;br /&gt;
=== Start a microformats wiki in another language ===&lt;br /&gt;
&lt;br /&gt;
Don't see the language you want? Help translate the microformats wiki into another language!&lt;br /&gt;
&lt;br /&gt;
We're still figuring this out.  &lt;br /&gt;
&lt;br /&gt;
For now, see the [http://en.wikipedia.org/wiki/Wikipedia:Multilingual_coordination Wikipedia page on Multilingual coordination], and [http://meta.wikimedia.org/wiki/How_to_start_a_new_Wikipedia How to start a new Wikipedia] for some good general tips, advice, and community conventions.&lt;br /&gt;
&lt;br /&gt;
You may want to start with the list of [[stable-pages]], which are pages that are relatively stable, and have only minimal/editorial changes, which makes them much easier to keep in sync with the English versions, by using the [[Special:Watchlist|my watchlist]] feature (use it to watch the pages you've translated for changes).&lt;br /&gt;
&lt;br /&gt;
Page naming: for the translated version of a page, use the same name for the page, and simply add the RFC 3066 language identifier code as a dash suffix. E.g. for the French version, [[Main_Page]] becomes [[Main_Page-fr]], and [[how-to-play]] becomes [[how-to-play-fr]].&lt;br /&gt;
&lt;br /&gt;
==== more languages folks want to see ====&lt;br /&gt;
&lt;br /&gt;
* Chinese: 微格式 (Microformats) (see [http://msittig.blogspot.com/2005/11/since-i-translated-schedule-of.html source of translation])&lt;br /&gt;
* Does somebody want to see a Dutch translation???&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=currency-proposal&amp;diff=12010</id>
		<title>currency-proposal</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=currency-proposal&amp;diff=12010"/>
		<updated>2006-12-28T21:25:00Z</updated>

		<summary type="html">&lt;p&gt;Emil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Currency =&lt;br /&gt;
&lt;br /&gt;
'''currency''' is a simple microformat for marking up money amounts, such as prices of products/services or financial facts.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Money amounts are one of the most widespread content found on the Web, but the lack of unambiguous representation of the currency they are expressed in, or the date that they relate to, makes comparison and matching of offerings online difficult.&lt;br /&gt;
&lt;br /&gt;
== Acknowledgments ==&lt;br /&gt;
&lt;br /&gt;
This proposal was written based on the contributions of several members of the community. Original brainstorming ideas and strawman proposal can be viewed at [[currency-brainstorming]] and [[currency-brainstorming#Andy_Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Scope ==&lt;br /&gt;
&lt;br /&gt;
This proposal limits its scope to:&lt;br /&gt;
* money amounts expressed in one officially issued coins and notes. This means it currently does not support money amounts expressed in terms of commodities or other liquefiable asset.&lt;br /&gt;
* money amounts expressed in one unit. This means that it currently does not support composite amounts such as &amp;quot;39 U.S. Dollars and 99 Cents&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Reuse of widely used ISO 4217 for unambiguous encoding of currency types: ensures interoperability with many existing and emerging industry standards such as [http://www.ifxforum.org IFX], [http://www.acord.org ACORD], [http://www.xbrl.org XBRL] or [http://docs.oasis-open.org/ubl/cd-UBL-1.0/ UBL].&lt;br /&gt;
* Define currency once, use anywhere: allows currency units to be defined once and then referred to, instead of locally defined for each money amount, resulting in ease of readability for both human users and their user agents.&lt;br /&gt;
* Timestamping: money amounts have an optional date that allows user agents to translate a historical figure to an equivalent present amount.&lt;br /&gt;
&lt;br /&gt;
=== Root Class Name ===&lt;br /&gt;
&lt;br /&gt;
The root class name for a money amount is &amp;lt;code&amp;gt;money&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Property List ===&lt;br /&gt;
&lt;br /&gt;
* Required &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt;: can mark up a machine-readable numerical value with a &amp;lt;code&amp;gt;span&amp;lt;/code&amp;gt;element or a string value with a &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; whose &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute contains the machine-readable numerical value (See [[abbr-design-pattern]]).&lt;br /&gt;
* Optional &amp;lt;code&amp;gt;currency&amp;lt;/code&amp;gt;, or reference to a currency (See [[include-pattern]]). Must markup a ISO 4217 compliant code or use the [[abbr-design-pattern]] to provide the equivalent ISO 4217 machine readable value to the marked up human-readable value.&lt;br /&gt;
* Optional &amp;lt;code&amp;gt;unit&amp;lt;/code&amp;gt;, or reference to a unit of the currency (See [[include-pattern]]), for instance a &amp;quot;dollar&amp;quot; or &amp;quot;cent&amp;quot;. This proposal does not specify how the unit must be marked up. This is the focus of the [[measure]] microformats. When not present, the unit is assumed to be the default unit for the given currency. For instance, &amp;quot;Dollar&amp;quot; for the U.S. currency.&lt;br /&gt;
* Optional &amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt; following the [[datetime-design-pattern]], specifies the date that must be used to evaluate the value of the currency unit used.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Simple in-line example with local definition of the currency unit: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;$&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;39.99&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;$&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;39.99&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Text representation of the amount: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot;&amp;gt;Thirty-nine&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;Dollars&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;39&amp;quot;&amp;gt;Thirty-nine&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;Dollars&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example using the &amp;lt;code&amp;gt;unit&amp;lt;/code&amp;gt; class: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Table example with global definition of the currency:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;table&amp;gt;&lt;br /&gt;
      &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Price in &amp;lt;abbr id=&amp;quot;u1&amp;quot; class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;US$&amp;lt;/abbr&amp;gt;&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;div class=&amp;quot;money&amp;quot;&amp;gt;39.99&amp;lt;a href=&amp;quot;#u1&amp;quot; class=&amp;quot;include&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
   &amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
&lt;br /&gt;
Discussion of this proposal by specific problems on [[currency-issues]].&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=currency-issues&amp;diff=11983</id>
		<title>currency-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=currency-issues&amp;diff=11983"/>
		<updated>2006-12-28T21:21:59Z</updated>

		<summary type="html">&lt;p&gt;Emil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Currency - Issues =&lt;br /&gt;
&lt;br /&gt;
== Unit and Value ==&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;1.232&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
&lt;br /&gt;
The base for this data (amount) is the currency - USD (U.S. Dollar). But the amount is not 99 Dollar, its 0.99 Dollar. The unit is &amp;amp;cent; (U.S. Cent). While the currency value is defined by ISO 4217, there is no list for a currency and its corresponding factors to the currency base. Therefore it would be problematic to automatic transfere those values.&lt;br /&gt;
&lt;br /&gt;
Similar Problem [http://www.stock-world.de/news/article.m?news_id=2195425 is the use] of [http://en.wikipedia.org/wiki/Billion billion] like 1.232 Bill. Euro. But the amount is not 1,232,000,000 Euro like an native English reader might think, in German it means 1,232,000,000,000 Euro.&lt;br /&gt;
&lt;br /&gt;
=== Alternative 1 ===&lt;br /&gt;
&lt;br /&gt;
Providing the amount corresponding to the currency:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;0.99&amp;quot;&amp;gt;99&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;1232000000000&amp;quot;&amp;gt;1.232&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Alternative 2 ===&lt;br /&gt;
&lt;br /&gt;
Providing the unit-factor corresponding to the currency base:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;0.01&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;1.232&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; titel=&amp;quot;1000000000000&amp;quot;&amp;gt;bill.&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;EUR&amp;quot;&amp;gt;Euro&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=11990</id>
		<title>measure-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=11990"/>
		<updated>2006-12-26T21:14:15Z</updated>

		<summary type="html">&lt;p&gt;Emil: inserted ideas about dimension / unit / measurement destinction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Measure Microformat Brainstorming =&lt;br /&gt;
&lt;br /&gt;
This page collects ideas on how to use semantic XHTML to represent unambiguously [[measure]]s.&lt;br /&gt;
&lt;br /&gt;
== Guillaume Lebleu ==&lt;br /&gt;
&lt;br /&gt;
Basic example with elementary unit using the abbr pattern and the UNECE code (see [[measure-formats]])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;5 &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional &amp;quot;value&amp;quot; could be useful in some cases, for instance when the value is provided in plain text:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;5&amp;quot;&amp;gt;Five&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Andy Mabbett==&lt;br /&gt;
This Firefox extension may be of interest. Note, though, that it's been criticised for having a &amp;quot;nag&amp;quot; screen: [https://addons.mozilla.org/firefox/2286/ Converter] [[User:AndyMabbett|AndyMabbett]] 15:32, 3 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:This is the author of that extension. I don't want to go much into this, but I just want to clarify this briefly. The part with the nag screen is wrong on two counts: (1) that dialog isn't there anymore, and (2) even if it was there, you only needed to read a paragraph and click a button to make it go away ''forever'' -- but you don't have to take my word for it, install it for yourselves and see. Andy's report is accurate however -- the extension '''''was''''' criticized for that dialog (that's what you get from your free extension's users when you ask for 15 seconds of their time in return for hundreds of hours of your time). --[[User:BogdanStancescu|BogdanStancescu]] 09:35, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Bogdan Stăncescu==&lt;br /&gt;
Here are my findings related to automatic parsing of measurements on web pages while developing the [http://converter.mozdev.org Converter] extension. Please ask away if you want me to go into more detail on any of the topics -- I'm not sure which of my experiences are relevant to microformats, so I'm going to give you an overview of my conclusions.&lt;br /&gt;
&lt;br /&gt;
By the way of an introduction, the Converter is a Firefox extension which tries to convert all measurements it finds in any web page to their Imperial or metric counterpart (e.g. Fahrenheit to Celsius, and Celsius to Fahrenheit; meters to feet and feet to meters). There are two steps to the conversion process: (1) identifying the measurements in the page, and (2) converting them. As expected, the conversion part is trivial, at least conceptually. The parsing is the tricky bit, and that's also where the Converter's challenges also become relevant for microformats.&lt;br /&gt;
&lt;br /&gt;
Here are the main challenges I have encountered while writing the Converter:&lt;br /&gt;
&lt;br /&gt;
;Presentation standardization: The first, biggest and most obvious challenge is lack of almost any ''de facto'' standardization in respect to data presentation. What I mean is that although the units themselves are more or less standardized (more on that later), they are ''presented'' in various ways within web pages. Take these examples: &amp;quot;50 foot monster&amp;quot;, &amp;quot;50 ft monster&amp;quot;, &amp;quot;50 feet monster&amp;quot;, &amp;quot;50-foot monster&amp;quot;, &amp;quot;50-feet monster&amp;quot; -- and my personal favorite, &amp;quot;fifty-foot monster&amp;quot; (more on this later);&lt;br /&gt;
&lt;br /&gt;
:Note that using a microformat using in particular the [[abbr-design-pattern]] would make each of these examples less ambiguous if not unambiguous. See below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;ft&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;-&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;50&amp;quot;&amp;gt;fifty&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: Of course; as far as I could gather, that's actually the ''purpose'' of microformats -- bridging the gap between what humans and machines can understand, no? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
;Unit standardization: I live in Europe, where I've always used the metric system. As such, this probably was a much bigger nasty surprise for me than it is for a user of the Imperial/U.S. Customary system: in the Imperial system, the units themselves vary depending on where you are -- miles, pints, and a whole lot of other units come in many different flavors, but they're all written the same in regular usage;&lt;br /&gt;
&lt;br /&gt;
;Language: &amp;quot;1 meter&amp;quot; vs. &amp;quot;1 metre&amp;quot; is a reasonable difference -- but non-SI units are usually translated. Even some SI units have different plurals, depending on the language, although in theory SI units are actually denoted by ''symbols'', not &amp;quot;words&amp;quot;, as to make them non-translatable, and truly international (hence the name of the SI). I haven't really given much thought to a solution towards parsing these, because I find it overwhelming for the time.&lt;br /&gt;
&lt;br /&gt;
;The sheer number of units: surprisingly, most people don't realize just how many units we humans have invented. Just take a look here: [http://www.asknumbers.com/ asknumbers.com] -- see how many categories there are? Now click on Flow Rate -- a non-ubiquitous type of measurement. Three sub-categories only for flow rates! Now click on Volume Flow Rate and take a look at the number of units in those lists. Remember, those are just in one of the three categories for flow rate! The UNECE standard mentioned in the [[measure-formats#Measure_Formats|measure formats]] page is useful to define just that -- a ''standard'' set of units. But in practice there are a lot more being used out there.&lt;br /&gt;
&lt;br /&gt;
:Do you have examples from the Web (a URL) of non-UNECE units. One possibility would be to provide the ability for a unit to be defined as a division of products of other units. This is consistent with the [[measure-formats#Systeme_International]], which defines 7 base units and all other units as derived units (of course some units, even though they are derived are much easily represented as simple ones). This is what XBRL has done for financial/accounting/reporting. See [[currency-formats#XBRL]] and theorical example (ampere acre per second) below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
::Unfortunately I don't have URLs -- almost at all -- with measurements, although I've been in the &amp;quot;business&amp;quot; for a while. The reason for this is that I collect URLs of pages I encounter which are not properly parsed by the Converter, and when I release a version which understands those, I delete the URLs. Also, I never intended to cover all units in the Converter myself, for a multitude of reasons -- therefore I was never interested in the more exotic ones.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Guillaume Lebleu's example&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt; &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Regarding your idea of breaking down the units in base units, that's something I've also been toying with in my head for the Converter. For my particular application, it's technically more difficult to implement this breakdown. For microformats, it would be easier, but there still remains at least one potential problem: you end up with a huge mess in the page. If a standard is too complicated to follow, one tends to give up altogether.&lt;br /&gt;
&lt;br /&gt;
::Consider a document which actually discusses some sort of current variation per farm, and therefore needs to repeatedly refer to ampere acres per second. For human use, they'd simply define the AAS somewhere at the top of the document, and then refer to AAS, KAAS or MAAS as needed. Maybe a similar approach should be considered for microformats as well:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
We define the &lt;br /&gt;
&amp;lt;span class=&amp;quot;unit_definition&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit_name&amp;quot;&amp;gt;AAS&amp;lt;/span&amp;gt;&lt;br /&gt;
  as&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::And then use the &amp;quot;AAS&amp;quot; throughout the document as any other pre-defined unit. How would you define (and use) the KAAS (1000 AAS) or MAAS (1,000,000 AAS) though? Is there any standard way already to use data multipliers in microformats? Or should we discuss that? Or is it out of scope? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
That's all I can think of as major hurdles right now. If I remember anything else, I'll post here. Please do give me feedback here if you want to ask more about any of the topics I touched above, or if you have other questions I might be able to reply to. --[[User:BogdanStancescu|BogdanStancescu]] 12:08, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discoleo==&lt;br /&gt;
=== Measurement Classification ===&lt;br /&gt;
&lt;br /&gt;
Because it is easier to provide examples, I will first list examples.&lt;br /&gt;
&lt;br /&gt;
==== Categorical vs Ordinal Data ====&lt;br /&gt;
&lt;br /&gt;
Various measurements may produce '''NON-Numerical''' values:&lt;br /&gt;
* a pain scale: '''most severe''', '''very severe''', '''severe''', ...&lt;br /&gt;
* or the TNM tumour classification system: T0, Tx, T1, T2, T3, T4, N0, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is even a more fundamental issue related to numbers themselves, e.g.:&lt;br /&gt;
* '''Lists''' or '''Years''' are sometimes written using '''Roman Numbers'''&lt;br /&gt;
** however, the strings corresponding to ''Roman Numbers'', when sorted alphabetically, do NOT retain the correct order&lt;br /&gt;
** i.e. C (100) preceds L (50), which preceds X (10)&lt;br /&gt;
* there are other numbering schemes&lt;br /&gt;
&lt;br /&gt;
==== A Single Value / Data Point ====&lt;br /&gt;
&lt;br /&gt;
This is the most simple data format and pretty straitforward to implement.&lt;br /&gt;
&lt;br /&gt;
* the distance between 2 cities is '''40 km'''&lt;br /&gt;
* the velocity is '''62 mph'''&lt;br /&gt;
* most other simple entires (...)&lt;br /&gt;
&lt;br /&gt;
==== An Interval Measurement ====&lt;br /&gt;
&lt;br /&gt;
* time: the shop is open between '''6am - 18pm''' on every day of the week, exept Saturdays  from '''9am - 16pm''' and Sundays from '''9am - 13pm'''&lt;br /&gt;
**[[hcalendar|hCalendar]]? [[User:AndyMabbett|Andy Mabbett]] 09:24, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
This is more about an interval measurement. Every variable can have 2 (or more) values, e.g.:&lt;br /&gt;
* the levels of rain fall were between 25mm - 35mm&lt;br /&gt;
* the maximum velocity of various cars was 220 - 250 km/h&lt;br /&gt;
&lt;br /&gt;
Should these values be stored as separate values? [e.g. low / high]&lt;br /&gt;
Or should the microformats be able to store an interval?&lt;br /&gt;
&lt;br /&gt;
See also the examples for statistical summaries below.&lt;br /&gt;
&lt;br /&gt;
*Mark up each as a separate measurement, and wrap them in a &amp;quot;range&amp;quot; microforamt? [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Matrices ====&lt;br /&gt;
&lt;br /&gt;
* the GPS coordinates are '''12°14' N and 25°55' E'''&lt;br /&gt;
**[[geo|Geo]]? [[User:AndyMabbett|Andy Mabbett]] 09:25, 22 Nov 2006 (PST)&lt;br /&gt;
* the dimension of the box is '''3m x 2m x 0.55m'''&lt;br /&gt;
**this is three separate, single measurements, surely? [[User:AndyMabbett|Andy Mabbett]] 09:21, 22 Nov 2006 (PST)&lt;br /&gt;
** 3 x 2 x 0.55 cubic meter, still 3 measurements, BUT given as cubic meter =&amp;gt; ONE measurement?&lt;br /&gt;
***Who writes 3x2x0.55 cubic meter? You'd write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
** the surface was 2 x 3 square feet ???&lt;br /&gt;
***Who writes 2x3 sq ft? You'd write &amp;quot;2ftx3ft&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IF we write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot;, we '''loose information'''&lt;br /&gt;
* IF I want a surface, I would prefer the '''sqare feet''' unit, and NOT '''...feet x ...feet'''&lt;br /&gt;
* writing for every measure a markup, will '''bloat''' the code extensively&lt;br /&gt;
** data matrices would be very effective here&lt;br /&gt;
*** how would you make such a matrix? There are different ways how such information can be &amp;quot;compounded&amp;quot;. (length per time = speed, length * length = area). Maybe a we can group those measurements by a surrounding information, what the context is. --Emil 02:50, 25 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Statistical Measurements ====&lt;br /&gt;
&lt;br /&gt;
Often, a group of data is summarized using a statistics:&lt;br /&gt;
* the mean length was 1.3m (SD 0.12m, group size 22)&lt;br /&gt;
* the median age was 42 years (interquartile range 95% 18 - 97)&lt;br /&gt;
&lt;br /&gt;
==== Measurement Scales ====&lt;br /&gt;
&lt;br /&gt;
===== Accuracy vs. Precision =====&lt;br /&gt;
&lt;br /&gt;
'''QUESTIONS'''&lt;br /&gt;
* How detailed should a measurement be stored?&lt;br /&gt;
**Microformats aren't for storing measurements; they're for &amp;quot;labelling&amp;quot; the measurements that are already present. [[User:AndyMabbett|Andy Mabbett]] 09:23, 22 Nov 2006 (PST)&lt;br /&gt;
* If Accuracy and precision are relevant to the measurement, how do we store these?&lt;br /&gt;
&lt;br /&gt;
===== Standardization of Measurement =====&lt;br /&gt;
&lt;br /&gt;
* sometimes we may need to store the calibration information / calibration curves&lt;br /&gt;
* we may need to store the reference point the measurement is based on&lt;br /&gt;
* we may need to store the '''normal values'''&lt;br /&gt;
** biomedical measurements are often laboratory dependent, so it does NOT make sense to have the measurement without the corresponding normal values&lt;br /&gt;
** e.g. anti-Hepatitis B surface antigen antibody (anti-HBs) Titer: 32 MIU/ml&lt;br /&gt;
*** normal: 0 (non-infected, non-past infection, non-immunity)&lt;br /&gt;
*** protective immunity: &amp;gt;10 MIU/ml&lt;br /&gt;
*** interpretation is however more complex, depending on other tests as well&lt;br /&gt;
&lt;br /&gt;
== Emil Thies ==&lt;br /&gt;
&lt;br /&gt;
From my understanding, this microformat should concentrate on the notation of a measurement. So there will be some aspects, which has to be covered (elsewhere?) to improve the automatic use it or this microformat only uses some base informationens (units / dimensions) and derives all used from those base / build-in once.&lt;br /&gt;
&lt;br /&gt;
=== Dimension vs. Unit vs. Measurement ===&lt;br /&gt;
&lt;br /&gt;
A measurement is the combination of a number (value) and a unit (kind).&lt;br /&gt;
* 3m (3 Metre)&lt;br /&gt;
&lt;br /&gt;
A unit is a scale for a measure of a dimension. Different units of the same dimension can be transfered into each other.&lt;br /&gt;
* Metre is a unit of the dimension length.&lt;br /&gt;
* Foot is a unit of the dimension length.&lt;br /&gt;
&lt;br /&gt;
A Dimension is a base-dimension (see SI-System) or a compound dimension.&lt;br /&gt;
* length is a base dimension&lt;br /&gt;
* time is a base dimension&lt;br /&gt;
* speed is a comound dimension (length per time). There for a measurement of speed has one number and two unit by a mathexpresseion, which form their own unit. e.g. 10 m/s (10 Metre per second).&lt;br /&gt;
&lt;br /&gt;
If we express a measurement in a microformat by the unit, the dimension is indirect provided by it. But a microformat, which uses measurement as a part, needs to define the dimension of it, to keep the use of the unit as an user choice.&lt;br /&gt;
&lt;br /&gt;
=== Identification of Units ===&lt;br /&gt;
&lt;br /&gt;
There are so many Units around - not only the existing one. There are deprecated ones like from Rome empire etc. For example &amp;quot;[http://en.wikipedia.org/wiki/Foot_(unit_of_length) Foot]&amp;quot; is not an unique identification of a unit. There is not only the British and U.S., there are for example same old German ones, before those areas joined the international metre convention in 1875:&lt;br /&gt;
* 25 cm in Hessen&lt;br /&gt;
* 28,935 cm in Bremen &lt;br /&gt;
* 29,641 cm in Oldenburg &lt;br /&gt;
* 29,1859 cm in Bayern &lt;br /&gt;
* 30,385 cm in Meiningen-Hildburghausen &lt;br /&gt;
* 31,385 cm in Preußen &lt;br /&gt;
* 31,608 cm in Wien/Österreich &lt;br /&gt;
* 32,61 cm in Bad Homburg vor der Höhe &lt;br /&gt;
* 33 1/3 cm in der Pfalz &lt;br /&gt;
	&lt;br /&gt;
So there is the need of a unique identification of those units. I found two approach right:&lt;br /&gt;
&lt;br /&gt;
==== In MathML ====&lt;br /&gt;
&lt;br /&gt;
MathML [http://www.w3.org/TR/mathml-units/#definitionURL defines] the construction of an URI like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://base/units/unit name[/context][/country][#prefix]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://.../units/foot/de&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But as you can see, there is right now no way to distinguish the different German foots based on the area inside Germany. Furthermore the context is so variable, that the same unit can be described by different URLs.&lt;br /&gt;
&lt;br /&gt;
==== In OpenMath ====&lt;br /&gt;
&lt;br /&gt;
OpenMath [http://www.openmath.org/cdgroups/units.html defines] the units inside of content directories:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://www.openmath.org/cd/units_us1.xhtml#foot_us_survey&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So there is a unique URLs for a Unit, but not every Unit is covered.&lt;br /&gt;
&lt;br /&gt;
=== Transformation of Units ===&lt;br /&gt;
&lt;br /&gt;
A real benefit is the automatic transformation of a unit, so that the write can write the measurement in his context (e.g. in the U.S. foot, or a quote from an antike text in Rome Empire foot) and the reader can get a transformation in his context (e.g. the value in metre). There fore there is the need of additional transformation information. And there are some different kinds of transformation:&lt;br /&gt;
&lt;br /&gt;
==== units of same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. foot to metre&lt;br /&gt;
&lt;br /&gt;
==== units of compound but same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. metre/s and mach-number&lt;br /&gt;
&lt;br /&gt;
==== compound measurement context ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;This switch works up to 5 Ampere by 220 Volt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The reader might to now, which Watt device he can attach (1100 Watt would be the answer).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;The dimension of the box is 3m x 2m x 0.55m&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There might be some question like:&lt;br /&gt;
* volume (3,3 m³)&lt;br /&gt;
* surface (17,5 m²)&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29366</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Main_Page&amp;diff=29366"/>
		<updated>2006-12-25T12:26:08Z</updated>

		<summary type="html">&lt;p&gt;Emil: /* Exploratory Discussions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;h1&amp;gt;Microformats Wiki&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Hello!''' Welcome to the microformats wiki. If this is your first visit, please see the [[introduction]] page.&lt;br /&gt;
&lt;br /&gt;
Please read [[how-to-play]] before making any edits.&lt;br /&gt;
&lt;br /&gt;
Please read [[process]] before proposing any new microformats.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
[[what-are-microformats|What are microformats]]? [[what-can-you-do-with-microformats|What can you do with them]]? &lt;br /&gt;
&lt;br /&gt;
The [http://microformats.org/about/ about page], [http://microformats.org/ latest news], plus recent [[press]], [[presentations]], [[podcasts]], and [[screencasts]] are also good places for some background information. &lt;br /&gt;
&lt;br /&gt;
Frequently asked questions about the wiki and microformats in general are answered in the [[faq|FAQ]], and there is a [[glossary]]. &lt;br /&gt;
&lt;br /&gt;
Want to learn more in person? Check out [[events|microformats events]].&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
&lt;br /&gt;
One popular definition from our [http://microformats.org/discuss/ mailing list] (see also: [[mailing-lists]]) is &amp;quot;simple conventions for embedding semantics in HTML to enable decentralized development.&amp;quot; More precisely, microformats can be defined as:&lt;br /&gt;
:simple conventions&lt;br /&gt;
:for embedding semantic markup&lt;br /&gt;
::for a specific problem domain&lt;br /&gt;
:in human-readable (X)HTML/XML documents, Atom/RSS feeds, and &amp;quot;plain&amp;quot; XML&lt;br /&gt;
::that normalize existing content usage patterns&lt;br /&gt;
::using brief, descriptive class names &lt;br /&gt;
::often based on existing interoperable standards&lt;br /&gt;
:to enable decentralized development&lt;br /&gt;
::of resources, tools, and services&lt;br /&gt;
&lt;br /&gt;
Simply put: &amp;quot;Microformats are a codification of convention.&amp;quot; -- [http://easy-reader.net Aaron Gustafson]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Or do you just use your browser to browse? That's so 20th century.&amp;quot; -- [http://diveintomark.org Mark Pilgrim]&lt;br /&gt;
&lt;br /&gt;
== How to contribute ==&lt;br /&gt;
&lt;br /&gt;
Do you want to help take microformats to the next level?  You can:&lt;br /&gt;
&lt;br /&gt;
*Check out our open [[to-do|to do list]] for things to help get done.&lt;br /&gt;
*Join the [http://microformats.org/discuss mailing lists] and [[irc|IRC Channel]] to learn and help answer questions about microformats.&lt;br /&gt;
*[[advocacy|Advocate]] the use of microformats.&lt;br /&gt;
*help to [[Main_Page#microformats_wiki_in_other_languages|translate the microformats wiki into other languages]] to make microformats globally accessible.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
[[microformats|Microformats]] open standards specifications (see also: [[implementations]])&lt;br /&gt;
* [[hcalendar|hCalendar]] - [http://microformats.org/code/hcalendar/creator hcalendar creator]&lt;br /&gt;
* [[hcard|hCard]] - [http://microformats.org/code/hcard/creator hcard creator]&lt;br /&gt;
* [[rel-license]]&lt;br /&gt;
* [[rel-nofollow]]&lt;br /&gt;
* [[rel-tag]]&lt;br /&gt;
* [[vote-links|VoteLinks]]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN] (see also: [[xfn-implementations]])&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
* [[adr|adr]]&lt;br /&gt;
* [[geo|geo]]&lt;br /&gt;
* [[hatom|hAtom]] {{NewMarker}}&lt;br /&gt;
* [[hresume|hResume]] {{NewMarker}}&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hreview creator]&lt;br /&gt;
* [[rel-directory]]&lt;br /&gt;
* [[rel-enclosure]]&lt;br /&gt;
* [[rel-home]]&lt;br /&gt;
* [[relpayment-research | rel-payment]]&lt;br /&gt;
* [[robots-exclusion|Robots Exclusion]]&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
== Design Patterns ==&lt;br /&gt;
&lt;br /&gt;
{{design_patterns}} &amp;lt;!-- this can be edited in /wiki/Template:design_patterns --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Exploratory Discussions ==&lt;br /&gt;
Research and analysis of real-world [[examples]], existing formats, and brainstorming to motivate the microformat. Please check [[rejected-formats]] before making additions.&lt;br /&gt;
&lt;br /&gt;
*alternates [[alternates-brainstorming|alternates brainstorming]], [[alternates-examples|alternates examples]]&lt;br /&gt;
*[[attention]]&lt;br /&gt;
* blog description [[blog-description-examples|blog description examples]]&lt;br /&gt;
* blog info [[blog-info-examples|blog info examples]]&lt;br /&gt;
* blog post [[blog-post-examples|examples]], [[blog-post-formats|blog post formats]], and [[blog-post-brainstorming|blog post brainstorming]] (yielded the [[hatom|hAtom]] draft)&lt;br /&gt;
* book [[book-examples|book examples]], [[book-formats|book formats]], and [[book-brainstorming|book brainstorming]]&lt;br /&gt;
* chat [[chat-examples|chat examples]], [[chat-formats|chat formats]], and [[chat-brainstorming|chat brainstorming]]&lt;br /&gt;
* citation [[citation|citation effort]], [[citation-examples|citation examples]], [[citation-formats|citation formats]], [[citation-brainstorming|citation brainstorming]], and [[citation-faq|citation FAQ]]&lt;br /&gt;
* comment [[comment-problem|comment problem]], [[comment-examples|comment examples]], and [[comments-formats|comment formats]] (Some stuff needs to be extracted from [[comments-formats]])&lt;br /&gt;
* [[collection-description|collection description]] {{NewMarker}}&lt;br /&gt;
* [[course-catalog]]; [[course-catalog-examples]] {{NewMarker}}&lt;br /&gt;
* [[currency]]; [[currency-examples]]; [[currency-brainstorming]]; [[currency-proposal]] {{NewMarker}}&lt;br /&gt;
* directions [[directions-examples|directions examples]] {{NewMarker}}&lt;br /&gt;
* directory inclusion [[directory-inclusion-examples|directory inclusion examples]], [[directory-inclusion-formats|directory inclusion formats]]. (see also [[rel-directory]])&lt;br /&gt;
* distributed conversation [[distributed-conversation|distributed conversation overview]], [[distributed-conversation-brainstorming|distributed conversation brainstorming]], [[distributed-conversation-examples|distributed conversation examples]], and [[distributed-conversation-formats|distributed conversation formats]]&lt;br /&gt;
* forms [[forms-examples|forms examples]]&lt;br /&gt;
* genealogy [[genealogy-formats|genealogy examples]]&lt;br /&gt;
* group [[group-brainstorming|group brainstorming]] and [[group-examples|group examples]]&lt;br /&gt;
* items [[items-brainstorming|items brainstorming]] and [[items-examples|items examples]&lt;br /&gt;
* hash [[hash-examples|hash examples]]&lt;br /&gt;
* job listing [[job-listing-examples|job listing examples]] and [[job-listing-brainstorming|job listing brainstorming]]&lt;br /&gt;
* last modified [[last-modified-examples|last modified examples]], [[last-modified-formats|last modified formats]], and [[last-modified-brainstorming|last modified brainstorming]]&lt;br /&gt;
* hListing [[hlisting-proposal|hListing proposal]], and [[hlisting-feedback|hListing feedback]] {{NewMarker}}&lt;br /&gt;
** Also, listing [[listing-examples|examples]], [[listing-formats|formats]], and [[listing-brainstorming|brainstorming]]&lt;br /&gt;
* [[hproduct|hProduct]] - [[hproduct-brainstorming|hProduct brainstorming]] | [[hproduct-feedback|hProduct discussion]] | [[hproduct-examples|hProduct examples]] {{NewMarker}}&lt;br /&gt;
* location [[location-formats|location formats]]. (see also [[adr]] and [[geo]])&lt;br /&gt;
* [[luna]] ([[geo]]-like co-ordinates, for places on The Moon) - see also [[geo-extension-strawman]] a possible implementation {{NewMarker}}&lt;br /&gt;
* [[mars]] ([[geo]]-like co-ordinates, for places on the planet Mars) - see also [[geo-extension-strawman]] a possible implementation {{NewMarker}}&lt;br /&gt;
* measures and measurement units [[measure]]&lt;br /&gt;
* [[media-info]] ([[media-info-examples|media-info examples]], [[media-info-formats|media-info formats]], [[media-info-brainstorming|media-info brainstorming]]) &lt;br /&gt;
* meeting minutes [[meeting-minutes-examples|meeting minutes examples]], [[meeting-minutes-formats|meeting minutes formats]], and [[meeting-minutes-brainstorming|meeting minutes brainstorming]]&lt;br /&gt;
* metalink [[metalink-examples|metalink examples]] {{NewMarker}}&lt;br /&gt;
* microsummary [[microsummary-brainstorming|microsummary brainstorming]] {{NewMarker}}&lt;br /&gt;
* [[mfo-examples|MFO examples]]&lt;br /&gt;
* music [[music-examples|music examples]]&lt;br /&gt;
* photo note [[photo-note-examples|photo note examples]]&lt;br /&gt;
*[[question-answer]], [[question-answer-brainstorming]]; [[question-answer-examples]] {{NewMarker}}&lt;br /&gt;
* recipe [[recipe-examples|recipe examples]], [[recipe-brainstorming]] {{NewMarker}}&lt;br /&gt;
* rel-product [[rel-product-brainstorming|rel-product brainstorming]]&lt;br /&gt;
* requirements testing [[requirements-testing|requirements testing overview]], and [[requirements-testing-examples|requirements testing examples]]&lt;br /&gt;
* [[rest-examples|REST examples]]&lt;br /&gt;
* resume [[resume-brainstorming|resume brainstorming]], and [[resume-formats|resume formats]]&lt;br /&gt;
* review [[review-examples|review examples]], and [[review-formats|review formats]] (yielded the [[hreview|hReview]] draft)&lt;br /&gt;
* search results [[search-results-example|search results example]]&lt;br /&gt;
* show [[show-brainstorming|show brainstorming]]&lt;br /&gt;
* showroll [[showroll-brainstorming|brainstorming]]&lt;br /&gt;
* [[species]] - for the marking up of the scientific names of living things: [[species-examples]]; [[species-brainstorming]] {{NewMarker}}&lt;br /&gt;
* table [[table-examples|examples]]&lt;br /&gt;
* tagspeak [[tagspeak-examples|tagspeak examples]]&lt;br /&gt;
* tagcloud [[tagcloud-examples|tagcloud examples]], and [[tagcloud-brainstorming|tagcloud  brainstorming]]. {{NewMarker}}&lt;br /&gt;
* transit table [[transit-table-examples|transit table examples]]&lt;br /&gt;
* [[uid]]&lt;br /&gt;
* widget [[widget-examples|widget examples]], and [[widget-brainstorming|widget brainstorming]]&lt;br /&gt;
* [[wiki-formats|wiki formats]]&lt;br /&gt;
* work of art [[work-of-art|work of art overview]], [[workofart-examples|work of art examples]], [[workofart-formats|work of art formats]], and [[workofart-brainstorming|work of art brainstorming]] {{NewMarker}}&lt;br /&gt;
*[[xmdp-brainstorming|XMDP brainstorming]] (see also [[xmdp-faq]])&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[examples]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Tools, Test Cases and Additional Research ==&lt;br /&gt;
&lt;br /&gt;
The first place to look for examples, code, and test cases is in the pages for each individual microformat. There are only a few cross-cutting tools and services that need to process more than one microformat. This section is intended for editors, parsers, validators, test cases, and other information relevant across multiple microformats.&lt;br /&gt;
&lt;br /&gt;
*[[accessibility]]&lt;br /&gt;
*[[faqs-for-rdf]]&lt;br /&gt;
*[[icalendar-implementations]]&lt;br /&gt;
*[[parsing-microformats]]&lt;br /&gt;
*[[selected-test-cases-from-the-web]]&lt;br /&gt;
*[http://hg.microformats.org/ Source code repository] -- [[mercurial-quick-start|HowTo: Download code from the repository]]&lt;br /&gt;
*[[vcard-implementations]], [[vcard-errata]], [[vcard-suggestions]]&lt;br /&gt;
*[[why-are-content-standards-hard]]&lt;br /&gt;
&lt;br /&gt;
== shared work areas ==&lt;br /&gt;
* [[buttons]]&lt;br /&gt;
* [[spread-microformats]] {{NewMarker}}&lt;br /&gt;
* [[demo]] - a page with links for quickly demonstrating microformats working in practice.&lt;br /&gt;
* [[events]] {{NewMarker}}&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[user-interface]]&lt;br /&gt;
* [[marked-for-deletion]]&lt;br /&gt;
* [[microformats-issues]] {{NewMarker}} - issues related to more than one microformat.&lt;br /&gt;
&lt;br /&gt;
== microformats wiki in other languages ==&lt;br /&gt;
&lt;br /&gt;
You may read and edit microformats articles in many other languages:&lt;br /&gt;
&lt;br /&gt;
* languages with over 50 articles&lt;br /&gt;
** [[Main_Page-fr|Français (French)]] {{NewMarker-fr}}&lt;br /&gt;
* languages with over 10 articles&lt;br /&gt;
** [[Main_Page-pt-br| Português (Brazilian Portuguese)]] {{NewMarker-pt-br}}&lt;br /&gt;
** [[Main_Page-ja|日本語 (Japanese)]]&lt;br /&gt;
* languages with over 2 articles&lt;br /&gt;
** [[Main_Page-es|Español (Spanish)]]&lt;br /&gt;
** [[Main_Page-de|Deutsch (German)]]&lt;br /&gt;
&lt;br /&gt;
==== microformats translations elsewhere ====&lt;br /&gt;
These are off-site pages/sites with translations about microformats. If you are working on one of these, please consider translating the main microformats website!&lt;br /&gt;
* [http://mikroformate.pbwiki.com/ Deutsch (German) mikroformate.pbwiki.com] {{NewMarker-de}}&lt;br /&gt;
&lt;br /&gt;
=== Start a microformats wiki in another language ===&lt;br /&gt;
&lt;br /&gt;
Don't see the language you want? Help translate the microformats wiki into another language!&lt;br /&gt;
&lt;br /&gt;
We're still figuring this out.  &lt;br /&gt;
&lt;br /&gt;
For now, see the [http://en.wikipedia.org/wiki/Wikipedia:Multilingual_coordination Wikipedia page on Multilingual coordination], and [http://meta.wikimedia.org/wiki/How_to_start_a_new_Wikipedia How to start a new Wikipedia] for some good general tips, advice, and community conventions.&lt;br /&gt;
&lt;br /&gt;
You may want to start with the list of [[stable-pages]], which are pages that are relatively stable, and have only minimal/editorial changes, which makes them much easier to keep in sync with the English versions, by using the [[Special:Watchlist|my watchlist]] feature (use it to watch the pages you've translated for changes).&lt;br /&gt;
&lt;br /&gt;
Page naming: for the translated version of a page, use the same name for the page, and simply add the RFC 3066 language identifier code as a dash suffix. E.g. for the French version, [[Main_Page]] becomes [[Main_Page-fr]], and [[how-to-play]] becomes [[how-to-play-fr]].&lt;br /&gt;
&lt;br /&gt;
==== more languages folks want to see ====&lt;br /&gt;
&lt;br /&gt;
* Chinese: 微格式 (Microformats) (see [http://msittig.blogspot.com/2005/11/since-i-translated-schedule-of.html source of translation])&lt;br /&gt;
* Does somebody want to see a Dutch translation???&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=currency-proposal&amp;diff=11907</id>
		<title>currency-proposal</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=currency-proposal&amp;diff=11907"/>
		<updated>2006-12-25T12:21:21Z</updated>

		<summary type="html">&lt;p&gt;Emil: adapted the 99cent rendering example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Currency =&lt;br /&gt;
&lt;br /&gt;
'''currency''' is a simple microformat for marking up money amounts, such as prices of products/services or financial facts.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Money amounts are one of the most widespread content found on the Web, but the lack of unambiguous representation of the currency they are expressed in, or the date that they relate to, makes comparison and matching of offerings online difficult.&lt;br /&gt;
&lt;br /&gt;
== Acknowledgments ==&lt;br /&gt;
&lt;br /&gt;
This proposal was written based on the contributions of several members of the community. Original brainstorming ideas and strawman proposal can be viewed at [[currency-brainstorming]] and [[currency-brainstorming#Andy_Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Scope ==&lt;br /&gt;
&lt;br /&gt;
This proposal limits its scope to:&lt;br /&gt;
* money amounts expressed in one officially issued coins and notes. This means it currently does not support money amounts expressed in terms of commodities or other liquefiable asset.&lt;br /&gt;
* money amounts expressed in one unit. This means that it currently does not support composite amounts such as &amp;quot;39 U.S. Dollars and 99 Cents&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Reuse of widely used ISO 4217 for unambiguous encoding of currency types: ensures interoperability with many existing and emerging industry standards such as [http://www.ifxforum.org IFX], [http://www.acord.org ACORD], [http://www.xbrl.org XBRL] or [http://docs.oasis-open.org/ubl/cd-UBL-1.0/ UBL].&lt;br /&gt;
* Define currency once, use anywhere: allows currency units to be defined once and then referred to, instead of locally defined for each money amount, resulting in ease of readability for both human users and their user agents.&lt;br /&gt;
* Timestamping: money amounts have an optional date that allows user agents to translate a historical figure to an equivalent present amount.&lt;br /&gt;
&lt;br /&gt;
=== Root Class Name ===&lt;br /&gt;
&lt;br /&gt;
The root class name for a money amount is &amp;lt;code&amp;gt;money&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Property List ===&lt;br /&gt;
&lt;br /&gt;
* Required &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt;: can mark up a machine-readable numerical value with a &amp;lt;code&amp;gt;span&amp;lt;/code&amp;gt;element or a string value with a &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; whose &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute contains the machine-readable numerical value (See [[abbr-design-pattern]]).&lt;br /&gt;
* Optional &amp;lt;code&amp;gt;currency&amp;lt;/code&amp;gt;, or reference to a currency (See [[include-pattern]]). Must markup a ISO 4217 compliant code or use the [[abbr-design-pattern]] to provide the equivalent ISO 4217 machine readable value to the marked up human-readable value.&lt;br /&gt;
* Optional &amp;lt;code&amp;gt;unit&amp;lt;/code&amp;gt;, or reference to a unit of the currency (See [[include-pattern]]), for instance a &amp;quot;dollar&amp;quot; or &amp;quot;cent&amp;quot;. This proposal does not specify how the unit must be marked up. This is the focus of the [[measure]] microformats. When not present, the unit is assumed to be the default unit for the given currency. For instance, &amp;quot;Dollar&amp;quot; for the U.S. currency.&lt;br /&gt;
* Optional &amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt; following the [[datetime-design-pattern]], specifies the date that must be used to evaluate the value of the currency unit used.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Simple in-line example with local definition of the currency unit: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;$&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;39.99&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;$&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;39.99&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Text representation of the amount: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot;&amp;gt;Thirty-nine&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;Dollars&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;39&amp;quot;&amp;gt;Thirty-nine&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;Dollars&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example using the &amp;lt;code&amp;gt;unit&amp;lt;/code&amp;gt; class: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;0.99&amp;quot;&amp;gt;99&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;0.99&amp;quot;&amp;gt;99&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Table example with global definition of the currency:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;table&amp;gt;&lt;br /&gt;
      &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Price in &amp;lt;abbr id=&amp;quot;u1&amp;quot; class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;US$&amp;lt;/abbr&amp;gt;&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;div class=&amp;quot;money&amp;quot;&amp;gt;39.99&amp;lt;a href=&amp;quot;#u1&amp;quot; class=&amp;quot;include&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
   &amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Changes ===&lt;br /&gt;
*  The example of 99 cent: added to the amount title=&amp;quot;0.99&amp;quot;, in conjunction with the brainstorming of Andy Mabbett. Otherwise the client needs the &amp;quot;knowlegde&amp;quot; of every instance of a currency and its factor to the currency base. --Emil 04:10, 25 Dec 2006 (PST)&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=currency-proposal&amp;diff=11825</id>
		<title>currency-proposal</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=currency-proposal&amp;diff=11825"/>
		<updated>2006-12-25T12:19:58Z</updated>

		<summary type="html">&lt;p&gt;Emil: 99cent example changed from span to abbr (since i added title)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Currency =&lt;br /&gt;
&lt;br /&gt;
'''currency''' is a simple microformat for marking up money amounts, such as prices of products/services or financial facts.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Money amounts are one of the most widespread content found on the Web, but the lack of unambiguous representation of the currency they are expressed in, or the date that they relate to, makes comparison and matching of offerings online difficult.&lt;br /&gt;
&lt;br /&gt;
== Acknowledgments ==&lt;br /&gt;
&lt;br /&gt;
This proposal was written based on the contributions of several members of the community. Original brainstorming ideas and strawman proposal can be viewed at [[currency-brainstorming]] and [[currency-brainstorming#Andy_Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Scope ==&lt;br /&gt;
&lt;br /&gt;
This proposal limits its scope to:&lt;br /&gt;
* money amounts expressed in one officially issued coins and notes. This means it currently does not support money amounts expressed in terms of commodities or other liquefiable asset.&lt;br /&gt;
* money amounts expressed in one unit. This means that it currently does not support composite amounts such as &amp;quot;39 U.S. Dollars and 99 Cents&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Reuse of widely used ISO 4217 for unambiguous encoding of currency types: ensures interoperability with many existing and emerging industry standards such as [http://www.ifxforum.org IFX], [http://www.acord.org ACORD], [http://www.xbrl.org XBRL] or [http://docs.oasis-open.org/ubl/cd-UBL-1.0/ UBL].&lt;br /&gt;
* Define currency once, use anywhere: allows currency units to be defined once and then referred to, instead of locally defined for each money amount, resulting in ease of readability for both human users and their user agents.&lt;br /&gt;
* Timestamping: money amounts have an optional date that allows user agents to translate a historical figure to an equivalent present amount.&lt;br /&gt;
&lt;br /&gt;
=== Root Class Name ===&lt;br /&gt;
&lt;br /&gt;
The root class name for a money amount is &amp;lt;code&amp;gt;money&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Property List ===&lt;br /&gt;
&lt;br /&gt;
* Required &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt;: can mark up a machine-readable numerical value with a &amp;lt;code&amp;gt;span&amp;lt;/code&amp;gt;element or a string value with a &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; whose &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute contains the machine-readable numerical value (See [[abbr-design-pattern]]).&lt;br /&gt;
* Optional &amp;lt;code&amp;gt;currency&amp;lt;/code&amp;gt;, or reference to a currency (See [[include-pattern]]). Must markup a ISO 4217 compliant code or use the [[abbr-design-pattern]] to provide the equivalent ISO 4217 machine readable value to the marked up human-readable value.&lt;br /&gt;
* Optional &amp;lt;code&amp;gt;unit&amp;lt;/code&amp;gt;, or reference to a unit of the currency (See [[include-pattern]]), for instance a &amp;quot;dollar&amp;quot; or &amp;quot;cent&amp;quot;. This proposal does not specify how the unit must be marked up. This is the focus of the [[measure]] microformats. When not present, the unit is assumed to be the default unit for the given currency. For instance, &amp;quot;Dollar&amp;quot; for the U.S. currency.&lt;br /&gt;
* Optional &amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt; following the [[datetime-design-pattern]], specifies the date that must be used to evaluate the value of the currency unit used.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Simple in-line example with local definition of the currency unit: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;$&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;39.99&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;$&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;39.99&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Text representation of the amount: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot;&amp;gt;Thirty-nine&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;Dollars&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;39&amp;quot;&amp;gt;Thirty-nine&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;Dollars&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example using the &amp;lt;code&amp;gt;unit&amp;lt;/code&amp;gt; class: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;0.99&amp;quot;&amp;gt;99&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Table example with global definition of the currency:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;table&amp;gt;&lt;br /&gt;
      &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Price in &amp;lt;abbr id=&amp;quot;u1&amp;quot; class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;US$&amp;lt;/abbr&amp;gt;&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;div class=&amp;quot;money&amp;quot;&amp;gt;39.99&amp;lt;a href=&amp;quot;#u1&amp;quot; class=&amp;quot;include&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
   &amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Changes ===&lt;br /&gt;
*  The example of 99 cent: added to the amount title=&amp;quot;0.99&amp;quot;, in conjunction with the brainstorming of Andy Mabbett. Otherwise the client needs the &amp;quot;knowlegde&amp;quot; of every instance of a currency and its factor to the currency base. --Emil 04:10, 25 Dec 2006 (PST)&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=currency-proposal&amp;diff=11824</id>
		<title>currency-proposal</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=currency-proposal&amp;diff=11824"/>
		<updated>2006-12-25T12:10:12Z</updated>

		<summary type="html">&lt;p&gt;Emil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Currency =&lt;br /&gt;
&lt;br /&gt;
'''currency''' is a simple microformat for marking up money amounts, such as prices of products/services or financial facts.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Money amounts are one of the most widespread content found on the Web, but the lack of unambiguous representation of the currency they are expressed in, or the date that they relate to, makes comparison and matching of offerings online difficult.&lt;br /&gt;
&lt;br /&gt;
== Acknowledgments ==&lt;br /&gt;
&lt;br /&gt;
This proposal was written based on the contributions of several members of the community. Original brainstorming ideas and strawman proposal can be viewed at [[currency-brainstorming]] and [[currency-brainstorming#Andy_Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Scope ==&lt;br /&gt;
&lt;br /&gt;
This proposal limits its scope to:&lt;br /&gt;
* money amounts expressed in one officially issued coins and notes. This means it currently does not support money amounts expressed in terms of commodities or other liquefiable asset.&lt;br /&gt;
* money amounts expressed in one unit. This means that it currently does not support composite amounts such as &amp;quot;39 U.S. Dollars and 99 Cents&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Reuse of widely used ISO 4217 for unambiguous encoding of currency types: ensures interoperability with many existing and emerging industry standards such as [http://www.ifxforum.org IFX], [http://www.acord.org ACORD], [http://www.xbrl.org XBRL] or [http://docs.oasis-open.org/ubl/cd-UBL-1.0/ UBL].&lt;br /&gt;
* Define currency once, use anywhere: allows currency units to be defined once and then referred to, instead of locally defined for each money amount, resulting in ease of readability for both human users and their user agents.&lt;br /&gt;
* Timestamping: money amounts have an optional date that allows user agents to translate a historical figure to an equivalent present amount.&lt;br /&gt;
&lt;br /&gt;
=== Root Class Name ===&lt;br /&gt;
&lt;br /&gt;
The root class name for a money amount is &amp;lt;code&amp;gt;money&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Property List ===&lt;br /&gt;
&lt;br /&gt;
* Required &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt;: can mark up a machine-readable numerical value with a &amp;lt;code&amp;gt;span&amp;lt;/code&amp;gt;element or a string value with a &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; whose &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute contains the machine-readable numerical value (See [[abbr-design-pattern]]).&lt;br /&gt;
* Optional &amp;lt;code&amp;gt;currency&amp;lt;/code&amp;gt;, or reference to a currency (See [[include-pattern]]). Must markup a ISO 4217 compliant code or use the [[abbr-design-pattern]] to provide the equivalent ISO 4217 machine readable value to the marked up human-readable value.&lt;br /&gt;
* Optional &amp;lt;code&amp;gt;unit&amp;lt;/code&amp;gt;, or reference to a unit of the currency (See [[include-pattern]]), for instance a &amp;quot;dollar&amp;quot; or &amp;quot;cent&amp;quot;. This proposal does not specify how the unit must be marked up. This is the focus of the [[measure]] microformats. When not present, the unit is assumed to be the default unit for the given currency. For instance, &amp;quot;Dollar&amp;quot; for the U.S. currency.&lt;br /&gt;
* Optional &amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt; following the [[datetime-design-pattern]], specifies the date that must be used to evaluate the value of the currency unit used.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Simple in-line example with local definition of the currency unit: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;$&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;39.99&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;$&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;39.99&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Text representation of the amount: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot;&amp;gt;Thirty-nine&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;Dollars&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;39&amp;quot;&amp;gt;Thirty-nine&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;Dollars&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example using the &amp;lt;code&amp;gt;unit&amp;lt;/code&amp;gt; class: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot; title=&amp;quot;0.99&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Table example with global definition of the currency:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;table&amp;gt;&lt;br /&gt;
      &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Price in &amp;lt;abbr id=&amp;quot;u1&amp;quot; class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;US$&amp;lt;/abbr&amp;gt;&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;div class=&amp;quot;money&amp;quot;&amp;gt;39.99&amp;lt;a href=&amp;quot;#u1&amp;quot; class=&amp;quot;include&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
   &amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Changes ===&lt;br /&gt;
*  The example of 99 cent: added to the amount title=&amp;quot;0.99&amp;quot;, in conjunction with the brainstorming of Andy Mabbett. Otherwise the client needs the &amp;quot;knowlegde&amp;quot; of every instance of a currency and its factor to the currency base. --Emil 04:10, 25 Dec 2006 (PST)&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=currency-proposal&amp;diff=11823</id>
		<title>currency-proposal</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=currency-proposal&amp;diff=11823"/>
		<updated>2006-12-25T11:54:07Z</updated>

		<summary type="html">&lt;p&gt;Emil: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Currency =&lt;br /&gt;
&lt;br /&gt;
'''currency''' is a simple microformat for marking up money amounts, such as prices of products/services or financial facts.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Money amounts are one of the most widespread content found on the Web, but the lack of unambiguous representation of the currency they are expressed in, or the date that they relate to, makes comparison and matching of offerings online difficult.&lt;br /&gt;
&lt;br /&gt;
== Acknowledgments ==&lt;br /&gt;
&lt;br /&gt;
This proposal was written based on the contributions of several members of the community. Original brainstorming ideas and strawman proposal can be viewed at [[currency-brainstorming]] and [[currency-brainstorming#Andy_Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Scope ==&lt;br /&gt;
&lt;br /&gt;
This proposal limits its scope to:&lt;br /&gt;
* money amounts expressed in one officially issued coins and notes. This means it currently does not support money amounts expressed in terms of commodities or other liquefiable asset.&lt;br /&gt;
* money amounts expressed in one unit. This means that it currently does not support composite amounts such as &amp;quot;39 U.S. Dollars and 99 Cents&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Reuse of widely used ISO 4217 for unambiguous encoding of currency types: ensures interoperability with many existing and emerging industry standards such as [http://www.ifxforum.org IFX], [http://www.acord.org ACORD], [http://www.xbrl.org XBRL] or [http://docs.oasis-open.org/ubl/cd-UBL-1.0/ UBL].&lt;br /&gt;
* Define currency once, use anywhere: allows currency units to be defined once and then referred to, instead of locally defined for each money amount, resulting in ease of readability for both human users and their user agents.&lt;br /&gt;
* Timestamping: money amounts have an optional date that allows user agents to translate a historical figure to an equivalent present amount.&lt;br /&gt;
&lt;br /&gt;
=== Root Class Name ===&lt;br /&gt;
&lt;br /&gt;
The root class name for a money amount is &amp;lt;code&amp;gt;money&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Property List ===&lt;br /&gt;
&lt;br /&gt;
* Required &amp;lt;code&amp;gt;amount&amp;lt;/code&amp;gt;: can mark up a machine-readable numerical value with a &amp;lt;code&amp;gt;span&amp;lt;/code&amp;gt;element or a string value with a &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; whose &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute contains the machine-readable numerical value (See [[abbr-design-pattern]]).&lt;br /&gt;
* Optional &amp;lt;code&amp;gt;currency&amp;lt;/code&amp;gt;, or reference to a currency (See [[include-pattern]]). Must markup a ISO 4217 compliant code or use the [[abbr-design-pattern]] to provide the equivalent ISO 4217 machine readable value to the marked up human-readable value.&lt;br /&gt;
* Optional &amp;lt;code&amp;gt;unit&amp;lt;/code&amp;gt;, or reference to a unit of the currency (See [[include-pattern]]), for instance a &amp;quot;dollar&amp;quot; or &amp;quot;cent&amp;quot;. This proposal does not specify how the unit must be marked up. This is the focus of the [[measure]] microformats. When not present, the unit is assumed to be the default unit for the given currency. For instance, &amp;quot;Dollar&amp;quot; for the U.S. currency.&lt;br /&gt;
* Optional &amp;lt;code&amp;gt;date&amp;lt;/code&amp;gt; following the [[datetime-design-pattern]], specifies the date that must be used to evaluate the value of the currency unit used.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
Simple in-line example with local definition of the currency unit: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;$&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;39.99&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;$&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;39.99&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Text representation of the amount: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot;&amp;gt;Thirty-nine&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;Dollars&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;amount&amp;quot; title=&amp;quot;39&amp;quot;&amp;gt;Thirty-nine&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;Dollars&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example using the &amp;lt;code&amp;gt;unit&amp;lt;/code&amp;gt; class: &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot; title=&amp;quot;0.99&amp;quot;&amp;gt;99&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot;&amp;gt;&amp;amp;cent;&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Table example with global definition of the currency:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   &amp;lt;table&amp;gt;&lt;br /&gt;
      &amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Price in &amp;lt;abbr id=&amp;quot;u1&amp;quot; class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot;&amp;gt;US$&amp;lt;/abbr&amp;gt;&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
      &amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;div class=&amp;quot;money&amp;quot;&amp;gt;39.99&amp;lt;a href=&amp;quot;#u1&amp;quot; class=&amp;quot;include&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
   &amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=11839</id>
		<title>measure-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=11839"/>
		<updated>2006-12-25T10:50:55Z</updated>

		<summary type="html">&lt;p&gt;Emil: /* Matrices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Measure Microformat Brainstorming =&lt;br /&gt;
&lt;br /&gt;
This page collects ideas on how to use semantic XHTML to represent unambiguously [[measure]]s.&lt;br /&gt;
&lt;br /&gt;
== Guillaume Lebleu ==&lt;br /&gt;
&lt;br /&gt;
Basic example with elementary unit using the abbr pattern and the UNECE code (see [[measure-formats]])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;5 &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional &amp;quot;value&amp;quot; could be useful in some cases, for instance when the value is provided in plain text:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;5&amp;quot;&amp;gt;Five&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Andy Mabbett==&lt;br /&gt;
This Firefox extension may be of interest. Note, though, that it's been criticised for having a &amp;quot;nag&amp;quot; screen: [https://addons.mozilla.org/firefox/2286/ Converter] [[User:AndyMabbett|AndyMabbett]] 15:32, 3 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:This is the author of that extension. I don't want to go much into this, but I just want to clarify this briefly. The part with the nag screen is wrong on two counts: (1) that dialog isn't there anymore, and (2) even if it was there, you only needed to read a paragraph and click a button to make it go away ''forever'' -- but you don't have to take my word for it, install it for yourselves and see. Andy's report is accurate however -- the extension '''''was''''' criticized for that dialog (that's what you get from your free extension's users when you ask for 15 seconds of their time in return for hundreds of hours of your time). --[[User:BogdanStancescu|BogdanStancescu]] 09:35, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Bogdan Stăncescu==&lt;br /&gt;
Here are my findings related to automatic parsing of measurements on web pages while developing the [http://converter.mozdev.org Converter] extension. Please ask away if you want me to go into more detail on any of the topics -- I'm not sure which of my experiences are relevant to microformats, so I'm going to give you an overview of my conclusions.&lt;br /&gt;
&lt;br /&gt;
By the way of an introduction, the Converter is a Firefox extension which tries to convert all measurements it finds in any web page to their Imperial or metric counterpart (e.g. Fahrenheit to Celsius, and Celsius to Fahrenheit; meters to feet and feet to meters). There are two steps to the conversion process: (1) identifying the measurements in the page, and (2) converting them. As expected, the conversion part is trivial, at least conceptually. The parsing is the tricky bit, and that's also where the Converter's challenges also become relevant for microformats.&lt;br /&gt;
&lt;br /&gt;
Here are the main challenges I have encountered while writing the Converter:&lt;br /&gt;
&lt;br /&gt;
;Presentation standardization: The first, biggest and most obvious challenge is lack of almost any ''de facto'' standardization in respect to data presentation. What I mean is that although the units themselves are more or less standardized (more on that later), they are ''presented'' in various ways within web pages. Take these examples: &amp;quot;50 foot monster&amp;quot;, &amp;quot;50 ft monster&amp;quot;, &amp;quot;50 feet monster&amp;quot;, &amp;quot;50-foot monster&amp;quot;, &amp;quot;50-feet monster&amp;quot; -- and my personal favorite, &amp;quot;fifty-foot monster&amp;quot; (more on this later);&lt;br /&gt;
&lt;br /&gt;
:Note that using a microformat using in particular the [[abbr-design-pattern]] would make each of these examples less ambiguous if not unambiguous. See below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;ft&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;-&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;50&amp;quot;&amp;gt;fifty&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: Of course; as far as I could gather, that's actually the ''purpose'' of microformats -- bridging the gap between what humans and machines can understand, no? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
;Unit standardization: I live in Europe, where I've always used the metric system. As such, this probably was a much bigger nasty surprise for me than it is for a user of the Imperial/U.S. Customary system: in the Imperial system, the units themselves vary depending on where you are -- miles, pints, and a whole lot of other units come in many different flavors, but they're all written the same in regular usage;&lt;br /&gt;
&lt;br /&gt;
;Language: &amp;quot;1 meter&amp;quot; vs. &amp;quot;1 metre&amp;quot; is a reasonable difference -- but non-SI units are usually translated. Even some SI units have different plurals, depending on the language, although in theory SI units are actually denoted by ''symbols'', not &amp;quot;words&amp;quot;, as to make them non-translatable, and truly international (hence the name of the SI). I haven't really given much thought to a solution towards parsing these, because I find it overwhelming for the time.&lt;br /&gt;
&lt;br /&gt;
;The sheer number of units: surprisingly, most people don't realize just how many units we humans have invented. Just take a look here: [http://www.asknumbers.com/ asknumbers.com] -- see how many categories there are? Now click on Flow Rate -- a non-ubiquitous type of measurement. Three sub-categories only for flow rates! Now click on Volume Flow Rate and take a look at the number of units in those lists. Remember, those are just in one of the three categories for flow rate! The UNECE standard mentioned in the [[measure-formats#Measure_Formats|measure formats]] page is useful to define just that -- a ''standard'' set of units. But in practice there are a lot more being used out there.&lt;br /&gt;
&lt;br /&gt;
:Do you have examples from the Web (a URL) of non-UNECE units. One possibility would be to provide the ability for a unit to be defined as a division of products of other units. This is consistent with the [[measure-formats#Systeme_International]], which defines 7 base units and all other units as derived units (of course some units, even though they are derived are much easily represented as simple ones). This is what XBRL has done for financial/accounting/reporting. See [[currency-formats#XBRL]] and theorical example (ampere acre per second) below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
::Unfortunately I don't have URLs -- almost at all -- with measurements, although I've been in the &amp;quot;business&amp;quot; for a while. The reason for this is that I collect URLs of pages I encounter which are not properly parsed by the Converter, and when I release a version which understands those, I delete the URLs. Also, I never intended to cover all units in the Converter myself, for a multitude of reasons -- therefore I was never interested in the more exotic ones.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Guillaume Lebleu's example&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt; &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Regarding your idea of breaking down the units in base units, that's something I've also been toying with in my head for the Converter. For my particular application, it's technically more difficult to implement this breakdown. For microformats, it would be easier, but there still remains at least one potential problem: you end up with a huge mess in the page. If a standard is too complicated to follow, one tends to give up altogether.&lt;br /&gt;
&lt;br /&gt;
::Consider a document which actually discusses some sort of current variation per farm, and therefore needs to repeatedly refer to ampere acres per second. For human use, they'd simply define the AAS somewhere at the top of the document, and then refer to AAS, KAAS or MAAS as needed. Maybe a similar approach should be considered for microformats as well:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
We define the &lt;br /&gt;
&amp;lt;span class=&amp;quot;unit_definition&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit_name&amp;quot;&amp;gt;AAS&amp;lt;/span&amp;gt;&lt;br /&gt;
  as&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::And then use the &amp;quot;AAS&amp;quot; throughout the document as any other pre-defined unit. How would you define (and use) the KAAS (1000 AAS) or MAAS (1,000,000 AAS) though? Is there any standard way already to use data multipliers in microformats? Or should we discuss that? Or is it out of scope? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
That's all I can think of as major hurdles right now. If I remember anything else, I'll post here. Please do give me feedback here if you want to ask more about any of the topics I touched above, or if you have other questions I might be able to reply to. --[[User:BogdanStancescu|BogdanStancescu]] 12:08, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discoleo==&lt;br /&gt;
=== Measurement Classification ===&lt;br /&gt;
&lt;br /&gt;
Because it is easier to provide examples, I will first list examples.&lt;br /&gt;
&lt;br /&gt;
==== Categorical vs Ordinal Data ====&lt;br /&gt;
&lt;br /&gt;
Various measurements may produce '''NON-Numerical''' values:&lt;br /&gt;
* a pain scale: '''most severe''', '''very severe''', '''severe''', ...&lt;br /&gt;
* or the TNM tumour classification system: T0, Tx, T1, T2, T3, T4, N0, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is even a more fundamental issue related to numbers themselves, e.g.:&lt;br /&gt;
* '''Lists''' or '''Years''' are sometimes written using '''Roman Numbers'''&lt;br /&gt;
** however, the strings corresponding to ''Roman Numbers'', when sorted alphabetically, do NOT retain the correct order&lt;br /&gt;
** i.e. C (100) preceds L (50), which preceds X (10)&lt;br /&gt;
* there are other numbering schemes&lt;br /&gt;
&lt;br /&gt;
==== A Single Value / Data Point ====&lt;br /&gt;
&lt;br /&gt;
This is the most simple data format and pretty straitforward to implement.&lt;br /&gt;
&lt;br /&gt;
* the distance between 2 cities is '''40 km'''&lt;br /&gt;
* the velocity is '''62 mph'''&lt;br /&gt;
* most other simple entires (...)&lt;br /&gt;
&lt;br /&gt;
==== An Interval Measurement ====&lt;br /&gt;
&lt;br /&gt;
* time: the shop is open between '''6am - 18pm''' on every day of the week, exept Saturdays  from '''9am - 16pm''' and Sundays from '''9am - 13pm'''&lt;br /&gt;
**[[hcalendar|hCalendar]]? [[User:AndyMabbett|Andy Mabbett]] 09:24, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
This is more about an interval measurement. Every variable can have 2 (or more) values, e.g.:&lt;br /&gt;
* the levels of rain fall were between 25mm - 35mm&lt;br /&gt;
* the maximum velocity of various cars was 220 - 250 km/h&lt;br /&gt;
&lt;br /&gt;
Should these values be stored as separate values? [e.g. low / high]&lt;br /&gt;
Or should the microformats be able to store an interval?&lt;br /&gt;
&lt;br /&gt;
See also the examples for statistical summaries below.&lt;br /&gt;
&lt;br /&gt;
*Mark up each as a separate measurement, and wrap them in a &amp;quot;range&amp;quot; microforamt? [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Matrices ====&lt;br /&gt;
&lt;br /&gt;
* the GPS coordinates are '''12°14' N and 25°55' E'''&lt;br /&gt;
**[[geo|Geo]]? [[User:AndyMabbett|Andy Mabbett]] 09:25, 22 Nov 2006 (PST)&lt;br /&gt;
* the dimension of the box is '''3m x 2m x 0.55m'''&lt;br /&gt;
**this is three separate, single measurements, surely? [[User:AndyMabbett|Andy Mabbett]] 09:21, 22 Nov 2006 (PST)&lt;br /&gt;
** 3 x 2 x 0.55 cubic meter, still 3 measurements, BUT given as cubic meter =&amp;gt; ONE measurement?&lt;br /&gt;
***Who writes 3x2x0.55 cubic meter? You'd write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
** the surface was 2 x 3 square feet ???&lt;br /&gt;
***Who writes 2x3 sq ft? You'd write &amp;quot;2ftx3ft&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IF we write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot;, we '''loose information'''&lt;br /&gt;
* IF I want a surface, I would prefer the '''sqare feet''' unit, and NOT '''...feet x ...feet'''&lt;br /&gt;
* writing for every measure a markup, will '''bloat''' the code extensively&lt;br /&gt;
** data matrices would be very effective here&lt;br /&gt;
*** how would you make such a matrix? There are different ways how such information can be &amp;quot;compounded&amp;quot;. (length per time = speed, length * length = area). Maybe a we can group those measurements by a surrounding information, what the context is. --Emil 02:50, 25 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Statistical Measurements ====&lt;br /&gt;
&lt;br /&gt;
Often, a group of data is summarized using a statistics:&lt;br /&gt;
* the mean length was 1.3m (SD 0.12m, group size 22)&lt;br /&gt;
* the median age was 42 years (interquartile range 95% 18 - 97)&lt;br /&gt;
&lt;br /&gt;
==== Measurement Scales ====&lt;br /&gt;
&lt;br /&gt;
===== Accuracy vs. Precision =====&lt;br /&gt;
&lt;br /&gt;
'''QUESTIONS'''&lt;br /&gt;
* How detailed should a measurement be stored?&lt;br /&gt;
**Microformats aren't for storing measurements; they're for &amp;quot;labelling&amp;quot; the measurements that are already present. [[User:AndyMabbett|Andy Mabbett]] 09:23, 22 Nov 2006 (PST)&lt;br /&gt;
* If Accuracy and precision are relevant to the measurement, how do we store these?&lt;br /&gt;
&lt;br /&gt;
===== Standardization of Measurement =====&lt;br /&gt;
&lt;br /&gt;
* sometimes we may need to store the calibration information / calibration curves&lt;br /&gt;
* we may need to store the reference point the measurement is based on&lt;br /&gt;
* we may need to store the '''normal values'''&lt;br /&gt;
** biomedical measurements are often laboratory dependent, so it does NOT make sense to have the measurement without the corresponding normal values&lt;br /&gt;
** e.g. anti-Hepatitis B surface antigen antibody (anti-HBs) Titer: 32 MIU/ml&lt;br /&gt;
*** normal: 0 (non-infected, non-past infection, non-immunity)&lt;br /&gt;
*** protective immunity: &amp;gt;10 MIU/ml&lt;br /&gt;
*** interpretation is however more complex, depending on other tests as well&lt;br /&gt;
&lt;br /&gt;
== Emil Thies ==&lt;br /&gt;
&lt;br /&gt;
From my understanding, this microformat should concentrate on the notation of a measurement. So there will be some aspects, which has to be covered (elsewhere?) to improve the automatic use it.&lt;br /&gt;
&lt;br /&gt;
=== Identification of Units ===&lt;br /&gt;
&lt;br /&gt;
There are so many Units around - not only the existing one. There are deprecated ones like from Rome empire etc. For example &amp;quot;[http://en.wikipedia.org/wiki/Foot_(unit_of_length) Foot]&amp;quot; is not an unique identification of a unit. There is not only the British and U.S., there are for example same old German ones, before those areas joined the international metre convention in 1875:&lt;br /&gt;
* 25 cm in Hessen&lt;br /&gt;
* 28,935 cm in Bremen &lt;br /&gt;
* 29,641 cm in Oldenburg &lt;br /&gt;
* 29,1859 cm in Bayern &lt;br /&gt;
* 30,385 cm in Meiningen-Hildburghausen &lt;br /&gt;
* 31,385 cm in Preußen &lt;br /&gt;
* 31,608 cm in Wien/Österreich &lt;br /&gt;
* 32,61 cm in Bad Homburg vor der Höhe &lt;br /&gt;
* 33 1/3 cm in der Pfalz &lt;br /&gt;
	&lt;br /&gt;
So there is the need of a unique identification of those units. I found two approach right:&lt;br /&gt;
&lt;br /&gt;
==== In MathML ====&lt;br /&gt;
&lt;br /&gt;
MathML [http://www.w3.org/TR/mathml-units/#definitionURL defines] the construction of an URI like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://base/units/unit name[/context][/country][#prefix]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://.../units/foot/de&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But as you can see, there is right now no way to distinguish the different German foots based on the area inside Germany. Furthermore the context is so variable, that the same unit can be described by different URLs.&lt;br /&gt;
&lt;br /&gt;
==== In OpenMath ====&lt;br /&gt;
&lt;br /&gt;
OpenMath [http://www.openmath.org/cdgroups/units.html defines] the units inside of content directories:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://www.openmath.org/cd/units_us1.xhtml#foot_us_survey&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So there is a unique URLs for a Unit, but not every Unit is covered.&lt;br /&gt;
&lt;br /&gt;
=== Transformation of Units ===&lt;br /&gt;
&lt;br /&gt;
A real benefit is the automatic transformation of a unit, so that the write can write the measurement in his context (e.g. in the U.S. foot, or a quote from an antike text in Rome Empire foot) and the reader can get a transformation in his context (e.g. the value in metre). There fore there is the need of additional transformation information. And there are some different kinds of transformation:&lt;br /&gt;
&lt;br /&gt;
==== units of same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. foot to metre&lt;br /&gt;
&lt;br /&gt;
==== units of compound but same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. metre/s and mach-number&lt;br /&gt;
&lt;br /&gt;
==== compound measurement context ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;This switch works up to 5 Ampere by 220 Volt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The reader might to now, which Watt device he can attach (1100 Watt would be the answer).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;The dimension of the box is 3m x 2m x 0.55m&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There might be some question like:&lt;br /&gt;
* volume (3,3 m³)&lt;br /&gt;
* surface (17,5 m²)&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=11820</id>
		<title>measure-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=11820"/>
		<updated>2006-12-25T10:43:14Z</updated>

		<summary type="html">&lt;p&gt;Emil: /* In MathML */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Measure Microformat Brainstorming =&lt;br /&gt;
&lt;br /&gt;
This page collects ideas on how to use semantic XHTML to represent unambiguously [[measure]]s.&lt;br /&gt;
&lt;br /&gt;
== Guillaume Lebleu ==&lt;br /&gt;
&lt;br /&gt;
Basic example with elementary unit using the abbr pattern and the UNECE code (see [[measure-formats]])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;5 &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional &amp;quot;value&amp;quot; could be useful in some cases, for instance when the value is provided in plain text:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;5&amp;quot;&amp;gt;Five&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Andy Mabbett==&lt;br /&gt;
This Firefox extension may be of interest. Note, though, that it's been criticised for having a &amp;quot;nag&amp;quot; screen: [https://addons.mozilla.org/firefox/2286/ Converter] [[User:AndyMabbett|AndyMabbett]] 15:32, 3 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:This is the author of that extension. I don't want to go much into this, but I just want to clarify this briefly. The part with the nag screen is wrong on two counts: (1) that dialog isn't there anymore, and (2) even if it was there, you only needed to read a paragraph and click a button to make it go away ''forever'' -- but you don't have to take my word for it, install it for yourselves and see. Andy's report is accurate however -- the extension '''''was''''' criticized for that dialog (that's what you get from your free extension's users when you ask for 15 seconds of their time in return for hundreds of hours of your time). --[[User:BogdanStancescu|BogdanStancescu]] 09:35, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Bogdan Stăncescu==&lt;br /&gt;
Here are my findings related to automatic parsing of measurements on web pages while developing the [http://converter.mozdev.org Converter] extension. Please ask away if you want me to go into more detail on any of the topics -- I'm not sure which of my experiences are relevant to microformats, so I'm going to give you an overview of my conclusions.&lt;br /&gt;
&lt;br /&gt;
By the way of an introduction, the Converter is a Firefox extension which tries to convert all measurements it finds in any web page to their Imperial or metric counterpart (e.g. Fahrenheit to Celsius, and Celsius to Fahrenheit; meters to feet and feet to meters). There are two steps to the conversion process: (1) identifying the measurements in the page, and (2) converting them. As expected, the conversion part is trivial, at least conceptually. The parsing is the tricky bit, and that's also where the Converter's challenges also become relevant for microformats.&lt;br /&gt;
&lt;br /&gt;
Here are the main challenges I have encountered while writing the Converter:&lt;br /&gt;
&lt;br /&gt;
;Presentation standardization: The first, biggest and most obvious challenge is lack of almost any ''de facto'' standardization in respect to data presentation. What I mean is that although the units themselves are more or less standardized (more on that later), they are ''presented'' in various ways within web pages. Take these examples: &amp;quot;50 foot monster&amp;quot;, &amp;quot;50 ft monster&amp;quot;, &amp;quot;50 feet monster&amp;quot;, &amp;quot;50-foot monster&amp;quot;, &amp;quot;50-feet monster&amp;quot; -- and my personal favorite, &amp;quot;fifty-foot monster&amp;quot; (more on this later);&lt;br /&gt;
&lt;br /&gt;
:Note that using a microformat using in particular the [[abbr-design-pattern]] would make each of these examples less ambiguous if not unambiguous. See below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;ft&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;-&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;50&amp;quot;&amp;gt;fifty&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: Of course; as far as I could gather, that's actually the ''purpose'' of microformats -- bridging the gap between what humans and machines can understand, no? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
;Unit standardization: I live in Europe, where I've always used the metric system. As such, this probably was a much bigger nasty surprise for me than it is for a user of the Imperial/U.S. Customary system: in the Imperial system, the units themselves vary depending on where you are -- miles, pints, and a whole lot of other units come in many different flavors, but they're all written the same in regular usage;&lt;br /&gt;
&lt;br /&gt;
;Language: &amp;quot;1 meter&amp;quot; vs. &amp;quot;1 metre&amp;quot; is a reasonable difference -- but non-SI units are usually translated. Even some SI units have different plurals, depending on the language, although in theory SI units are actually denoted by ''symbols'', not &amp;quot;words&amp;quot;, as to make them non-translatable, and truly international (hence the name of the SI). I haven't really given much thought to a solution towards parsing these, because I find it overwhelming for the time.&lt;br /&gt;
&lt;br /&gt;
;The sheer number of units: surprisingly, most people don't realize just how many units we humans have invented. Just take a look here: [http://www.asknumbers.com/ asknumbers.com] -- see how many categories there are? Now click on Flow Rate -- a non-ubiquitous type of measurement. Three sub-categories only for flow rates! Now click on Volume Flow Rate and take a look at the number of units in those lists. Remember, those are just in one of the three categories for flow rate! The UNECE standard mentioned in the [[measure-formats#Measure_Formats|measure formats]] page is useful to define just that -- a ''standard'' set of units. But in practice there are a lot more being used out there.&lt;br /&gt;
&lt;br /&gt;
:Do you have examples from the Web (a URL) of non-UNECE units. One possibility would be to provide the ability for a unit to be defined as a division of products of other units. This is consistent with the [[measure-formats#Systeme_International]], which defines 7 base units and all other units as derived units (of course some units, even though they are derived are much easily represented as simple ones). This is what XBRL has done for financial/accounting/reporting. See [[currency-formats#XBRL]] and theorical example (ampere acre per second) below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
::Unfortunately I don't have URLs -- almost at all -- with measurements, although I've been in the &amp;quot;business&amp;quot; for a while. The reason for this is that I collect URLs of pages I encounter which are not properly parsed by the Converter, and when I release a version which understands those, I delete the URLs. Also, I never intended to cover all units in the Converter myself, for a multitude of reasons -- therefore I was never interested in the more exotic ones.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Guillaume Lebleu's example&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt; &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Regarding your idea of breaking down the units in base units, that's something I've also been toying with in my head for the Converter. For my particular application, it's technically more difficult to implement this breakdown. For microformats, it would be easier, but there still remains at least one potential problem: you end up with a huge mess in the page. If a standard is too complicated to follow, one tends to give up altogether.&lt;br /&gt;
&lt;br /&gt;
::Consider a document which actually discusses some sort of current variation per farm, and therefore needs to repeatedly refer to ampere acres per second. For human use, they'd simply define the AAS somewhere at the top of the document, and then refer to AAS, KAAS or MAAS as needed. Maybe a similar approach should be considered for microformats as well:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
We define the &lt;br /&gt;
&amp;lt;span class=&amp;quot;unit_definition&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit_name&amp;quot;&amp;gt;AAS&amp;lt;/span&amp;gt;&lt;br /&gt;
  as&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::And then use the &amp;quot;AAS&amp;quot; throughout the document as any other pre-defined unit. How would you define (and use) the KAAS (1000 AAS) or MAAS (1,000,000 AAS) though? Is there any standard way already to use data multipliers in microformats? Or should we discuss that? Or is it out of scope? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
That's all I can think of as major hurdles right now. If I remember anything else, I'll post here. Please do give me feedback here if you want to ask more about any of the topics I touched above, or if you have other questions I might be able to reply to. --[[User:BogdanStancescu|BogdanStancescu]] 12:08, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discoleo==&lt;br /&gt;
=== Measurement Classification ===&lt;br /&gt;
&lt;br /&gt;
Because it is easier to provide examples, I will first list examples.&lt;br /&gt;
&lt;br /&gt;
==== Categorical vs Ordinal Data ====&lt;br /&gt;
&lt;br /&gt;
Various measurements may produce '''NON-Numerical''' values:&lt;br /&gt;
* a pain scale: '''most severe''', '''very severe''', '''severe''', ...&lt;br /&gt;
* or the TNM tumour classification system: T0, Tx, T1, T2, T3, T4, N0, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is even a more fundamental issue related to numbers themselves, e.g.:&lt;br /&gt;
* '''Lists''' or '''Years''' are sometimes written using '''Roman Numbers'''&lt;br /&gt;
** however, the strings corresponding to ''Roman Numbers'', when sorted alphabetically, do NOT retain the correct order&lt;br /&gt;
** i.e. C (100) preceds L (50), which preceds X (10)&lt;br /&gt;
* there are other numbering schemes&lt;br /&gt;
&lt;br /&gt;
==== A Single Value / Data Point ====&lt;br /&gt;
&lt;br /&gt;
This is the most simple data format and pretty straitforward to implement.&lt;br /&gt;
&lt;br /&gt;
* the distance between 2 cities is '''40 km'''&lt;br /&gt;
* the velocity is '''62 mph'''&lt;br /&gt;
* most other simple entires (...)&lt;br /&gt;
&lt;br /&gt;
==== An Interval Measurement ====&lt;br /&gt;
&lt;br /&gt;
* time: the shop is open between '''6am - 18pm''' on every day of the week, exept Saturdays  from '''9am - 16pm''' and Sundays from '''9am - 13pm'''&lt;br /&gt;
**[[hcalendar|hCalendar]]? [[User:AndyMabbett|Andy Mabbett]] 09:24, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
This is more about an interval measurement. Every variable can have 2 (or more) values, e.g.:&lt;br /&gt;
* the levels of rain fall were between 25mm - 35mm&lt;br /&gt;
* the maximum velocity of various cars was 220 - 250 km/h&lt;br /&gt;
&lt;br /&gt;
Should these values be stored as separate values? [e.g. low / high]&lt;br /&gt;
Or should the microformats be able to store an interval?&lt;br /&gt;
&lt;br /&gt;
See also the examples for statistical summaries below.&lt;br /&gt;
&lt;br /&gt;
*Mark up each as a separate measurement, and wrap them in a &amp;quot;range&amp;quot; microforamt? [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Matrices ====&lt;br /&gt;
&lt;br /&gt;
* the GPS coordinates are '''12°14' N and 25°55' E'''&lt;br /&gt;
**[[geo|Geo]]? [[User:AndyMabbett|Andy Mabbett]] 09:25, 22 Nov 2006 (PST)&lt;br /&gt;
* the dimension of the box is '''3m x 2m x 0.55m'''&lt;br /&gt;
**this is three separate, single measurements, surely? [[User:AndyMabbett|Andy Mabbett]] 09:21, 22 Nov 2006 (PST)&lt;br /&gt;
** 3 x 2 x 0.55 cubic meter, still 3 measurements, BUT given as cubic meter =&amp;gt; ONE measurement?&lt;br /&gt;
***Who writes 3x2x0.55 cubic meter? You'd write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
** the surface was 2 x 3 square feet ???&lt;br /&gt;
***Who writes 2x3 sq ft? You'd write &amp;quot;2ftx3ft&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IF we write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot;, we '''loose information'''&lt;br /&gt;
* IF I want a surface, I would prefer the '''sqare feet''' unit, and NOT '''...feet x ...feet'''&lt;br /&gt;
* writing for every measure a markup, will '''bloat''' the code extensively&lt;br /&gt;
** data matrices would be very effective here&lt;br /&gt;
&lt;br /&gt;
==== Statistical Measurements ====&lt;br /&gt;
&lt;br /&gt;
Often, a group of data is summarized using a statistics:&lt;br /&gt;
* the mean length was 1.3m (SD 0.12m, group size 22)&lt;br /&gt;
* the median age was 42 years (interquartile range 95% 18 - 97)&lt;br /&gt;
&lt;br /&gt;
==== Measurement Scales ====&lt;br /&gt;
&lt;br /&gt;
===== Accuracy vs. Precision =====&lt;br /&gt;
&lt;br /&gt;
'''QUESTIONS'''&lt;br /&gt;
* How detailed should a measurement be stored?&lt;br /&gt;
**Microformats aren't for storing measurements; they're for &amp;quot;labelling&amp;quot; the measurements that are already present. [[User:AndyMabbett|Andy Mabbett]] 09:23, 22 Nov 2006 (PST)&lt;br /&gt;
* If Accuracy and precision are relevant to the measurement, how do we store these?&lt;br /&gt;
&lt;br /&gt;
===== Standardization of Measurement =====&lt;br /&gt;
&lt;br /&gt;
* sometimes we may need to store the calibration information / calibration curves&lt;br /&gt;
* we may need to store the reference point the measurement is based on&lt;br /&gt;
* we may need to store the '''normal values'''&lt;br /&gt;
** biomedical measurements are often laboratory dependent, so it does NOT make sense to have the measurement without the corresponding normal values&lt;br /&gt;
** e.g. anti-Hepatitis B surface antigen antibody (anti-HBs) Titer: 32 MIU/ml&lt;br /&gt;
*** normal: 0 (non-infected, non-past infection, non-immunity)&lt;br /&gt;
*** protective immunity: &amp;gt;10 MIU/ml&lt;br /&gt;
*** interpretation is however more complex, depending on other tests as well&lt;br /&gt;
&lt;br /&gt;
== Emil Thies ==&lt;br /&gt;
&lt;br /&gt;
From my understanding, this microformat should concentrate on the notation of a measurement. So there will be some aspects, which has to be covered (elsewhere?) to improve the automatic use it.&lt;br /&gt;
&lt;br /&gt;
=== Identification of Units ===&lt;br /&gt;
&lt;br /&gt;
There are so many Units around - not only the existing one. There are deprecated ones like from Rome empire etc. For example &amp;quot;[http://en.wikipedia.org/wiki/Foot_(unit_of_length) Foot]&amp;quot; is not an unique identification of a unit. There is not only the British and U.S., there are for example same old German ones, before those areas joined the international metre convention in 1875:&lt;br /&gt;
* 25 cm in Hessen&lt;br /&gt;
* 28,935 cm in Bremen &lt;br /&gt;
* 29,641 cm in Oldenburg &lt;br /&gt;
* 29,1859 cm in Bayern &lt;br /&gt;
* 30,385 cm in Meiningen-Hildburghausen &lt;br /&gt;
* 31,385 cm in Preußen &lt;br /&gt;
* 31,608 cm in Wien/Österreich &lt;br /&gt;
* 32,61 cm in Bad Homburg vor der Höhe &lt;br /&gt;
* 33 1/3 cm in der Pfalz &lt;br /&gt;
	&lt;br /&gt;
So there is the need of a unique identification of those units. I found two approach right:&lt;br /&gt;
&lt;br /&gt;
==== In MathML ====&lt;br /&gt;
&lt;br /&gt;
MathML [http://www.w3.org/TR/mathml-units/#definitionURL defines] the construction of an URI like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://base/units/unit name[/context][/country][#prefix]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://.../units/foot/de&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But as you can see, there is right now no way to distinguish the different German foots based on the area inside Germany. Furthermore the context is so variable, that the same unit can be described by different URLs.&lt;br /&gt;
&lt;br /&gt;
==== In OpenMath ====&lt;br /&gt;
&lt;br /&gt;
OpenMath [http://www.openmath.org/cdgroups/units.html defines] the units inside of content directories:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://www.openmath.org/cd/units_us1.xhtml#foot_us_survey&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So there is a unique URLs for a Unit, but not every Unit is covered.&lt;br /&gt;
&lt;br /&gt;
=== Transformation of Units ===&lt;br /&gt;
&lt;br /&gt;
A real benefit is the automatic transformation of a unit, so that the write can write the measurement in his context (e.g. in the U.S. foot, or a quote from an antike text in Rome Empire foot) and the reader can get a transformation in his context (e.g. the value in metre). There fore there is the need of additional transformation information. And there are some different kinds of transformation:&lt;br /&gt;
&lt;br /&gt;
==== units of same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. foot to metre&lt;br /&gt;
&lt;br /&gt;
==== units of compound but same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. metre/s and mach-number&lt;br /&gt;
&lt;br /&gt;
==== compound measurement context ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;This switch works up to 5 Ampere by 220 Volt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The reader might to now, which Watt device he can attach (1100 Watt would be the answer).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;The dimension of the box is 3m x 2m x 0.55m&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There might be some question like:&lt;br /&gt;
* volume (3,3 m³)&lt;br /&gt;
* surface (17,5 m²)&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=11819</id>
		<title>measure-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=11819"/>
		<updated>2006-12-25T10:39:34Z</updated>

		<summary type="html">&lt;p&gt;Emil: /* compound measurement context */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Measure Microformat Brainstorming =&lt;br /&gt;
&lt;br /&gt;
This page collects ideas on how to use semantic XHTML to represent unambiguously [[measure]]s.&lt;br /&gt;
&lt;br /&gt;
== Guillaume Lebleu ==&lt;br /&gt;
&lt;br /&gt;
Basic example with elementary unit using the abbr pattern and the UNECE code (see [[measure-formats]])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;5 &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional &amp;quot;value&amp;quot; could be useful in some cases, for instance when the value is provided in plain text:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;5&amp;quot;&amp;gt;Five&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Andy Mabbett==&lt;br /&gt;
This Firefox extension may be of interest. Note, though, that it's been criticised for having a &amp;quot;nag&amp;quot; screen: [https://addons.mozilla.org/firefox/2286/ Converter] [[User:AndyMabbett|AndyMabbett]] 15:32, 3 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:This is the author of that extension. I don't want to go much into this, but I just want to clarify this briefly. The part with the nag screen is wrong on two counts: (1) that dialog isn't there anymore, and (2) even if it was there, you only needed to read a paragraph and click a button to make it go away ''forever'' -- but you don't have to take my word for it, install it for yourselves and see. Andy's report is accurate however -- the extension '''''was''''' criticized for that dialog (that's what you get from your free extension's users when you ask for 15 seconds of their time in return for hundreds of hours of your time). --[[User:BogdanStancescu|BogdanStancescu]] 09:35, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Bogdan Stăncescu==&lt;br /&gt;
Here are my findings related to automatic parsing of measurements on web pages while developing the [http://converter.mozdev.org Converter] extension. Please ask away if you want me to go into more detail on any of the topics -- I'm not sure which of my experiences are relevant to microformats, so I'm going to give you an overview of my conclusions.&lt;br /&gt;
&lt;br /&gt;
By the way of an introduction, the Converter is a Firefox extension which tries to convert all measurements it finds in any web page to their Imperial or metric counterpart (e.g. Fahrenheit to Celsius, and Celsius to Fahrenheit; meters to feet and feet to meters). There are two steps to the conversion process: (1) identifying the measurements in the page, and (2) converting them. As expected, the conversion part is trivial, at least conceptually. The parsing is the tricky bit, and that's also where the Converter's challenges also become relevant for microformats.&lt;br /&gt;
&lt;br /&gt;
Here are the main challenges I have encountered while writing the Converter:&lt;br /&gt;
&lt;br /&gt;
;Presentation standardization: The first, biggest and most obvious challenge is lack of almost any ''de facto'' standardization in respect to data presentation. What I mean is that although the units themselves are more or less standardized (more on that later), they are ''presented'' in various ways within web pages. Take these examples: &amp;quot;50 foot monster&amp;quot;, &amp;quot;50 ft monster&amp;quot;, &amp;quot;50 feet monster&amp;quot;, &amp;quot;50-foot monster&amp;quot;, &amp;quot;50-feet monster&amp;quot; -- and my personal favorite, &amp;quot;fifty-foot monster&amp;quot; (more on this later);&lt;br /&gt;
&lt;br /&gt;
:Note that using a microformat using in particular the [[abbr-design-pattern]] would make each of these examples less ambiguous if not unambiguous. See below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;ft&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;-&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;50&amp;quot;&amp;gt;fifty&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: Of course; as far as I could gather, that's actually the ''purpose'' of microformats -- bridging the gap between what humans and machines can understand, no? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
;Unit standardization: I live in Europe, where I've always used the metric system. As such, this probably was a much bigger nasty surprise for me than it is for a user of the Imperial/U.S. Customary system: in the Imperial system, the units themselves vary depending on where you are -- miles, pints, and a whole lot of other units come in many different flavors, but they're all written the same in regular usage;&lt;br /&gt;
&lt;br /&gt;
;Language: &amp;quot;1 meter&amp;quot; vs. &amp;quot;1 metre&amp;quot; is a reasonable difference -- but non-SI units are usually translated. Even some SI units have different plurals, depending on the language, although in theory SI units are actually denoted by ''symbols'', not &amp;quot;words&amp;quot;, as to make them non-translatable, and truly international (hence the name of the SI). I haven't really given much thought to a solution towards parsing these, because I find it overwhelming for the time.&lt;br /&gt;
&lt;br /&gt;
;The sheer number of units: surprisingly, most people don't realize just how many units we humans have invented. Just take a look here: [http://www.asknumbers.com/ asknumbers.com] -- see how many categories there are? Now click on Flow Rate -- a non-ubiquitous type of measurement. Three sub-categories only for flow rates! Now click on Volume Flow Rate and take a look at the number of units in those lists. Remember, those are just in one of the three categories for flow rate! The UNECE standard mentioned in the [[measure-formats#Measure_Formats|measure formats]] page is useful to define just that -- a ''standard'' set of units. But in practice there are a lot more being used out there.&lt;br /&gt;
&lt;br /&gt;
:Do you have examples from the Web (a URL) of non-UNECE units. One possibility would be to provide the ability for a unit to be defined as a division of products of other units. This is consistent with the [[measure-formats#Systeme_International]], which defines 7 base units and all other units as derived units (of course some units, even though they are derived are much easily represented as simple ones). This is what XBRL has done for financial/accounting/reporting. See [[currency-formats#XBRL]] and theorical example (ampere acre per second) below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
::Unfortunately I don't have URLs -- almost at all -- with measurements, although I've been in the &amp;quot;business&amp;quot; for a while. The reason for this is that I collect URLs of pages I encounter which are not properly parsed by the Converter, and when I release a version which understands those, I delete the URLs. Also, I never intended to cover all units in the Converter myself, for a multitude of reasons -- therefore I was never interested in the more exotic ones.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Guillaume Lebleu's example&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt; &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Regarding your idea of breaking down the units in base units, that's something I've also been toying with in my head for the Converter. For my particular application, it's technically more difficult to implement this breakdown. For microformats, it would be easier, but there still remains at least one potential problem: you end up with a huge mess in the page. If a standard is too complicated to follow, one tends to give up altogether.&lt;br /&gt;
&lt;br /&gt;
::Consider a document which actually discusses some sort of current variation per farm, and therefore needs to repeatedly refer to ampere acres per second. For human use, they'd simply define the AAS somewhere at the top of the document, and then refer to AAS, KAAS or MAAS as needed. Maybe a similar approach should be considered for microformats as well:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
We define the &lt;br /&gt;
&amp;lt;span class=&amp;quot;unit_definition&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit_name&amp;quot;&amp;gt;AAS&amp;lt;/span&amp;gt;&lt;br /&gt;
  as&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::And then use the &amp;quot;AAS&amp;quot; throughout the document as any other pre-defined unit. How would you define (and use) the KAAS (1000 AAS) or MAAS (1,000,000 AAS) though? Is there any standard way already to use data multipliers in microformats? Or should we discuss that? Or is it out of scope? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
That's all I can think of as major hurdles right now. If I remember anything else, I'll post here. Please do give me feedback here if you want to ask more about any of the topics I touched above, or if you have other questions I might be able to reply to. --[[User:BogdanStancescu|BogdanStancescu]] 12:08, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discoleo==&lt;br /&gt;
=== Measurement Classification ===&lt;br /&gt;
&lt;br /&gt;
Because it is easier to provide examples, I will first list examples.&lt;br /&gt;
&lt;br /&gt;
==== Categorical vs Ordinal Data ====&lt;br /&gt;
&lt;br /&gt;
Various measurements may produce '''NON-Numerical''' values:&lt;br /&gt;
* a pain scale: '''most severe''', '''very severe''', '''severe''', ...&lt;br /&gt;
* or the TNM tumour classification system: T0, Tx, T1, T2, T3, T4, N0, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is even a more fundamental issue related to numbers themselves, e.g.:&lt;br /&gt;
* '''Lists''' or '''Years''' are sometimes written using '''Roman Numbers'''&lt;br /&gt;
** however, the strings corresponding to ''Roman Numbers'', when sorted alphabetically, do NOT retain the correct order&lt;br /&gt;
** i.e. C (100) preceds L (50), which preceds X (10)&lt;br /&gt;
* there are other numbering schemes&lt;br /&gt;
&lt;br /&gt;
==== A Single Value / Data Point ====&lt;br /&gt;
&lt;br /&gt;
This is the most simple data format and pretty straitforward to implement.&lt;br /&gt;
&lt;br /&gt;
* the distance between 2 cities is '''40 km'''&lt;br /&gt;
* the velocity is '''62 mph'''&lt;br /&gt;
* most other simple entires (...)&lt;br /&gt;
&lt;br /&gt;
==== An Interval Measurement ====&lt;br /&gt;
&lt;br /&gt;
* time: the shop is open between '''6am - 18pm''' on every day of the week, exept Saturdays  from '''9am - 16pm''' and Sundays from '''9am - 13pm'''&lt;br /&gt;
**[[hcalendar|hCalendar]]? [[User:AndyMabbett|Andy Mabbett]] 09:24, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
This is more about an interval measurement. Every variable can have 2 (or more) values, e.g.:&lt;br /&gt;
* the levels of rain fall were between 25mm - 35mm&lt;br /&gt;
* the maximum velocity of various cars was 220 - 250 km/h&lt;br /&gt;
&lt;br /&gt;
Should these values be stored as separate values? [e.g. low / high]&lt;br /&gt;
Or should the microformats be able to store an interval?&lt;br /&gt;
&lt;br /&gt;
See also the examples for statistical summaries below.&lt;br /&gt;
&lt;br /&gt;
*Mark up each as a separate measurement, and wrap them in a &amp;quot;range&amp;quot; microforamt? [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Matrices ====&lt;br /&gt;
&lt;br /&gt;
* the GPS coordinates are '''12°14' N and 25°55' E'''&lt;br /&gt;
**[[geo|Geo]]? [[User:AndyMabbett|Andy Mabbett]] 09:25, 22 Nov 2006 (PST)&lt;br /&gt;
* the dimension of the box is '''3m x 2m x 0.55m'''&lt;br /&gt;
**this is three separate, single measurements, surely? [[User:AndyMabbett|Andy Mabbett]] 09:21, 22 Nov 2006 (PST)&lt;br /&gt;
** 3 x 2 x 0.55 cubic meter, still 3 measurements, BUT given as cubic meter =&amp;gt; ONE measurement?&lt;br /&gt;
***Who writes 3x2x0.55 cubic meter? You'd write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
** the surface was 2 x 3 square feet ???&lt;br /&gt;
***Who writes 2x3 sq ft? You'd write &amp;quot;2ftx3ft&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IF we write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot;, we '''loose information'''&lt;br /&gt;
* IF I want a surface, I would prefer the '''sqare feet''' unit, and NOT '''...feet x ...feet'''&lt;br /&gt;
* writing for every measure a markup, will '''bloat''' the code extensively&lt;br /&gt;
** data matrices would be very effective here&lt;br /&gt;
&lt;br /&gt;
==== Statistical Measurements ====&lt;br /&gt;
&lt;br /&gt;
Often, a group of data is summarized using a statistics:&lt;br /&gt;
* the mean length was 1.3m (SD 0.12m, group size 22)&lt;br /&gt;
* the median age was 42 years (interquartile range 95% 18 - 97)&lt;br /&gt;
&lt;br /&gt;
==== Measurement Scales ====&lt;br /&gt;
&lt;br /&gt;
===== Accuracy vs. Precision =====&lt;br /&gt;
&lt;br /&gt;
'''QUESTIONS'''&lt;br /&gt;
* How detailed should a measurement be stored?&lt;br /&gt;
**Microformats aren't for storing measurements; they're for &amp;quot;labelling&amp;quot; the measurements that are already present. [[User:AndyMabbett|Andy Mabbett]] 09:23, 22 Nov 2006 (PST)&lt;br /&gt;
* If Accuracy and precision are relevant to the measurement, how do we store these?&lt;br /&gt;
&lt;br /&gt;
===== Standardization of Measurement =====&lt;br /&gt;
&lt;br /&gt;
* sometimes we may need to store the calibration information / calibration curves&lt;br /&gt;
* we may need to store the reference point the measurement is based on&lt;br /&gt;
* we may need to store the '''normal values'''&lt;br /&gt;
** biomedical measurements are often laboratory dependent, so it does NOT make sense to have the measurement without the corresponding normal values&lt;br /&gt;
** e.g. anti-Hepatitis B surface antigen antibody (anti-HBs) Titer: 32 MIU/ml&lt;br /&gt;
*** normal: 0 (non-infected, non-past infection, non-immunity)&lt;br /&gt;
*** protective immunity: &amp;gt;10 MIU/ml&lt;br /&gt;
*** interpretation is however more complex, depending on other tests as well&lt;br /&gt;
&lt;br /&gt;
== Emil Thies ==&lt;br /&gt;
&lt;br /&gt;
From my understanding, this microformat should concentrate on the notation of a measurement. So there will be some aspects, which has to be covered (elsewhere?) to improve the automatic use it.&lt;br /&gt;
&lt;br /&gt;
=== Identification of Units ===&lt;br /&gt;
&lt;br /&gt;
There are so many Units around - not only the existing one. There are deprecated ones like from Rome empire etc. For example &amp;quot;[http://en.wikipedia.org/wiki/Foot_(unit_of_length) Foot]&amp;quot; is not an unique identification of a unit. There is not only the British and U.S., there are for example same old German ones, before those areas joined the international metre convention in 1875:&lt;br /&gt;
* 25 cm in Hessen&lt;br /&gt;
* 28,935 cm in Bremen &lt;br /&gt;
* 29,641 cm in Oldenburg &lt;br /&gt;
* 29,1859 cm in Bayern &lt;br /&gt;
* 30,385 cm in Meiningen-Hildburghausen &lt;br /&gt;
* 31,385 cm in Preußen &lt;br /&gt;
* 31,608 cm in Wien/Österreich &lt;br /&gt;
* 32,61 cm in Bad Homburg vor der Höhe &lt;br /&gt;
* 33 1/3 cm in der Pfalz &lt;br /&gt;
	&lt;br /&gt;
So there is the need of a unique identification of those units. I found two approach right:&lt;br /&gt;
&lt;br /&gt;
==== In MathML ====&lt;br /&gt;
&lt;br /&gt;
MathML [http://www.w3.org/TR/mathml-units/#definitionURL defines] the construction of an URI like:&lt;br /&gt;
&lt;br /&gt;
http://base/units/unit name[/context][/country][#prefix]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://.../units/foot/de&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But as you can see, there is right now no way to distinguish the different German foots based on the area inside Germany. Furthermore the context is so variable, that the same unit can be described by different URLs. &lt;br /&gt;
&lt;br /&gt;
==== In OpenMath ====&lt;br /&gt;
&lt;br /&gt;
OpenMath [http://www.openmath.org/cdgroups/units.html defines] the units inside of content directories:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://www.openmath.org/cd/units_us1.xhtml#foot_us_survey&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So there is a unique URLs for a Unit, but not every Unit is covered.&lt;br /&gt;
&lt;br /&gt;
=== Transformation of Units ===&lt;br /&gt;
&lt;br /&gt;
A real benefit is the automatic transformation of a unit, so that the write can write the measurement in his context (e.g. in the U.S. foot, or a quote from an antike text in Rome Empire foot) and the reader can get a transformation in his context (e.g. the value in metre). There fore there is the need of additional transformation information. And there are some different kinds of transformation:&lt;br /&gt;
&lt;br /&gt;
==== units of same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. foot to metre&lt;br /&gt;
&lt;br /&gt;
==== units of compound but same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. metre/s and mach-number&lt;br /&gt;
&lt;br /&gt;
==== compound measurement context ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;This switch works up to 5 Ampere by 220 Volt&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The reader might to now, which Watt device he can attach (1100 Watt would be the answer).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;The dimension of the box is 3m x 2m x 0.55m&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There might be some question like:&lt;br /&gt;
* volume (3,3 m³)&lt;br /&gt;
* surface (17,5 m²)&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=11818</id>
		<title>measure-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=measure-brainstorming&amp;diff=11818"/>
		<updated>2006-12-25T10:30:03Z</updated>

		<summary type="html">&lt;p&gt;Emil: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Measure Microformat Brainstorming =&lt;br /&gt;
&lt;br /&gt;
This page collects ideas on how to use semantic XHTML to represent unambiguously [[measure]]s.&lt;br /&gt;
&lt;br /&gt;
== Guillaume Lebleu ==&lt;br /&gt;
&lt;br /&gt;
Basic example with elementary unit using the abbr pattern and the UNECE code (see [[measure-formats]])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;5 &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Optional &amp;quot;value&amp;quot; could be useful in some cases, for instance when the value is provided in plain text:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;length&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;5&amp;quot;&amp;gt;Five&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;Feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Andy Mabbett==&lt;br /&gt;
This Firefox extension may be of interest. Note, though, that it's been criticised for having a &amp;quot;nag&amp;quot; screen: [https://addons.mozilla.org/firefox/2286/ Converter] [[User:AndyMabbett|AndyMabbett]] 15:32, 3 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:This is the author of that extension. I don't want to go much into this, but I just want to clarify this briefly. The part with the nag screen is wrong on two counts: (1) that dialog isn't there anymore, and (2) even if it was there, you only needed to read a paragraph and click a button to make it go away ''forever'' -- but you don't have to take my word for it, install it for yourselves and see. Andy's report is accurate however -- the extension '''''was''''' criticized for that dialog (that's what you get from your free extension's users when you ask for 15 seconds of their time in return for hundreds of hours of your time). --[[User:BogdanStancescu|BogdanStancescu]] 09:35, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
==Bogdan Stăncescu==&lt;br /&gt;
Here are my findings related to automatic parsing of measurements on web pages while developing the [http://converter.mozdev.org Converter] extension. Please ask away if you want me to go into more detail on any of the topics -- I'm not sure which of my experiences are relevant to microformats, so I'm going to give you an overview of my conclusions.&lt;br /&gt;
&lt;br /&gt;
By the way of an introduction, the Converter is a Firefox extension which tries to convert all measurements it finds in any web page to their Imperial or metric counterpart (e.g. Fahrenheit to Celsius, and Celsius to Fahrenheit; meters to feet and feet to meters). There are two steps to the conversion process: (1) identifying the measurements in the page, and (2) converting them. As expected, the conversion part is trivial, at least conceptually. The parsing is the tricky bit, and that's also where the Converter's challenges also become relevant for microformats.&lt;br /&gt;
&lt;br /&gt;
Here are the main challenges I have encountered while writing the Converter:&lt;br /&gt;
&lt;br /&gt;
;Presentation standardization: The first, biggest and most obvious challenge is lack of almost any ''de facto'' standardization in respect to data presentation. What I mean is that although the units themselves are more or less standardized (more on that later), they are ''presented'' in various ways within web pages. Take these examples: &amp;quot;50 foot monster&amp;quot;, &amp;quot;50 ft monster&amp;quot;, &amp;quot;50 feet monster&amp;quot;, &amp;quot;50-foot monster&amp;quot;, &amp;quot;50-feet monster&amp;quot; -- and my personal favorite, &amp;quot;fifty-foot monster&amp;quot; (more on this later);&lt;br /&gt;
&lt;br /&gt;
:Note that using a microformat using in particular the [[abbr-design-pattern]] would make each of these examples less ambiguous if not unambiguous. See below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;ft&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;-&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;50&amp;lt;/span&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;feet&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;height&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;50&amp;quot;&amp;gt;fifty&amp;lt;/abbr&amp;gt;&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;FOT&amp;quot;&amp;gt;foot&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt; monster&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:: Of course; as far as I could gather, that's actually the ''purpose'' of microformats -- bridging the gap between what humans and machines can understand, no? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
;Unit standardization: I live in Europe, where I've always used the metric system. As such, this probably was a much bigger nasty surprise for me than it is for a user of the Imperial/U.S. Customary system: in the Imperial system, the units themselves vary depending on where you are -- miles, pints, and a whole lot of other units come in many different flavors, but they're all written the same in regular usage;&lt;br /&gt;
&lt;br /&gt;
;Language: &amp;quot;1 meter&amp;quot; vs. &amp;quot;1 metre&amp;quot; is a reasonable difference -- but non-SI units are usually translated. Even some SI units have different plurals, depending on the language, although in theory SI units are actually denoted by ''symbols'', not &amp;quot;words&amp;quot;, as to make them non-translatable, and truly international (hence the name of the SI). I haven't really given much thought to a solution towards parsing these, because I find it overwhelming for the time.&lt;br /&gt;
&lt;br /&gt;
;The sheer number of units: surprisingly, most people don't realize just how many units we humans have invented. Just take a look here: [http://www.asknumbers.com/ asknumbers.com] -- see how many categories there are? Now click on Flow Rate -- a non-ubiquitous type of measurement. Three sub-categories only for flow rates! Now click on Volume Flow Rate and take a look at the number of units in those lists. Remember, those are just in one of the three categories for flow rate! The UNECE standard mentioned in the [[measure-formats#Measure_Formats|measure formats]] page is useful to define just that -- a ''standard'' set of units. But in practice there are a lot more being used out there.&lt;br /&gt;
&lt;br /&gt;
:Do you have examples from the Web (a URL) of non-UNECE units. One possibility would be to provide the ability for a unit to be defined as a division of products of other units. This is consistent with the [[measure-formats#Systeme_International]], which defines 7 base units and all other units as derived units (of course some units, even though they are derived are much easily represented as simple ones). This is what XBRL has done for financial/accounting/reporting. See [[currency-formats#XBRL]] and theorical example (ampere acre per second) below --[[User:Guillaume_Lebleu|Guillaume_Lebleu]]:&lt;br /&gt;
&lt;br /&gt;
::Unfortunately I don't have URLs -- almost at all -- with measurements, although I've been in the &amp;quot;business&amp;quot; for a while. The reason for this is that I collect URLs of pages I encounter which are not properly parsed by the Converter, and when I release a version which understands those, I delete the URLs. Also, I never intended to cover all units in the Converter myself, for a multitude of reasons -- therefore I was never interested in the more exotic ones.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;Guillaume Lebleu's example&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;unit&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt; &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt; &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Regarding your idea of breaking down the units in base units, that's something I've also been toying with in my head for the Converter. For my particular application, it's technically more difficult to implement this breakdown. For microformats, it would be easier, but there still remains at least one potential problem: you end up with a huge mess in the page. If a standard is too complicated to follow, one tends to give up altogether.&lt;br /&gt;
&lt;br /&gt;
::Consider a document which actually discusses some sort of current variation per farm, and therefore needs to repeatedly refer to ampere acres per second. For human use, they'd simply define the AAS somewhere at the top of the document, and then refer to AAS, KAAS or MAAS as needed. Maybe a similar approach should be considered for microformats as well:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
We define the &lt;br /&gt;
&amp;lt;span class=&amp;quot;unit_definition&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit_name&amp;quot;&amp;gt;AAS&amp;lt;/span&amp;gt;&lt;br /&gt;
  as&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;AMP&amp;quot;&amp;gt;Ampere&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;ACR&amp;quot;&amp;gt;acre&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;divide&amp;quot;&amp;gt;per&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;unit&amp;quot; title=&amp;quot;SEC&amp;quot;&amp;gt;second&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::And then use the &amp;quot;AAS&amp;quot; throughout the document as any other pre-defined unit. How would you define (and use) the KAAS (1000 AAS) or MAAS (1,000,000 AAS) though? Is there any standard way already to use data multipliers in microformats? Or should we discuss that? Or is it out of scope? --[[User:BogdanStancescu|BogdanStancescu]] 00:30, 11 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
That's all I can think of as major hurdles right now. If I remember anything else, I'll post here. Please do give me feedback here if you want to ask more about any of the topics I touched above, or if you have other questions I might be able to reply to. --[[User:BogdanStancescu|BogdanStancescu]] 12:08, 9 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Discoleo==&lt;br /&gt;
=== Measurement Classification ===&lt;br /&gt;
&lt;br /&gt;
Because it is easier to provide examples, I will first list examples.&lt;br /&gt;
&lt;br /&gt;
==== Categorical vs Ordinal Data ====&lt;br /&gt;
&lt;br /&gt;
Various measurements may produce '''NON-Numerical''' values:&lt;br /&gt;
* a pain scale: '''most severe''', '''very severe''', '''severe''', ...&lt;br /&gt;
* or the TNM tumour classification system: T0, Tx, T1, T2, T3, T4, N0, ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is even a more fundamental issue related to numbers themselves, e.g.:&lt;br /&gt;
* '''Lists''' or '''Years''' are sometimes written using '''Roman Numbers'''&lt;br /&gt;
** however, the strings corresponding to ''Roman Numbers'', when sorted alphabetically, do NOT retain the correct order&lt;br /&gt;
** i.e. C (100) preceds L (50), which preceds X (10)&lt;br /&gt;
* there are other numbering schemes&lt;br /&gt;
&lt;br /&gt;
==== A Single Value / Data Point ====&lt;br /&gt;
&lt;br /&gt;
This is the most simple data format and pretty straitforward to implement.&lt;br /&gt;
&lt;br /&gt;
* the distance between 2 cities is '''40 km'''&lt;br /&gt;
* the velocity is '''62 mph'''&lt;br /&gt;
* most other simple entires (...)&lt;br /&gt;
&lt;br /&gt;
==== An Interval Measurement ====&lt;br /&gt;
&lt;br /&gt;
* time: the shop is open between '''6am - 18pm''' on every day of the week, exept Saturdays  from '''9am - 16pm''' and Sundays from '''9am - 13pm'''&lt;br /&gt;
**[[hcalendar|hCalendar]]? [[User:AndyMabbett|Andy Mabbett]] 09:24, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
This is more about an interval measurement. Every variable can have 2 (or more) values, e.g.:&lt;br /&gt;
* the levels of rain fall were between 25mm - 35mm&lt;br /&gt;
* the maximum velocity of various cars was 220 - 250 km/h&lt;br /&gt;
&lt;br /&gt;
Should these values be stored as separate values? [e.g. low / high]&lt;br /&gt;
Or should the microformats be able to store an interval?&lt;br /&gt;
&lt;br /&gt;
See also the examples for statistical summaries below.&lt;br /&gt;
&lt;br /&gt;
*Mark up each as a separate measurement, and wrap them in a &amp;quot;range&amp;quot; microforamt? [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
==== Matrices ====&lt;br /&gt;
&lt;br /&gt;
* the GPS coordinates are '''12°14' N and 25°55' E'''&lt;br /&gt;
**[[geo|Geo]]? [[User:AndyMabbett|Andy Mabbett]] 09:25, 22 Nov 2006 (PST)&lt;br /&gt;
* the dimension of the box is '''3m x 2m x 0.55m'''&lt;br /&gt;
**this is three separate, single measurements, surely? [[User:AndyMabbett|Andy Mabbett]] 09:21, 22 Nov 2006 (PST)&lt;br /&gt;
** 3 x 2 x 0.55 cubic meter, still 3 measurements, BUT given as cubic meter =&amp;gt; ONE measurement?&lt;br /&gt;
***Who writes 3x2x0.55 cubic meter? You'd write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
** the surface was 2 x 3 square feet ???&lt;br /&gt;
***Who writes 2x3 sq ft? You'd write &amp;quot;2ftx3ft&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot; [[User:AndyMabbett|Andy Mabbett]] 11:36, 22 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* IF we write &amp;quot;3.3m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;&amp;quot; or &amp;quot;6ft&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&amp;quot;, we '''loose information'''&lt;br /&gt;
* IF I want a surface, I would prefer the '''sqare feet''' unit, and NOT '''...feet x ...feet'''&lt;br /&gt;
* writing for every measure a markup, will '''bloat''' the code extensively&lt;br /&gt;
** data matrices would be very effective here&lt;br /&gt;
&lt;br /&gt;
==== Statistical Measurements ====&lt;br /&gt;
&lt;br /&gt;
Often, a group of data is summarized using a statistics:&lt;br /&gt;
* the mean length was 1.3m (SD 0.12m, group size 22)&lt;br /&gt;
* the median age was 42 years (interquartile range 95% 18 - 97)&lt;br /&gt;
&lt;br /&gt;
==== Measurement Scales ====&lt;br /&gt;
&lt;br /&gt;
===== Accuracy vs. Precision =====&lt;br /&gt;
&lt;br /&gt;
'''QUESTIONS'''&lt;br /&gt;
* How detailed should a measurement be stored?&lt;br /&gt;
**Microformats aren't for storing measurements; they're for &amp;quot;labelling&amp;quot; the measurements that are already present. [[User:AndyMabbett|Andy Mabbett]] 09:23, 22 Nov 2006 (PST)&lt;br /&gt;
* If Accuracy and precision are relevant to the measurement, how do we store these?&lt;br /&gt;
&lt;br /&gt;
===== Standardization of Measurement =====&lt;br /&gt;
&lt;br /&gt;
* sometimes we may need to store the calibration information / calibration curves&lt;br /&gt;
* we may need to store the reference point the measurement is based on&lt;br /&gt;
* we may need to store the '''normal values'''&lt;br /&gt;
** biomedical measurements are often laboratory dependent, so it does NOT make sense to have the measurement without the corresponding normal values&lt;br /&gt;
** e.g. anti-Hepatitis B surface antigen antibody (anti-HBs) Titer: 32 MIU/ml&lt;br /&gt;
*** normal: 0 (non-infected, non-past infection, non-immunity)&lt;br /&gt;
*** protective immunity: &amp;gt;10 MIU/ml&lt;br /&gt;
*** interpretation is however more complex, depending on other tests as well&lt;br /&gt;
&lt;br /&gt;
== Emil Thies ==&lt;br /&gt;
&lt;br /&gt;
From my understanding, this microformat should concentrate on the notation of a measurement. So there will be some aspects, which has to be covered (elsewhere?) to improve the automatic use it.&lt;br /&gt;
&lt;br /&gt;
=== Identification of Units ===&lt;br /&gt;
&lt;br /&gt;
There are so many Units around - not only the existing one. There are deprecated ones like from Rome empire etc. For example &amp;quot;[http://en.wikipedia.org/wiki/Foot_(unit_of_length) Foot]&amp;quot; is not an unique identification of a unit. There is not only the British and U.S., there are for example same old German ones, before those areas joined the international metre convention in 1875:&lt;br /&gt;
* 25 cm in Hessen&lt;br /&gt;
* 28,935 cm in Bremen &lt;br /&gt;
* 29,641 cm in Oldenburg &lt;br /&gt;
* 29,1859 cm in Bayern &lt;br /&gt;
* 30,385 cm in Meiningen-Hildburghausen &lt;br /&gt;
* 31,385 cm in Preußen &lt;br /&gt;
* 31,608 cm in Wien/Österreich &lt;br /&gt;
* 32,61 cm in Bad Homburg vor der Höhe &lt;br /&gt;
* 33 1/3 cm in der Pfalz &lt;br /&gt;
	&lt;br /&gt;
So there is the need of a unique identification of those units. I found two approach right:&lt;br /&gt;
&lt;br /&gt;
==== In MathML ====&lt;br /&gt;
&lt;br /&gt;
MathML [http://www.w3.org/TR/mathml-units/#definitionURL defines] the construction of an URI like:&lt;br /&gt;
&lt;br /&gt;
http://base/units/unit name[/context][/country][#prefix]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://.../units/foot/de&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But as you can see, there is right now no way to distinguish the different German foots based on the area inside Germany. Furthermore the context is so variable, that the same unit can be described by different URLs. &lt;br /&gt;
&lt;br /&gt;
==== In OpenMath ====&lt;br /&gt;
&lt;br /&gt;
OpenMath [http://www.openmath.org/cdgroups/units.html defines] the units inside of content directories:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://www.openmath.org/cd/units_us1.xhtml#foot_us_survey&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So there is a unique URLs for a Unit, but not every Unit is covered.&lt;br /&gt;
&lt;br /&gt;
=== Transformation of Units ===&lt;br /&gt;
&lt;br /&gt;
A real benefit is the automatic transformation of a unit, so that the write can write the measurement in his context (e.g. in the U.S. foot, or a quote from an antike text in Rome Empire foot) and the reader can get a transformation in his context (e.g. the value in metre). There fore there is the need of additional transformation information. And there are some different kinds of transformation:&lt;br /&gt;
&lt;br /&gt;
==== units of same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. foot to metre&lt;br /&gt;
&lt;br /&gt;
==== units of compound but same dimension ====&lt;br /&gt;
&lt;br /&gt;
 e.g. metre/s and mach-number&lt;br /&gt;
&lt;br /&gt;
==== compound measurement context ====&lt;br /&gt;
&lt;br /&gt;
 e.g. &amp;quot;This switch works up to 5 Ampere by 220 Volt&amp;quot; The reader might to now, which Watt device he can attach (1100 Watt would be the answer).&lt;br /&gt;
&lt;br /&gt;
 e.g. units of common context: e.g. &amp;quot;the dimension of the box is 3m x 2m x 0.55m&amp;quot; there might be some question like:&lt;br /&gt;
* volume (3,3 m³)&lt;br /&gt;
* surface (17,5 m²)&lt;/div&gt;</summary>
		<author><name>Emil</name></author>
	</entry>
</feed>