/******************************************************************************* * Copyright (c) 2014, 2015 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0 * which accompanies this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html * and the Eclipse Distribution License is available at * http://www.eclipse.org/org/documents/edl-v10.php. * * Contributors: * Martin Vojtek - 2.6.0 - initial implementation ******************************************************************************/ package org.eclipse.persistence.testing.perf.largexml.bigpo.currency_code; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for CurrencyCodeContentType. * * <p>The following schema fragment specifies the expected content contained within this class. * <p> * <pre> * <simpleType name="CurrencyCodeContentType"> * <restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString"> * <enumeration value="AED"/> * <enumeration value="AFN"/> * <enumeration value="ALL"/> * <enumeration value="AMD"/> * <enumeration value="ANG"/> * <enumeration value="AOA"/> * <enumeration value="ARS"/> * <enumeration value="AUD"/> * <enumeration value="AWG"/> * <enumeration value="AZM"/> * <enumeration value="BAM"/> * <enumeration value="BBD"/> * <enumeration value="BDT"/> * <enumeration value="BGN"/> * <enumeration value="BHD"/> * <enumeration value="BIF"/> * <enumeration value="BMD"/> * <enumeration value="BND"/> * <enumeration value="BOB"/> * <enumeration value="BRL"/> * <enumeration value="BSD"/> * <enumeration value="BTN"/> * <enumeration value="BWP"/> * <enumeration value="BYR"/> * <enumeration value="BZD"/> * <enumeration value="CAD"/> * <enumeration value="CDF"/> * <enumeration value="CHF"/> * <enumeration value="CLP"/> * <enumeration value="CNY"/> * <enumeration value="COP"/> * <enumeration value="CRC"/> * <enumeration value="CUP"/> * <enumeration value="CVE"/> * <enumeration value="CYP"/> * <enumeration value="CZK"/> * <enumeration value="DJF"/> * <enumeration value="DKK"/> * <enumeration value="DOP"/> * <enumeration value="DZD"/> * <enumeration value="EEK"/> * <enumeration value="EGP"/> * <enumeration value="ERN"/> * <enumeration value="ETB"/> * <enumeration value="EUR"/> * <enumeration value="FJD"/> * <enumeration value="FKP"/> * <enumeration value="GBP"/> * <enumeration value="GEL"/> * <enumeration value="GHC"/> * <enumeration value="GIP"/> * <enumeration value="GMD"/> * <enumeration value="GNF"/> * <enumeration value="GTQ"/> * <enumeration value="GYD"/> * <enumeration value="HKD"/> * <enumeration value="HNL"/> * <enumeration value="HRK"/> * <enumeration value="HTG"/> * <enumeration value="HUF"/> * <enumeration value="IDR"/> * <enumeration value="ILS"/> * <enumeration value="INR"/> * <enumeration value="IQD"/> * <enumeration value="IRR"/> * <enumeration value="ISK"/> * <enumeration value="JMD"/> * <enumeration value="JOD"/> * <enumeration value="JPY"/> * <enumeration value="KES"/> * <enumeration value="KGS"/> * <enumeration value="KHR"/> * <enumeration value="KMF"/> * <enumeration value="KPW"/> * <enumeration value="KRW"/> * <enumeration value="KWD"/> * <enumeration value="KYD"/> * <enumeration value="KZT"/> * <enumeration value="LAK"/> * <enumeration value="LBP"/> * <enumeration value="LKR"/> * <enumeration value="LRD"/> * <enumeration value="LSL"/> * <enumeration value="LTL"/> * <enumeration value="LVL"/> * <enumeration value="LYD"/> * <enumeration value="MAD"/> * <enumeration value="MDL"/> * <enumeration value="MGF"/> * <enumeration value="MKD"/> * <enumeration value="MMK"/> * <enumeration value="MNT"/> * <enumeration value="MOP"/> * <enumeration value="MRO"/> * <enumeration value="MTL"/> * <enumeration value="MUR"/> * <enumeration value="MVR"/> * <enumeration value="MWK"/> * <enumeration value="MXN"/> * <enumeration value="MYR"/> * <enumeration value="MZM"/> * <enumeration value="NAD"/> * <enumeration value="NGN"/> * <enumeration value="NIO"/> * <enumeration value="NOK"/> * <enumeration value="NPR"/> * <enumeration value="NZD"/> * <enumeration value="OMR"/> * <enumeration value="PAB"/> * <enumeration value="PEN"/> * <enumeration value="PGK"/> * <enumeration value="PHP"/> * <enumeration value="PKR"/> * <enumeration value="PLN"/> * <enumeration value="PYG"/> * <enumeration value="QAR"/> * <enumeration value="ROL"/> * <enumeration value="RUB"/> * <enumeration value="RWF"/> * <enumeration value="SAR"/> * <enumeration value="SBD"/> * <enumeration value="SCR"/> * <enumeration value="SDD"/> * <enumeration value="SEK"/> * <enumeration value="SGD"/> * <enumeration value="SHP"/> * <enumeration value="SIT"/> * <enumeration value="SKK"/> * <enumeration value="SLL"/> * <enumeration value="SOS"/> * <enumeration value="SRG"/> * <enumeration value="STD"/> * <enumeration value="SVC"/> * <enumeration value="SYP"/> * <enumeration value="SZL"/> * <enumeration value="THB"/> * <enumeration value="TJS"/> * <enumeration value="TMM"/> * <enumeration value="TND"/> * <enumeration value="TOP"/> * <enumeration value="TRL"/> * <enumeration value="TTD"/> * <enumeration value="TWD"/> * <enumeration value="TZS"/> * <enumeration value="UAH"/> * <enumeration value="UGX"/> * <enumeration value="USD"/> * <enumeration value="UYU"/> * <enumeration value="UZS"/> * <enumeration value="VEB"/> * <enumeration value="VND"/> * <enumeration value="VUV"/> * <enumeration value="WST"/> * <enumeration value="XAF"/> * <enumeration value="XAG"/> * <enumeration value="XAU"/> * <enumeration value="XCD"/> * <enumeration value="XDR"/> * <enumeration value="XOF"/> * <enumeration value="XPD"/> * <enumeration value="XPF"/> * <enumeration value="XPT"/> * <enumeration value="YER"/> * <enumeration value="YUM"/> * <enumeration value="ZAR"/> * <enumeration value="ZMK"/> * <enumeration value="ZWD"/> * </restriction> * </simpleType> * </pre> * */ @XmlType(name = "CurrencyCodeContentType") @XmlEnum public enum CurrencyCodeContentType { /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Dirham</CodeName> * </pre> * * */ AED, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Afghani</CodeName> * </pre> * * */ AFN, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Lek</CodeName> * </pre> * * */ ALL, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Dram</CodeName> * </pre> * * */ AMD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Netherlands Antillian Guilder</CodeName> * </pre> * * */ ANG, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Kwanza</CodeName> * </pre> * * */ AOA, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Argentine Peso</CodeName> * </pre> * * */ ARS, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Australian Dollar</CodeName> * </pre> * * */ AUD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Aruban Guilder</CodeName> * </pre> * * */ AWG, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Azerbaijanian Manat</CodeName> * </pre> * * */ AZM, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Convertible Mark</CodeName> * </pre> * * */ BAM, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Barbados Dollar</CodeName> * </pre> * * */ BBD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Taka</CodeName> * </pre> * * */ BDT, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Bulgarian Lev</CodeName> * </pre> * * */ BGN, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Bahraini Dinar</CodeName> * </pre> * * */ BHD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Burundi Franc</CodeName> * </pre> * * */ BIF, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Bermudian Dollar (customarily: Bermuda Dollar)</CodeName> * </pre> * * */ BMD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Brunei Dollar</CodeName> * </pre> * * */ BND, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Boliviano</CodeName> * </pre> * * */ BOB, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Brazilian Real</CodeName> * </pre> * * */ BRL, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Bahamian Dollar</CodeName> * </pre> * * */ BSD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Ngultrum</CodeName> * </pre> * * */ BTN, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Pula</CodeName> * </pre> * * */ BWP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Belarussian Ruble</CodeName> * </pre> * * */ BYR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Belize Dollar</CodeName> * </pre> * * */ BZD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Canadian Dollar</CodeName> * </pre> * * */ CAD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Franc Congolais</CodeName> * </pre> * * */ CDF, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Swiss Franc</CodeName> * </pre> * * */ CHF, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Chilean Peso</CodeName> * </pre> * * */ CLP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Yuan Renminbi</CodeName> * </pre> * * */ CNY, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Colombian Peso</CodeName> * </pre> * * */ COP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Costa Rican Colon</CodeName> * </pre> * * */ CRC, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Cuban Peso</CodeName> * </pre> * * */ CUP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Cape Verde Escudo</CodeName> * </pre> * * */ CVE, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Cyprus Pound</CodeName> * </pre> * * */ CYP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Czech Koruna</CodeName> * </pre> * * */ CZK, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Djibouti Franc</CodeName> * </pre> * * */ DJF, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Danish Krone</CodeName> * </pre> * * */ DKK, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Dominican Peso</CodeName> * </pre> * * */ DOP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Algerian Dinar</CodeName> * </pre> * * */ DZD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Kroon</CodeName> * </pre> * * */ EEK, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Egyptian Pound</CodeName> * </pre> * * */ EGP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Nakfa</CodeName> * </pre> * * */ ERN, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Ethopian Birr</CodeName> * </pre> * * */ ETB, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Euro</CodeName> * </pre> * * */ EUR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Fiji Dollar</CodeName> * </pre> * * */ FJD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Falkland Islands Pound</CodeName> * </pre> * * */ FKP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Pound Sterling</CodeName> * </pre> * * */ GBP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Lari</CodeName> * </pre> * * */ GEL, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Cedi</CodeName> * </pre> * * */ GHC, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Gibraltar Pound</CodeName> * </pre> * * */ GIP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Dalasi</CodeName> * </pre> * * */ GMD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Guinea Franc</CodeName> * </pre> * * */ GNF, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Quetzal</CodeName> * </pre> * * */ GTQ, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Guyana Dollar</CodeName> * </pre> * * */ GYD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Honk Kong Dollar</CodeName> * </pre> * * */ HKD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Lempira</CodeName> * </pre> * * */ HNL, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Kuna</CodeName> * </pre> * * */ HRK, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Gourde</CodeName> * </pre> * * */ HTG, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Forint</CodeName> * </pre> * * */ HUF, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Rupiah</CodeName> * </pre> * * */ IDR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">New Israeli Sheqel</CodeName> * </pre> * * */ ILS, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Indian Rupee</CodeName> * </pre> * * */ INR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Iraqi Dinar</CodeName> * </pre> * * */ IQD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Iranian Rial</CodeName> * </pre> * * */ IRR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Iceland Krona</CodeName> * </pre> * * */ ISK, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Jamaican Dollar</CodeName> * </pre> * * */ JMD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Jordanian Dinar</CodeName> * </pre> * * */ JOD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Yen</CodeName> * </pre> * * */ JPY, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Kenyan Shilling</CodeName> * </pre> * * */ KES, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Som</CodeName> * </pre> * * */ KGS, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Riel</CodeName> * </pre> * * */ KHR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Comoro Franc</CodeName> * </pre> * * */ KMF, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">North Korean Won</CodeName> * </pre> * * */ KPW, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Won</CodeName> * </pre> * * */ KRW, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Kuwaiti Dinar</CodeName> * </pre> * * */ KWD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Cayman Islands Dollar</CodeName> * </pre> * * */ KYD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Tenge</CodeName> * </pre> * * */ KZT, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Kip</CodeName> * </pre> * * */ LAK, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Lebanese Pound</CodeName> * </pre> * * */ LBP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Sri Lanka Rupee</CodeName> * </pre> * * */ LKR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Liberian Dollar</CodeName> * </pre> * * */ LRD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Loti</CodeName> * </pre> * * */ LSL, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Lithuanian Litas</CodeName> * </pre> * * */ LTL, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Latvian Lats</CodeName> * </pre> * * */ LVL, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Libyan Dinar</CodeName> * </pre> * * */ LYD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Morrocan Dirham</CodeName> * </pre> * * */ MAD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Moldovan Leu</CodeName> * </pre> * * */ MDL, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Malagasy Franc</CodeName> * </pre> * * */ MGF, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Denar</CodeName> * </pre> * * */ MKD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Kyat</CodeName> * </pre> * * */ MMK, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Tugrik</CodeName> * </pre> * * */ MNT, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Pataca</CodeName> * </pre> * * */ MOP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Ouguiya</CodeName> * </pre> * * */ MRO, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Maltese Lira</CodeName> * </pre> * * */ MTL, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Mauritius Rupee</CodeName> * </pre> * * */ MUR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Rufiyaa</CodeName> * </pre> * * */ MVR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Kwacha</CodeName> * </pre> * * */ MWK, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Mexican Peso</CodeName> * </pre> * * */ MXN, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Malaysian Ringgit</CodeName> * </pre> * * */ MYR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Metical</CodeName> * </pre> * * */ MZM, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Namibia Dollar</CodeName> * </pre> * * */ NAD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Naira</CodeName> * </pre> * * */ NGN, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Cordoba Oro</CodeName> * </pre> * * */ NIO, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Norwegian Krone</CodeName> * </pre> * * */ NOK, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Nepalese Rupee</CodeName> * </pre> * * */ NPR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">New Zealand Dollar</CodeName> * </pre> * * */ NZD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Rial Omani</CodeName> * </pre> * * */ OMR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Balboa</CodeName> * </pre> * * */ PAB, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Nuevo Sol</CodeName> * </pre> * * */ PEN, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Kina</CodeName> * </pre> * * */ PGK, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Philippine Peso</CodeName> * </pre> * * */ PHP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Pakistan Rupee</CodeName> * </pre> * * */ PKR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Zloty</CodeName> * </pre> * * */ PLN, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Guarani</CodeName> * </pre> * * */ PYG, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Qatari Rial</CodeName> * </pre> * * */ QAR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Leu</CodeName> * </pre> * * */ ROL, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Russian Ruble</CodeName> * </pre> * * */ RUB, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Rwanda Franc</CodeName> * </pre> * * */ RWF, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Saudi Riyal</CodeName> * </pre> * * */ SAR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Solomon Islands Dollar</CodeName> * </pre> * * */ SBD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Seychelles Rupee</CodeName> * </pre> * * */ SCR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Sudanese Dinar</CodeName> * </pre> * * */ SDD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Swedish Krona</CodeName> * </pre> * * */ SEK, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Singapore Dollar</CodeName> * </pre> * * */ SGD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">St. Helena Pound</CodeName> * </pre> * * */ SHP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Tolar</CodeName> * </pre> * * */ SIT, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Slovak Koruna</CodeName> * </pre> * * */ SKK, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Leone</CodeName> * </pre> * * */ SLL, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Somali Shilling</CodeName> * </pre> * * */ SOS, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Suriname Guilder</CodeName> * </pre> * * */ SRG, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Dobra</CodeName> * </pre> * * */ STD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">El Salvador Colon</CodeName> * </pre> * * */ SVC, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Syrian Pound</CodeName> * </pre> * * */ SYP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Lilangeni</CodeName> * </pre> * * */ SZL, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Baht</CodeName> * </pre> * * */ THB, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Somoni</CodeName> * </pre> * * */ TJS, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Manat</CodeName> * </pre> * * */ TMM, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Tunisian Dinar</CodeName> * </pre> * * */ TND, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Pa'anga</CodeName> * </pre> * * */ TOP, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Turkish Lira</CodeName> * </pre> * * */ TRL, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Trinidad and Tobago Dollar</CodeName> * </pre> * * */ TTD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">New Taiwan Dollar</CodeName> * </pre> * * */ TWD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Tanzanian Shilling</CodeName> * </pre> * * */ TZS, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Hryvnia</CodeName> * </pre> * * */ UAH, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Uganda Shilling</CodeName> * </pre> * * */ UGX, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">US Dollar</CodeName> * </pre> * * */ USD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Peso Uruguayo</CodeName> * </pre> * * */ UYU, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Uzbekistan Sum</CodeName> * </pre> * * */ UZS, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Bolivar</CodeName> * </pre> * * */ VEB, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Dong</CodeName> * </pre> * * */ VND, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Vatu</CodeName> * </pre> * * */ VUV, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Tala</CodeName> * </pre> * * */ WST, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">CFA Franc</CodeName> * </pre> * * */ XAF, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Silver</CodeName> * </pre> * * */ XAG, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Gold</CodeName> * </pre> * * */ XAU, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">East Carribean Dollar</CodeName> * </pre> * * */ XCD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">SDR</CodeName> * </pre> * * */ XDR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">CFA Franc</CodeName> * </pre> * * */ XOF, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Palladium</CodeName> * </pre> * * */ XPD, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">CFP Franc</CodeName> * </pre> * * */ XPF, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Platinum</CodeName> * </pre> * * */ XPT, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Yemeni Rial</CodeName> * </pre> * * */ YER, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">New Dinar</CodeName> * </pre> * * */ YUM, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Rand</CodeName> * </pre> * * */ ZAR, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Kwacha</CodeName> * </pre> * * */ ZMK, /** * * <pre> * <?xml version="1.0" encoding="UTF-8"?><CodeName xmlns="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Zimbabwe Dollar</CodeName> * </pre> * * */ ZWD; public String value() { return name(); } public static CurrencyCodeContentType fromValue(String v) { return valueOf(v); } }