-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathdtr-defaults.json
106 lines (106 loc) · 4.21 KB
/
dtr-defaults.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"xbrli:decimalItemType": "pure",
"xbrli:floatItemType": "pure",
"xbrli:doubleItemType": "pure",
"xbrli:monetaryItemType": "USD",
"xbrli:sharesItemType": "shares",
"xbrli:pureItemType": "pure",
"xbrli:fractionItemType": "pure",
"xbrli:integerItemType": "pure",
"xbrli:nonPositiveIntegerItemType": "pure",
"xbrli:negativeIntegerItemType": "pure",
"xbrli:longItemType": "pure",
"xbrli:intItemType": "pure",
"xbrli:shortItemType": "pure",
"xbrli:byteItemType": "pure",
"xbrli:nonNegativeIntegerItemType": "pure",
"xbrli:unsignedLongItemType": "pure",
"xbrli:unsignedIntItemType": "pure",
"xbrli:unsignedShortItemType": "pure",
"xbrli:unsignedByteItemType": "pure",
"xbrli:positiveIntegerItemType": "pure",
"xbrli:stringItemType": null,
"xbrli:booleanItemType": null,
"xbrli:hexBinaryItemType": null,
"xbrli:base64BinaryItemType": null,
"xbrli:anyURIItemType": null,
"xbrli:QNameItemType": null,
"xbrli:durationItemType": "H",
"xbrli:dateTimeItemType": null,
"xbrli:timeItemType": null,
"xbrli:dateItemType": null,
"xbrli:gYearMonthItemType": null,
"xbrli:gYearItemType": null,
"xbrli:gMonthDayItemType": null,
"xbrli:gDayItemType": null,
"xbrli:gMonthItemType": null,
"xbrli:normalizedStringItemType": null,
"xbrli:tokenItemType": null,
"xbrli:languageItemType": null,
"xbrli:NameItemType": null,
"xbrli:NCNameItemType": null,
"nonnum:domainItemType": null,
"nonnum:escapedItemType": null,
"nonnum:xmlNodesItemType": null,
"nonnum:xmlItemType": null,
"nonnum:textBlockItemType": null,
"num:percentItemType": "pure",
"num:perShareItemType": "Monetary_per_Share",
"num:areaItemType": "sqm",
"num:volumeItemType": "m3",
"num:massItemType": "kg",
"num:weightItemType": "kg",
"num:energyItemType": "J",
"num:powerItemType": "W",
"num:lengthItemType": "m",
"num:memoryItemType": "B",
"num:voltageItemType": "V",
"num:flowItemType": "Volume_per_Duration",
"num:electricCurrentItemType": "A",
"num:frequencyItemType": "Hz",
"num:perUnitItemType": "Monetary_per_Decimal",
"dtr-types:domainItemType": null,
"dtr-types:escapedItemType": null,
"dtr-types:xmlNodesItemType": null,
"dtr-types:xmlItemType": null,
"dtr-types:textBlockItemType": null,
"dtr-types:percentItemType": "pure",
"dtr-types:perShareItemType": "Monetary_per_Share",
"dtr-types:areaItemType": "sqm",
"dtr-types:volumeItemType": "m3",
"dtr-types:massItemType": "kg",
"dtr-types:weightItemType": "kg",
"dtr-types:energyItemType": "J",
"dtr-types:powerItemType": "W",
"dtr-types:lengthItemType": "m",
"dtr-types:memoryItemType": "B",
"dtr-types:noDecimalsMonetaryItemType": "USD",
"dtr-types:nonNegativeMonetaryItemType": "USD",
"dtr-types:nonNegativeNoDecimalsMonetaryItemType": "USD",
"dtr-types:insolationItemType": "pure",
"dtr-types:temperatureItemType": "C",
"dtr-types:pressureItemType": "Pa",
"dtr-types:frequencyItemType": "Hz",
"dtr-types:irradianceItemType": "pure",
"dtr-types:speedItemType": "kph",
"dtr-types:planeAngleItemType": "Degree",
"dtr-types:voltageItemType": "V",
"dtr-types:electricCurrentItemType": "A",
"dtr-types:forceItemType": "N",
"dtr-types:electricChargeItemType": "C",
"dtr-types:guidanceItemType": null,
"dtr-types:noLangTokenItemType": null,
"dtr-types:noLangStringItemType": null,
"dtr-types:prefixedContentItemType": null,
"dtr-types:SQNameItemType": null,
"dtr-types:SQNamesItemType": null,
"dtr-types:gYearListItemType": null,
"dtr-types:flowItemType": "Volume_per_Duration",
"dtr-types:massFlowItemType": "pure",
"dtr-types:monetaryPerLengthItemType": "Monetary_per_Decimal",
"dtr-types:monetaryPerAreaItemType": "Monetary_per_Decimal",
"dtr-types:monetaryPerVolumeItemType": "Monetary_per_Decimal",
"dtr-types:monetaryPerDurationItemType": "Monetary_per_Decimal",
"dtr-types:monetaryPerEnergyItemType": "Monetary_per_Decimal",
"dtr-types:monetaryPerMassItemType": "Monetary_per_Decimal"
}