ISO-31-1

From Microformats Wiki
Revision as of 13:49, 7 August 2008 by WebOrganics (talk | contribs)
Jump to navigation Jump to search

ISO 31-1

This is a page for the study of ISO 31-1 which is the part of the international standard ISO 31 format for durations and intervals as discussed on microformats-new also outlined on datetime-design-pattern.

Sample markup

Proposed as a replacement or optimization of hAudio Duration expressed in ISO-31-1/ISQ format

<span class="duration">
 <span class="h">1</span>:
 <span class="min">3</span>:
 <span class="s">42</span>
</span> 

Issues

Having different datatypes for a property of the same name is very

problematic. Personally I would not like us to use ISO-8601 for hCalendar duration and ISO-31-1 for duration in hAudio. Some parsers do try to convert formats into datatypes this could become hellish if we

use the same property names for different data formats.

    1. Solution 1 Change duration to interval. Martin McEvoy 14:48, 7 Aug 2008 (GMT)