@tpluscode/rdf-ns-builders 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (301) hide show
  1. package/bin/index.d.ts +3 -0
  2. package/bin/index.d.ts.map +1 -0
  3. package/bin/index.js +8 -0
  4. package/build/index.d.ts +9 -0
  5. package/build/index.d.ts.map +1 -0
  6. package/build/index.js +19 -0
  7. package/build/interface.d.ts +4 -0
  8. package/build/interface.d.ts.map +1 -0
  9. package/build/interface.js +37 -0
  10. package/build/modules.d.ts +4 -0
  11. package/build/modules.d.ts.map +1 -0
  12. package/build/modules.js +20 -0
  13. package/build/prefix.d.ts +4 -0
  14. package/build/prefix.d.ts.map +1 -0
  15. package/build/prefix.js +55 -0
  16. package/build/strings.d.ts +2 -0
  17. package/build/strings.d.ts.map +1 -0
  18. package/build/strings.js +3 -0
  19. package/index.d.ts +93 -0
  20. package/index.d.ts.map +1 -0
  21. package/index.js +92 -0
  22. package/loose.d.ts +93 -0
  23. package/loose.d.ts.map +1 -0
  24. package/loose.js +92 -0
  25. package/package.json +1 -1
  26. package/vocabularies/acl.d.ts +108 -0
  27. package/vocabularies/acl.d.ts.map +1 -0
  28. package/vocabularies/acl.js +4 -0
  29. package/vocabularies/as.d.ts +220 -0
  30. package/vocabularies/as.d.ts.map +1 -0
  31. package/vocabularies/as.js +4 -0
  32. package/vocabularies/bibo.d.ts +249 -0
  33. package/vocabularies/bibo.d.ts.map +1 -0
  34. package/vocabularies/bibo.js +4 -0
  35. package/vocabularies/cc.d.ts +120 -0
  36. package/vocabularies/cc.d.ts.map +1 -0
  37. package/vocabularies/cc.js +4 -0
  38. package/vocabularies/cnt.d.ts +44 -0
  39. package/vocabularies/cnt.d.ts.map +1 -0
  40. package/vocabularies/cnt.js +4 -0
  41. package/vocabularies/constant.d.ts +665 -0
  42. package/vocabularies/constant.d.ts.map +1 -0
  43. package/vocabularies/constant.js +4 -0
  44. package/vocabularies/crm.d.ts +1434 -0
  45. package/vocabularies/crm.d.ts.map +1 -0
  46. package/vocabularies/crm.js +4 -0
  47. package/vocabularies/csvw.d.ts +189 -0
  48. package/vocabularies/csvw.d.ts.map +1 -0
  49. package/vocabularies/csvw.js +4 -0
  50. package/vocabularies/ctag.d.ts +28 -0
  51. package/vocabularies/ctag.d.ts.map +1 -0
  52. package/vocabularies/ctag.js +4 -0
  53. package/vocabularies/dash.d.ts +629 -0
  54. package/vocabularies/dash.d.ts.map +1 -0
  55. package/vocabularies/dash.js +4 -0
  56. package/vocabularies/dbo.d.ts +4611 -0
  57. package/vocabularies/dbo.d.ts.map +1 -0
  58. package/vocabularies/dbo.js +4 -0
  59. package/vocabularies/dc11.d.ts +38 -0
  60. package/vocabularies/dc11.d.ts.map +1 -0
  61. package/vocabularies/dc11.js +4 -0
  62. package/vocabularies/dcam.d.ts +16 -0
  63. package/vocabularies/dcam.d.ts.map +1 -0
  64. package/vocabularies/dcam.js +4 -0
  65. package/vocabularies/dcat.d.ts +76 -0
  66. package/vocabularies/dcat.d.ts.map +1 -0
  67. package/vocabularies/dcat.js +4 -0
  68. package/vocabularies/dcmitype.d.ts +32 -0
  69. package/vocabularies/dcmitype.d.ts.map +1 -0
  70. package/vocabularies/dcmitype.js +4 -0
  71. package/vocabularies/dcterms.d.ts +205 -0
  72. package/vocabularies/dcterms.d.ts.map +1 -0
  73. package/vocabularies/dcterms.js +4 -0
  74. package/vocabularies/discipline.d.ts +143 -0
  75. package/vocabularies/discipline.d.ts.map +1 -0
  76. package/vocabularies/discipline.js +4 -0
  77. package/vocabularies/doap.d.ts +123 -0
  78. package/vocabularies/doap.d.ts.map +1 -0
  79. package/vocabularies/doap.js +4 -0
  80. package/vocabularies/dpv.d.ts +389 -0
  81. package/vocabularies/dpv.d.ts.map +1 -0
  82. package/vocabularies/dpv.js +4 -0
  83. package/vocabularies/dqv.d.ts +48 -0
  84. package/vocabularies/dqv.d.ts.map +1 -0
  85. package/vocabularies/dqv.js +4 -0
  86. package/vocabularies/dtype.d.ts +29 -0
  87. package/vocabularies/dtype.d.ts.map +1 -0
  88. package/vocabularies/dtype.js +4 -0
  89. package/vocabularies/duv.d.ts +28 -0
  90. package/vocabularies/duv.d.ts.map +1 -0
  91. package/vocabularies/duv.js +4 -0
  92. package/vocabularies/earl.d.ts +66 -0
  93. package/vocabularies/earl.d.ts.map +1 -0
  94. package/vocabularies/earl.js +4 -0
  95. package/vocabularies/ebucore.d.ts +2529 -0
  96. package/vocabularies/ebucore.d.ts.map +1 -0
  97. package/vocabularies/ebucore.js +4 -0
  98. package/vocabularies/exif.d.ts +334 -0
  99. package/vocabularies/exif.d.ts.map +1 -0
  100. package/vocabularies/exif.js +4 -0
  101. package/vocabularies/foaf.d.ts +158 -0
  102. package/vocabularies/foaf.d.ts.map +1 -0
  103. package/vocabularies/foaf.js +4 -0
  104. package/vocabularies/frbr.d.ts +223 -0
  105. package/vocabularies/frbr.d.ts.map +1 -0
  106. package/vocabularies/frbr.js +4 -0
  107. package/vocabularies/geo.d.ts +73 -0
  108. package/vocabularies/geo.d.ts.map +1 -0
  109. package/vocabularies/geo.js +4 -0
  110. package/vocabularies/geof.d.ts +43 -0
  111. package/vocabularies/geof.d.ts.map +1 -0
  112. package/vocabularies/geof.js +4 -0
  113. package/vocabularies/geor.d.ts +32 -0
  114. package/vocabularies/geor.d.ts.map +1 -0
  115. package/vocabularies/geor.js +4 -0
  116. package/vocabularies/gml.d.ts +61 -0
  117. package/vocabularies/gml.d.ts.map +1 -0
  118. package/vocabularies/gml.js +4 -0
  119. package/vocabularies/gn.d.ts +771 -0
  120. package/vocabularies/gn.d.ts.map +1 -0
  121. package/vocabularies/gn.js +4 -0
  122. package/vocabularies/gr.d.ts +897 -0
  123. package/vocabularies/gr.d.ts.map +1 -0
  124. package/vocabularies/gr.js +4 -0
  125. package/vocabularies/grddl.d.ts +64 -0
  126. package/vocabularies/grddl.d.ts.map +1 -0
  127. package/vocabularies/grddl.js +4 -0
  128. package/vocabularies/gs1.d.ts +2958 -0
  129. package/vocabularies/gs1.d.ts.map +1 -0
  130. package/vocabularies/gs1.js +4 -0
  131. package/vocabularies/gtfs.d.ts +206 -0
  132. package/vocabularies/gtfs.d.ts.map +1 -0
  133. package/vocabularies/gtfs.js +4 -0
  134. package/vocabularies/http.d.ts +86 -0
  135. package/vocabularies/http.d.ts.map +1 -0
  136. package/vocabularies/http.js +4 -0
  137. package/vocabularies/hydra.d.ts +143 -0
  138. package/vocabularies/hydra.d.ts.map +1 -0
  139. package/vocabularies/hydra.js +4 -0
  140. package/vocabularies/ical.d.ts +247 -0
  141. package/vocabularies/ical.d.ts.map +1 -0
  142. package/vocabularies/ical.js +4 -0
  143. package/vocabularies/ldp.d.ts +66 -0
  144. package/vocabularies/ldp.d.ts.map +1 -0
  145. package/vocabularies/ldp.js +4 -0
  146. package/vocabularies/locn.d.ts +55 -0
  147. package/vocabularies/locn.d.ts.map +1 -0
  148. package/vocabularies/locn.js +4 -0
  149. package/vocabularies/lvont.d.ts +122 -0
  150. package/vocabularies/lvont.d.ts.map +1 -0
  151. package/vocabularies/lvont.js +4 -0
  152. package/vocabularies/ma.d.ts +185 -0
  153. package/vocabularies/ma.d.ts.map +1 -0
  154. package/vocabularies/ma.js +4 -0
  155. package/vocabularies/mads.d.ts +283 -0
  156. package/vocabularies/mads.d.ts.map +1 -0
  157. package/vocabularies/mads.js +4 -0
  158. package/vocabularies/oa.d.ts +149 -0
  159. package/vocabularies/oa.d.ts.map +1 -0
  160. package/vocabularies/oa.js +4 -0
  161. package/vocabularies/og.d.ts +52 -0
  162. package/vocabularies/og.d.ts.map +1 -0
  163. package/vocabularies/og.js +4 -0
  164. package/vocabularies/org.d.ts +98 -0
  165. package/vocabularies/org.d.ts.map +1 -0
  166. package/vocabularies/org.js +4 -0
  167. package/vocabularies/owl.d.ts +162 -0
  168. package/vocabularies/owl.d.ts.map +1 -0
  169. package/vocabularies/owl.js +4 -0
  170. package/vocabularies/prefix.d.ts +37 -0
  171. package/vocabularies/prefix.d.ts.map +1 -0
  172. package/vocabularies/prefix.js +4 -0
  173. package/vocabularies/prov.d.ts +286 -0
  174. package/vocabularies/prov.d.ts.map +1 -0
  175. package/vocabularies/prov.js +4 -0
  176. package/vocabularies/qb.d.ts +83 -0
  177. package/vocabularies/qb.d.ts.map +1 -0
  178. package/vocabularies/qb.js +4 -0
  179. package/vocabularies/qkdv.d.ts +228 -0
  180. package/vocabularies/qkdv.d.ts.map +1 -0
  181. package/vocabularies/qkdv.js +4 -0
  182. package/vocabularies/quantitykind.d.ts +949 -0
  183. package/vocabularies/quantitykind.d.ts.map +1 -0
  184. package/vocabularies/quantitykind.js +4 -0
  185. package/vocabularies/qudt.d.ts +1090 -0
  186. package/vocabularies/qudt.d.ts.map +1 -0
  187. package/vocabularies/qudt.js +4 -0
  188. package/vocabularies/rdau.d.ts +2934 -0
  189. package/vocabularies/rdau.d.ts.map +1 -0
  190. package/vocabularies/rdau.js +4 -0
  191. package/vocabularies/rdf.d.ts +52 -0
  192. package/vocabularies/rdf.d.ts.map +1 -0
  193. package/vocabularies/rdf.js +4 -0
  194. package/vocabularies/rdfa.d.ts +28 -0
  195. package/vocabularies/rdfa.d.ts.map +1 -0
  196. package/vocabularies/rdfa.js +4 -0
  197. package/vocabularies/rdfs.d.ts +41 -0
  198. package/vocabularies/rdfs.d.ts.map +1 -0
  199. package/vocabularies/rdfs.js +4 -0
  200. package/vocabularies/rev.d.ts +40 -0
  201. package/vocabularies/rev.d.ts.map +1 -0
  202. package/vocabularies/rev.js +4 -0
  203. package/vocabularies/rico.d.ts +2726 -0
  204. package/vocabularies/rico.d.ts.map +1 -0
  205. package/vocabularies/rico.js +4 -0
  206. package/vocabularies/rif.d.ts +8 -0
  207. package/vocabularies/rif.d.ts.map +1 -0
  208. package/vocabularies/rif.js +4 -0
  209. package/vocabularies/rr.d.ts +89 -0
  210. package/vocabularies/rr.d.ts.map +1 -0
  211. package/vocabularies/rr.js +4 -0
  212. package/vocabularies/rss.d.ts +28 -0
  213. package/vocabularies/rss.d.ts.map +1 -0
  214. package/vocabularies/rss.js +4 -0
  215. package/vocabularies/schema.d.ts +6240 -0
  216. package/vocabularies/schema.d.ts.map +1 -0
  217. package/vocabularies/schema.js +4 -0
  218. package/vocabularies/sd.d.ts +84 -0
  219. package/vocabularies/sd.d.ts.map +1 -0
  220. package/vocabularies/sd.js +4 -0
  221. package/vocabularies/sdmx.d.ts +35 -0
  222. package/vocabularies/sdmx.d.ts.map +1 -0
  223. package/vocabularies/sdmx.js +4 -0
  224. package/vocabularies/sem.d.ts +89 -0
  225. package/vocabularies/sem.d.ts.map +1 -0
  226. package/vocabularies/sem.js +4 -0
  227. package/vocabularies/sf.d.ts +138 -0
  228. package/vocabularies/sf.d.ts.map +1 -0
  229. package/vocabularies/sf.js +4 -0
  230. package/vocabularies/sh.d.ts +411 -0
  231. package/vocabularies/sh.d.ts.map +1 -0
  232. package/vocabularies/sh.js +4 -0
  233. package/vocabularies/shex.d.ts +146 -0
  234. package/vocabularies/shex.d.ts.map +1 -0
  235. package/vocabularies/shex.js +4 -0
  236. package/vocabularies/sioc.d.ts +204 -0
  237. package/vocabularies/sioc.d.ts.map +1 -0
  238. package/vocabularies/sioc.js +4 -0
  239. package/vocabularies/skos.d.ts +52 -0
  240. package/vocabularies/skos.d.ts.map +1 -0
  241. package/vocabularies/skos.js +4 -0
  242. package/vocabularies/skosxl.d.ts +18 -0
  243. package/vocabularies/skosxl.d.ts.map +1 -0
  244. package/vocabularies/skosxl.js +4 -0
  245. package/vocabularies/sosa.d.ts +80 -0
  246. package/vocabularies/sosa.d.ts.map +1 -0
  247. package/vocabularies/sosa.js +4 -0
  248. package/vocabularies/sou.d.ts +26 -0
  249. package/vocabularies/sou.d.ts.map +1 -0
  250. package/vocabularies/sou.js +4 -0
  251. package/vocabularies/ssn.d.ts +50 -0
  252. package/vocabularies/ssn.d.ts.map +1 -0
  253. package/vocabularies/ssn.js +4 -0
  254. package/vocabularies/test.d.ts +41 -0
  255. package/vocabularies/test.d.ts.map +1 -0
  256. package/vocabularies/test.js +4 -0
  257. package/vocabularies/time.d.ts +214 -0
  258. package/vocabularies/time.d.ts.map +1 -0
  259. package/vocabularies/time.js +4 -0
  260. package/vocabularies/unit.d.ts +1792 -0
  261. package/vocabularies/unit.d.ts.map +1 -0
  262. package/vocabularies/unit.js +4 -0
  263. package/vocabularies/v.d.ts +8 -0
  264. package/vocabularies/v.d.ts.map +1 -0
  265. package/vocabularies/v.js +4 -0
  266. package/vocabularies/vaem.d.ts +80 -0
  267. package/vocabularies/vaem.d.ts.map +1 -0
  268. package/vocabularies/vaem.js +4 -0
  269. package/vocabularies/vann.d.ts +22 -0
  270. package/vocabularies/vann.d.ts.map +1 -0
  271. package/vocabularies/vann.js +4 -0
  272. package/vocabularies/vcard.d.ts +273 -0
  273. package/vocabularies/vcard.d.ts.map +1 -0
  274. package/vocabularies/vcard.js +4 -0
  275. package/vocabularies/void.d.ts +65 -0
  276. package/vocabularies/void.d.ts.map +1 -0
  277. package/vocabularies/void.js +4 -0
  278. package/vocabularies/vs.d.ts +14 -0
  279. package/vocabularies/vs.d.ts.map +1 -0
  280. package/vocabularies/vs.js +4 -0
  281. package/vocabularies/wdr.d.ts +8 -0
  282. package/vocabularies/wdr.d.ts.map +1 -0
  283. package/vocabularies/wdr.js +4 -0
  284. package/vocabularies/wdrs.d.ts +50 -0
  285. package/vocabularies/wdrs.d.ts.map +1 -0
  286. package/vocabularies/wdrs.js +4 -0
  287. package/vocabularies/wgs.d.ts +47 -0
  288. package/vocabularies/wgs.d.ts.map +1 -0
  289. package/vocabularies/wgs.js +4 -0
  290. package/vocabularies/xhv.d.ts +460 -0
  291. package/vocabularies/xhv.d.ts.map +1 -0
  292. package/vocabularies/xhv.js +4 -0
  293. package/vocabularies/xkos.d.ts +57 -0
  294. package/vocabularies/xkos.d.ts.map +1 -0
  295. package/vocabularies/xkos.js +4 -0
  296. package/vocabularies/xml.d.ts +8 -0
  297. package/vocabularies/xml.d.ts.map +1 -0
  298. package/vocabularies/xml.js +4 -0
  299. package/vocabularies/xsd.d.ts +423 -0
  300. package/vocabularies/xsd.d.ts.map +1 -0
  301. package/vocabularies/xsd.js +4 -0
