Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 274399b

Browse files
committed
Create iso8601_guidance.md
1 parent 5e08fb7 commit 274399b

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

Diff for: iso8601_guidance.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: default
3+
title: ISO 8601 Guidance
4+
permalink: /iso8601_guidance/
5+
filename: iso8601_guidance.md
6+
---
7+
8+
9+
### accrualPeriodicity
10+
11+
12+
| Term | ISO-8601 |
13+
|---|---|
14+
| Decennial | R/P10Y |
15+
| Quadrennial | R/P4Y |
16+
| Annual | R/P1Y |
17+
| Bimonthly | R/P2M *or* R/P0.5M |
18+
| Semiweekly | R/P3.5D |
19+
| Daily | R/P1D |
20+
| Biweekly | R/P2W *or* R/P0.5W |
21+
| Semiannual | R/P6M |
22+
| Biennial | R/P2Y |
23+
| Triennial | R/P3Y |
24+
| Three times a week | R/P0.33W |
25+
| Three times a month | R/P0.33M |
26+
| Continuously updated | R/PT1S |
27+
| Monthly | R/P1M |
28+
| Quarterly | R/P3M |
29+
| Semimonthly | R/P0.5M |
30+
| Three times a year | R/P4M |
31+
| Weekly | R/P1W |
32+

0 commit comments

Comments
 (0)