FDC_DR_CurrencyCode_Full.xsd 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- This schema is the same as "DR_CurrencyCode_Full_1" only -->
  3. <!-- "targetNamespace="http://www.nrf-arts.org/IXRetail/namespace" xmlns="http://www.nrf-arts.org/IXRetail/namespace" " -->
  4. <!-- has been removed. -->
  5. <!-- Copyright 2001, ARTS-IXRetail, DRA (NCR, et al) -->
  6. <!-- edited by Jim Galloway (NCR) -->
  7. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified" attributeFormDefault="unqualified">
  8. <xs:simpleType name="CurrencyCode">
  9. <xs:annotation>
  10. <xs:documentation>enum: ISO-4217 / UN/ECE REC 09 Codes</xs:documentation>
  11. </xs:annotation>
  12. <xs:restriction base="xs:string">
  13. <xs:enumeration value="ADP">
  14. <xs:annotation>
  15. <xs:documentation>Andorran Peseta</xs:documentation>
  16. </xs:annotation>
  17. </xs:enumeration>
  18. <xs:enumeration value="AED">
  19. <xs:annotation>
  20. <xs:documentation>UAE Dirham</xs:documentation>
  21. </xs:annotation>
  22. </xs:enumeration>
  23. <xs:enumeration value="AFA">
  24. <xs:annotation>
  25. <xs:documentation>Afghani</xs:documentation>
  26. </xs:annotation>
  27. </xs:enumeration>
  28. <xs:enumeration value="ALL">
  29. <xs:annotation>
  30. <xs:documentation>Leck</xs:documentation>
  31. </xs:annotation>
  32. </xs:enumeration>
  33. <xs:enumeration value="AMD">
  34. <xs:annotation>
  35. <xs:documentation>Armenian Dram</xs:documentation>
  36. </xs:annotation>
  37. </xs:enumeration>
  38. <xs:enumeration value="ANG">
  39. <xs:annotation>
  40. <xs:documentation>Netherlands Antillan Guilder</xs:documentation>
  41. </xs:annotation>
  42. </xs:enumeration>
  43. <xs:enumeration value="AOA">
  44. <xs:annotation>
  45. <xs:documentation>Kwanza</xs:documentation>
  46. </xs:annotation>
  47. </xs:enumeration>
  48. <xs:enumeration value="ARS">
  49. <xs:annotation>
  50. <xs:documentation>Argentine Peso</xs:documentation>
  51. </xs:annotation>
  52. </xs:enumeration>
  53. <xs:enumeration value="ATS">
  54. <xs:annotation>
  55. <xs:documentation>Schilling</xs:documentation>
  56. </xs:annotation>
  57. </xs:enumeration>
  58. <xs:enumeration value="AUD">
  59. <xs:annotation>
  60. <xs:documentation>Australian Dollar</xs:documentation>
  61. </xs:annotation>
  62. </xs:enumeration>
  63. <xs:enumeration value="AWG">
  64. <xs:annotation>
  65. <xs:documentation>Aruban Guilder</xs:documentation>
  66. </xs:annotation>
  67. </xs:enumeration>
  68. <xs:enumeration value="AZM">
  69. <xs:annotation>
  70. <xs:documentation>Azerbaijanian Manat</xs:documentation>
  71. </xs:annotation>
  72. </xs:enumeration>
  73. <xs:enumeration value="BAM">
  74. <xs:annotation>
  75. <xs:documentation>Convertible Marks</xs:documentation>
  76. </xs:annotation>
  77. </xs:enumeration>
  78. <xs:enumeration value="BBD">
  79. <xs:annotation>
  80. <xs:documentation>Barbados Dollar</xs:documentation>
  81. </xs:annotation>
  82. </xs:enumeration>
  83. <xs:enumeration value="BDT">
  84. <xs:annotation>
  85. <xs:documentation>Taka</xs:documentation>
  86. </xs:annotation>
  87. </xs:enumeration>
  88. <xs:enumeration value="BEF">
  89. <xs:annotation>
  90. <xs:documentation>Belgian Franc</xs:documentation>
  91. </xs:annotation>
  92. </xs:enumeration>
  93. <xs:enumeration value="BGL">
  94. <xs:annotation>
  95. <xs:documentation>Lev</xs:documentation>
  96. </xs:annotation>
  97. </xs:enumeration>
  98. <xs:enumeration value="BGN">
  99. <xs:annotation>
  100. <xs:documentation>Bulgarian Lev</xs:documentation>
  101. </xs:annotation>
  102. </xs:enumeration>
  103. <xs:enumeration value="BHD">
  104. <xs:annotation>
  105. <xs:documentation>Bahraini Dinar</xs:documentation>
  106. </xs:annotation>
  107. </xs:enumeration>
  108. <xs:enumeration value="BIF">
  109. <xs:annotation>
  110. <xs:documentation>Burundi Franc</xs:documentation>
  111. </xs:annotation>
  112. </xs:enumeration>
  113. <xs:enumeration value="BMD">
  114. <xs:annotation>
  115. <xs:documentation>Bermudian Dollar</xs:documentation>
  116. </xs:annotation>
  117. </xs:enumeration>
  118. <xs:enumeration value="BND">
  119. <xs:annotation>
  120. <xs:documentation>Brunei Dollar</xs:documentation>
  121. </xs:annotation>
  122. </xs:enumeration>
  123. <xs:enumeration value="BOB">
  124. <xs:annotation>
  125. <xs:documentation>Boliviano</xs:documentation>
  126. </xs:annotation>
  127. </xs:enumeration>
  128. <xs:enumeration value="BOV">
  129. <xs:annotation>
  130. <xs:documentation>Mvdol</xs:documentation>
  131. </xs:annotation>
  132. </xs:enumeration>
  133. <xs:enumeration value="BRL">
  134. <xs:annotation>
  135. <xs:documentation>Brazilian Real</xs:documentation>
  136. </xs:annotation>
  137. </xs:enumeration>
  138. <xs:enumeration value="BSD">
  139. <xs:annotation>
  140. <xs:documentation>Bahamian Dollar</xs:documentation>
  141. </xs:annotation>
  142. </xs:enumeration>
  143. <xs:enumeration value="BTN">
  144. <xs:annotation>
  145. <xs:documentation>Ngultrum</xs:documentation>
  146. </xs:annotation>
  147. </xs:enumeration>
  148. <xs:enumeration value="BWP">
  149. <xs:annotation>
  150. <xs:documentation>Pula</xs:documentation>
  151. </xs:annotation>
  152. </xs:enumeration>
  153. <xs:enumeration value="BYR">
  154. <xs:annotation>
  155. <xs:documentation>Belarussian Ruble</xs:documentation>
  156. </xs:annotation>
  157. </xs:enumeration>
  158. <xs:enumeration value="BZD">
  159. <xs:annotation>
  160. <xs:documentation>Belize Dollar</xs:documentation>
  161. </xs:annotation>
  162. </xs:enumeration>
  163. <xs:enumeration value="CAD">
  164. <xs:annotation>
  165. <xs:documentation>Canadian Dollar</xs:documentation>
  166. </xs:annotation>
  167. </xs:enumeration>
  168. <xs:enumeration value="CDF">
  169. <xs:annotation>
  170. <xs:documentation>Franc Congolais</xs:documentation>
  171. </xs:annotation>
  172. </xs:enumeration>
  173. <xs:enumeration value="CHF">
  174. <xs:annotation>
  175. <xs:documentation>Swiss Franc</xs:documentation>
  176. </xs:annotation>
  177. </xs:enumeration>
  178. <xs:enumeration value="CLF">
  179. <xs:annotation>
  180. <xs:documentation>Unidades de fomento</xs:documentation>
  181. </xs:annotation>
  182. </xs:enumeration>
  183. <xs:enumeration value="CLP">
  184. <xs:annotation>
  185. <xs:documentation>Chilean Peso</xs:documentation>
  186. </xs:annotation>
  187. </xs:enumeration>
  188. <xs:enumeration value="CNY">
  189. <xs:annotation>
  190. <xs:documentation>Yuan Renminbi</xs:documentation>
  191. </xs:annotation>
  192. </xs:enumeration>
  193. <xs:enumeration value="COP">
  194. <xs:annotation>
  195. <xs:documentation>Colombian Peso</xs:documentation>
  196. </xs:annotation>
  197. </xs:enumeration>
  198. <xs:enumeration value="CRC">
  199. <xs:annotation>
  200. <xs:documentation>Costa Rican Colon</xs:documentation>
  201. </xs:annotation>
  202. </xs:enumeration>
  203. <xs:enumeration value="CUP">
  204. <xs:annotation>
  205. <xs:documentation>Cuban Peso</xs:documentation>
  206. </xs:annotation>
  207. </xs:enumeration>
  208. <xs:enumeration value="CVE">
  209. <xs:annotation>
  210. <xs:documentation>Cape Verde Escudo</xs:documentation>
  211. </xs:annotation>
  212. </xs:enumeration>
  213. <xs:enumeration value="CYP">
  214. <xs:annotation>
  215. <xs:documentation>Cyprus Pound</xs:documentation>
  216. </xs:annotation>
  217. </xs:enumeration>
  218. <xs:enumeration value="CZK">
  219. <xs:annotation>
  220. <xs:documentation>Czech Koruna</xs:documentation>
  221. </xs:annotation>
  222. </xs:enumeration>
  223. <xs:enumeration value="DEM">
  224. <xs:annotation>
  225. <xs:documentation>Deutsche Mark</xs:documentation>
  226. </xs:annotation>
  227. </xs:enumeration>
  228. <xs:enumeration value="DJF">
  229. <xs:annotation>
  230. <xs:documentation>Djibouti Franc</xs:documentation>
  231. </xs:annotation>
  232. </xs:enumeration>
  233. <xs:enumeration value="DKK">
  234. <xs:annotation>
  235. <xs:documentation>Danish Krone</xs:documentation>
  236. </xs:annotation>
  237. </xs:enumeration>
  238. <xs:enumeration value="DOP">
  239. <xs:annotation>
  240. <xs:documentation>Dominican Peso</xs:documentation>
  241. </xs:annotation>
  242. </xs:enumeration>
  243. <xs:enumeration value="DZD">
  244. <xs:annotation>
  245. <xs:documentation>Algerian Dinar</xs:documentation>
  246. </xs:annotation>
  247. </xs:enumeration>
  248. <xs:enumeration value="ECS">
  249. <xs:annotation>
  250. <xs:documentation>Sucre</xs:documentation>
  251. </xs:annotation>
  252. </xs:enumeration>
  253. <xs:enumeration value="ECV">
  254. <xs:annotation>
  255. <xs:documentation>Unidad de Valor Constante (UVC)</xs:documentation>
  256. </xs:annotation>
  257. </xs:enumeration>
  258. <xs:enumeration value="EEK">
  259. <xs:annotation>
  260. <xs:documentation>Kroon</xs:documentation>
  261. </xs:annotation>
  262. </xs:enumeration>
  263. <xs:enumeration value="EGP">
  264. <xs:annotation>
  265. <xs:documentation>Egyptian Pound</xs:documentation>
  266. </xs:annotation>
  267. </xs:enumeration>
  268. <xs:enumeration value="ERN">
  269. <xs:annotation>
  270. <xs:documentation>Nakfa</xs:documentation>
  271. </xs:annotation>
  272. </xs:enumeration>
  273. <xs:enumeration value="ESP">
  274. <xs:annotation>
  275. <xs:documentation>Spanish Peseta</xs:documentation>
  276. </xs:annotation>
  277. </xs:enumeration>
  278. <xs:enumeration value="ETB">
  279. <xs:annotation>
  280. <xs:documentation>Ethiopian Birr</xs:documentation>
  281. </xs:annotation>
  282. </xs:enumeration>
  283. <xs:enumeration value="EUR">
  284. <xs:annotation>
  285. <xs:documentation>euro</xs:documentation>
  286. </xs:annotation>
  287. </xs:enumeration>
  288. <xs:enumeration value="FIM">
  289. <xs:annotation>
  290. <xs:documentation>Markka</xs:documentation>
  291. </xs:annotation>
  292. </xs:enumeration>
  293. <xs:enumeration value="FJD">
  294. <xs:annotation>
  295. <xs:documentation>Fiji Dollar</xs:documentation>
  296. </xs:annotation>
  297. </xs:enumeration>
  298. <xs:enumeration value="FKP">
  299. <xs:annotation>
  300. <xs:documentation>Falkland Islands Pound</xs:documentation>
  301. </xs:annotation>
  302. </xs:enumeration>
  303. <xs:enumeration value="FRF">
  304. <xs:annotation>
  305. <xs:documentation>French Franc</xs:documentation>
  306. </xs:annotation>
  307. </xs:enumeration>
  308. <xs:enumeration value="GBP">
  309. <xs:annotation>
  310. <xs:documentation>Pound Sterling</xs:documentation>
  311. </xs:annotation>
  312. </xs:enumeration>
  313. <xs:enumeration value="GEL">
  314. <xs:annotation>
  315. <xs:documentation>Lari</xs:documentation>
  316. </xs:annotation>
  317. </xs:enumeration>
  318. <xs:enumeration value="GHC">
  319. <xs:annotation>
  320. <xs:documentation>Cedi</xs:documentation>
  321. </xs:annotation>
  322. </xs:enumeration>
  323. <xs:enumeration value="GIP">
  324. <xs:annotation>
  325. <xs:documentation>Gibraltar Pound</xs:documentation>
  326. </xs:annotation>
  327. </xs:enumeration>
  328. <xs:enumeration value="GMD">
  329. <xs:annotation>
  330. <xs:documentation>Dalasi</xs:documentation>
  331. </xs:annotation>
  332. </xs:enumeration>
  333. <xs:enumeration value="GNF">
  334. <xs:annotation>
  335. <xs:documentation>Guinea Franc</xs:documentation>
  336. </xs:annotation>
  337. </xs:enumeration>
  338. <xs:enumeration value="GRD">
  339. <xs:annotation>
  340. <xs:documentation>Drachma</xs:documentation>
  341. </xs:annotation>
  342. </xs:enumeration>
  343. <xs:enumeration value="GTQ">
  344. <xs:annotation>
  345. <xs:documentation>Quetzal</xs:documentation>
  346. </xs:annotation>
  347. </xs:enumeration>
  348. <xs:enumeration value="GWP">
  349. <xs:annotation>
  350. <xs:documentation>Guinea-Bissau Peso</xs:documentation>
  351. </xs:annotation>
  352. </xs:enumeration>
  353. <xs:enumeration value="GYD">
  354. <xs:annotation>
  355. <xs:documentation>Guyana Dollar</xs:documentation>
  356. </xs:annotation>
  357. </xs:enumeration>
  358. <xs:enumeration value="HKD">
  359. <xs:annotation>
  360. <xs:documentation>Hong Kong Dollar</xs:documentation>
  361. </xs:annotation>
  362. </xs:enumeration>
  363. <xs:enumeration value="HNL">
  364. <xs:annotation>
  365. <xs:documentation>Lempira</xs:documentation>
  366. </xs:annotation>
  367. </xs:enumeration>
  368. <xs:enumeration value="HRK">
  369. <xs:annotation>
  370. <xs:documentation>Croatian kuna</xs:documentation>
  371. </xs:annotation>
  372. </xs:enumeration>
  373. <xs:enumeration value="HTG">
  374. <xs:annotation>
  375. <xs:documentation>Gourde</xs:documentation>
  376. </xs:annotation>
  377. </xs:enumeration>
  378. <xs:enumeration value="HUF">
  379. <xs:annotation>
  380. <xs:documentation>Forint</xs:documentation>
  381. </xs:annotation>
  382. </xs:enumeration>
  383. <xs:enumeration value="IDR">
  384. <xs:annotation>
  385. <xs:documentation>Rupiah</xs:documentation>
  386. </xs:annotation>
  387. </xs:enumeration>
  388. <xs:enumeration value="IEP">
  389. <xs:annotation>
  390. <xs:documentation>Irish Pound</xs:documentation>
  391. </xs:annotation>
  392. </xs:enumeration>
  393. <xs:enumeration value="ILS">
  394. <xs:annotation>
  395. <xs:documentation>New Israeli Sheqel</xs:documentation>
  396. </xs:annotation>
  397. </xs:enumeration>
  398. <xs:enumeration value="INR">
  399. <xs:annotation>
  400. <xs:documentation>Indian Rupee</xs:documentation>
  401. </xs:annotation>
  402. </xs:enumeration>
  403. <xs:enumeration value="IQD">
  404. <xs:annotation>
  405. <xs:documentation>Iraqi Dinar</xs:documentation>
  406. </xs:annotation>
  407. </xs:enumeration>
  408. <xs:enumeration value="IRR">
  409. <xs:annotation>
  410. <xs:documentation>Iranian Rial</xs:documentation>
  411. </xs:annotation>
  412. </xs:enumeration>
  413. <xs:enumeration value="ISK">
  414. <xs:annotation>
  415. <xs:documentation>Iceland Krona</xs:documentation>
  416. </xs:annotation>
  417. </xs:enumeration>
  418. <xs:enumeration value="ITL">
  419. <xs:annotation>
  420. <xs:documentation>Italian Lira</xs:documentation>
  421. </xs:annotation>
  422. </xs:enumeration>
  423. <xs:enumeration value="JMD">
  424. <xs:annotation>
  425. <xs:documentation>Jamaican Dollar</xs:documentation>
  426. </xs:annotation>
  427. </xs:enumeration>
  428. <xs:enumeration value="JOD">
  429. <xs:annotation>
  430. <xs:documentation>Jordanian Dinar</xs:documentation>
  431. </xs:annotation>
  432. </xs:enumeration>
  433. <xs:enumeration value="JPY">
  434. <xs:annotation>
  435. <xs:documentation>Yen</xs:documentation>
  436. </xs:annotation>
  437. </xs:enumeration>
  438. <xs:enumeration value="KES">
  439. <xs:annotation>
  440. <xs:documentation>Kenyan Shilling</xs:documentation>
  441. </xs:annotation>
  442. </xs:enumeration>
  443. <xs:enumeration value="KGS">
  444. <xs:annotation>
  445. <xs:documentation>Som</xs:documentation>
  446. </xs:annotation>
  447. </xs:enumeration>
  448. <xs:enumeration value="KHR">
  449. <xs:annotation>
  450. <xs:documentation>Riel</xs:documentation>
  451. </xs:annotation>
  452. </xs:enumeration>
  453. <xs:enumeration value="KMF">
  454. <xs:annotation>
  455. <xs:documentation>Comoro Franc</xs:documentation>
  456. </xs:annotation>
  457. </xs:enumeration>
  458. <xs:enumeration value="KPW">
  459. <xs:annotation>
  460. <xs:documentation>North Korean Won</xs:documentation>
  461. </xs:annotation>
  462. </xs:enumeration>
  463. <xs:enumeration value="KRW">
  464. <xs:annotation>
  465. <xs:documentation>Won</xs:documentation>
  466. </xs:annotation>
  467. </xs:enumeration>
  468. <xs:enumeration value="KWD">
  469. <xs:annotation>
  470. <xs:documentation>Kuwaiti Dinar</xs:documentation>
  471. </xs:annotation>
  472. </xs:enumeration>
  473. <xs:enumeration value="KYD">
  474. <xs:annotation>
  475. <xs:documentation>Cayman Islands Dollar</xs:documentation>
  476. </xs:annotation>
  477. </xs:enumeration>
  478. <xs:enumeration value="KZT">
  479. <xs:annotation>
  480. <xs:documentation>Tenge</xs:documentation>
  481. </xs:annotation>
  482. </xs:enumeration>
  483. <xs:enumeration value="LAK">
  484. <xs:annotation>
  485. <xs:documentation>Kip</xs:documentation>
  486. </xs:annotation>
  487. </xs:enumeration>
  488. <xs:enumeration value="LBP">
  489. <xs:annotation>
  490. <xs:documentation>Lebanese Pound</xs:documentation>
  491. </xs:annotation>
  492. </xs:enumeration>
  493. <xs:enumeration value="LKR">
  494. <xs:annotation>
  495. <xs:documentation>Sri Lanka Rupee</xs:documentation>
  496. </xs:annotation>
  497. </xs:enumeration>
  498. <xs:enumeration value="LRD">
  499. <xs:annotation>
  500. <xs:documentation>Liberian Dollar</xs:documentation>
  501. </xs:annotation>
  502. </xs:enumeration>
  503. <xs:enumeration value="LSL">
  504. <xs:annotation>
  505. <xs:documentation>Loti</xs:documentation>
  506. </xs:annotation>
  507. </xs:enumeration>
  508. <xs:enumeration value="LTL">
  509. <xs:annotation>
  510. <xs:documentation>Lithuanian Litus</xs:documentation>
  511. </xs:annotation>
  512. </xs:enumeration>
  513. <xs:enumeration value="LUF">
  514. <xs:annotation>
  515. <xs:documentation>Luxembourg Franc</xs:documentation>
  516. </xs:annotation>
  517. </xs:enumeration>
  518. <xs:enumeration value="LVL">
  519. <xs:annotation>
  520. <xs:documentation>Latvian Lats</xs:documentation>
  521. </xs:annotation>
  522. </xs:enumeration>
  523. <xs:enumeration value="LYD">
  524. <xs:annotation>
  525. <xs:documentation>Lybian Dinar</xs:documentation>
  526. </xs:annotation>
  527. </xs:enumeration>
  528. <xs:enumeration value="MAD">
  529. <xs:annotation>
  530. <xs:documentation>Moroccan Dirham</xs:documentation>
  531. </xs:annotation>
  532. </xs:enumeration>
  533. <xs:enumeration value="MDL">
  534. <xs:annotation>
  535. <xs:documentation>Moldovan Leu</xs:documentation>
  536. </xs:annotation>
  537. </xs:enumeration>
  538. <xs:enumeration value="MGF">
  539. <xs:annotation>
  540. <xs:documentation>Malagasy Franc</xs:documentation>
  541. </xs:annotation>
  542. </xs:enumeration>
  543. <xs:enumeration value="MKD">
  544. <xs:annotation>
  545. <xs:documentation>Denar</xs:documentation>
  546. </xs:annotation>
  547. </xs:enumeration>
  548. <xs:enumeration value="MMK">
  549. <xs:annotation>
  550. <xs:documentation>Kyat</xs:documentation>
  551. </xs:annotation>
  552. </xs:enumeration>
  553. <xs:enumeration value="MNT">
  554. <xs:annotation>
  555. <xs:documentation>Tugrik</xs:documentation>
  556. </xs:annotation>
  557. </xs:enumeration>
  558. <xs:enumeration value="MOP">
  559. <xs:annotation>
  560. <xs:documentation>Pataca</xs:documentation>
  561. </xs:annotation>
  562. </xs:enumeration>
  563. <xs:enumeration value="MRO">
  564. <xs:annotation>
  565. <xs:documentation>Ouguiya</xs:documentation>
  566. </xs:annotation>
  567. </xs:enumeration>
  568. <xs:enumeration value="MTL">
  569. <xs:annotation>
  570. <xs:documentation>Maltese Lira</xs:documentation>
  571. </xs:annotation>
  572. </xs:enumeration>
  573. <xs:enumeration value="MUR">
  574. <xs:annotation>
  575. <xs:documentation>Mauritius Rupee</xs:documentation>
  576. </xs:annotation>
  577. </xs:enumeration>
  578. <xs:enumeration value="MVR">
  579. <xs:annotation>
  580. <xs:documentation>Rufiyaa</xs:documentation>
  581. </xs:annotation>
  582. </xs:enumeration>
  583. <xs:enumeration value="MWK">
  584. <xs:annotation>
  585. <xs:documentation>Kwacha</xs:documentation>
  586. </xs:annotation>
  587. </xs:enumeration>
  588. <xs:enumeration value="MXN">
  589. <xs:annotation>
  590. <xs:documentation>Mexican Peso</xs:documentation>
  591. </xs:annotation>
  592. </xs:enumeration>
  593. <xs:enumeration value="MXV">
  594. <xs:annotation>
  595. <xs:documentation>Mexican Unidad de Inversion (UDI)</xs:documentation>
  596. </xs:annotation>
  597. </xs:enumeration>
  598. <xs:enumeration value="MYR">
  599. <xs:annotation>
  600. <xs:documentation>Malaysian Ringgit</xs:documentation>
  601. </xs:annotation>
  602. </xs:enumeration>
  603. <xs:enumeration value="MZM">
  604. <xs:annotation>
  605. <xs:documentation>Metical</xs:documentation>
  606. </xs:annotation>
  607. </xs:enumeration>
  608. <xs:enumeration value="NAD">
  609. <xs:annotation>
  610. <xs:documentation>Namibia Dollar</xs:documentation>
  611. </xs:annotation>
  612. </xs:enumeration>
  613. <xs:enumeration value="NGN">
  614. <xs:annotation>
  615. <xs:documentation>Naira</xs:documentation>
  616. </xs:annotation>
  617. </xs:enumeration>
  618. <xs:enumeration value="NIO">
  619. <xs:annotation>
  620. <xs:documentation>Cordoba Oro</xs:documentation>
  621. </xs:annotation>
  622. </xs:enumeration>
  623. <xs:enumeration value="NLG">
  624. <xs:annotation>
  625. <xs:documentation>Netherlands Guilder</xs:documentation>
  626. </xs:annotation>
  627. </xs:enumeration>
  628. <xs:enumeration value="NOK">
  629. <xs:annotation>
  630. <xs:documentation>Norvegian Krone</xs:documentation>
  631. </xs:annotation>
  632. </xs:enumeration>
  633. <xs:enumeration value="NPR">
  634. <xs:annotation>
  635. <xs:documentation>Nepalese Rupee</xs:documentation>
  636. </xs:annotation>
  637. </xs:enumeration>
  638. <xs:enumeration value="NZD">
  639. <xs:annotation>
  640. <xs:documentation>New Zealand Dollar</xs:documentation>
  641. </xs:annotation>
  642. </xs:enumeration>
  643. <xs:enumeration value="OMR">
  644. <xs:annotation>
  645. <xs:documentation>Rial Omani</xs:documentation>
  646. </xs:annotation>
  647. </xs:enumeration>
  648. <xs:enumeration value="PAB">
  649. <xs:annotation>
  650. <xs:documentation>Balboa</xs:documentation>
  651. </xs:annotation>
  652. </xs:enumeration>
  653. <xs:enumeration value="PEN">
  654. <xs:annotation>
  655. <xs:documentation>Nuevo Sol</xs:documentation>
  656. </xs:annotation>
  657. </xs:enumeration>
  658. <xs:enumeration value="PGK">
  659. <xs:annotation>
  660. <xs:documentation>Kina</xs:documentation>
  661. </xs:annotation>
  662. </xs:enumeration>
  663. <xs:enumeration value="PHP">
  664. <xs:annotation>
  665. <xs:documentation>Philippine Peso</xs:documentation>
  666. </xs:annotation>
  667. </xs:enumeration>
  668. <xs:enumeration value="PKR">
  669. <xs:annotation>
  670. <xs:documentation>Pakistan Rupee</xs:documentation>
  671. </xs:annotation>
  672. </xs:enumeration>
  673. <xs:enumeration value="PLN">
  674. <xs:annotation>
  675. <xs:documentation>Zloty</xs:documentation>
  676. </xs:annotation>
  677. </xs:enumeration>
  678. <xs:enumeration value="PTE">
  679. <xs:annotation>
  680. <xs:documentation>Portuguese Escudo</xs:documentation>
  681. </xs:annotation>
  682. </xs:enumeration>
  683. <xs:enumeration value="PYG">
  684. <xs:annotation>
  685. <xs:documentation>Guarani</xs:documentation>
  686. </xs:annotation>
  687. </xs:enumeration>
  688. <xs:enumeration value="QAR">
  689. <xs:annotation>
  690. <xs:documentation>Qatari Rial</xs:documentation>
  691. </xs:annotation>
  692. </xs:enumeration>
  693. <xs:enumeration value="ROL">
  694. <xs:annotation>
  695. <xs:documentation>Leu</xs:documentation>
  696. </xs:annotation>
  697. </xs:enumeration>
  698. <xs:enumeration value="RUB">
  699. <xs:annotation>
  700. <xs:documentation>Russian Ruble</xs:documentation>
  701. </xs:annotation>
  702. </xs:enumeration>
  703. <xs:enumeration value="RUR">
  704. <xs:annotation>
  705. <xs:documentation>Russian Ruble</xs:documentation>
  706. </xs:annotation>
  707. </xs:enumeration>
  708. <xs:enumeration value="RWF">
  709. <xs:annotation>
  710. <xs:documentation>Rwanda Franc</xs:documentation>
  711. </xs:annotation>
  712. </xs:enumeration>
  713. <xs:enumeration value="SAR">
  714. <xs:annotation>
  715. <xs:documentation>Saudi Riyal</xs:documentation>
  716. </xs:annotation>
  717. </xs:enumeration>
  718. <xs:enumeration value="SBD">
  719. <xs:annotation>
  720. <xs:documentation>Solomon Islands Dollar</xs:documentation>
  721. </xs:annotation>
  722. </xs:enumeration>
  723. <xs:enumeration value="SCR">
  724. <xs:annotation>
  725. <xs:documentation>Seychelles Rupee</xs:documentation>
  726. </xs:annotation>
  727. </xs:enumeration>
  728. <xs:enumeration value="SDD">
  729. <xs:annotation>
  730. <xs:documentation>Sudanese Dinar</xs:documentation>
  731. </xs:annotation>
  732. </xs:enumeration>
  733. <xs:enumeration value="SEK">
  734. <xs:annotation>
  735. <xs:documentation>Swedish Krona</xs:documentation>
  736. </xs:annotation>
  737. </xs:enumeration>
  738. <xs:enumeration value="SGD">
  739. <xs:annotation>
  740. <xs:documentation>Singapore Dollar</xs:documentation>
  741. </xs:annotation>
  742. </xs:enumeration>
  743. <xs:enumeration value="SHP">
  744. <xs:annotation>
  745. <xs:documentation>Saint Helena Pound</xs:documentation>
  746. </xs:annotation>
  747. </xs:enumeration>
  748. <xs:enumeration value="SIT">
  749. <xs:annotation>
  750. <xs:documentation>Tolar</xs:documentation>
  751. </xs:annotation>
  752. </xs:enumeration>
  753. <xs:enumeration value="SKK">
  754. <xs:annotation>
  755. <xs:documentation>Slovak Koruna</xs:documentation>
  756. </xs:annotation>
  757. </xs:enumeration>
  758. <xs:enumeration value="SLL">
  759. <xs:annotation>
  760. <xs:documentation>Leone</xs:documentation>
  761. </xs:annotation>
  762. </xs:enumeration>
  763. <xs:enumeration value="SOS">
  764. <xs:annotation>
  765. <xs:documentation>Somali Shilling</xs:documentation>
  766. </xs:annotation>
  767. </xs:enumeration>
  768. <xs:enumeration value="SRG">
  769. <xs:annotation>
  770. <xs:documentation>Suriname Guilder</xs:documentation>
  771. </xs:annotation>
  772. </xs:enumeration>
  773. <xs:enumeration value="STD">
  774. <xs:annotation>
  775. <xs:documentation>Dobra</xs:documentation>
  776. </xs:annotation>
  777. </xs:enumeration>
  778. <xs:enumeration value="SVC">
  779. <xs:annotation>
  780. <xs:documentation>El Salvador Colon</xs:documentation>
  781. </xs:annotation>
  782. </xs:enumeration>
  783. <xs:enumeration value="SYP">
  784. <xs:annotation>
  785. <xs:documentation>Syrian Pound</xs:documentation>
  786. </xs:annotation>
  787. </xs:enumeration>
  788. <xs:enumeration value="SZL">
  789. <xs:annotation>
  790. <xs:documentation>Lilangeni</xs:documentation>
  791. </xs:annotation>
  792. </xs:enumeration>
  793. <xs:enumeration value="THB">
  794. <xs:annotation>
  795. <xs:documentation>Baht</xs:documentation>
  796. </xs:annotation>
  797. </xs:enumeration>
  798. <xs:enumeration value="TJS">
  799. <xs:annotation>
  800. <xs:documentation>Somoni</xs:documentation>
  801. </xs:annotation>
  802. </xs:enumeration>
  803. <xs:enumeration value="TMM">
  804. <xs:annotation>
  805. <xs:documentation>Manat</xs:documentation>
  806. </xs:annotation>
  807. </xs:enumeration>
  808. <xs:enumeration value="TND">
  809. <xs:annotation>
  810. <xs:documentation>Tunisian Dinar</xs:documentation>
  811. </xs:annotation>
  812. </xs:enumeration>
  813. <xs:enumeration value="TOP">
  814. <xs:annotation>
  815. <xs:documentation>Pa´anga</xs:documentation>
  816. </xs:annotation>
  817. </xs:enumeration>
  818. <xs:enumeration value="TPE">
  819. <xs:annotation>
  820. <xs:documentation>Timor Escudo</xs:documentation>
  821. </xs:annotation>
  822. </xs:enumeration>
  823. <xs:enumeration value="TRL">
  824. <xs:annotation>
  825. <xs:documentation>Turkish Lira</xs:documentation>
  826. </xs:annotation>
  827. </xs:enumeration>
  828. <xs:enumeration value="TTD">
  829. <xs:annotation>
  830. <xs:documentation>Trinidad and Tobago Dollar</xs:documentation>
  831. </xs:annotation>
  832. </xs:enumeration>
  833. <xs:enumeration value="TWD">
  834. <xs:annotation>
  835. <xs:documentation>New Taiwan Dollar</xs:documentation>
  836. </xs:annotation>
  837. </xs:enumeration>
  838. <xs:enumeration value="TZS">
  839. <xs:annotation>
  840. <xs:documentation>Tanzanian Shilling</xs:documentation>
  841. </xs:annotation>
  842. </xs:enumeration>
  843. <xs:enumeration value="UAH">
  844. <xs:annotation>
  845. <xs:documentation>Hryvnia</xs:documentation>
  846. </xs:annotation>
  847. </xs:enumeration>
  848. <xs:enumeration value="UGX">
  849. <xs:annotation>
  850. <xs:documentation>Uganda Shilling</xs:documentation>
  851. </xs:annotation>
  852. </xs:enumeration>
  853. <xs:enumeration value="USD">
  854. <xs:annotation>
  855. <xs:documentation>US Dollar</xs:documentation>
  856. </xs:annotation>
  857. </xs:enumeration>
  858. <xs:enumeration value="USN">
  859. <xs:annotation>
  860. <xs:documentation>US Dollar (Next day)</xs:documentation>
  861. </xs:annotation>
  862. </xs:enumeration>
  863. <xs:enumeration value="USS">
  864. <xs:annotation>
  865. <xs:documentation>US Dollar (Same day)</xs:documentation>
  866. </xs:annotation>
  867. </xs:enumeration>
  868. <xs:enumeration value="UYU">
  869. <xs:annotation>
  870. <xs:documentation>Peso Uruguayo</xs:documentation>
  871. </xs:annotation>
  872. </xs:enumeration>
  873. <xs:enumeration value="UZS">
  874. <xs:annotation>
  875. <xs:documentation>Uzbekistan Sum</xs:documentation>
  876. </xs:annotation>
  877. </xs:enumeration>
  878. <xs:enumeration value="VEB">
  879. <xs:annotation>
  880. <xs:documentation>Bolivar</xs:documentation>
  881. </xs:annotation>
  882. </xs:enumeration>
  883. <xs:enumeration value="VND">
  884. <xs:annotation>
  885. <xs:documentation>Dong</xs:documentation>
  886. </xs:annotation>
  887. </xs:enumeration>
  888. <xs:enumeration value="VUV">
  889. <xs:annotation>
  890. <xs:documentation>Vatu</xs:documentation>
  891. </xs:annotation>
  892. </xs:enumeration>
  893. <xs:enumeration value="WST">
  894. <xs:annotation>
  895. <xs:documentation>Tala</xs:documentation>
  896. </xs:annotation>
  897. </xs:enumeration>
  898. <xs:enumeration value="XAF">
  899. <xs:annotation>
  900. <xs:documentation>CFA Franc BEAC</xs:documentation>
  901. </xs:annotation>
  902. </xs:enumeration>
  903. <xs:enumeration value="XAG">
  904. <xs:annotation>
  905. <xs:documentation>Silver</xs:documentation>
  906. </xs:annotation>
  907. </xs:enumeration>
  908. <xs:enumeration value="XAU">
  909. <xs:annotation>
  910. <xs:documentation>Gold</xs:documentation>
  911. </xs:annotation>
  912. </xs:enumeration>
  913. <xs:enumeration value="XBA">
  914. <xs:annotation>
  915. <xs:documentation>European Composite Unit (EURCO)</xs:documentation>
  916. <xs:documentation>European Monetary Unit (E.M.U.-6)</xs:documentation>
  917. </xs:annotation>
  918. </xs:enumeration>
  919. <xs:enumeration value="XBB">
  920. <xs:annotation>
  921. <xs:documentation>European Unit of Account 9 (E.U.A.-9)</xs:documentation>
  922. </xs:annotation>
  923. </xs:enumeration>
  924. <xs:enumeration value="XBC">
  925. <xs:annotation>
  926. <xs:documentation>European Unit of Account 17 (E.U.A.-17)</xs:documentation>
  927. </xs:annotation>
  928. </xs:enumeration>
  929. <xs:enumeration value="XCD">
  930. <xs:annotation>
  931. <xs:documentation>East Caribbean Dollar</xs:documentation>
  932. </xs:annotation>
  933. </xs:enumeration>
  934. <xs:enumeration value="XDR">
  935. <xs:annotation>
  936. <xs:documentation>SDR</xs:documentation>
  937. </xs:annotation>
  938. </xs:enumeration>
  939. <xs:enumeration value="XFO">
  940. <xs:annotation>
  941. <xs:documentation>Gold-Franc</xs:documentation>
  942. </xs:annotation>
  943. </xs:enumeration>
  944. <xs:enumeration value="XFU">
  945. <xs:annotation>
  946. <xs:documentation>UIC-Franc</xs:documentation>
  947. </xs:annotation>
  948. </xs:enumeration>
  949. <xs:enumeration value="XOF">
  950. <xs:annotation>
  951. <xs:documentation>CFA Franc BCEAO</xs:documentation>
  952. </xs:annotation>
  953. </xs:enumeration>
  954. <xs:enumeration value="XPD">
  955. <xs:annotation>
  956. <xs:documentation>Palladium</xs:documentation>
  957. </xs:annotation>
  958. </xs:enumeration>
  959. <xs:enumeration value="XPF">
  960. <xs:annotation>
  961. <xs:documentation>CFP Franc</xs:documentation>
  962. </xs:annotation>
  963. </xs:enumeration>
  964. <xs:enumeration value="XPT">
  965. <xs:annotation>
  966. <xs:documentation>Platinum</xs:documentation>
  967. </xs:annotation>
  968. </xs:enumeration>
  969. <xs:enumeration value="XTS">
  970. <xs:annotation>
  971. <xs:documentation>Codes Specifically reserved for testing purposes</xs:documentation>
  972. </xs:annotation>
  973. </xs:enumeration>
  974. <xs:enumeration value="YER">
  975. <xs:annotation>
  976. <xs:documentation>Yemeni Rial</xs:documentation>
  977. </xs:annotation>
  978. </xs:enumeration>
  979. <xs:enumeration value="YUM">
  980. <xs:annotation>
  981. <xs:documentation>Yugoslavian Dinar</xs:documentation>
  982. </xs:annotation>
  983. </xs:enumeration>
  984. <xs:enumeration value="ZAR">
  985. <xs:annotation>
  986. <xs:documentation>South Africa Rand</xs:documentation>
  987. </xs:annotation>
  988. </xs:enumeration>
  989. <xs:enumeration value="ZMK">
  990. <xs:annotation>
  991. <xs:documentation>Kwacha</xs:documentation>
  992. </xs:annotation>
  993. </xs:enumeration>
  994. <xs:enumeration value="ZWD">
  995. <xs:annotation>
  996. <xs:documentation>Zimbabwe Dollar</xs:documentation>
  997. </xs:annotation>
  998. </xs:enumeration>
  999. </xs:restriction>
  1000. </xs:simpleType>
  1001. </xs:schema>