@@ -0,0 +1,423 @@
1
+ import { NamedNode } from "@rdfjs/types";
2
+ interface Xsd {
3
+ '': NamedNode<'http://www.w3.org/2001/XMLSchema#'>;
4
+ /**
5
+ * `ENTITIES` represents the `ENTITIES` attribute type from [XML]. The _value
6
+ * space_ of `ENTITIES` is the set of finite, non-zero-length sequences of
7
+ * `ENTITY` values that have been declared as unparsed entities in a document
8
+ * type definition. The _lexical space_ of `ENTITIES` is the set of
9
+ * space-separated lists of tokens, of which each token is in the _lexical
10
+ * space_ of `ENTITY`. The _item type_ of `ENTITIES` is `ENTITY`. `ENTITIES` is
11
+ * derived from `anySimpleType` in two steps: an anonymous list type is
12
+ * defined, whose _item type_ is `ENTITY`; this is the _base type_ of `ENTITIES`,
13
+ * which restricts its value space to lists with at least one item.
14
+ *
15
+ */
16
+ "ENTITIES": NamedNode<'http://www.w3.org/2001/XMLSchema#ENTITIES'>;
17
+ /**
18
+ * The definition of `anySimpleType` is a special _restriction_ of `anyType`. The
19
+ * _lexical space_ of a`nySimpleType` is the set of all sequences of Unicode
20
+ * characters, and its _value space_ includes all _atomic values_ and all
21
+ * finite-length lists of zero or more _atomic values_.
22
+ *
23
+ */
24
+ "anySimpleType": NamedNode<'http://www.w3.org/2001/XMLSchema#anySimpleType'>;
25
+ /**
26
+ * `ENTITY` represents the `ENTITY` attribute type from [XML]. The _value space_
27
+ * of `ENTITY` is the set of all strings that match the `NCName` production in
28
+ * [Namespaces in XML] and have been declared as an unparsed entity in a
29
+ * document type definition. The _lexical space_ of ENTITY is the set of all
30
+ * strings that match the NCName production in [Namespaces in XML]. The
31
+ * _base type_ of ENTITY is NCName.
32
+ *
33
+ */
34
+ "ENTITY": NamedNode<'http://www.w3.org/2001/XMLSchema#ENTITY'>;
35
+ /**
36
+ * `NCName` represents XML "non-colonized" Names. The _value space_ of `NCName`
37
+ * is the set of all strings which match the `NCName` production of
38
+ * [Namespaces in XML]. The _lexical space_ of `NCName` is the set of all
39
+ * strings which match the `NCName` production of [Namespaces in XML]. The
40
+ * _base type_ of `NCName` is `Name`.
41
+ *
42
+ */
43
+ "NCName": NamedNode<'http://www.w3.org/2001/XMLSchema#NCName'>;
44
+ /**
45
+ * `ID` represents the `ID` attribute type from [XML]. The _value space_ of `ID` is
46
+ * the set of all strings that match the `NCName` production in [Namespaces
47
+ * in XML]. The _lexical space_ of `ID` is the set of all strings that match
48
+ * the `NCName` production in [Namespaces in XML]. The _base type_ of `ID` is
49
+ * `NCName`.
50
+ *
51
+ */
52
+ "ID": NamedNode<'http://www.w3.org/2001/XMLSchema#ID'>;
53
+ /**
54
+ * `IDREF` represents the `IDREF` attribute type from [XML]. The _value space_ of
55
+ * `IDREF` is the set of all strings that match the `NCName` production in
56
+ * [Namespaces in XML]. The _lexical space_ of `IDREF` is the set of strings
57
+ * that match the `NCName` production in [Namespaces in XML]. The _base type_
58
+ * of `IDREF` is `NCName`.
59
+ *
60
+ */
61
+ "IDREF": NamedNode<'http://www.w3.org/2001/XMLSchema#IDREF'>;
62
+ /**
63
+ * `IDREFS` represents the `IDREFS` attribute type from [XML]. The _value space_
64
+ * of `IDREFS` is the set of finite, non-zero-length sequences of `IDREF`s. The
65
+ * _lexical space_ of `IDREFS` is the set of space-separated lists of tokens, of
66
+ * which each token is in the _lexical space_ of `IDREF`. The _item type_ of
67
+ * `IDREFS` is `IDREF`. `IDREFS` is derived from `anySimpleType` in two steps: an
68
+ * anonymous list type is defined, whose _item type_ is `IDREF`; this is the
69
+ * _base type_ of `IDREFS`, which restricts its value space to lists with at
70
+ * least one item.
71
+ *
72
+ */
73
+ "IDREFS": NamedNode<'http://www.w3.org/2001/XMLSchema#IDREFS'>;
74
+ /**
75
+ * `Name` represents XML Names. The _value space_ of `Name` is the set of all
76
+ * strings which match the `Name` production of [XML]. The _lexical space_ of
77
+ * `Name` is the set of all strings which match the `Name` production of [XML].
78
+ * The _base type_ of `Name` is `token`.
79
+ *
80
+ */
81
+ "Name": NamedNode<'http://www.w3.org/2001/XMLSchema#Name'>;
82
+ /**
83
+ * `NMTOKEN` represents the `NMTOKEN` attribute type from [XML]. The _value
84
+ * space_ of `NMTOKEN` is the set of tokens that match the `Nmtoken` production
85
+ * in [XML]. The _lexical space_ of `NMTOKEN` is the set of strings that
86
+ * match the Nmtoken production in [XML]. The _base type_ of `NMTOKEN` is
87
+ * `token`.
88
+ *
89
+ */
90
+ "NMTOKEN": NamedNode<'http://www.w3.org/2001/XMLSchema#NMTOKEN'>;
91
+ /**
92
+ * `token` represents tokenized strings. The _value space_ of `token` is the set
93
+ * of strings that do not contain the carriage return (`#xD`), line feed (`#xA`)
94
+ * nor tab (`#x9`) characters, that have no leading or trailing spaces (`#x20`)
95
+ * and that have no internal sequences of two or more spaces. The _lexical
96
+ * space_ of `token` is the set of strings that do not contain the carriage
97
+ * return (`#xD`), line feed (`#xA`) nor tab (`#x9`) characters, that have no
98
+ * leading or trailing spaces (`#x20`) and that have no internal sequences of
99
+ * two or more spaces. The _base type_ of `token` is `normalizedString`.
100
+ *
101
+ */
102
+ "token": NamedNode<'http://www.w3.org/2001/XMLSchema#token'>;
103
+ /**
104
+ * `NMTOKENS` represents the `NMTOKENS` attribute type from [XML]. The _value
105
+ * space_ of `NMTOKENS` is the set of finite, non-zero-length sequences of
106
+ * `NMTOKEN`s. The _lexical space_ of `NMTOKENS` is the set of space-separated
107
+ * lists of tokens, of which each token is in the _lexical space_ of `NMTOKEN`.
108
+ * The _item type_ of `NMTOKENS` is `NMTOKEN`. `NMTOKENS` is derived from
109
+ * `anySimpleType` in two steps: an anonymous list type is defined, whose
110
+ * _item type_ is `NMTOKEN`; this is the _base type_ of `NMTOKENS`, which
111
+ * restricts its value space to lists with at least one item.
112
+ *
113
+ */
114
+ "NMTOKENS": NamedNode<'http://www.w3.org/2001/XMLSchema#NMTOKENS'>;
115
+ /**
116
+ * `NOTATION` represents the `NOTATION` attribute type from [XML]. The _value
117
+ * space_ of `NOTATION` is the set of `QNames` of notations declared in the
118
+ * current schema. The _lexical space_ of `NOTATION` is the set of all names of
119
+ * notations declared in the current schema (in the form of `QNames`).
120
+ *
121
+ */
122
+ "NOTATION": NamedNode<'http://www.w3.org/2001/XMLSchema#NOTATION'>;
123
+ /**
124
+ * `anyAtomicType` is a special _restriction_ of `anySimpleType`. The _value_ and
125
+ * _lexical spaces_ of `anyAtomicType` are the unions of the _value_ and
126
+ * _lexical spaces_ of all the _primitive_ datatypes, and `anyAtomicType` is
127
+ * their _base type_.
128
+ *
129
+ */
130
+ "anyAtomicType": NamedNode<'http://www.w3.org/2001/XMLSchema#anyAtomicType'>;
131
+ /**
132
+ * `QName` represents XML qualified names. The _value space_ of `QName` is the set
133
+ * of tuples `{namespace name, local part}`, where namespace name is an `anyURI`
134
+ * and local part is an `NCName`. The _lexical space_ of `QName` is the set of
135
+ * strings that match the `QName` production of [Namespaces in XML].
136
+ *
137
+ */
138
+ "QName": NamedNode<'http://www.w3.org/2001/XMLSchema#QName'>;
139
+ /**
140
+ * The root of the [XML Schema 1.1] datatype heirarchy.
141
+ *
142
+ */
143
+ "anyType": NamedNode<'http://www.w3.org/2001/XMLSchema#anyType'>;
144
+ /**
145
+ * `anyURI` represents an Internationalized Resource Identifier Reference
146
+ * (IRI). An `anyURI` value can be absolute or relative, and may have an
147
+ * optional fragment identifier (i.e., it may be an IRI Reference). This
148
+ * type should be used when the value fulfills the role of an IRI, as
149
+ * defined in [RFC 3987] or its successor(s) in the IETF Standards Track.
150
+ *
151
+ */
152
+ "anyURI": NamedNode<'http://www.w3.org/2001/XMLSchema#anyURI'>;
153
+ /**
154
+ * `base64Binary` represents arbitrary Base64-encoded binary data. For
155
+ * `base64Binary` data the entire binary stream is encoded using the `Base64`
156
+ * Encoding defined in [RFC 3548], which is derived from the encoding
157
+ * described in [RFC 2045].
158
+ *
159
+ */
160
+ "base64Binary": NamedNode<'http://www.w3.org/2001/XMLSchema#base64Binary'>;
161
+ /**
162
+ * `boolean` represents the values of two-valued logic.
163
+ *
164
+ */
165
+ "boolean": NamedNode<'http://www.w3.org/2001/XMLSchema#boolean'>;
166
+ /**
167
+ * `byte` is _derived_ from `short` by setting the value of `maxInclusive` to be
168
+ * `127` and `minInclusive` to be `-128`. The _base type_ of `byte` is `short`.
169
+ *
170
+ */
171
+ "byte": NamedNode<'http://www.w3.org/2001/XMLSchema#byte'>;
172
+ /**
173
+ * `short` is _derived_ from `int` by setting the value of `maxInclusive` to be
174
+ * `32767` and `minInclusive` to be `-32768`. The _base type_ of `short` is `int`.
175
+ *
176
+ */
177
+ "short": NamedNode<'http://www.w3.org/2001/XMLSchema#short'>;
178
+ /**
179
+ * `date` represents top-open intervals of exactly one day in length on the
180
+ * timelines of `dateTime`, beginning on the beginning moment of each day, up to
181
+ * but not including the beginning moment of the next day). For non-timezoned
182
+ * values, the top-open intervals disjointly cover the non-timezoned timeline,
183
+ * one per day. For timezoned values, the intervals begin at every minute and
184
+ * therefore overlap.
185
+ *
186
+ */
187
+ "date": NamedNode<'http://www.w3.org/2001/XMLSchema#date'>;
188
+ /**
189
+ * `dateTime` represents instants of time, optionally marked with a particular
190
+ * time zone offset. Values representing the same instant but having different
191
+ * time zone offsets are equal but not identical.
192
+ *
193
+ */
194
+ "dateTime": NamedNode<'http://www.w3.org/2001/XMLSchema#dateTime'>;
195
+ /**
196
+ * The `dateTimeStamp` datatype is _derived_ from `dateTime` by giving the value
197
+ * required to its `explicitTimezone` facet. The result is that all values of
198
+ * `dateTimeStamp` are required to have explicit time zone offsets and the
199
+ * datatype is totally ordered.
200
+ *
201
+ */
202
+ "dateTimeStamp": NamedNode<'http://www.w3.org/2001/XMLSchema#dateTimeStamp'>;
203
+ /**
204
+ * `dayTimeDuration` is a datatype _derived_ from `duration` by restricting its
205
+ * _lexical representations_ to instances of `dayTimeDurationLexicalRep`. The
206
+ * _value space_ of `dayTimeDuration` is therefore that of `duration` restricted
207
+ * to those whose `months` property is `0`. This results in a `duration` datatype
208
+ * which is totally ordered.
209
+ *
210
+ */
211
+ "dayTimeDuration": NamedNode<'http://www.w3.org/2001/XMLSchema#dayTimeDuration'>;
212
+ /**
213
+ * `duration` is a datatype that represents durations of time. The concept of
214
+ * duration being captured is drawn from those of [ISO 8601], specifically
215
+ * durations without fixed endpoints. For example, "15 days" (whose most
216
+ * common lexical representation in duration is `"'P15D'"`) is a duration value;
217
+ * "15 days beginning 12 July 1995" and "15 days ending 12 July 1995" are not
218
+ * duration values. duration can provide addition and subtraction operations
219
+ * between duration values and between duration/dateTime value pairs, and can
220
+ * be the result of subtracting dateTime values. However, only addition to
221
+ * `dateTime` is required for XML Schema processing and is defined in the
222
+ * function `dateTimePlusDuration`.
223
+ *
224
+ */
225
+ "duration": NamedNode<'http://www.w3.org/2001/XMLSchema#duration'>;
226
+ /**
227
+ * `decimal` represents a subset of the real numbers, which can be represented
228
+ * by decimal numerals. The _value space_ of decimal is the set of numbers
229
+ * that can be obtained by dividing an integer by a non-negative power of ten,
230
+ * i.e., expressible as `i / 10n` where `i` and `n` are integers and `n ≥ 0`.
231
+ * Precision is not reflected in this value space; the number `2.0` is not
232
+ * distinct from the number `2.00`. The order relation on `decimal` is the order
233
+ * relation on real numbers, restricted to this subset.
234
+ *
235
+ */
236
+ "decimal": NamedNode<'http://www.w3.org/2001/XMLSchema#decimal'>;
237
+ /**
238
+ * The `double` datatype is patterned after the IEEE double-precision 64-bit
239
+ * floating point datatype [IEEE 754-2008]. Each floating point datatype has a
240
+ * value space that is a subset of the rational numbers. Floating point
241
+ * numbers are often used to approximate arbitrary real numbers.
242
+ *
243
+ */
244
+ "double": NamedNode<'http://www.w3.org/2001/XMLSchema#double'>;
245
+ /**
246
+ * The `float` datatype is patterned after the IEEE single-precision 32-bit
247
+ * floating point datatype [IEEE 754-2008]. Its value space is a subset of the
248
+ * rational numbers. Floating point numbers are often used to approximate
249
+ * arbitrary real numbers.
250
+ *
251
+ */
252
+ "float": NamedNode<'http://www.w3.org/2001/XMLSchema#float'>;
253
+ /**
254
+ * `gDay` represents whole days within an arbitrary month—days that recur at the
255
+ * same point in each (Gregorian) month. This datatype is used to represent a
256
+ * specific day of the month. To indicate, for example, that an employee gets
257
+ * a paycheck on the 15th of each month. (Obviously, days beyond 28 cannot
258
+ * occur in all months; they are nonetheless permitted, up to 31.)
259
+ *
260
+ */
261
+ "gDay": NamedNode<'http://www.w3.org/2001/XMLSchema#gDay'>;
262
+ /**
263
+ * `gMonth` represents whole (Gregorian) months within an arbitrary year—months
264
+ * that recur at the same point in each year. It might be used, for example,
265
+ * to say what month annual Thanksgiving celebrations fall in different
266
+ * countries (`--11` in the United States, `--10` in Canada, and possibly other
267
+ * months in other countries).
268
+ *
269
+ */
270
+ "gMonth": NamedNode<'http://www.w3.org/2001/XMLSchema#gMonth'>;
271
+ /**
272
+ * `gMonthDay` represents whole calendar days that recur at the same point in
273
+ * each calendar year, or that occur in some arbitrary calendar year.
274
+ * (Obviously, days beyond 28 cannot occur in all Februaries; 29 is
275
+ * nonetheless permitted.)
276
+ *
277
+ */
278
+ "gMonthDay": NamedNode<'http://www.w3.org/2001/XMLSchema#gMonthDay'>;
279
+ /**
280
+ * `gYear` represents Gregorian calendar years.
281
+ *
282
+ */
283
+ "gYear": NamedNode<'http://www.w3.org/2001/XMLSchema#gYear'>;
284
+ /**
285
+ * `gYearMonth` represents specific whole Gregorian months in specific Gregorian years.
286
+ *
287
+ */
288
+ "gYearMonth": NamedNode<'http://www.w3.org/2001/XMLSchema#gYearMonth'>;
289
+ /**
290
+ * hexBinary` represents arbitrary hex-encoded binary data.
291
+ *
292
+ */
293
+ "hexBinary": NamedNode<'http://www.w3.org/2001/XMLSchema#hexBinary'>;
294
+ /**
295
+ * `int` is _derived_ from `long` by setting the value of `maxInclusive` to be
296
+ * `2147483647` and `minInclusive` to be `-2147483648`. The _base type_ of `int`
297
+ * is `long`.
298
+ *
299
+ */
300
+ "int": NamedNode<'http://www.w3.org/2001/XMLSchema#int'>;
301
+ /**
302
+ * `long` is _derived_ from `integer` by setting the value of `maxInclusive` to
303
+ * be `9223372036854775807` and `minInclusive` to be `-9223372036854775808`. The
304
+ * _base type_ of `long` is `integer`.
305
+ *
306
+ */
307
+ "long": NamedNode<'http://www.w3.org/2001/XMLSchema#long'>;
308
+ /**
309
+ * `integer` is _derived_ from `decimal` by fixing the value of `fractionDigits`
310
+ * to be `0` and disallowing the trailing decimal point. This results in the
311
+ * standard mathematical concept of the integer numbers. The _value space_ of
312
+ * `integer` is the infinite set `{...,-2,-1,0,1,2,...}`. The _base type_ of
313
+ * `integer` is `decimal`.
314
+ *
315
+ */
316
+ "integer": NamedNode<'http://www.w3.org/2001/XMLSchema#integer'>;
317
+ /**
318
+ * `language` represents formal natural language identifiers, as defined by [BCP
319
+ * 47] (currently represented by [RFC 4646] and [RFC 4647]) or its
320
+ * successor(s). The _value space_ and _lexical space_ of `language` are the set
321
+ * of all strings that conform to the pattern `[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*`.
322
+ *
323
+ */
324
+ "language": NamedNode<'http://www.w3.org/2001/XMLSchema#language'>;
325
+ /**
326
+ * `negativeInteger` is _derived_ from `nonPositiveInteger` by setting the value
327
+ * of `maxInclusive` to be `-1`. This results in the standard mathematical
328
+ * concept of the negative integers. The _value space_ of `negativeInteger` is
329
+ * the infinite set `{...,-2,-1}`. The _base type_ of `negativeInteger` is
330
+ * `nonPositiveInteger`.
331
+ *
332
+ */
333
+ "negativeInteger": NamedNode<'http://www.w3.org/2001/XMLSchema#negativeInteger'>;
334
+ /**
335
+ * `nonPositiveInteger` is _derived_ from `integer` by setting the value of
336
+ * `maxInclusive` to be `0`. This results in the standard mathematical concept
337
+ * of the non-positive integers. The _value space_ of `nonPositiveInteger` is
338
+ * the infinite set `{...,-2,-1,0}`. The _base type_ of `nonPositiveInteger` is
339
+ * `integer`.
340
+ *
341
+ */
342
+ "nonPositiveInteger": NamedNode<'http://www.w3.org/2001/XMLSchema#nonPositiveInteger'>;
343
+ /**
344
+ * `nonNegativeInteger` is _derived_ from `integer` by setting the value of
345
+ * `minInclusive` to be `0`. This results in the standard mathematical concept
346
+ * of the non-negative integers. The _value space_ of `nonNegativeInteger` is
347
+ * the infinite set `{0,1,2,...}`. The _base type_ of `nonNegativeInteger` is
348
+ * `integer`.
349
+ *
350
+ */
351
+ "nonNegativeInteger": NamedNode<'http://www.w3.org/2001/XMLSchema#nonNegativeInteger'>;
352
+ /**
353
+ * `normalizedString` represents white space normalized strings. The _value
354
+ * space_ of `normalizedString` is the set of strings that do not contain the
355
+ * carriage return (`#xD`), line feed (`#xA`) nor tab (`#x9`) characters. The
356
+ * _lexical space_ of `normalizedString` is the set of strings that do not
357
+ * contain the carriage return (`#xD`), line feed (`#xA`) nor tab (`#x9`)
358
+ * characters. The _base type_ of `normalizedString` is `string`.
359
+ *
360
+ */
361
+ "normalizedString": NamedNode<'http://www.w3.org/2001/XMLSchema#normalizedString'>;
362
+ /**
363
+ * The `string` datatype represents character strings in XML.
364
+ *
365
+ */
366
+ "string": NamedNode<'http://www.w3.org/2001/XMLSchema#string'>;
367
+ /**
368
+ * `positiveInteger` is _derived_ from `nonNegativeInteger` by setting the value
369
+ * of `minInclusive` to be `1`. This results in the standard mathematical
370
+ * concept of the positive integer numbers. The _value space_ of
371
+ * `positiveInteger` is the infinite set `{1,2,...}`. The _base type_ of
372
+ * `positiveInteger` is `nonNegativeInteger`.
373
+ *
374
+ */
375
+ "positiveInteger": NamedNode<'http://www.w3.org/2001/XMLSchema#positiveInteger'>;
376
+ /**
377
+ * `time` represents instants of time that recur at the same point in each
378
+ * calendar day, or that occur in some arbitrary calendar day.
379
+ *
380
+ */
381
+ "time": NamedNode<'http://www.w3.org/2001/XMLSchema#time'>;
382
+ /**
383
+ * `unsignedByte` is _derived_ from `unsignedShort` by setting the value of
384
+ * `maxInclusive` to be `255`. The _base type_ of `unsignedByte` is
385
+ * `unsignedShort`.
386
+ *
387
+ */
388
+ "unsignedByte": NamedNode<'http://www.w3.org/2001/XMLSchema#unsignedByte'>;
389
+ /**
390
+ * `unsignedShort` is _derived_ from `unsignedInt` by setting the value of
391
+ * `maxInclusive` to be `65535`. The _base type_ of `unsignedShort` is
392
+ * `unsignedInt`.
393
+ *
394
+ */
395
+ "unsignedShort": NamedNode<'http://www.w3.org/2001/XMLSchema#unsignedShort'>;
396
+ /**
397
+ * `unsignedInt` is _derived_ from `unsignedLong` by setting the value of
398
+ * `maxInclusive` to be `4294967295`. The _base type_ of `unsignedInt` is
399
+ * `unsignedLong`.
400
+ *
401
+ */
402
+ "unsignedInt": NamedNode<'http://www.w3.org/2001/XMLSchema#unsignedInt'>;
403
+ /**
404
+ * `unsignedLong` is _derived_ from `nonNegativeInteger` by setting the value of
405
+ * `maxInclusive` to be `18446744073709551615`. The _base type_ of `unsignedLong`
406
+ * is `nonNegativeInteger`.
407
+ *
408
+ */
409
+ "unsignedLong": NamedNode<'http://www.w3.org/2001/XMLSchema#unsignedLong'>;
410
+ /**
411
+ * `yearMonthDuration` is a datatype _derived_ from `duration` by restricting its
412
+ * _lexical representations_ to instances of `yearMonthDurationLexicalRep`. The
413
+ * _value space_ of `yearMonthDuration` is therefore that of `duration`
414
+ * restricted to those whose `seconds` property is `0`. This results in a
415
+ * `duration` datatype which is totally ordered.
416
+ *
417
+ */
418
+ "yearMonthDuration": NamedNode<'http://www.w3.org/2001/XMLSchema#yearMonthDuration'>;
419
+ }
420
+ export declare const strict: Record<keyof Xsd, NamedNode<string>> & ((property?: TemplateStringsArray | keyof Xsd | undefined) => NamedNode<string>) & Xsd;
421
+ export declare const loose: Record<any, NamedNode<string>> & ((property?: any) => NamedNode<string>) & Xsd;
422
+ export {};
423
+ //# sourceMappingURL=xsd.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"xsd.d.ts","sourceRoot":"","sources":["../src/vocabularies/xsd.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,UAAU,GAAG;IACT,EAAE,EAAE,SAAS,CAAC,mCAAmC,CAAC,CAAC;IACnD;;;;;;;;;;;OAWG;IACH,UAAU,EAAE,SAAS,CAAC,2CAA2C,CAAC,CAAC;IACnE;;;;;;OAMG;IACH,eAAe,EAAE,SAAS,CAAC,gDAAgD,CAAC,CAAC;IAC7E;;;;;;;;OAQG;IACH,QAAQ,EAAE,SAAS,CAAC,yCAAyC,CAAC,CAAC;IAC/D;;;;;;;OAOG;IACH,QAAQ,EAAE,SAAS,CAAC,yCAAyC,CAAC,CAAC;IAC/D;;;;;;;OAOG;IACH,IAAI,EAAE,SAAS,CAAC,qCAAqC,CAAC,CAAC;IACvD;;;;;;;OAOG;IACH,OAAO,EAAE,SAAS,CAAC,wCAAwC,CAAC,CAAC;IAC7D;;;;;;;;;;OAUG;IACH,QAAQ,EAAE,SAAS,CAAC,yCAAyC,CAAC,CAAC;IAC/D;;;;;;OAMG;IACH,MAAM,EAAE,SAAS,CAAC,uCAAuC,CAAC,CAAC;IAC3D;;;;;;;OAOG;IACH,SAAS,EAAE,SAAS,CAAC,0CAA0C,CAAC,CAAC;IACjE;;;;;;;;;;OAUG;IACH,OAAO,EAAE,SAAS,CAAC,wCAAwC,CAAC,CAAC;IAC7D;;;;;;;;;;OAUG;IACH,UAAU,EAAE,SAAS,CAAC,2CAA2C,CAAC,CAAC;IACnE;;;;;;OAMG;IACH,UAAU,EAAE,SAAS,CAAC,2CAA2C,CAAC,CAAC;IACnE;;;;;;OAMG;IACH,eAAe,EAAE,SAAS,CAAC,gDAAgD,CAAC,CAAC;IAC7E;;;;;;OAMG;IACH,OAAO,EAAE,SAAS,CAAC,wCAAwC,CAAC,CAAC;IAC7D;;;OAGG;IACH,SAAS,EAAE,SAAS,CAAC,0CAA0C,CAAC,CAAC;IACjE;;;;;;;OAOG;IACH,QAAQ,EAAE,SAAS,CAAC,yCAAyC,CAAC,CAAC;IAC/D;;;;;;OAMG;IACH,cAAc,EAAE,SAAS,CAAC,+CAA+C,CAAC,CAAC;IAC3E;;;OAGG;IACH,SAAS,EAAE,SAAS,CAAC,0CAA0C,CAAC,CAAC;IACjE;;;;OAIG;IACH,MAAM,EAAE,SAAS,CAAC,uCAAuC,CAAC,CAAC;IAC3D;;;;OAIG;IACH,OAAO,EAAE,SAAS,CAAC,wCAAwC,CAAC,CAAC;IAC7D;;;;;;;;OAQG;IACH,MAAM,EAAE,SAAS,CAAC,uCAAuC,CAAC,CAAC;IAC3D;;;;;OAKG;IACH,UAAU,EAAE,SAAS,CAAC,2CAA2C,CAAC,CAAC;IACnE;;;;;;OAMG;IACH,eAAe,EAAE,SAAS,CAAC,gDAAgD,CAAC,CAAC;IAC7E;;;;;;;OAOG;IACH,iBAAiB,EAAE,SAAS,CAAC,kDAAkD,CAAC,CAAC;IACjF;;;;;;;;;;;;OAYG;IACH,UAAU,EAAE,SAAS,CAAC,2CAA2C,CAAC,CAAC;IACnE;;;;;;;;;OASG;IACH,SAAS,EAAE,SAAS,CAAC,0CAA0C,CAAC,CAAC;IACjE;;;;;;OAMG;IACH,QAAQ,EAAE,SAAS,CAAC,yCAAyC,CAAC,CAAC;IAC/D;;;;;;OAMG;IACH,OAAO,EAAE,SAAS,CAAC,wCAAwC,CAAC,CAAC;IAC7D;;;;;;;OAOG;IACH,MAAM,EAAE,SAAS,CAAC,uCAAuC,CAAC,CAAC;IAC3D;;;;;;;OAOG;IACH,QAAQ,EAAE,SAAS,CAAC,yCAAyC,CAAC,CAAC;IAC/D;;;;;;OAMG;IACH,WAAW,EAAE,SAAS,CAAC,4CAA4C,CAAC,CAAC;IACrE;;;OAGG;IACH,OAAO,EAAE,SAAS,CAAC,wCAAwC,CAAC,CAAC;IAC7D;;;OAGG;IACH,YAAY,EAAE,SAAS,CAAC,6CAA6C,CAAC,CAAC;IACvE;;;OAGG;IACH,WAAW,EAAE,SAAS,CAAC,4CAA4C,CAAC,CAAC;IACrE;;;;;OAKG;IACH,KAAK,EAAE,SAAS,CAAC,sCAAsC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,MAAM,EAAE,SAAS,CAAC,uCAAuC,CAAC,CAAC;IAC3D;;;;;;;OAOG;IACH,SAAS,EAAE,SAAS,CAAC,0CAA0C,CAAC,CAAC;IACjE;;;;;;OAMG;IACH,UAAU,EAAE,SAAS,CAAC,2CAA2C,CAAC,CAAC;IACnE;;;;;;;OAOG;IACH,iBAAiB,EAAE,SAAS,CAAC,kDAAkD,CAAC,CAAC;IACjF;;;;;;;OAOG;IACH,oBAAoB,EAAE,SAAS,CAAC,qDAAqD,CAAC,CAAC;IACvF;;;;;;;OAOG;IACH,oBAAoB,EAAE,SAAS,CAAC,qDAAqD,CAAC,CAAC;IACvF;;;;;;;;OAQG;IACH,kBAAkB,EAAE,SAAS,CAAC,mDAAmD,CAAC,CAAC;IACnF;;;OAGG;IACH,QAAQ,EAAE,SAAS,CAAC,yCAAyC,CAAC,CAAC;IAC/D;;;;;;;OAOG;IACH,iBAAiB,EAAE,SAAS,CAAC,kDAAkD,CAAC,CAAC;IACjF;;;;OAIG;IACH,MAAM,EAAE,SAAS,CAAC,uCAAuC,CAAC,CAAC;IAC3D;;;;;OAKG;IACH,cAAc,EAAE,SAAS,CAAC,+CAA+C,CAAC,CAAC;IAC3E;;;;;OAKG;IACH,eAAe,EAAE,SAAS,CAAC,gDAAgD,CAAC,CAAC;IAC7E;;;;;OAKG;IACH,aAAa,EAAE,SAAS,CAAC,8CAA8C,CAAC,CAAC;IACzE;;;;;OAKG;IACH,cAAc,EAAE,SAAS,CAAC,+CAA+C,CAAC,CAAC;IAC3E;;;;;;;OAOG;IACH,mBAAmB,EAAE,SAAS,CAAC,oDAAoD,CAAC,CAAC;CACxF;AAGD,eAAO,MAAM,MAAM,+HAA+C,CAAC;AACnE,eAAO,MAAM,KAAK,gFAAoC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import namespace from "@rdfjs/namespace";
2
+ const builder = namespace("http://www.w3.org/2001/XMLSchema#");
3
+ export const strict = builder;
4
+ export const loose = builder;