<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MovGP0</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MovGP0"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/MovGP0"/>
	<updated>2026-04-30T11:58:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=bill-brainstorming&amp;diff=43895</id>
		<title>bill-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=bill-brainstorming&amp;diff=43895"/>
		<updated>2011-04-24T16:36:04Z</updated>

		<summary type="html">&lt;p&gt;MovGP0: /* Schema */ highlighted recommended&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hBill 0.1&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{Template:DraftSpecification}}&lt;br /&gt;
&lt;br /&gt;
hBill is a microformat that allows to provide metainformation on a bill, so that customers can do transactions more easily. &lt;br /&gt;
__TOC__&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
;&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;Editor/Author&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Johann Dirry&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[#Copyright|copyright]] and [[#Patents|patents]] statements apply.&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
hBill 0.1 is a microformats.org draft specification. Public discussion on hBill takes place on [[hbill-feedback]], the #microformats [[irc]] channel on irc.freenode.net, and [http://microformats.org/discuss/mail/microformats-discuss/ microformats-discuss mailing list].&lt;br /&gt;
&lt;br /&gt;
=== Available languages ===&lt;br /&gt;
The English version of this specification is the only normative version. &lt;br /&gt;
&lt;br /&gt;
=== Errata and Updates ===&lt;br /&gt;
Known errors and issues in this specification are corrected in [[hbill-issues-resolved|resolved]] and [[hbill-issues-closed|closed]] issues. Please check there before reporting [[hbill-issues|issues]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
hBill is a [[microformat]] for identifying semantic information in electronic bills. hBill content is easily added to bills that are available in xHTML or HTML format. &lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
Schema elements follow the microformat pattern of prefixing a unique identifier (in this case, '&amp;lt;code&amp;gt;h&amp;lt;/code&amp;gt;') on the outermost container element. The parts of this microformat are based on analysis of bills from online shops.&lt;br /&gt;
&lt;br /&gt;
The hBill schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* '''&amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt;'''. ''optional''. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;iban&amp;lt;/code&amp;gt;'''. '''required'''. IBAN code as specified in [[iso-13616-1|ISO 13616-1:2007 Part 1]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;bic&amp;lt;/code&amp;gt;'''. '''required'''. BIC/SWIFT code as specified in [[iso-9362|ISO 9362]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;accountnumber&amp;lt;/code&amp;gt;'''. ''optional''. Country specific banking account number. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;bankcode&amp;lt;/code&amp;gt;'''. ''optional''. Country specific bank code. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;billingsum&amp;lt;/code&amp;gt;'''. '''required'''. [http://www.w3.org/TR/xmlschema-2/#double xs:double]. Ammout of money the customer has to submit to the selling party. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;currency&amp;lt;/code&amp;gt;'''. '''required'''. [[iso-4217|ISO 4217]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;receiver&amp;lt;/code&amp;gt;'''. '''required'''. [[hcard]] information of the money receiver. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;receivingbank&amp;lt;/code&amp;gt;'''. ''recommended''. [[hcard]] information of the money receiving bank. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;billnumber&amp;lt;/code&amp;gt;'''. ''recommended''. [http://www.w3.org/TR/xmlschema-2/#string xs:string]. May be required by the selling party to identify the bill. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;billingdate&amp;lt;/code&amp;gt;'''. '''required'''. [http://www.w3.org/TR/xmlschema-2/#date xs:date] or [http://www.w3.org/TR/xmlschema-2/#dateTime xs:dateTime]. Date when the bill was created.&lt;br /&gt;
&lt;br /&gt;
=== Field and Element Details ===&lt;br /&gt;
&lt;br /&gt;
==== hbill ====&lt;br /&gt;
* a Bill element is identified by the class &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt;&lt;br /&gt;
* a document may have multiple bill elements&lt;br /&gt;
* if there is only bill in the document, the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''may'' be missing. &lt;br /&gt;
** if the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element is missing, it is assumed to be the document &lt;br /&gt;
&lt;br /&gt;
==== iban ====&lt;br /&gt;
* the IBAN code of the account the money has to get transfered to &lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the IBAN code&lt;br /&gt;
&lt;br /&gt;
==== bic ====&lt;br /&gt;
* the BIC/SWIFT code the money has to get transfered to &lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the BIC/SWIFT code, because the user ''may'' need it&lt;br /&gt;
&lt;br /&gt;
==== accountnumber ====&lt;br /&gt;
* a country specific banking account number &lt;br /&gt;
* the &amp;lt;code&amp;gt;accountnumber&amp;lt;/code&amp;gt; element is ''optional'' &lt;br /&gt;
* ''may'' be provided for national transactions &lt;br /&gt;
&lt;br /&gt;
==== bankcode ====&lt;br /&gt;
* a country specific bank code&lt;br /&gt;
* the &amp;lt;code&amp;gt;bankcode&amp;lt;/code&amp;gt; element is ''optional'' &lt;br /&gt;
* ''may'' be provided for national transactions&lt;br /&gt;
&lt;br /&gt;
==== billingsum ====&lt;br /&gt;
* the ammout of money the customer has to submit to the selling party&lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the &amp;lt;code&amp;gt;billingsum&amp;lt;/code&amp;gt; element &lt;br /&gt;
&lt;br /&gt;
==== currency ====&lt;br /&gt;
* the currency of the ammount of money the customer has to submit to the selling party&lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the &amp;lt;code&amp;gt;currency&amp;lt;/code&amp;gt; element&lt;br /&gt;
&lt;br /&gt;
==== receiver ====&lt;br /&gt;
* [[hcard]] information of the money receiver&lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the &amp;lt;code&amp;gt;receiver&amp;lt;/code&amp;gt; element&lt;br /&gt;
&lt;br /&gt;
==== receivingbank ====&lt;br /&gt;
* [[hcard]] information of the money receiving bank&lt;br /&gt;
* it is ''recommended'' to use the &amp;lt;code&amp;gt;receivingbank&amp;lt;/code&amp;gt; element, because the customer ''may not'' be able to get this information based on the IBAN or BIC/SWIFT code &lt;br /&gt;
&lt;br /&gt;
==== billnumber ====&lt;br /&gt;
* it is ''recommended'' to provide this information, so its possible to identify the bill correctly &lt;br /&gt;
* some parties ''may'' ''require'' the customer to provide this information in another way (ie. manually filling the 'purpose' or 'customer data' field), which ''should not'' be done &lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the &amp;lt;code&amp;gt;billnumber&amp;lt;/code&amp;gt; element&lt;br /&gt;
&lt;br /&gt;
==== billingdate ====&lt;br /&gt;
* date when the bill was created&lt;br /&gt;
* ''may'' also provide time and timezone information&lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the &amp;lt;code&amp;gt;billdate&amp;lt;/code&amp;gt; element&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
''todo''&lt;br /&gt;
&lt;br /&gt;
== Copyright ==&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}. &lt;br /&gt;
&lt;br /&gt;
== Patents ==&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
; ISO &lt;br /&gt;
* [[iso-13616-1|ISO 13616-1]]&lt;br /&gt;
* [[iso-9362|ISO 9362]]&lt;br /&gt;
* [[iso-4217|ISO 4217]]&lt;br /&gt;
* [[iso-8601|ISO 8601]]&lt;br /&gt;
&lt;br /&gt;
; W3C&lt;br /&gt;
* [http://www.w3.org/TR/xmlschema-2/#double xmls:double]&lt;br /&gt;
* [http://www.w3.org/TR/xmlschema-2/#date xs:date]&lt;br /&gt;
&lt;br /&gt;
; microformats&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[adr]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;/div&gt;</summary>
		<author><name>MovGP0</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=bill-issues&amp;diff=43894</id>
		<title>bill-issues</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=bill-issues&amp;diff=43894"/>
		<updated>2011-04-24T16:31:13Z</updated>

		<summary type="html">&lt;p&gt;MovGP0: /* Net, Gross and Tara */ +hProduct, +hListing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hBill issues&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== closed issues ==&lt;br /&gt;
See: [[hbill-issues-closed]]&lt;br /&gt;
&lt;br /&gt;
== resolved issues ==&lt;br /&gt;
See: [[hbill-issues-resolved]]&lt;br /&gt;
&lt;br /&gt;
== open issues ==&lt;br /&gt;
=== Net, Gross and Tara ===&lt;br /&gt;
{{OpenIssue}} submitted by [[User:MovGP0|MovGP0]] 16:17, 24 April 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
hBill shema ''should'' allow to address&lt;br /&gt;
* net price (price without tax)&lt;br /&gt;
* tara price (tax)&lt;br /&gt;
* gross price (price including tax)&lt;br /&gt;
It ''may'' do so for every &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; on the bill using [[hProduct]] and [[hListing]] standards. &amp;lt;br/&amp;gt;&lt;br /&gt;
-- [[User:MovGP0|MovGP0]] 16:17, 24 April 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Shipping ===&lt;br /&gt;
{{OpenIssue}} submitted by [[User:MovGP0|MovGP0]] 16:17, 24 April 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
hBill ''may'' get extended for &lt;br /&gt;
* shipping address based on [[hcard]] and [[adr]]&lt;br /&gt;
* customer name and address based on [[hcard]]&lt;br /&gt;
-- [[User:MovGP0|MovGP0]] 16:17, 24 April 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>MovGP0</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=bill-issues&amp;diff=43893</id>
		<title>bill-issues</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=bill-issues&amp;diff=43893"/>
		<updated>2011-04-24T16:26:23Z</updated>

		<summary type="html">&lt;p&gt;MovGP0: /* open issues */ empty line&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hBill issues&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== closed issues ==&lt;br /&gt;
See: [[hbill-issues-closed]]&lt;br /&gt;
&lt;br /&gt;
== resolved issues ==&lt;br /&gt;
See: [[hbill-issues-resolved]]&lt;br /&gt;
&lt;br /&gt;
== open issues ==&lt;br /&gt;
=== Net, Gross and Tara ===&lt;br /&gt;
{{OpenIssue}} submitted by [[User:MovGP0|MovGP0]] 16:17, 24 April 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
hBill shema ''should'' allow to address&lt;br /&gt;
* net price (price without tax)&lt;br /&gt;
* tara price (tax)&lt;br /&gt;
* gross price (price including tax)&lt;br /&gt;
It ''may'' do so for every &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; on the bill. &amp;lt;br/&amp;gt;&lt;br /&gt;
-- [[User:MovGP0|MovGP0]] 16:17, 24 April 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Shipping ===&lt;br /&gt;
{{OpenIssue}} submitted by [[User:MovGP0|MovGP0]] 16:17, 24 April 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
hBill ''may'' get extended for &lt;br /&gt;
* shipping address based on [[hcard]] and [[adr]]&lt;br /&gt;
* customer name and address based on [[hcard]]&lt;br /&gt;
-- [[User:MovGP0|MovGP0]] 16:17, 24 April 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>MovGP0</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=bill-brainstorming&amp;diff=43892</id>
		<title>bill-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=bill-brainstorming&amp;diff=43892"/>
		<updated>2011-04-24T16:22:10Z</updated>

		<summary type="html">&lt;p&gt;MovGP0: /* Status */ no translations (yet)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hBill 0.1&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{Template:DraftSpecification}}&lt;br /&gt;
&lt;br /&gt;
hBill is a microformat that allows to provide metainformation on a bill, so that customers can do transactions more easily. &lt;br /&gt;
__TOC__&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
;&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;Editor/Author&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Johann Dirry&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[#Copyright|copyright]] and [[#Patents|patents]] statements apply.&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
hBill 0.1 is a microformats.org draft specification. Public discussion on hBill takes place on [[hbill-feedback]], the #microformats [[irc]] channel on irc.freenode.net, and [http://microformats.org/discuss/mail/microformats-discuss/ microformats-discuss mailing list].&lt;br /&gt;
&lt;br /&gt;
=== Available languages ===&lt;br /&gt;
The English version of this specification is the only normative version. &lt;br /&gt;
&lt;br /&gt;
=== Errata and Updates ===&lt;br /&gt;
Known errors and issues in this specification are corrected in [[hbill-issues-resolved|resolved]] and [[hbill-issues-closed|closed]] issues. Please check there before reporting [[hbill-issues|issues]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
hBill is a [[microformat]] for identifying semantic information in electronic bills. hBill content is easily added to bills that are available in xHTML or HTML format. &lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
Schema elements follow the microformat pattern of prefixing a unique identifier (in this case, '&amp;lt;code&amp;gt;h&amp;lt;/code&amp;gt;') on the outermost container element. The parts of this microformat are based on analysis of bills from online shops.&lt;br /&gt;
&lt;br /&gt;
The hBill schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* '''&amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt;'''. optional. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;iban&amp;lt;/code&amp;gt;'''. required. IBAN code as specified in [[iso-13616-1|ISO 13616-1:2007 Part 1]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;bic&amp;lt;/code&amp;gt;'''. required. BIC/SWIFT code as specified in [[iso-9362|ISO 9362]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;accountnumber&amp;lt;/code&amp;gt;'''. optional. Country specific banking account number. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;bankcode&amp;lt;/code&amp;gt;'''. optional. Country specific bank code. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;billingsum&amp;lt;/code&amp;gt;'''. required. [http://www.w3.org/TR/xmlschema-2/#double xs:double]. Ammout of money the customer has to submit to the selling party. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;currency&amp;lt;/code&amp;gt;'''. required. [[iso-4217|ISO 4217]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;receiver&amp;lt;/code&amp;gt;'''. required. [[hcard]] information of the money receiver. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;receivingbank&amp;lt;/code&amp;gt;'''. recommended. [[hcard]] information of the money receiving bank. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;billnumber&amp;lt;/code&amp;gt;'''. recommended. [http://www.w3.org/TR/xmlschema-2/#string xs:string]. May be required by the selling party to identify the bill. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;billingdate&amp;lt;/code&amp;gt;'''. required. [http://www.w3.org/TR/xmlschema-2/#date xs:date] or [http://www.w3.org/TR/xmlschema-2/#dateTime xs:dateTime]. Date when the bill was created.&lt;br /&gt;
&lt;br /&gt;
=== Field and Element Details ===&lt;br /&gt;
&lt;br /&gt;
==== hbill ====&lt;br /&gt;
* a Bill element is identified by the class &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt;&lt;br /&gt;
* a document may have multiple bill elements&lt;br /&gt;
* if there is only bill in the document, the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''may'' be missing. &lt;br /&gt;
** if the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element is missing, it is assumed to be the document &lt;br /&gt;
&lt;br /&gt;
==== iban ====&lt;br /&gt;
* the IBAN code of the account the money has to get transfered to &lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the IBAN code&lt;br /&gt;
&lt;br /&gt;
==== bic ====&lt;br /&gt;
* the BIC/SWIFT code the money has to get transfered to &lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the BIC/SWIFT code, because the user ''may'' need it&lt;br /&gt;
&lt;br /&gt;
==== accountnumber ====&lt;br /&gt;
* a country specific banking account number &lt;br /&gt;
* the &amp;lt;code&amp;gt;accountnumber&amp;lt;/code&amp;gt; element is ''optional'' &lt;br /&gt;
* ''may'' be provided for national transactions &lt;br /&gt;
&lt;br /&gt;
==== bankcode ====&lt;br /&gt;
* a country specific bank code&lt;br /&gt;
* the &amp;lt;code&amp;gt;bankcode&amp;lt;/code&amp;gt; element is ''optional'' &lt;br /&gt;
* ''may'' be provided for national transactions&lt;br /&gt;
&lt;br /&gt;
==== billingsum ====&lt;br /&gt;
* the ammout of money the customer has to submit to the selling party&lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the &amp;lt;code&amp;gt;billingsum&amp;lt;/code&amp;gt; element &lt;br /&gt;
&lt;br /&gt;
==== currency ====&lt;br /&gt;
* the currency of the ammount of money the customer has to submit to the selling party&lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the &amp;lt;code&amp;gt;currency&amp;lt;/code&amp;gt; element&lt;br /&gt;
&lt;br /&gt;
==== receiver ====&lt;br /&gt;
* [[hcard]] information of the money receiver&lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the &amp;lt;code&amp;gt;receiver&amp;lt;/code&amp;gt; element&lt;br /&gt;
&lt;br /&gt;
==== receivingbank ====&lt;br /&gt;
* [[hcard]] information of the money receiving bank&lt;br /&gt;
* it is ''recommended'' to use the &amp;lt;code&amp;gt;receivingbank&amp;lt;/code&amp;gt; element, because the customer ''may not'' be able to get this information based on the IBAN or BIC/SWIFT code &lt;br /&gt;
&lt;br /&gt;
==== billnumber ====&lt;br /&gt;
* it is ''recommended'' to provide this information, so its possible to identify the bill correctly &lt;br /&gt;
* some parties ''may'' ''require'' the customer to provide this information in another way (ie. manually filling the 'purpose' or 'customer data' field), which ''should not'' be done &lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the &amp;lt;code&amp;gt;billnumber&amp;lt;/code&amp;gt; element&lt;br /&gt;
&lt;br /&gt;
==== billingdate ====&lt;br /&gt;
* date when the bill was created&lt;br /&gt;
* ''may'' also provide time and timezone information&lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the &amp;lt;code&amp;gt;billdate&amp;lt;/code&amp;gt; element&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
''todo''&lt;br /&gt;
&lt;br /&gt;
== Copyright ==&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}. &lt;br /&gt;
&lt;br /&gt;
== Patents ==&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
; ISO &lt;br /&gt;
* [[iso-13616-1|ISO 13616-1]]&lt;br /&gt;
* [[iso-9362|ISO 9362]]&lt;br /&gt;
* [[iso-4217|ISO 4217]]&lt;br /&gt;
* [[iso-8601|ISO 8601]]&lt;br /&gt;
&lt;br /&gt;
; W3C&lt;br /&gt;
* [http://www.w3.org/TR/xmlschema-2/#double xmls:double]&lt;br /&gt;
* [http://www.w3.org/TR/xmlschema-2/#date xs:date]&lt;br /&gt;
&lt;br /&gt;
; microformats&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[adr]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;/div&gt;</summary>
		<author><name>MovGP0</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=bill-issues&amp;diff=43891</id>
		<title>bill-issues</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=bill-issues&amp;diff=43891"/>
		<updated>2011-04-24T16:19:15Z</updated>

		<summary type="html">&lt;p&gt;MovGP0: /* open issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hBill issues&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== closed issues ==&lt;br /&gt;
See: [[hbill-issues-closed]]&lt;br /&gt;
&lt;br /&gt;
== resolved issues ==&lt;br /&gt;
See: [[hbill-issues-resolved]]&lt;br /&gt;
&lt;br /&gt;
== open issues ==&lt;br /&gt;
=== Net, Gross and Tara ===&lt;br /&gt;
{{OpenIssue}} submitted by [[User:MovGP0|MovGP0]] 16:17, 24 April 2011 (UTC)&lt;br /&gt;
hBill shema ''should'' allow to address&lt;br /&gt;
* net price (price without tax)&lt;br /&gt;
* tara price (tax)&lt;br /&gt;
* gross price (price including tax)&lt;br /&gt;
It ''may'' do so for every &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; on the bill. &amp;lt;br/&amp;gt;&lt;br /&gt;
-- [[User:MovGP0|MovGP0]] 16:17, 24 April 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Shipping ===&lt;br /&gt;
{{OpenIssue}} submitted by [[User:MovGP0|MovGP0]] 16:17, 24 April 2011 (UTC)&lt;br /&gt;
hBill ''may'' get extended for &lt;br /&gt;
* shipping address based on [[hcard]] and [[adr]]&lt;br /&gt;
* customer name and address based on [[hcard]]&lt;br /&gt;
-- [[User:MovGP0|MovGP0]] 16:17, 24 April 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>MovGP0</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=bill-issues&amp;diff=43890</id>
		<title>bill-issues</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=bill-issues&amp;diff=43890"/>
		<updated>2011-04-24T16:17:03Z</updated>

		<summary type="html">&lt;p&gt;MovGP0: New page: &amp;lt;entry-title&amp;gt;hBill issues&amp;lt;/entry-title&amp;gt;  == closed issues == See: hbill-issues-closed  == resolved issues == See: hbill-issues-resolved  == open issues == === Net, Gross and Tara =...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hBill issues&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== closed issues ==&lt;br /&gt;
See: [[hbill-issues-closed]]&lt;br /&gt;
&lt;br /&gt;
== resolved issues ==&lt;br /&gt;
See: [[hbill-issues-resolved]]&lt;br /&gt;
&lt;br /&gt;
== open issues ==&lt;br /&gt;
=== Net, Gross and Tara ===&lt;br /&gt;
hBill shema ''should'' allow to address&lt;br /&gt;
* net price (price without tax)&lt;br /&gt;
* tara price (tax)&lt;br /&gt;
* gross price (price including tax)&lt;br /&gt;
&lt;br /&gt;
It ''may'' do so for every &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; on the bill. &amp;lt;br/&amp;gt;&lt;br /&gt;
-- [[User:MovGP0|MovGP0]] 16:17, 24 April 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Shipping ===&lt;br /&gt;
hBill ''may'' get extended for &lt;br /&gt;
* shipping address based on [[hcard]] and [[adr]]&lt;br /&gt;
* customer name and address based on [[hcard]]&lt;br /&gt;
-- [[User:MovGP0|MovGP0]] 16:17, 24 April 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>MovGP0</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page&amp;diff=43889</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page&amp;diff=43889"/>
		<updated>2011-04-24T16:08:45Z</updated>

		<summary type="html">&lt;p&gt;MovGP0: /* Drafts */ typo.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Welcome to the microformats wiki!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Please start with the [[introduction]] page and read [[how-to-play]] before making any edits.&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This wiki is the central resource of the microformats community. You'll find current versions of published microformat specifications, specification drafts and publishing patterns. The wiki also hosts development resources, such as brainstorming pages for new formats and issue tracking pages for all current and in-development microformats.&lt;br /&gt;
&lt;br /&gt;
== Get Started==&lt;br /&gt;
To get started with microformats:&lt;br /&gt;
&lt;br /&gt;
* First, be familiar writing your pages and applications with semantically rich, descriptive, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Learn about microformats from the [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentations]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] pages.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
Microformats are small patterns of HTML to represent commonly published things like [[hcard|people]], [[hcalendar|events]], [[hatom|blog posts]], [[hreview|reviews]] and [[rel-tag|tags]] in web pages.&lt;br /&gt;
&lt;br /&gt;
Microformats enable the publishing of higher fidelity information on the Web; the fastest and simplest way to provide feeds and APIs for the information in your website.&lt;br /&gt;
&lt;br /&gt;
* Read more explanations of [[what-are-microformats|what microformats are]], and [[what-can-you-do-with-microformats|what you can do with them]].&lt;br /&gt;
&lt;br /&gt;
== How to contribute ==&lt;br /&gt;
Do you want to help take microformats to the next level?  You can:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Get started]] by adding microformats to your website, services, and products.&lt;br /&gt;
* [[advocacy|Advocate]] the use of microformats on other web sites, especially those you use.&lt;br /&gt;
* Write a [[testimonial]].&lt;br /&gt;
* Do something on the [[to-do|to do list]].&lt;br /&gt;
* Join the [[irc|IRC Channel]] and [[mail|mailing lists]] to learn and help answer questions (read the [[mailing-lists#General_guidelines|general guidelines]] before posting).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Translate this microformats wiki into other languages]] to make microformats more accessible to readers of languages around the world.&lt;br /&gt;
* Before proposing any new microformats, make sure your website is [[POSH]], [[get-started|uses existing microformats]], and then read the [[process]].&lt;br /&gt;
&lt;br /&gt;
This wiki has a number of enhancements to assist development and contributions to microformats. Before you start editing, see the [[wiki-2|wiki introduction page]] for instructions.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
The list of current, stable [[microformats|Microformats]] open standard specifications.&lt;br /&gt;
&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;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''If you're tempted to try your hand at writing a microformat please read '''[[process|the process]]''' page first!''&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
Drafts are newer microformats, for which the specifications haven't been completed yet. Drafts are somewhat mature in the development [[process]] (see [[exploratory-discussions]] for additional efforts that are not as far along in the process). The stability of these documents cannot be guaranteed, and implementers should be prepared to keep abreast of future developments and changes. Please watch the wiki pages for updates.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - for marking up address information&lt;br /&gt;
* [[geo|geo]] - for marking up [http://en.wikipedia.org/wiki/WGS84 WGS84] geographic coordinates (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - syndicating episodic content (e.g. weblog postings)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [[hbill|hBill]] - electronic bills&lt;br /&gt;
* [[hlisting|hListing]] - open, distributed listings&lt;br /&gt;
* [[hmedia|hMedia]] - A single media publishing format that relates to Images, Video and Audio. &lt;br /&gt;
* [[hnews|hNews]]&lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - for cooking+baking recipes&lt;br /&gt;
* [[hresume|hResume]] - for publishing resumes and CVs&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - for indicating attachments (e.g. files) to download and cache&lt;br /&gt;
* [[rel-home]] - indicate a hyperlink to the homepage of the site&lt;br /&gt;
* [[rel-payment]] - indicate a payment mechanism&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
== Design Patterns ==&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;
See: [[exploratory-discussions]] for details of research and analysis of real-world [[examples]], existing formats, and brainstorming of possible new microformats, per the microformats [[process]].&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
See [[resources]].&lt;br /&gt;
&lt;br /&gt;
== User centric development ==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
== Shared work areas ==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
== Tools, test cases, additional research ==&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|tools and services]] that need to process more than one microformat. That section is intended for editors, [[parsers]], [[validators]], test cases, and other information relevant across multiple microformats.&lt;br /&gt;
&lt;br /&gt;
== Microformats wiki translations ==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;You may read and edit microformats articles in many other languages:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* languages with over 100 articles&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* languages with over 10 articles&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* languages with over 2 articles&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* languages just started&lt;br /&gt;
** [[Main_Page-fa|&amp;lt;span lang=&amp;quot;fa&amp;quot;&amp;gt;پارسی&amp;lt;/span&amp;gt; (Farsi)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
* elsewhere&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] has been translated into a number of languages.&lt;br /&gt;
&lt;br /&gt;
See also [[other-languages]], and [[how-to-start-new-translation|how-to-start-a-new-translation]].&lt;/div&gt;</summary>
		<author><name>MovGP0</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=Main_Page&amp;diff=43888</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=Main_Page&amp;diff=43888"/>
		<updated>2011-04-24T16:08:24Z</updated>

		<summary type="html">&lt;p&gt;MovGP0: /* Drafts */ +hBill&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Welcome to the microformats wiki!&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
Please start with the [[introduction]] page and read [[how-to-play]] before making any edits.&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This wiki is the central resource of the microformats community. You'll find current versions of published microformat specifications, specification drafts and publishing patterns. The wiki also hosts development resources, such as brainstorming pages for new formats and issue tracking pages for all current and in-development microformats.&lt;br /&gt;
&lt;br /&gt;
== Get Started==&lt;br /&gt;
To get started with microformats:&lt;br /&gt;
&lt;br /&gt;
* First, be familiar writing your pages and applications with semantically rich, descriptive, ‘[[posh|&amp;lt;abbr title=&amp;quot;Plain Old Semantic HTML&amp;quot;&amp;gt;POSH&amp;lt;/abbr&amp;gt;]]’ &amp;lt;abbr title=&amp;quot;HyperText Mark-up Language&amp;quot;&amp;gt;HTML&amp;lt;/abbr&amp;gt;.&lt;br /&gt;
* Learn about microformats from the [http://microformats.org/about/ about page], [http://microformats.org/ blog], [[press]], [[presentations]], [[books]], [[podcasts]], &amp;amp; [[screencasts]] pages.&lt;br /&gt;
* Take a look at established specifications such as [[hcard|hCard]] and [[hcalendar|hCalendar]], and follow the [[hcard-examples|examples]] to start publishing microformats.&lt;br /&gt;
* Have questions? Read the [[faq|frequently asked questions]] and see the [[glossary]] for terms and definitions. You can also post to the {{MicroformatsMailingList}}.&lt;br /&gt;
* Want to learn more in person? Check out microformats [[events]].&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
Microformats are small patterns of HTML to represent commonly published things like [[hcard|people]], [[hcalendar|events]], [[hatom|blog posts]], [[hreview|reviews]] and [[rel-tag|tags]] in web pages.&lt;br /&gt;
&lt;br /&gt;
Microformats enable the publishing of higher fidelity information on the Web; the fastest and simplest way to provide feeds and APIs for the information in your website.&lt;br /&gt;
&lt;br /&gt;
* Read more explanations of [[what-are-microformats|what microformats are]], and [[what-can-you-do-with-microformats|what you can do with them]].&lt;br /&gt;
&lt;br /&gt;
== How to contribute ==&lt;br /&gt;
Do you want to help take microformats to the next level?  You can:&lt;br /&gt;
&lt;br /&gt;
* [[get-started|Get started]] by adding microformats to your website, services, and products.&lt;br /&gt;
* [[advocacy|Advocate]] the use of microformats on other web sites, especially those you use.&lt;br /&gt;
* Write a [[testimonial]].&lt;br /&gt;
* Do something on the [[to-do|to do list]].&lt;br /&gt;
* Join the [[irc|IRC Channel]] and [[mail|mailing lists]] to learn and help answer questions (read the [[mailing-lists#General_guidelines|general guidelines]] before posting).&lt;br /&gt;
* [[Main_Page#microformats_wiki_translations|Translate this microformats wiki into other languages]] to make microformats more accessible to readers of languages around the world.&lt;br /&gt;
* Before proposing any new microformats, make sure your website is [[POSH]], [[get-started|uses existing microformats]], and then read the [[process]].&lt;br /&gt;
&lt;br /&gt;
This wiki has a number of enhancements to assist development and contributions to microformats. Before you start editing, see the [[wiki-2|wiki introduction page]] for instructions.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
The list of current, stable [[microformats|Microformats]] open standard specifications.&lt;br /&gt;
&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;
* [[XFN]] - [http://gmpg.org/xfn/creator XFN creator]&lt;br /&gt;
* [[XMDP]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
''If you're tempted to try your hand at writing a microformat please read '''[[process|the process]]''' page first!''&lt;br /&gt;
&lt;br /&gt;
== Drafts ==&lt;br /&gt;
Drafts are newer microformats, for which the specifications haven't been completed yet. Drafts are somewhat mature in the development [[process]] (see [[exploratory-discussions]] for additional efforts that are not as far along in the process). The stability of these documents cannot be guaranteed, and implementers should be prepared to keep abreast of future developments and changes. Please watch the wiki pages for updates.&lt;br /&gt;
&lt;br /&gt;
* [[adr|adr]] - for marking up address information&lt;br /&gt;
* [[geo|geo]] - for marking up [http://en.wikipedia.org/wiki/WGS84 WGS84] geographic coordinates (latitude; longitude)&lt;br /&gt;
* [[hatom|hAtom]] - syndicating episodic content (e.g. weblog postings)&lt;br /&gt;
* [[haudio|hAudio]]&lt;br /&gt;
* [hbill|hBill]] - electronic bills&lt;br /&gt;
* [[hlisting|hListing]] - open, distributed listings&lt;br /&gt;
* [[hmedia|hMedia]] - A single media publishing format that relates to Images, Video and Audio. &lt;br /&gt;
* [[hnews|hNews]]&lt;br /&gt;
* [[hproduct|hProduct]]&lt;br /&gt;
* [[hrecipe|hRecipe]] - for cooking+baking recipes&lt;br /&gt;
* [[hresume|hResume]] - for publishing resumes and CVs&lt;br /&gt;
* [[hreview|hReview]] - [http://microformats.org/code/hreview/creator hReview creator]&lt;br /&gt;
* [[rel-directory]] - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page&lt;br /&gt;
* [[rel-enclosure]] - for indicating attachments (e.g. files) to download and cache&lt;br /&gt;
* [[rel-home]] - indicate a hyperlink to the homepage of the site&lt;br /&gt;
* [[rel-payment]] - indicate a payment mechanism&lt;br /&gt;
* [[robots-exclusion|robots exclusion]]&lt;br /&gt;
&lt;br /&gt;
* [[xfolk|xFolk]]&lt;br /&gt;
&lt;br /&gt;
== Design Patterns ==&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;
See: [[exploratory-discussions]] for details of research and analysis of real-world [[examples]], existing formats, and brainstorming of possible new microformats, per the microformats [[process]].&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[examples-in-the-wild]]&lt;br /&gt;
* [[implementations]]&lt;br /&gt;
* [[zen-garden]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
See [[resources]].&lt;br /&gt;
&lt;br /&gt;
== User centric development ==&lt;br /&gt;
*[[user-interface]]&lt;br /&gt;
*[[data-portability]]&lt;br /&gt;
*[[social-network-portability]]&lt;br /&gt;
&lt;br /&gt;
== Shared work areas ==&lt;br /&gt;
* [[to-do]]&lt;br /&gt;
* [[templates]]&lt;br /&gt;
* [http://microformats.org/wiki/delete pages for deletion] &amp;lt;!-- keep as external link; removes from &amp;quot;what links here&amp;quot; --&amp;gt;&lt;br /&gt;
* [[Special:Specialpages|&amp;quot;Special&amp;quot; wiki pages]]&lt;br /&gt;
* [[year-in-review]]&lt;br /&gt;
&lt;br /&gt;
== Tools, test cases, additional research ==&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|tools and services]] that need to process more than one microformat. That section is intended for editors, [[parsers]], [[validators]], test cases, and other information relevant across multiple microformats.&lt;br /&gt;
&lt;br /&gt;
== Microformats wiki translations ==&lt;br /&gt;
&amp;lt;span id=&amp;quot;microformats_wiki_translations_in_other_languages&amp;quot;&amp;gt;You may read and edit microformats articles in many other languages:&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* languages with over 100 articles&lt;br /&gt;
** [[Main_Page-fr|&amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;Français&amp;lt;/span&amp;gt; (French)]] &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;{{UpdateMarker-fr}}&amp;lt;/span&amp;gt;&lt;br /&gt;
* languages with over 10 articles&lt;br /&gt;
** [[Main_Page-pt-br|&amp;lt;span lang=&amp;quot;pt-br&amp;quot;&amp;gt;Português&amp;lt;/span&amp;gt; (Brazilian Portuguese)]]&lt;br /&gt;
** [[Main_Page-ja|&amp;lt;span lang=&amp;quot;ja&amp;quot;&amp;gt;日本語&amp;lt;/span&amp;gt; (Japanese)]]&lt;br /&gt;
** [[Main_Page-ru|&amp;lt;span lang=&amp;quot;ru&amp;quot;&amp;gt;Русский&amp;lt;/span&amp;gt; (Russian)]]&lt;br /&gt;
* languages with over 2 articles&lt;br /&gt;
** [[Main_Page-cs|&amp;lt;span lang=&amp;quot;cs&amp;quot;&amp;gt;Česky&amp;lt;/span&amp;gt; (Czech)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-de|&amp;lt;span lang=&amp;quot;de&amp;quot;&amp;gt;Deutsch&amp;lt;/span&amp;gt; (German)]]&lt;br /&gt;
** [[Main_Page-es|&amp;lt;span lang=&amp;quot;es&amp;quot;&amp;gt;Español&amp;lt;/span&amp;gt; (Spanish)]]&lt;br /&gt;
** [[Main_Page-gl|&amp;lt;span lang=&amp;quot;gl&amp;quot;&amp;gt;Galego&amp;lt;/span&amp;gt; (Galician)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-pl|&amp;lt;span lang=&amp;quot;pl&amp;quot;&amp;gt;Polski&amp;lt;/span&amp;gt; (Polish)]]&lt;br /&gt;
** [[Main_Page-ro|&amp;lt;span lang=&amp;quot;ro&amp;quot;&amp;gt;Română&amp;lt;/span&amp;gt; (Romanian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-zh|&amp;lt;span lang=&amp;quot;zh&amp;quot;&amp;gt;汉语&amp;lt;/span&amp;gt; (Chinese)]]&lt;br /&gt;
** [[Main_Page-id|&amp;lt;span lang=&amp;quot;id&amp;quot;&amp;gt;Indonesia&amp;lt;/span&amp;gt; (Bahasa Indonesia)]] {{NewMarker}}&lt;br /&gt;
* languages just started&lt;br /&gt;
** [[Main_Page-fa|&amp;lt;span lang=&amp;quot;fa&amp;quot;&amp;gt;پارسی&amp;lt;/span&amp;gt; (Farsi)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ar|&amp;lt;span lang=&amp;quot;ar&amp;quot;&amp;gt;العربية&amp;lt;/span&amp;gt; (Arabic)]]&lt;br /&gt;
** [[Main_Page-th|&amp;lt;span lang=&amp;quot;th&amp;quot;&amp;gt;ภาษาไทย&amp;lt;/span&amp;gt; (Thai)]]&lt;br /&gt;
** [[Main_Page-it|&amp;lt;span lang=&amp;quot;it&amp;quot;&amp;gt;Italiano&amp;lt;/span&amp;gt; (Italian)]] {{NewMarker}}&lt;br /&gt;
** [[Main_Page-ko|&amp;lt;span lang=&amp;quot;ko&amp;quot;&amp;gt;한국어&amp;lt;/span&amp;gt; (Korean)]] {{NewMarker}}&lt;br /&gt;
* elsewhere&lt;br /&gt;
**[http://en.wikipedia.org/wiki/Microformat Wikipedia's article on microformats] has been translated into a number of languages.&lt;br /&gt;
&lt;br /&gt;
See also [[other-languages]], and [[how-to-start-new-translation|how-to-start-a-new-translation]].&lt;/div&gt;</summary>
		<author><name>MovGP0</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=bill-brainstorming&amp;diff=43887</id>
		<title>bill-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=bill-brainstorming&amp;diff=43887"/>
		<updated>2011-04-24T16:01:57Z</updated>

		<summary type="html">&lt;p&gt;MovGP0: /* Field and Element Details */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hBill 0.1&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{Template:DraftSpecification}}&lt;br /&gt;
&lt;br /&gt;
hBill is a microformat that allows to provide metainformation on a bill, so that customers can do transactions more easily. &lt;br /&gt;
__TOC__&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
;&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;Editor/Author&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Johann Dirry&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[#Copyright|copyright]] and [[#Patents|patents]] statements apply.&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
hBill 0.1 is a microformats.org draft specification. Public discussion on hBill takes place on [[hbill-feedback]], the #microformats [[irc]] channel on irc.freenode.net, and [http://microformats.org/discuss/mail/microformats-discuss/ microformats-discuss mailing list].&lt;br /&gt;
&lt;br /&gt;
=== Available languages ===&lt;br /&gt;
The English version of this specification is the only normative version. For translations of this document see the [[#translations]] section.&lt;br /&gt;
&lt;br /&gt;
=== Errata and Updates ===&lt;br /&gt;
Known errors and issues in this specification are corrected in [[hbill-issues-resolved|resolved]] and [[hbill-issues-closed|closed]] issues. Please check there before reporting [[hbill-issues|issues]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
hBill is a [[microformat]] for identifying semantic information in electronic bills. hBill content is easily added to bills that are available in xHTML or HTML format. &lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
Schema elements follow the microformat pattern of prefixing a unique identifier (in this case, '&amp;lt;code&amp;gt;h&amp;lt;/code&amp;gt;') on the outermost container element. The parts of this microformat are based on analysis of bills from online shops.&lt;br /&gt;
&lt;br /&gt;
The hBill schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* '''&amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt;'''. optional. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;iban&amp;lt;/code&amp;gt;'''. required. IBAN code as specified in [[iso-13616-1|ISO 13616-1:2007 Part 1]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;bic&amp;lt;/code&amp;gt;'''. required. BIC/SWIFT code as specified in [[iso-9362|ISO 9362]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;accountnumber&amp;lt;/code&amp;gt;'''. optional. Country specific banking account number. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;bankcode&amp;lt;/code&amp;gt;'''. optional. Country specific bank code. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;billingsum&amp;lt;/code&amp;gt;'''. required. [http://www.w3.org/TR/xmlschema-2/#double xs:double]. Ammout of money the customer has to submit to the selling party. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;currency&amp;lt;/code&amp;gt;'''. required. [[iso-4217|ISO 4217]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;receiver&amp;lt;/code&amp;gt;'''. required. [[hcard]] information of the money receiver. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;receivingbank&amp;lt;/code&amp;gt;'''. recommended. [[hcard]] information of the money receiving bank. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;billnumber&amp;lt;/code&amp;gt;'''. recommended. [http://www.w3.org/TR/xmlschema-2/#string xs:string]. May be required by the selling party to identify the bill. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;billingdate&amp;lt;/code&amp;gt;'''. required. [http://www.w3.org/TR/xmlschema-2/#date xs:date] or [http://www.w3.org/TR/xmlschema-2/#dateTime xs:dateTime]. Date when the bill was created.&lt;br /&gt;
&lt;br /&gt;
=== Field and Element Details ===&lt;br /&gt;
&lt;br /&gt;
==== hbill ====&lt;br /&gt;
* a Bill element is identified by the class &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt;&lt;br /&gt;
* a document may have multiple bill elements&lt;br /&gt;
* if there is only bill in the document, the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''may'' be missing. &lt;br /&gt;
** if the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element is missing, it is assumed to be the document &lt;br /&gt;
&lt;br /&gt;
==== iban ====&lt;br /&gt;
* the IBAN code of the account the money has to get transfered to &lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the IBAN code&lt;br /&gt;
&lt;br /&gt;
==== bic ====&lt;br /&gt;
* the BIC/SWIFT code the money has to get transfered to &lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the BIC/SWIFT code, because the user ''may'' need it&lt;br /&gt;
&lt;br /&gt;
==== accountnumber ====&lt;br /&gt;
* a country specific banking account number &lt;br /&gt;
* the &amp;lt;code&amp;gt;accountnumber&amp;lt;/code&amp;gt; element is ''optional'' &lt;br /&gt;
* ''may'' be provided for national transactions &lt;br /&gt;
&lt;br /&gt;
==== bankcode ====&lt;br /&gt;
* a country specific bank code&lt;br /&gt;
* the &amp;lt;code&amp;gt;bankcode&amp;lt;/code&amp;gt; element is ''optional'' &lt;br /&gt;
* ''may'' be provided for national transactions&lt;br /&gt;
&lt;br /&gt;
==== billingsum ====&lt;br /&gt;
* the ammout of money the customer has to submit to the selling party&lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the &amp;lt;code&amp;gt;billingsum&amp;lt;/code&amp;gt; element &lt;br /&gt;
&lt;br /&gt;
==== currency ====&lt;br /&gt;
* the currency of the ammount of money the customer has to submit to the selling party&lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the &amp;lt;code&amp;gt;currency&amp;lt;/code&amp;gt; element&lt;br /&gt;
&lt;br /&gt;
==== receiver ====&lt;br /&gt;
* [[hcard]] information of the money receiver&lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the &amp;lt;code&amp;gt;receiver&amp;lt;/code&amp;gt; element&lt;br /&gt;
&lt;br /&gt;
==== receivingbank ====&lt;br /&gt;
* [[hcard]] information of the money receiving bank&lt;br /&gt;
* it is ''recommended'' to use the &amp;lt;code&amp;gt;receivingbank&amp;lt;/code&amp;gt; element, because the customer ''may not'' be able to get this information based on the IBAN or BIC/SWIFT code &lt;br /&gt;
&lt;br /&gt;
==== billnumber ====&lt;br /&gt;
* it is ''recommended'' to provide this information, so its possible to identify the bill correctly &lt;br /&gt;
* some parties ''may'' ''require'' the customer to provide this information in another way (ie. manually filling the 'purpose' or 'customer data' field), which ''should not'' be done &lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the &amp;lt;code&amp;gt;billnumber&amp;lt;/code&amp;gt; element&lt;br /&gt;
&lt;br /&gt;
==== billingdate ====&lt;br /&gt;
* date when the bill was created&lt;br /&gt;
* ''may'' also provide time and timezone information&lt;br /&gt;
* the &amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt; element ''requires'' the &amp;lt;code&amp;gt;billdate&amp;lt;/code&amp;gt; element&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
''todo''&lt;br /&gt;
&lt;br /&gt;
== Copyright ==&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}. &lt;br /&gt;
&lt;br /&gt;
== Patents ==&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
; ISO &lt;br /&gt;
* [[iso-13616-1|ISO 13616-1]]&lt;br /&gt;
* [[iso-9362|ISO 9362]]&lt;br /&gt;
* [[iso-4217|ISO 4217]]&lt;br /&gt;
* [[iso-8601|ISO 8601]]&lt;br /&gt;
&lt;br /&gt;
; W3C&lt;br /&gt;
* [http://www.w3.org/TR/xmlschema-2/#double xmls:double]&lt;br /&gt;
* [http://www.w3.org/TR/xmlschema-2/#date xs:date]&lt;br /&gt;
&lt;br /&gt;
; microformats&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[adr]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;/div&gt;</summary>
		<author><name>MovGP0</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=bill-brainstorming&amp;diff=43886</id>
		<title>bill-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=bill-brainstorming&amp;diff=43886"/>
		<updated>2011-04-24T15:17:44Z</updated>

		<summary type="html">&lt;p&gt;MovGP0: /* Schema */ renamed some elements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hBill 0.1&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{Template:DraftSpecification}}&lt;br /&gt;
&lt;br /&gt;
hBill is a microformat that allows to provide metainformation on a bill, so that customers can do transactions more easily. &lt;br /&gt;
__TOC__&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
;&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;Editor/Author&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Johann Dirry&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[#Copyright|copyright]] and [[#Patents|patents]] statements apply.&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
hBill 0.1 is a microformats.org draft specification. Public discussion on hBill takes place on [[hbill-feedback]], the #microformats [[irc]] channel on irc.freenode.net, and [http://microformats.org/discuss/mail/microformats-discuss/ microformats-discuss mailing list].&lt;br /&gt;
&lt;br /&gt;
=== Available languages ===&lt;br /&gt;
The English version of this specification is the only normative version. For translations of this document see the [[#translations]] section.&lt;br /&gt;
&lt;br /&gt;
=== Errata and Updates ===&lt;br /&gt;
Known errors and issues in this specification are corrected in [[hbill-issues-resolved|resolved]] and [[hbill-issues-closed|closed]] issues. Please check there before reporting [[hbill-issues|issues]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
hBill is a [[microformat]] for identifying semantic information in electronic bills. hBill content is easily added to bills that are available in xHTML or HTML format. &lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
Schema elements follow the microformat pattern of prefixing a unique identifier (in this case, '&amp;lt;code&amp;gt;h&amp;lt;/code&amp;gt;') on the outermost container element. The parts of this microformat are based on analysis of bills from online shops.&lt;br /&gt;
&lt;br /&gt;
The hBill schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* '''&amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt;'''. optional. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;iban&amp;lt;/code&amp;gt;'''. required. IBAN code as specified in [[iso-13616-1|ISO 13616-1:2007 Part 1]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;bic&amp;lt;/code&amp;gt;'''. required. BIC/SWIFT code as specified in [[iso-9362|ISO 9362]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;accountnumber&amp;lt;/code&amp;gt;'''. optional. Country specific banking account number. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;bankcode&amp;lt;/code&amp;gt;'''. optional. Country specific bank code. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;billingsum&amp;lt;/code&amp;gt;'''. required. [http://www.w3.org/TR/xmlschema-2/#double xs:double]. Ammout of money the customer has to submit to the selling party. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;currency&amp;lt;/code&amp;gt;'''. required. [[iso-4217|ISO 4217]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;receiver&amp;lt;/code&amp;gt;'''. required. [[hcard]] information of the money receiver. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;receivingbank&amp;lt;/code&amp;gt;'''. recommended. [[hcard]] information of the money receiving bank. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;billnumber&amp;lt;/code&amp;gt;'''. recommended. [http://www.w3.org/TR/xmlschema-2/#string xs:string]. May be required by the selling party to identify the bill. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;billingdate&amp;lt;/code&amp;gt;'''. required. [http://www.w3.org/TR/xmlschema-2/#date xs:date] or [http://www.w3.org/TR/xmlschema-2/#dateTime xs:dateTime]. Date when the bill was created.&lt;br /&gt;
&lt;br /&gt;
=== Field and Element Details ===&lt;br /&gt;
''todo''&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
''todo''&lt;br /&gt;
&lt;br /&gt;
== Copyright ==&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}. &lt;br /&gt;
&lt;br /&gt;
== Patents ==&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
; ISO &lt;br /&gt;
* [[iso-13616-1|ISO 13616-1]]&lt;br /&gt;
* [[iso-9362|ISO 9362]]&lt;br /&gt;
* [[iso-4217|ISO 4217]]&lt;br /&gt;
* [[iso-8601|ISO 8601]]&lt;br /&gt;
&lt;br /&gt;
; W3C&lt;br /&gt;
* [http://www.w3.org/TR/xmlschema-2/#double xmls:double]&lt;br /&gt;
* [http://www.w3.org/TR/xmlschema-2/#date xs:date]&lt;br /&gt;
&lt;br /&gt;
; microformats&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[adr]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;/div&gt;</summary>
		<author><name>MovGP0</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=bill-brainstorming&amp;diff=43885</id>
		<title>bill-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=bill-brainstorming&amp;diff=43885"/>
		<updated>2011-04-24T15:08:30Z</updated>

		<summary type="html">&lt;p&gt;MovGP0: /* Schema */ typo.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hBill 0.1&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{Template:DraftSpecification}}&lt;br /&gt;
&lt;br /&gt;
hBill is a microformat that allows to provide metainformation on a bill, so that customers can do transactions more easily. &lt;br /&gt;
__TOC__&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
;&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;Editor/Author&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Johann Dirry&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[#Copyright|copyright]] and [[#Patents|patents]] statements apply.&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
hBill 0.1 is a microformats.org draft specification. Public discussion on hBill takes place on [[hbill-feedback]], the #microformats [[irc]] channel on irc.freenode.net, and [http://microformats.org/discuss/mail/microformats-discuss/ microformats-discuss mailing list].&lt;br /&gt;
&lt;br /&gt;
=== Available languages ===&lt;br /&gt;
The English version of this specification is the only normative version. For translations of this document see the [[#translations]] section.&lt;br /&gt;
&lt;br /&gt;
=== Errata and Updates ===&lt;br /&gt;
Known errors and issues in this specification are corrected in [[hbill-issues-resolved|resolved]] and [[hbill-issues-closed|closed]] issues. Please check there before reporting [[hbill-issues|issues]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
hBill is a [[microformat]] for identifying semantic information in electronic bills. hBill content is easily added to bills that are available in xHTML or HTML format. &lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
Schema elements follow the microformat pattern of prefixing a unique identifier (in this case, '&amp;lt;code&amp;gt;h&amp;lt;/code&amp;gt;') on the outermost container elements&amp;amp;mdash;the Feed or Entry. The parts of this microformat are based on analysis of bills from online shops.&lt;br /&gt;
&lt;br /&gt;
The hBill schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* '''&amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt;'''. optional. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;hiban&amp;lt;/code&amp;gt;'''. required. IBAN code as specified in [[iso-13616-1|ISO 13616-1:2007 Part 1]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;hbic&amp;lt;/code&amp;gt;'''. required. BIC/SWIFT code as specified in [[iso-9362|ISO 9362]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;hban&amp;lt;/code&amp;gt;'''. optional. Country specific banking account number. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;hbankcode&amp;lt;/code&amp;gt;'''. optional. Country specific bank code. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;hbillingsum&amp;lt;/code&amp;gt;'''. required. [http://www.w3.org/TR/xmlschema-2/#double xs:double]. Ammout of money the customer has to submit to the selling party. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;hcurrency&amp;lt;/code&amp;gt;'''. required. [[iso-4217|ISO 4217]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;hreceiver&amp;lt;/code&amp;gt;'''. required. [[hcard]] information of the money receiver. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;hbank&amp;lt;/code&amp;gt;'''. recommended. [[hcard]] information of the money receiving bank. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;hbillnumber&amp;lt;/code&amp;gt;'''. recommended. [http://www.w3.org/TR/xmlschema-2/#string xs:string]. May be required by the selling party to identify the bill. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;hbillingdate&amp;lt;/code&amp;gt;'''. required. [http://www.w3.org/TR/xmlschema-2/#date xs:date] or [http://www.w3.org/TR/xmlschema-2/#dateTime xs:dateTime]. Date when the bill was created.&lt;br /&gt;
&lt;br /&gt;
=== Field and Element Details ===&lt;br /&gt;
''todo''&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
''todo''&lt;br /&gt;
&lt;br /&gt;
== Copyright ==&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}. &lt;br /&gt;
&lt;br /&gt;
== Patents ==&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
; ISO &lt;br /&gt;
* [[iso-13616-1|ISO 13616-1]]&lt;br /&gt;
* [[iso-9362|ISO 9362]]&lt;br /&gt;
* [[iso-4217|ISO 4217]]&lt;br /&gt;
* [[iso-8601|ISO 8601]]&lt;br /&gt;
&lt;br /&gt;
; W3C&lt;br /&gt;
* [http://www.w3.org/TR/xmlschema-2/#double xmls:double]&lt;br /&gt;
* [http://www.w3.org/TR/xmlschema-2/#date xs:date]&lt;br /&gt;
&lt;br /&gt;
; microformats&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[adr]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;/div&gt;</summary>
		<author><name>MovGP0</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=bill-brainstorming&amp;diff=43884</id>
		<title>bill-brainstorming</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=bill-brainstorming&amp;diff=43884"/>
		<updated>2011-04-24T15:07:03Z</updated>

		<summary type="html">&lt;p&gt;MovGP0: created a first draft for billing information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hBill 0.1&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{Template:DraftSpecification}}&lt;br /&gt;
&lt;br /&gt;
hBill is a microformat that allows to provide metainformation on a bill, so that customers can do transactions more easily. &lt;br /&gt;
__TOC__&lt;br /&gt;
== Draft Specification ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
;&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;Editor/Author&amp;lt;/span&amp;gt;&lt;br /&gt;
:&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Johann Dirry&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[#Copyright|copyright]] and [[#Patents|patents]] statements apply.&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
hBill 0.1 is a microformats.org draft specification. Public discussion on hBill takes place on [[hbill-feedback]], the #microformats [[irc]] channel on irc.freenode.net, and [http://microformats.org/discuss/mail/microformats-discuss/ microformats-discuss mailing list].&lt;br /&gt;
&lt;br /&gt;
=== Available languages ===&lt;br /&gt;
The English version of this specification is the only normative version. For translations of this document see the [[#translations]] section.&lt;br /&gt;
&lt;br /&gt;
=== Errata and Updates ===&lt;br /&gt;
Known errors and issues in this specification are corrected in [[hbill-issues-resolved|resolved]] and [[hbill-issues-closed|closed]] issues. Please check there before reporting [[hbill-issues|issues]].&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
hBill is a [[microformat]] for identifying semantic information in electronic bills. hBill content is easily added to bills that are available in xHTML or HTML format. &lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
Schema elements follow the microformat pattern of prefixing a unique identifier (in this case, '&amp;lt;code&amp;gt;h&amp;lt;/code&amp;gt;') on the outermost container elements&amp;amp;mdash;the Feed or Entry. The parts of this microformat are based on analysis of bills from online shops.&lt;br /&gt;
&lt;br /&gt;
The hBill schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* '''&amp;lt;code&amp;gt;hbill&amp;lt;/code&amp;gt;'''. optional. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;hiban&amp;lt;/code&amp;gt;'''. required. IBAN code as specified in [[iso-13616-1|ISO 13616-1:2007 Part 1]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;hbic&amp;lt;/code&amp;gt;'''. required. BIC/SWIFT code as specified in [[iso-9362|ISO 9362]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;hban&amp;lt;/code&amp;gt;'''. optional. Country specific banking account number. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;hbankcode&amp;lt;/code&amp;gt;'''. optional. Country specific bank code. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;hbillingsum&amp;lt;/code&amp;gt;'''. required. [http://www.w3.org/TR/xmlschema-2/#double xs:double]. Ammout of money the customer has to submit to the selling party. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;hcurrency&amp;lt;/code&amp;gt;'''. required. [[iso-4217|ISO 4217]].&lt;br /&gt;
** '''&amp;lt;code&amp;gt;hreceiver&amp;lt;/code&amp;gt;'''. reqired. [[hcard]] information of the money receiver. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;hbank&amp;lt;/code&amp;gt;'''. recommended. [[hcard]] information of the money receiving bank. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;hbillnumber&amp;lt;/code&amp;gt;'''. recommended. [http://www.w3.org/TR/xmlschema-2/#string xs:string]. May be required by the selling party to identify the bill. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;hbillingdate&amp;lt;/code&amp;gt;'''. required. [http://www.w3.org/TR/xmlschema-2/#date xs:date] or [http://www.w3.org/TR/xmlschema-2/#dateTime xs:dateTime]. Date when the bill was created. &lt;br /&gt;
&lt;br /&gt;
=== Field and Element Details ===&lt;br /&gt;
''todo''&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
''todo''&lt;br /&gt;
&lt;br /&gt;
== Copyright ==&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}. &lt;br /&gt;
&lt;br /&gt;
== Patents ==&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
; ISO &lt;br /&gt;
* [[iso-13616-1|ISO 13616-1]]&lt;br /&gt;
* [[iso-9362|ISO 9362]]&lt;br /&gt;
* [[iso-4217|ISO 4217]]&lt;br /&gt;
* [[iso-8601|ISO 8601]]&lt;br /&gt;
&lt;br /&gt;
; W3C&lt;br /&gt;
* [http://www.w3.org/TR/xmlschema-2/#double xmls:double]&lt;br /&gt;
* [http://www.w3.org/TR/xmlschema-2/#date xs:date]&lt;br /&gt;
&lt;br /&gt;
; microformats&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[adr]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;/div&gt;</summary>
		<author><name>MovGP0</name></author>
	</entry>
</feed>