Skip to content

Commit c94027a

Browse files
authored
Implement schemas for the XBRL UTR units registry (#54)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 060899d commit c94027a

File tree

111 files changed

+21955
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+21955
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ test:
4444
include generate/iso/currency/include.mk
4545
include generate/iso/language/include.mk
4646
include generate/iso/country/include.mk
47+
include generate/xbrl/utr/include.mk
4748
external: $(EXTERNAL)
4849
generate: $(GENERATE)
4950

README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ expressed as JSON Schema definitions.
7979
| W3C | [XML Schema Part 2](https://www.w3.org/TR/xmlschema-2/) | XML Schema Datatypes Second Edition |
8080
| XBRL International | [XBRL 2.1](https://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2.1-REC-2003-12-31+corrected-errata-2013-02-20.html) | Extensible Business Reporting Language (XBRL) 2.1 |
8181
| XBRL International | [XBRL DTR](https://www.xbrl.org/dtr/dtr.html) | XBRL Data Types Registry |
82+
| XBRL International | [XBRL UTR](https://www.xbrl.org/specification/utr/rec-2013-11-18/utr-rec-2013-11-18-clean.html) | XBRL Units Type Registry |
8283

8384
To request coverage of another standard, please [open an issue on
8485
GitHub](https://github.com/sourcemeta/std/issues).

external/xbrl/utr/utr.json

Lines changed: 8121 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)