diff --git a/base_ubl/README.rst b/base_ubl/README.rst new file mode 100644 index 0000000000..6edc5a254f --- /dev/null +++ b/base_ubl/README.rst @@ -0,0 +1,59 @@ +.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png + :target: https://www.gnu.org/licenses/agpl + :alt: License: AGPL-3 + +======== +Base UBL +======== + +This is the base module for the implementation of the `Universal Business +Language (UBL) `_ standard. The UBL standard became the +`ISO/IEC 19845 `_ +standard in January 2016 (cf the `official announce +`_). + +This module contains methods to generate and parse UBL files. This module +doesn't do anything useful by itself, but it is used by several other modules: + +* *purchase_order_ubl* that generate UBL purchase orders, +* *sale_order_import_ubl* that imports UBL sale orders. +* *account_invoice_import_ubl* that imports UBL invoices, + +Usage +===== + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/226/11.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smash it by providing detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ + +* Alexis de Lattre +* Andrea Stirpe + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/base_ubl/__init__.py b/base_ubl/__init__.py new file mode 100644 index 0000000000..31660d6a96 --- /dev/null +++ b/base_ubl/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from . import models diff --git a/base_ubl/__manifest__.py b/base_ubl/__manifest__.py new file mode 100644 index 0000000000..ee941553b8 --- /dev/null +++ b/base_ubl/__manifest__.py @@ -0,0 +1,19 @@ +# © 2016-2017 Akretion (Alexis de Lattre ) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +{ + 'name': 'Base UBL', + 'version': '11.0.1.0.0', + 'category': 'Hidden', + 'license': 'AGPL-3', + 'summary': 'Base module for Universal Business Language (UBL)', + 'author': 'Akretion,Odoo Community Association (OCA)', + 'website': 'https://github.com/oca/edi/', + 'depends': [ + 'product_uom_unece', + 'account_tax_unece', + 'base_vat_sanitized', + ], + 'external_dependencies': {'python': ['PyPDF2']}, + 'installable': True, +} diff --git a/base_ubl/data/xsd-2.0/common/CCTS_CCT_SchemaModule-2.0.xsd b/base_ubl/data/xsd-2.0/common/CCTS_CCT_SchemaModule-2.0.xsd new file mode 100644 index 0000000000..5be7ba1d7a --- /dev/null +++ b/base_ubl/data/xsd-2.0/common/CCTS_CCT_SchemaModule-2.0.xsd @@ -0,0 +1,731 @@ + + + + + + + + + + + + + + UNDT000001 + CCT + Amount. Type + 1.0 + A number of monetary units specified in a currency where the unit of the currency is explicit or implied. + Amount + decimal + + + + + + + + UNDT000001-SC2 + SC + Amount Currency. Identifier + The currency of the amount. + Amount Currency + Identification + Identifier + string + Reference UNECE Rec 9, using 3-letter alphabetic codes. + + + + + + + UNDT000001-SC3 + SC + Amount Currency. Code List Version. Identifier + The VersionID of the UN/ECE Rec9 code list. + Amount Currency + Code List Version + Identifier + string + + + + + + + + + + + + UNDT000002 + CCT + Binary Object. Type + 1.0 + A set of finite-length sequences of binary octets. + Binary Object + binary + + + + + + + + UNDT000002-SC2 + SC + Binary Object. Format. Text + The format of the binary content. + Binary Object + Format + Text + string + + + + + + + UNDT000002-SC3 + SC + Binary Object. Mime. Code + The mime type of the binary object. + Binary Object + Mime + Code + string + + + + + + + UNDT000002-SC4 + SC + Binary Object. Encoding. Code + Specifies the decoding algorithm of the binary object. + Binary Object + Encoding + Code + string + + + + + + + UNDT000002-SC5 + SC + Binary Object. Character Set. Code + The character set of the binary object if the mime type is text. + Binary Object + Character Set + Code + string + + + + + + + UNDT000002-SC6 + SC + Binary Object. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the binary object is located. + Binary Object + Uniform Resource Identifier + Identifier + string + + + + + + + UNDT000002-SC7 + SC + Binary Object. Filename.Text + The filename of the binary object. + Binary Object + Filename + Text + string + + + + + + + + + + + + UNDT000007 + CCT + Code. Type + 1.0 + A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information. + Code + string + Should not be used if the character string identifies an instance of an object class or an object in the real world, in which case the Identifier. Type should be used. + + + + + + + + UNDT000007-SC2 + SC + Code List. Identifier + The identification of a list of codes. + Code List + Identification + Identifier + string + + + + + + + UNDT000007-SC3 + SC + Code List. Agency. Identifier + An agency that maintains one or more lists of codes. + Code List + Agency + Identifier + string + Defaults to the UN/EDIFACT data element 3055 code list. + + + + + + + UNDT000007-SC4 + SC + Code List. Agency Name. Text + The name of the agency that maintains the list of codes. + Code List + Agency Name + Text + string + + + + + + + UNDT000007-SC5 + SC + Code List. Name. Text + The name of a list of codes. + Code List + Name + Text + string + + + + + + + UNDT000007-SC6 + SC + Code List. Version. Identifier + The version of the list of codes. + Code List + Version + Identifier + string + + + + + + + UNDT000007-SC7 + SC + Code. Name. Text + The textual equivalent of the code content component. + Code + Name + Text + string + + + + + + + UNDT000007-SC8 + SC + Language. Identifier + The identifier of the language used in the code name. + Language + Identification + Identifier + string + + + + + + + UNDT000007-SC9 + SC + Code List. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the code list is located. + Code List + Uniform Resource Identifier + Identifier + string + + + + + + + UNDT000007-SC10 + SC + Code List Scheme. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the code list scheme is located. + Code List Scheme + Uniform Resource Identifier + Identifier + string + + + + + + + + + + + + UNDT000008 + CCT + Date Time. Type + 1.0 + A particular point in the progression of time together with the relevant supplementary information. + Date Time + string + Can be used for a date and/or time. + + + + + + + + UNDT000008-SC1 + SC + Date Time. Format. Text + The format of the date time content + Date Time + Format + Text + string + + + + + + + + + + + + UNDT000011 + CCT + Identifier. Type + 1.0 + A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects in the same scheme together with relevant supplementary information. + Identifier + string + + + + + + + + UNDT000011-SC2 + SC + Identification Scheme. Identifier + The identification of the identification scheme. + Identification Scheme + Identification + Identifier + string + + + + + + + UNDT000011-SC3 + SC + Identification Scheme. Name. Text + The name of the identification scheme. + Identification Scheme + Name + Text + string + + + + + + + UNDT000011-SC4 + SC + Identification Scheme Agency. Identifier + The identification of the agency that maintains the identification scheme. + Identification Scheme Agency + Identification + Identifier + string + Defaults to the UN/EDIFACT data element 3055 code list. + + + + + + + UNDT000011-SC5 + SC + Identification Scheme Agency. Name. Text + The name of the agency that maintains the identification scheme. + Identification Scheme Agency + Agency Name + Text + string + + + + + + + UNDT000011-SC6 + SC + Identification Scheme. Version. Identifier + The version of the identification scheme. + Identification Scheme + Version + Identifier + string + + + + + + + UNDT000011-SC7 + SC + Identification Scheme Data. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the identification scheme data is located. + Identification Scheme Data + Uniform Resource Identifier + Identifier + string + + + + + + + UNDT000011-SC8 + SC + Identification Scheme. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the identification scheme is located. + Identification Scheme + Uniform Resource Identifier + Identifier + string + + + + + + + + + + + + UNDT000012 + CCT + Indicator. Type + 1.0 + A list of two mutually exclusive Boolean values that express the only possible states of a Property. + Indicator + string + + + + + + + + UNDT000012-SC2 + SC + Indicator. Format. Text + Whether the indicator is numeric, textual or binary. + Indicator + Format + Text + string + + + + + + + + + + + + UNDT000013 + CCT + Measure. Type + 1.0 + A numeric value determined by measuring an object along with the specified unit of measure. + Measure + decimal + + + + + + + + UNDT000013-SC2 + SC + Measure Unit. Code + The type of unit of measure. + Measure Unit + Code + Code + string + Reference UNECE Rec. 20 and X12 355 + + + + + + + UNDT000013-SC3 + SC + Measure Unit. Code List Version. Identifier + The version of the measure unit code list. + Measure Unit + Code List Version + Identifier + string + + + + + + + + + + + + UNDT000014 + CCT + Numeric. Type + 1.0 + Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure. + Numeric + string + + + + + + + + UNDT000014-SC2 + SC + Numeric. Format. Text + Whether the number is an integer, decimal, real number or percentage. + Numeric + Format + Text + string + + + + + + + + + + + + UNDT000018 + CCT + Quantity. Type + 1.0 + A counted number of non-monetary units possibly including fractions. + Quantity + decimal + + + + + + + + UNDT000018-SC2 + SC + Quantity. Unit. Code + The unit of the quantity + Quantity + Unit Code + Code + string + + + + + + + UNDT000018-SC3 + SC + Quantity Unit. Code List. Identifier + The quantity unit code list. + Quantity Unit + Code List + Identifier + string + + + + + + + UNDT000018-SC4 + SC + Quantity Unit. Code List Agency. Identifier + The identification of the agency that maintains the quantity unit code list + Quantity Unit + Code List Agency + Identifier + string + Defaults to the UN/EDIFACT data element 3055 code list. + + + + + + + UNDT000018-SC5 + SC + Quantity Unit. Code List Agency Name. Text + The name of the agency which maintains the quantity unit code list. + Quantity Unit + Code List Agency Name + Text + string + + + + + + + + + + + + UNDT000019 + CCT + Text. Type + 1.0 + A character string (i.e. a finite set of characters) generally in the form of words of a language. + Text + string + + + + + + + + UNDT000019-SC2 + SC + Language. Identifier + The identifier of the language used in the content component. + Language + Identification + Identifier + string + + + + + + + UNDT000019-SC3 + SC + Language. Locale. Identifier + The identification of the locale of the language. + Language + Locale + Identifier + string + + + + + + + diff --git a/base_ubl/data/xsd-2.0/common/CodeList_CurrencyCode_ISO_7_04.xsd b/base_ubl/data/xsd-2.0/common/CodeList_CurrencyCode_ISO_7_04.xsd new file mode 100644 index 0000000000..e86562a044 --- /dev/null +++ b/base_ubl/data/xsd-2.0/common/CodeList_CurrencyCode_ISO_7_04.xsd @@ -0,0 +1,1378 @@ + + + + + + + + + + + + Dirham + + + + + + + + Afghani + + + + + + + + Lek + + + + + + + + Dram + + + + + + + + Netherlands Antillian Guilder + + + + + + + + Kwanza + + + + + + + + Argentine Peso + + + + + + + + Australian Dollar + + + + + + + + Aruban Guilder + + + + + + + + Azerbaijanian Manat + + + + + + + + Convertible Mark + + + + + + + + Barbados Dollar + + + + + + + + Taka + + + + + + + + Bulgarian Lev + + + + + + + + Bahraini Dinar + + + + + + + + Burundi Franc + + + + + + + + Bermudian Dollar (customarily: Bermuda Dollar) + + + + + + + + Brunei Dollar + + + + + + + + Boliviano + + + + + + + + Brazilian Real + + + + + + + + Bahamian Dollar + + + + + + + + Ngultrum + + + + + + + + Pula + + + + + + + + Belarussian Ruble + + + + + + + + Belize Dollar + + + + + + + + Canadian Dollar + + + + + + + + Franc Congolais + + + + + + + + Swiss Franc + + + + + + + + Chilean Peso + + + + + + + + Yuan Renminbi + + + + + + + + Colombian Peso + + + + + + + + Costa Rican Colon + + + + + + + + Cuban Peso + + + + + + + + Cape Verde Escudo + + + + + + + + Cyprus Pound + + + + + + + + Czech Koruna + + + + + + + + Djibouti Franc + + + + + + + + Danish Krone + + + + + + + + Dominican Peso + + + + + + + + Algerian Dinar + + + + + + + + Kroon + + + + + + + + Egyptian Pound + + + + + + + + Nakfa + + + + + + + + Ethopian Birr + + + + + + + + Euro + On 1 January 1999, the euro will become the currency of those Member states of the European Union which adopt the single currency in accordance with the Treaty establishing the European Community. This code has been issued now so that technical preparations can be started. The code element 'EU' has been reserved by the ISO 3166 Maintenance Agency for use within ISO 4217 where 'R' has been appended to make an acceptable mnemonic code. + + + + + + + Fiji Dollar + + + + + + + + Falkland Islands Pound + + + + + + + + Pound Sterling + + + + + + + + Lari + + + + + + + + Cedi + + + + + + + + Gibraltar Pound + + + + + + + + Dalasi + + + + + + + + Guinea Franc + + + + + + + + Quetzal + + + + + + + + Guyana Dollar + + + + + + + + Honk Kong Dollar + + + + + + + + Lempira + + + + + + + + Kuna + + + + + + + + Gourde + + + + + + + + Forint + + + + + + + + Rupiah + + + + + + + + New Israeli Sheqel + + + + + + + + Indian Rupee + + + + + + + + Iraqi Dinar + + + + + + + + Iranian Rial + + + + + + + + Iceland Krona + + + + + + + + Jamaican Dollar + + + + + + + + Jordanian Dinar + + + + + + + + Yen + + + + + + + + Kenyan Shilling + + + + + + + + Som + + + + + + + + Riel + + + + + + + + Comoro Franc + + + + + + + + North Korean Won + + + + + + + + Won + + + + + + + + Kuwaiti Dinar + + + + + + + + Cayman Islands Dollar + + + + + + + + Tenge + + + + + + + + Kip + + + + + + + + Lebanese Pound + + + + + + + + Sri Lanka Rupee + + + + + + + + Liberian Dollar + + + + + + + + Loti + + + + + + + + Lithuanian Litas + + + + + + + + Latvian Lats + + + + + + + + Libyan Dinar + + + + + + + + Morrocan Dirham + + + + + + + + Moldovan Leu + + + + + + + + Malagasy Franc + + + + + + + + Denar + + + + + + + + Kyat + + + + + + + + Tugrik + + + + + + + + Pataca + + + + + + + + Ouguiya + + + + + + + + Maltese Lira + + + + + + + + Mauritius Rupee + + + + + + + + Rufiyaa + + + + + + + + Kwacha + + + + + + + + Mexican Peso + + + + + + + + Malaysian Ringgit + + + + + + + + Metical + + + + + + + + Namibia Dollar + + + + + + + + Naira + + + + + + + + Cordoba Oro + + + + + + + + Norwegian Krone + + + + + + + + Nepalese Rupee + + + + + + + + New Zealand Dollar + + + + + + + + Rial Omani + + + + + + + + Balboa + + + + + + + + Nuevo Sol + + + + + + + + Kina + + + + + + + + Philippine Peso + + + + + + + + Pakistan Rupee + + + + + + + + Zloty + + + + + + + + Guarani + + + + + + + + Qatari Rial + + + + + + + + Leu + + + + + + + + Russian Ruble + + + + + + + + Rwanda Franc + + + + + + + + Saudi Riyal + + + + + + + + Solomon Islands Dollar + + + + + + + + Seychelles Rupee + + + + + + + + Sudanese Dinar + + + + + + + + Swedish Krona + + + + + + + + Singapore Dollar + + + + + + + + St. Helena Pound + + + + + + + + Tolar + + + + + + + + Slovak Koruna + + + + + + + + Leone + + + + + + + + Somali Shilling + + + + + + + + Suriname Guilder + + + + + + + + Dobra + + + + + + + + El Salvador Colon + + + + + + + + Syrian Pound + + + + + + + + Lilangeni + + + + + + + + Baht + + + + + + + + Somoni + + + + + + + + Manat + + + + + + + + Tunisian Dinar + + + + + + + + Pa'anga + + + + + + + + Turkish Lira + + + + + + + + Trinidad and Tobago Dollar + + + + + + + + New Taiwan Dollar + + + + + + + + Tanzanian Shilling + + + + + + + + Hryvnia + + + + + + + + Uganda Shilling + + + + + + + + US Dollar + + + + + + + + Peso Uruguayo + + + + + + + + Uzbekistan Sum + + + + + + + + Bolivar + + + + + + + + Dong + + + + + + + + Vatu + + + + + + + + Tala + + + + + + + + CFA Franc + + + + + + + + Silver + + + + + + + + Gold + + + + + + + + East Carribean Dollar + + + + + + + + SDR + + + + + + + + CFA Franc + + + + + + + + Palladium + + + + + + + + CFP Franc + + + + + + + + Platinum + + + + + + + + Yemeni Rial + + + + + + + + New Dinar + + + + + + + + Rand + + + + + + + + Kwacha + + + + + + + + Zimbabwe Dollar + + + + + + + diff --git a/base_ubl/data/xsd-2.0/common/CodeList_LanguageCode_ISO_7_04.xsd b/base_ubl/data/xsd-2.0/common/CodeList_LanguageCode_ISO_7_04.xsd new file mode 100644 index 0000000000..cf994e5b0c --- /dev/null +++ b/base_ubl/data/xsd-2.0/common/CodeList_LanguageCode_ISO_7_04.xsd @@ -0,0 +1,2250 @@ + + + + + + + + + + + + Afar + + + + + + + + Abkhazian + + + + + + + + Afrikaans + + + + + + + + Amharic + + + + + + + + Arabic + + + + + + + + Assamese + + + + + + + + Aymara + + + + + + + + Azerbaijani + + + + + + + + Bashkir + + + + + + + + Byelorussian + + + + + + + + Bulgarian + + + + + + + + Bihari + + + + + + + + Bislama + + + + + + + + Bengali; Bangla + + + + + + + + Tibetan + + + + + + + + Breton + + + + + + + + Catalan + + + + + + + + Corsican + + + + + + + + Czech + + + + + + + + Welsh + + + + + + + + Danish + + + + + + + + German + + + + + + + + Bhutani + + + + + + + + Greek + + + + + + + + English + + + + + + + + Esperanto + + + + + + + + Spanish + + + + + + + + Esotonian + + + + + + + + Basque + + + + + + + + Persian + + + + + + + + Finnish + + + + + + + + Fiji + + + + + + + + Faroese + + + + + + + + French + + + + + + + + Frisian + + + + + + + + Irish + + + + + + + + Scots Gaelic + + + + + + + + Galician + + + + + + + + Guarani + + + + + + + + Gujarati + + + + + + + + Hausa + + + + + + + + Hebrew + + + + + + + + Hindi + + + + + + + + Croatian + + + + + + + + Hungarian + + + + + + + + Armenian + + + + + + + + Interlingua + + + + + + + + Indonesian + + + + + + + + Interlingue + + + + + + + + Inupiak + + + + + + + + Icelandic + + + + + + + + Italian + + + + + + + + Eskimo, Inuktiut CA + + + + + + + + Japanese + + + + + + + + Javanese + + + + + + + + Georgian + + + + + + + + Kazakh + + + + + + + + Greenlandic + + + + + + + + Cambodian + + + + + + + + Kannada + + + + + + + + Korean + + + + + + + + Kashmiri + + + + + + + + Kurdish + + + + + + + + Kirghiz + + + + + + + + Latin + + + + + + + + Lingala + + + + + + + + Laothian + + + + + + + + Lithuanian + + + + + + + + Latvian, Lettish + + + + + + + + Malagasy + + + + + + + + Maori + + + + + + + + Macedonian + + + + + + + + Malayalam + + + + + + + + Mangolian + + + + + + + + Moldavian + + + + + + + + Marathi + + + + + + + + Malay + + + + + + + + Maltese + + + + + + + + Nauru + + + + + + + + Nepali + + + + + + + + Dutch + + + + + + + + Norwegian + + + + + + + + Occitan + + + + + + + + (Afan) Oromo + + + + + + + + Oriya + + + + + + + + Punjabi + + + + + + + + Polish + + + + + + + + Pashto, Pushto + + + + + + + + Portuguese + + + + + + + + Quechua + + + + + + + + Rhaeto-Romance + + + + + + + + Kirundi + + + + + + + + Romanian + + + + + + + + Russian + + + + + + + + Kinyarwanda + + + + + + + + Sanskrit + + + + + + + + Sindhi + + + + + + + + Sangho + + + + + + + + Serbo-Croatian + + + + + + + + Singhalese + + + + + + + + Slovak + + + + + + + + Slovenian + + + + + + + + Samoan + + + + + + + + Shona + + + + + + + + Somali + + + + + + + + Albanian + + + + + + + + Serbian + + + + + + + + Siswati + + + + + + + + Sesotho + + + + + + + + Sundanese + + + + + + + + Swedish + + + + + + + + Sawahili + + + + + + + + Tamil + + + + + + + + Telugu + + + + + + + + Tajik + + + + + + + + Thai + + + + + + + + Tigrinya + + + + + + + + Turkmen + + + + + + + + Tagalog + + + + + + + + Setswana + + + + + + + + Tonga + + + + + + + + Turkish + + + + + + + + Tsonga + + + + + + + + Tatar + + + + + + + + Twi + + + + + + + + Uigur + + + + + + + + Ukrainian + + + + + + + + Urdu + + + + + + + + Uzbek + + + + + + + + Vietnamese + + + + + + + + Volapük + + + + + + + + Wolof + + + + + + + + hosa + + + + + + + + Yiddish + + + + + + + + Yoruba + + + + + + + + Zhuang + + + + + + + + Chinese + + + + + + + + Zulu + + + + + + + + Afar + + + + + + + + Abkhazian + + + + + + + + Afrikaans + + + + + + + + Amharic + + + + + + + + Arabic + + + + + + + + Assamese + + + + + + + + Aymara + + + + + + + + Azerbaijani + + + + + + + + Bashkir + + + + + + + + Byelorussian + + + + + + + + Bulgarian + + + + + + + + Bihari + + + + + + + + Bislama + + + + + + + + Bengali; Bangla + + + + + + + + Tibetan + + + + + + + + Breton + + + + + + + + Catalan + + + + + + + + Corsican + + + + + + + + Czech + + + + + + + + Welsh + + + + + + + + Danish + + + + + + + + German + + + + + + + + Bhutani + + + + + + + + Greek + + + + + + + + English + + + + + + + + Esperanto + + + + + + + + Spanish + + + + + + + + Esotonian + + + + + + + + Basque + + + + + + + + Persian + + + + + + + + Finnish + + + + + + + + Fiji + + + + + + + + Faroese + + + + + + + + French + + + + + + + + Frisian + + + + + + + + Irish + + + + + + + + Scots Gaelic + + + + + + + + Galician + + + + + + + + Guarani + + + + + + + + Gujarati + + + + + + + + Hausa + + + + + + + + Hebrew + + + + + + + + Hindi + + + + + + + + Croatian + + + + + + + + Hungarian + + + + + + + + Armenian + + + + + + + + Interlingua + + + + + + + + Indonesian + + + + + + + + Interlingue + + + + + + + + Inupiak + + + + + + + + Icelandic + + + + + + + + Italian + + + + + + + + Eskimo, Inuktiut CA + + + + + + + + Japanese + + + + + + + + Javanese + + + + + + + + Georgian + + + + + + + + Kazakh + + + + + + + + Greenlandic + + + + + + + + Cambodian + + + + + + + + Kannada + + + + + + + + Korean + + + + + + + + Kashmiri + + + + + + + + Kurdish + + + + + + + + Kirghiz + + + + + + + + Latin + + + + + + + + Lingala + + + + + + + + Laothian + + + + + + + + Lithuanian + + + + + + + + Latvian, Lettish + + + + + + + + Malagasy + + + + + + + + Maori + + + + + + + + Macedonian + + + + + + + + Malayalam + + + + + + + + Mangolian + + + + + + + + Moldavian + + + + + + + + Marathi + + + + + + + + Malay + + + + + + + + Maltese + + + + + + + + Nauru + + + + + + + + Nepali + + + + + + + + Dutch + + + + + + + + Norwegian + + + + + + + + Occitan + + + + + + + + (Afan) Oromo + + + + + + + + Oriya + + + + + + + + Punjabi + + + + + + + + Polish + + + + + + + + Pashto, Pushto + + + + + + + + Portuguese + + + + + + + + Quechua + + + + + + + + Rhaeto-Romance + + + + + + + + Kirundi + + + + + + + + Romanian + + + + + + + + Russian + + + + + + + + Kinyarwanda + + + + + + + + Sanskrit + + + + + + + + Sindhi + + + + + + + + Sangho + + + + + + + + Serbo-Croatian + + + + + + + + Singhalese + + + + + + + + Slovak + + + + + + + + Slovenian + + + + + + + + Samoan + + + + + + + + Shona + + + + + + + + Somali + + + + + + + + Albanian + + + + + + + + Serbian + + + + + + + + Siswati + + + + + + + + Sesotho + + + + + + + + Sundanese + + + + + + + + Swedish + + + + + + + + Sawahili + + + + + + + + Tamil + + + + + + + + Telugu + + + + + + + + Tajik + + + + + + + + Thai + + + + + + + + Tigrinya + + + + + + + + Turkmen + + + + + + + + Tagalog + + + + + + + + Setswana + + + + + + + + Tonga + + + + + + + + Turkish + + + + + + + + Tsonga + + + + + + + + Tatar + + + + + + + + Twi + + + + + + + + Uigur + + + + + + + + Ukrainian + + + + + + + + Urdu + + + + + + + + Uzbek + + + + + + + + Vietnamese + + + + + + + + Volapük + + + + + + + + Wolof + + + + + + + + hosa + + + + + + + + Yiddish + + + + + + + + Yoruba + + + + + + + + Zhuang + + + + + + + + Chinese + + + + + + + + Zulu + + + + + + + diff --git a/base_ubl/data/xsd-2.0/common/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd b/base_ubl/data/xsd-2.0/common/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd new file mode 100644 index 0000000000..e7d3518e27 --- /dev/null +++ b/base_ubl/data/xsd-2.0/common/CodeList_MIMEMediaTypeCode_IANA_7_04.xsd @@ -0,0 +1,658 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/common/CodeList_UnitCode_UNECE_7_04.xsd b/base_ubl/data/xsd-2.0/common/CodeList_UnitCode_UNECE_7_04.xsd new file mode 100644 index 0000000000..354808b3a5 --- /dev/null +++ b/base_ubl/data/xsd-2.0/common/CodeList_UnitCode_UNECE_7_04.xsd @@ -0,0 +1,8803 @@ + + + + + + + + + + + + small spray + + + + + + + + lift + + + + + + + + heat lot + + + + + + + + group + + + + + + + + outfit + + + + + + + + ration + + + + + + + + shot + + + + + + + + stick + + + + + + + + hundred fifteen kg drum + + + + + + + + hundred lb drum + + + + + + + + fiftyfive gallon (US) drum + + + + + + + + tank truck + + + + + + + + twenty foot container + + + + + + + + forty foot container + + + + + + + + decilitre per gram + + + + + + + + gram per cubic centimetre + + + + + + + + theoretical pound + + + + + + + + gram per square centimetre + + + + + + + + actual ton + + + + + + + + theoretical ton + + + + + + + + kilogram per square metre + + + + + + + + pound per thousand square feet + + + + + + + + horse power day per air dry metric ton + + + + + + + + catch weight + + + + + + + + kilogram per air dry metric ton + + + + + + + + kilopascal square metres per gram + + + + + + + + kilopascals per millimetre + + + + + + + + millilitres per square centimetre second + + + + + + + + cubic feet per minute per square foot + + + + + + + + ounce per square foot + + + + + + + + ounces per square foot per 0,01 inch + + + + + + + + millilitre per second + + + + + + + + millilitre per minute + + + + + + + + super bulk bag + + + + + + + + fivehundred kg bulk bag + + + + + + + + threehundred kg bulk bag + + + + + + + + fifty lb bulk bag + + + + + + + + fifty lb bag + + + + + + + + bulk car load + + + + + + + + theoretical kilograms + + + + + + + + theoretical tonne + + + + + + + + sitas + + + + + + + + mesh + + + + + + + + net kilogram + + + + + + + + part per million + + + + + + + + percent weight + + + + + + + + part per billion (US) + + + + + + + + percent per 1000 hour + + + + + + + + failure rate in time + + + + + + + + pound per square inch, gauge + + + + + + + + oersted + + + + + + + + test specific scale + + + + + + + + volt ampere per pound + + + + + + + + watt per pound + + + + + + + + ampere tum per centimetre + + + + + + + + millipascal + + + + + + + + gauss + + + + + + + + milli-inch + + + + + + + + kilogauss + + + + + + + + pounds per square inch absolute + + + + + + + + henry + + + + + + + + kilopound per square inch + + + + + + + + foot pound-force + + + + + + + + pound per cubic foot + + + + + + + + poise + + + + + + + + Saybold universal second + + + + + + + + stokes + + + + + + + + calorie per cubic centimetre + + + + + + + + calorie per gram + + + + + + + + curl unit + + + + + + + + twenty thousand gallon (US) tankcar + + + + + + + + ten thousand gallon (US) tankcar + + + + + + + + ten kg drum + + + + + + + + fifteen kg drum + + + + + + + + car mile + + + + + + + + car count + + + + + + + + locomotive count + + + + + + + + caboose count + + + + + + + + empty car + + + + + + + + train mile + + + + + + + + fuel usage gallon (US) + + + + + + + + caboose mile + + + + + + + + fixed rate + + + + + + + + ton mile + + + + + + + + locomotive mile + + + + + + + + total car count + + + + + + + + total car mile + + + + + + + + quarter mile + + + + + + + + radian per second + + + + + + + + radian per second squared + + + + + + + + röntgen + + + + + + + + British thermal unit per hour + + + + + + + + cubic centimetre per second + + + + + + + + cubic foot per hour + + + + + + + + cubic foot per minute + + + + + + + + centimetre per second + + + + + + + + decibel + + + + + + + + kilobyte + + + + + + + + kilobecquerel + + + + + + + + kilocurie + + + + + + + + megagram + + + + + + + + megagram per hour + + + + + + + + bin + + + + + + + + metre per minute + + + + + + + + milliröntgen + + + + + + + + millivolt + + + + + + + + megajoule + + + + + + + + manmonth + + + + + + + + pound per pound of product + + + + + + + + pound per piece of product + + + + + + + + kilogram per kilogram of product + + + + + + + + kilogram per piece of product + + + + + + + + bobbin + + + + + + + + cap + + + + + + + + centistokes + + + + + + + + twenty pack + + + + + + + + microlitre + + + + + + + + micrometre (micron) + + + + + + + + milliampere + + + + + + + + megabyte + + + + + + + + milligram per hour + + + + + + + + megabecquerel + + + + + + + + microfarad + + + + + + + + newton per metre + + + + + + + + ounce inch + + + + + + + + ounce foot + + + + + + + + picofarad + + + + + + + + pound per hour + + + + + + + + ton(US) per hour + + + + + + + + kilolitre per hour + + + + + + + + barrel per minute + + + + + + + + batch + + + + + + + + gallon(US) per thousand + + + + + + + + MMSCF/day + + + + + + + + pounds per thousand + + + + + + + + pump + + + + + + + + stage + + + + + + + + standard cubic foot + + + + + + + + hydraulic horse power + + + + + + + + count per minute + + + + + + + + seismic level + + + + + + + + seismic line + + + + + + + + 15 C calorie + + + + + + + + ampere square metre per joule second + + + + + + + + Ã¥ngström + + + + + + + + astronomical unit + + + + + + + + attojoule + + + + + + + + barn + + + + + + + + barn per electron volt + + + + + + + + barn per steradian electron volt, + + + + + + + + barn per sterdian + + + + + + + + becquerel per kilogram + + + + + + + + becquerel per metre cubed + + + + + + + + ampere per centimetre + + + + + + + + British thermal unit per second square foot degree Rankin + + + + + + + + British thermal unit per pound degree Rankin + + + + + + + + British thermal unit per second foot degree Rankin + + + + + + + + British thermal unit per hour square foot degree Rankin + + + + + + + + candela per square metre + + + + + + + + cheval vapeur + + + + + + + + coulomb metre + + + + + + + + coulomb metre squared per volt + + + + + + + + coulomb per cubic centimetre + + + + + + + + coulomb per cubic metre + + + + + + + + ampere per millimetre + + + + + + + + coulomb per cubic millimetre + + + + + + + + coulomb per kilogram second + + + + + + + + coulomb per mole + + + + + + + + coulomb per square centimetre + + + + + + + + coulomb per square metre + + + + + + + + coulomb per square millimetre + + + + + + + + cubic centimetre per mole + + + + + + + + cubic decimetre per mole + + + + + + + + cubic metre per coulomb + + + + + + + + cubic metre per kilogram + + + + + + + + ampere per square centimetre + + + + + + + + cubic metre per mole + + + + + + + + ampere per square metre + + + + + + + + curie per kilogram + + + + + + + + deadweight tonnage + + + + + + + + decalitre + + + + + + + + decametre + + + + + + + + decitex + + + + + + + + degree Rankin + + + + + + + + denier + + + + + + + + ampere square metre + + + + + + + + dyn second per cubic centimetre + + + + + + + + dyne second per centimetre + + + + + + + + dyne second per centimetre to the fifth + + + + + + + + electronvolt + + + + + + + + electronvolt per metre + + + + + + + + electronvolt square metre + + + + + + + + electronvolt square metre per kilogram + + + + + + + + erg + + + + + + + + erg per centimetre + + + + + + + + ampere per square metre kelvin squared + + + + + + + + erg per cubic centimetre + + + + + + + + erg per gram + + + + + + + + erg per gram second + + + + + + + + erg per second + + + + + + + + erg per second square centimetre + + + + + + + + erg per square centimetre second + + + + + + + + erg square centimetre + + + + + + + + erg square centimetre per gram + + + + + + + + exajoule + + + + + + + + farad per metre + + + + + + + + ampere per square millimetre + + + + + + + + femtojoule + + + + + + + + femtometre + + + + + + + + foot per second squared + + + + + + + + foot pound-force per second + + + + + + + + freight ton + + + + + + + + gal + + + + + + + + Gaussian CGS unit of displacement + + + + + + + + Gaussian CGS unit of electic current + + + + + + + + Gaussian CGS unit of electric charge + + + + + + + + ampere second + + + + + + + + Gaussian CGS unit of electric field strength + + + + + + + + Gaussian CGS unit of electric polarization + + + + + + + + Gaussian CGS unit of electric potential + + + + + + + + Gaussian CGS unit of magnetization + + + + + + + + gigacoulomb per cubic metre + + + + + + + + gigaelectronvolt + + + + + + + + gigahertz + + + + + + + + gigaohm + + + + + + + + gigaohm metre + + + + + + + + gigapascal + + + + + + + + rate + + + + + + + + gigawatt + + + + + + + + gon + Remarks by GEFEG mbH: +Synonyms A91 = grade + + + + + + + gram per cubic metre + + + + + + + + gram per mole + + + + + + + + gray + + + + + + + + gray per second + + + + + + + + hectopascal + + + + + + + + henry per metre + + + + + + + + ball + + + + + + + + bulk pack + + + + + + + + acre + + + + + + + + byte + + + + + + + + ampere per metre + + + + + + + + additional minute + + + + + + + + average minute per call + + + + + + + + cop + + + + + + + + fathom + + + + + + + + access line + + + + + + + + ampoule + + + + + + + + ampere hour + + + + + + + + ampere + + + + + + + + year + + + + + + + + aluminium pound only + + + + + + + + troy ounce or apothecaries' ounce + + + + + + + + anti-hemophilic factor (AHF) unit + + + + + + + + suppository + + + + + + + + are + + + + + + + + assortment + + + + + + + + alcoholic strength by mass + + + + + + + + alcoholic strength by volume + + + + + + + + standard atmosphere + + + + + + + + technical atmosphere + + + + + + + + capsule + + + + + + + + powder filled vial + + + + + + + + assembly + + + + + + + + British thermal unit per pound + + + + + + + + Btu per cubic foot + + + + + + + + barrel (US) per day + + + + + + + + joule per kilogram kelvin + + + + + + + + joule per metre + + + + + + + + joule per square metre + Remarks by GEFEG mbH: +Synonym B13 = joule per metre squared + + + + + + + joule per metre to the fourth power + + + + + + + + joule per mole + + + + + + + + joule per mole kelvin + + + + + + + + joule second + + + + + + + + bunk + + + + + + + + joule square metre per kilogram + + + + + + + + kelvin per watt + + + + + + + + kiloampere + + + + + + + + kiloampere per square metre + + + + + + + + kiloampere per metre + + + + + + + + kilobecquerel per kilogram + + + + + + + + kilocoulomb + + + + + + + + kilocoulomb per cubic metre + + + + + + + + kilocoulomb per square metre + + + + + + + + kiloelectronvolt + + + + + + + + batting pound + + + + + + + + kilogram metre per second + + + + + + + + kilogram metre squared + + + + + + + + kilogram metre squared per second + + + + + + + + kilogram per cubic decimetre + + + + + + + + kilogram per litre + Remarks by GEFEG mbH: +Synonym B35 = kilogram per litre of product + + + + + + + thermochemical calorie per gram + + + + + + + + kilogram-force + + + + + + + + kilogram-force metre + + + + + + + + kilogram-force metre per second + + + + + + + + barrel, imperial + + + + + + + + kilogram-force per square metre + + + + + + + + kilojoule per kelvin + + + + + + + + kilojoule per kilogram + + + + + + + + kilojoule per kilogram kelvin + + + + + + + + kilojoule per mole + + + + + + + + kilomole + + + + + + + + kilomole per cubic metre + + + + + + + + kilonewton + + + + + + + + kilonewton metre + + + + + + + + kiloohm + + + + + + + + billet + + + + + + + + kiloohm metre + + + + + + + + kilopond + + + + + + + + kilosecond + + + + + + + + kilosiemens + + + + + + + + kilosiemens per metre + + + + + + + + kilovolt per metre + + + + + + + + kiloweber per metre + + + + + + + + light year + + + + + + + + litre per mole + + + + + + + + lumen hour + + + + + + + + bun + + + + + + + + lumen per square metre + + + + + + + + lumen per watt + + + + + + + + lumen second + + + + + + + + lux hour + + + + + + + + lux second + + + + + + + + maxwell + + + + + + + + megaampere per square metre + + + + + + + + megabecquerel per kilogram + + + + + + + + megacoulomb per cubic metre + + + + + + + + cycle + + + + + + + + megacoulomb per square metre + + + + + + + + megaelectronvolt + + + + + + + + megagram per cubic metre + + + + + + + + meganewton + + + + + + + + meganewton metre + + + + + + + + megaohm + + + + + + + + megaohm metre + + + + + + + + megasiemens per metre + + + + + + + + megavolt + + + + + + + + megavolt per metre + + + + + + + + joule per cubic metre + + + + + + + + reciprocal metre squared reciprocal second + + + + + + + + metre to the fourth power + + + + + + + + microampere + + + + + + + + microbar + + + + + + + + microcoulomb + + + + + + + + microcoulomb per cubic metre + + + + + + + + microcoulomb per square metre + + + + + + + + microfarad per metre + + + + + + + + batt + + + + + + + + microhenry + + + + + + + + microhenry per metre + + + + + + + + micronewton + + + + + + + + micronewton metre + + + + + + + + microohm + + + + + + + + microohm metre + + + + + + + + micropascal + + + + + + + + microradian + + + + + + + + microsecond + + + + + + + + microsiemens + + + + + + + + bar + + + + + + + + base box + + + + + + + + board + + + + + + + + bundle + + + + + + + + board foot + + + + + + + + bag + + + + + + + + brush + + + + + + + + brake horse power + + + + + + + + trillion (US) + Remarks by GEFEG mbH: +Synonym BIL = billion (EUR) + + + + + + + bucket + + + + + + + + basket + + + + + + + + bale + + + + + + + + dry barrel (US) + + + + + + + + barrel (US) (petroleum etc.) + + + + + + + + bottle + + + + + + + + hundred board feet + + + + + + + + becquerel + + + + + + + + bar + + + + + + + + bolt + + + + + + + + British thermal unit + + + + + + + + bushel (US) + + + + + + + + bushel (UK) + + + + + + + + base weight + + + + + + + + box + + + + + + + + million BTUs + + + + + + + + call + + + + + + + + composite product pound (total weight) + + + + + + + + millifarad + + + + + + + + milligal + + + + + + + + milligram per metre + + + + + + + + milligray + + + + + + + + millihenry + + + + + + + + millijoule + + + + + + + + millimetre per second + + + + + + + + millimetre squared per second + + + + + + + + millimole + + + + + + + + mole per kilogram + + + + + + + + carset + + + + + + + + millinewton + + + + + + + + millinewton per metre + + + + + + + + milliohm metre + + + + + + + + millipascal second + + + + + + + + milliradian + + + + + + + + millisecond + + + + + + + + millisiemens + + + + + + + + millisievert + + + + + + + + millitesla + + + + + + + + microvolt per metre + + + + + + + + millivolt per metre + + + + + + + + milliwatt + + + + + + + + milliwatt per square metre + + + + + + + + milliweber + + + + + + + + mole + + + + + + + + mole per cubic decimetre + + + + + + + + mole per cubic metre + + + + + + + + mole per litre + + + + + + + + nanoampere + + + + + + + + carload + + + + + + + + nanocoulomb + + + + + + + + nanofarad + + + + + + + + nanofarad per metre + + + + + + + + nanohenry + + + + + + + + nanohenry per metre + + + + + + + + nanometre + + + + + + + + nanoohm metre + + + + + + + + nanosecond + + + + + + + + nanotesla + + + + + + + + nanowatt + + + + + + + + cost + + + + + + + + neper + + + + + + + + neper per second + + + + + + + + picometre + + + + + + + + newton metre second + + + + + + + + newton metre squared kilogram squared + + + + + + + + newton per square metre + + + + + + + + newton per square millimetre + + + + + + + + newton second + + + + + + + + newton second per metre + + + + + + + + octave + + + + + + + + cell + + + + + + + + ohm centimetre + + + + + + + + ohm metre + + + + + + + + one + + + + + + + + parsec + + + + + + + + pascal per kelvin + + + + + + + + pascal second + + + + + + + + pascal second per cubic metre + + + + + + + + pascal second per metre + + + + + + + + petajoule + + + + + + + + phon + + + + + + + + centipoise + + + + + + + + picoampere + + + + + + + + picocoulomb + + + + + + + + picofarad per metre + + + + + + + + picohenry + + + + + + + + picowatt + + + + + + + + picowatt per square metre + + + + + + + + pound gage + + + + + + + + pound-force + + + + + + + + millicoulomb per kilogram + + + + + + + + rad + + + + + + + + radian + + + + + + + + radian meter squared per mole + + + + + + + + radian metre squared per kilogram + + + + + + + + radian per metre + + + + + + + + reciprocal †ngstr"m + + + + + + + + reciprocal cubic metre + + + + + + + + reciprocal cubic metre per second + + + + + + + + reciprocal electron volt per cubic metre + + + + + + + + reciprocal henry + + + + + + + + coil group + + + + + + + + reciprocal joule per cubic metre + + + + + + + + reciprocal kelvin or kelvin to the power minus one + + + + + + + + reciprocal metre + + + + + + + + reciprocal square metre + Remarks by GEFEG mbH: +Synonym C93 = reciprocal metre squared + + + + + + + reciprocal minute + + + + + + + + reciprocal mole + + + + + + + + reciprocal pascal or pascal to the power minus one + + + + + + + + reciprocal second + + + + + + + + reciprocal second per cubic metre + + + + + + + + reciprocal second per metre squared + + + + + + + + can + + + + + + + + carrying capacity in metric ton + + + + + + + + candela + + + + + + + + degree Celsius + + + + + + + + hundred + + + + + + + + card + + + + + + + + centigram + + + + + + + + container + + + + + + + + cone + + + + + + + + connector + + + + + + + + coulomb per kilogram + + + + + + + + coil + + + + + + + + hundred leave + + + + + + + + centilitre + + + + + + + + square centimetre + + + + + + + + cubic centimetre + + + + + + + + centimetre + + + + + + + + hundred pack + + + + + + + + cental (UK) + + + + + + + + carboy + + + + + + + + coulomb + + + + + + + + cartridge + + + + + + + + crate + + + + + + + + case + + + + + + + + carton + + + + + + + + metric carat + + + + + + + + cup + + + + + + + + curie + + + + + + + + cover + + + + + + + + hundred pounds (cwt)/hundred weight (US) + + + + + + + + hundred weight (UK) + + + + + + + + cylinder + + + + + + + + combo + + + + + + + + reciprocal second per steradian + + + + + + + + siemens per metre + + + + + + + + siemens square metre per mole + + + + + + + + sievert + + + + + + + + thousand linear yard + + + + + + + + sone + + + + + + + + square centimetre per erg + + + + + + + + square centimetre per steradian erg + + + + + + + + metre kelvin + + + + + + + + square metre kelvin per watt + + + + + + + + reciprocal second per steradian metre squared + + + + + + + + square metre per joule + + + + + + + + square metre per kilogram + + + + + + + + square metre per mole + + + + + + + + pen gram (protein) + + + + + + + + square metre per steradian + + + + + + + + square metre per steradian joule + + + + + + + + square metre per volt second + + + + + + + + steradian + + + + + + + + syphon + + + + + + + + terahertz + + + + + + + + terajoule + + + + + + + + terawatt + + + + + + + + terawatt hour + + + + + + + + tesla + + + + + + + + tex + + + + + + + + thermochemical calorie + + + + + + + + thermochemical calorie per gram kelvin + + + + + + + + thermochemical calorie per second centimetre kelvin + + + + + + + + thermochemical calorie per second square centimetre kelvin + + + + + + + + thousand litre + + + + + + + + tonne per cubic metre + + + + + + + + tropical year + + + + + + + + unified atomic mass unit + + + + + + + + var + + + + + + + + volt squared per kelvin squared + + + + + + + + volt - ampere + + + + + + + + volt per centimetre + + + + + + + + volt per kelvin + + + + + + + + millivolt per kelvin + + + + + + + + kilogram per square centimeter + + + + + + + + volt per metre + + + + + + + + volt per millimetre + + + + + + + + watt per kelvin + + + + + + + + watt per metre kelvin + + + + + + + + watt per square metre + + + + + + + + watt per square metre kelvin + + + + + + + + watt per square metre kelvin to the fourth power + + + + + + + + watt per steradian + + + + + + + + watt per steradian square metre + + + + + + + + weber per metre + + + + + + + + röntgen per second + + + + + + + + weber per millimetre + + + + + + + + minute + + + + + + + + second + + + + + + + + book + + + + + + + + block + + + + + + + + round + + + + + + + + cassette + + + + + + + + dollar per hour + + + + + + + + inch to the fourth power + + + + + + + + sandwich + + + + + + + + International Table (IT) calorie + + + + + + + + International Table (IT) calorie per second centimetre kelvin + + + + + + + + International Table (IT) calorie per second square centimetre kelvin + + + + + + + + joule square metre + + + + + + + + kilogram per mole + + + + + + + + International Table (IT) calorie per gram + + + + + + + + International Table (IT) calorie per gram kelvin + + + + + + + + megacoulomb + + + + + + + + beam + + + + + + + + draize score + + + + + + + + microwatt + + + + + + + + microtesla + + + + + + + + microvolt + + + + + + + + millinewton metre + + + + + + + + microwatt per square metre + + + + + + + + millicoulomb + + + + + + + + millimole per kilogram + + + + + + + + millicoulomb per cubic metre + + + + + + + + millicoulomb per square metre + + + + + + + + dyne per square centimeter + + + + + + + + cubic metre (net) + + + + + + + + rem + + + + + + + + band + + + + + + + + second per cubic metre + + + + + + + + second per radian cubic metre + + + + + + + + joule per gram + + + + + + + + pound gross + + + + + + + + pallet/unit load + + + + + + + + mass pound + + + + + + + + sleeve + + + + + + + + decare + + + + + + + + ten day + + + + + + + + day + + + + + + + + dry pound + + + + + + + + disk (disc) + + + + + + + + degree + + + + + + + + deal + + + + + + + + decade + + + + + + + + decigram + + + + + + + + dispenser + + + + + + + + decagram + + + + + + + + decilitre + + + + + + + + square decimetre + + + + + + + + cubic decimetre + + + + + + + + decimetre + + + + + + + + decinewton metre + + + + + + + + dozen piece + + + + + + + + dozen pair + + + + + + + + displacement tonnage + + + + + + + + data record + + + + + + + + drum + + + + + + + + dram (US) + + + + + + + + dram (UK) + + + + + + + + dozen roll + + + + + + + + drachm (UK) + + + + + + + + display + + + + + + + + dry ton + + + + + + + + decitonne + Remarks by GEFEG mbH: +Synonym DTN = centner, metric +Synonym DTN = quintal, metric + + + + + + + dyne + + + + + + + + pennyweight + + + + + + + + dyne per centimetre + + + + + + + + directory book + + + + + + + + dozen + + + + + + + + dozen pack + + + + + + + + belt + + + + + + + + trailer + + + + + + + + gross kilogram + + + + + + + + metric long ton + + + + + + + + each + + + + + + + + electronic mail box + + + + + + + + each per month + + + + + + + + eleven pack + + + + + + + + equivalent gallon + + + + + + + + envelope + + + + + + + + thousand cubic feet per day + + + + + + + + fibre per cubic centimetre of air + + + + + + + + degree Fahrenheit + + + + + + + + farad + + + + + + + + field + + + + + + + + thousand cubic feet + + + + + + + + million particle per cubic foot + + + + + + + + track foot + + + + + + + + hundred cubic metre + + + + + + + + transdermal patch + + + + + + + + micromole + + + + + + + + flake ton + + + + + + + + million cubic feet + + + + + + + + foot + + + + + + + + pound per square foot + + + + + + + + foot per minute + + + + + + + + foot per second + + + + + + + + square foot + + + + + + + + cubic foot + + + + + + + + US gallon per minute + + + + + + + + Imperial gallon per minute + + + + + + + + microfiche sheet + + + + + + + + gallon (US) per day + + + + + + + + gigabecquerel + + + + + + + + gram per 100 gram + + + + + + + + gross barrel + + + + + + + + pound per gallon (US) + + + + + + + + gram per metre (gram per 100 centimetres) + + + + + + + + gram of fissile isotope + + + + + + + + great gross + + + + + + + + half gallon (US) + + + + + + + + gill (US) + + + + + + + + gill (UK) + + + + + + + + gram per millilitre + + + + + + + + gram per kilogram + + + + + + + + gram per litre + + + + + + + + dry gallon (US) + + + + + + + + gallon (UK) + + + + + + + + gallon (US) + + + + + + + + gram per square metre + + + + + + + + gross gallon + + + + + + + + milligrams per square metre + + + + + + + + milligram per cubic metre + + + + + + + + microgram per cubic meter + + + + + + + + gram + + + + + + + + grain + + + + + + + + gross + + + + + + + + gross register ton + + + + + + + + gross ton + Remarks by GEFEG mbH: +Synonym GT = metric gross ton + + + + + + + gigajoule + + + + + + + + gallon per thousand cubic feet + + + + + + + + gigawatt hour + + + + + + + + gross yard + + + + + + + + gage system + + + + + + + + half page - electronic + + + + + + + + half litre + + + + + + + + hank + + + + + + + + hectare + + + + + + + + hectobar + + + + + + + + hundred boxe + + + + + + + + hundred count + + + + + + + + half dozen + + + + + + + + hundredth of a carat + + + + + + + + hundred feet + + + + + + + + hectogram + + + + + + + + hundred cubic feet + + + + + + + + hundred sheet + + + + + + + + hundred international unit + + + + + + + + metric horse power + + + + + + + + hundred kilogram + + + + + + + + hundred feet (linear) + + + + + + + + hectolitre + + + + + + + + mile per hour + + + + + + + + million cubic metre + + + + + + + + hectometre + + + + + + + + conventional millimetre of mercury + + + + + + + + hundred troy ounce + + + + + + + + conventional millimetre of water + + + + + + + + hectolitre of pure alcohol + + + + + + + + hundred square feet + + + + + + + + half hour + + + + + + + + hertz + + + + + + + + hour + + + + + + + + hundred yard + + + + + + + + inch pound (pound inch) + + + + + + + + count per inch + + + + + + + + person + + + + + + + + inches of water + + + + + + + + column inch + + + + + + + + inch per minute + + + + + + + + impression + + + + + + + + inch + + + + + + + + square inch + + + + + + + + inch cubed + + + + + + + + insurance policy + + + + + + + + count per centimetre + + + + + + + + inch per second (linear speed) + Remarks by GEFEG mbH: +Synonym IU = inch per second (vibration) + + + + + + + inch per second squared (acceleration) + Remarks by GEFEG mbH: +Synonym IV = inch per second squared (vibration acceleration) + + + + + + + joule per kilogram + + + + + + + + jumbo + + + + + + + + joule per kelvin + + + + + + + + jug + + + + + + + + megajoule per kilogram + + + + + + + + megajoule per cubic metre + + + + + + + + joint + + + + + + + + joule + + + + + + + + jar + + + + + + + + kilowatt demand + + + + + + + + kilovolt ampere reactive demand + + + + + + + + kilovolt ampere reactive hour + + + + + + + + kilovolt ampere (reactive) + + + + + + + + kilolitre + + + + + + + + cake + + + + + + + + kilocharacter + + + + + + + + kilobar + + + + + + + + kilogram decimal + + + + + + + + kelvin + + + + + + + + kilopacket + + + + + + + + keg + + + + + + + + kilogram + + + + + + + + kilogram per second + + + + + + + + kilohertz + + + + + + + + kilogram per millimetre width + + + + + + + + kilosegment + + + + + + + + kilojoule + + + + + + + + kilogram per metre + + + + + + + + kilometre per hour + + + + + + + + square kilometre + + + + + + + + kilogram per cubic metre + + + + + + + + kilogram of nitrogen + + + + + + + + kilogram named substance + + + + + + + + knot + + + + + + + + milliequivalence caustic potash per gram of product + + + + + + + + kilopascal + + + + + + + + kilogram of potassium hydroxide (caustic potash) + + + + + + + + kilogram of potassium oxide + + + + + + + + kilogram of phosphorus pentoxide (phosphoric anhydride) + + + + + + + + kiloröntgen + + + + + + + + thousand pound per square inch + + + + + + + + kilogram of substance 90 % dry + + + + + + + + kilogram of sodium hydroxide (caustic soda) + + + + + + + + kit + + + + + + + + kilometre + + + + + + + + kilotonne + + + + + + + + kilogram of uranium + + + + + + + + kilovolt - ampere + + + + + + + + kilovar + + + + + + + + kilovolt + + + + + + + + kilograms per millimeter + + + + + + + + kilowatt hour + + + + + + + + kilowatt + + + + + + + + millilitre per kilogram + + + + + + + + litre per minute + + + + + + + + pound per cubic inch + + + + + + + + pound + Remarks by GEFEG mbH: +Synonym LBR = pound decimal + + + + + + + troy pound (US) + + + + + + + + linear centimetre + + + + + + + + litre per day + + + + + + + + lite + + + + + + + + leaf + + + + + + + + linear foot + + + + + + + + labour hour + + + + + + + + linear inch + + + + + + + + large spray + + + + + + + + link + + + + + + + + linear metre + + + + + + + + length + + + + + + + + lot + + + + + + + + liquid pound + + + + + + + + litre of pure alcohol + + + + + + + + layer + + + + + + + + lump sum + + + + + + + + ton (UK) or longton (US) + + + + + + + + litre + + + + + + + + lumen + + + + + + + + lux + + + + + + + + linear yard per pound + + + + + + + + linear yard + + + + + + + + magnetic tape + + + + + + + + milligrams per litre + + + + + + + + monetary value + + + + + + + + microcurie + + + + + + + + micro-inch + + + + + + + + million Btu per 1000 cubic feet + + + + + + + + machine per unit + + + + + + + + mega litre + + + + + + + + megametre + + + + + + + + megawatt + + + + + + + + thousand standard brick equivalent + + + + + + + + thousand board feet + + + + + + + + millibar + + + + + + + + microgram + + + + + + + + millicurie + + + + + + + + air dry metric ton + + + + + + + + milligram per square foot per side + + + + + + + + milligram + + + + + + + + megahertz + + + + + + + + square mile + + + + + + + + thousand + + + + + + + + minute + + + + + + + + million + + + + + + + + million international unit + + + + + + + + milligram per square inch + + + + + + + + milliard + Remarks by GEFEG mbH: +Synonym MLD = billion (US) + + + + + + + millilitre + + + + + + + + square millimetre + + + + + + + + cubic millimetre + + + + + + + + millimetre + + + + + + + + month + + + + + + + + megapascal + + + + + + + + thousand metre + + + + + + + + cubic metre per hour + + + + + + + + cubic metre per second + + + + + + + + metre per second squared + + + + + + + + mat + + + + + + + + square metre + + + + + + + + cubic metre + Remarks by GEFEG mbH: +Synonym MTQ = metre cubed + + + + + + + metre + + + + + + + + metre per second + + + + + + + + number of mults + + + + + + + + megavolt - ampere + + + + + + + + megawatt hour (1000 kW.h) + + + + + + + + pen calorie + + + + + + + + number of lines + + + + + + + + print point + + + + + + + + milligram per kilogram + + + + + + + + number of articles + + + + + + + + barge + + + + + + + + number of bobbins + + + + + + + + car + + + + + + + + number of cells + + + + + + + + net barrel + + + + + + + + net litre + + + + + + + + newton + + + + + + + + message + + + + + + + + net gallon (us) + + + + + + + + message hour + + + + + + + + net imperial gallon + + + + + + + + number of international units + + + + + + + + number of screens + + + + + + + + load + + + + + + + + nautical mile + + + + + + + + number of packs + + + + + + + + train + + + + + + + + number of parcels + + + + + + + + number of pairs + + + + + + + + number of parts + + + + + + + + mho + + + + + + + + micromho + + + + + + + + number of rolls + + + + + + + + net ton + Remarks by GEFEG mbH: +Synonym NT = metric net ton + + + + + + + net register ton + + + + + + + + newton metre + + + + + + + + vehicle + + + + + + + + part per thousand + + + + + + + + pound per air dry metric ton + + + + + + + + panel + + + + + + + + ohm + + + + + + + + ounce per square yard + + + + + + + + ounce + + + + + + + + two pack + + + + + + + + overtime hour + + + + + + + + ounce av + + + + + + + + fluid ounce (US) + + + + + + + + fluid ounce (UK) + + + + + + + + page - electronic + + + + + + + + percent + + + + + + + + pound per foot + + + + + + + + three pack + + + + + + + + four pack + + + + + + + + five pack + + + + + + + + six pack + + + + + + + + seven pack + + + + + + + + eight pack + + + + + + + + nine pack + + + + + + + + packet + + + + + + + + pascal + + + + + + + + pair inch + + + + + + + + pad + + + + + + + + pound equivalent + + + + + + + + pallet (lift) + + + + + + + + plate + + + + + + + + proof gallon + + + + + + + + pitch + + + + + + + + package + Remarks by GEFEG mbH: +Synonym PK = pack + + + + + + + pail + + + + + + + + pound percentage + + + + + + + + pound net + + + + + + + + pound per inch of length + + + + + + + + page per inch + + + + + + + + pair + + + + + + + + pound-force per square inch + + + + + + + + pint (US) + + + + + + + + dry pint (US) + + + + + + + + pint (UK) + + + + + + + + liquid pint (US) + + + + + + + + tray / tray pack + + + + + + + + half pint (US) + + + + + + + + pound per inch of width + + + + + + + + peck dry (US) + + + + + + + + peck dry (UK) + + + + + + + + meal + + + + + + + + page - facsimile + + + + + + + + quarter (of a year) + + + + + + + + page - hardcopy + + + + + + + + quarter dozen + + + + + + + + quarter hour + + + + + + + + quarter kilogram + + + + + + + + quire + + + + + + + + quart (US) + + + + + + + + dry quart (US) + + + + + + + + quart (UK) + + + + + + + + liquid quart (US) + + + + + + + + quarter (UK) + + + + + + + + pica + + + + + + + + calorie + + + + + + + + thousand cubic metre + + + + + + + + rack + + + + + + + + rod + + + + + + + + ring + + + + + + + + running or operating hour + + + + + + + + roll metric measure + + + + + + + + reel + + + + + + + + ream + + + + + + + + ream metric measure + + + + + + + + roll + + + + + + + + pound per ream + + + + + + + + revolutions per minute + + + + + + + + revolutions per second + + + + + + + + reset + + + + + + + + revenue ton mile + + + + + + + + run + + + + + + + + square foot per second + + + + + + + + square metre per second + + + + + + + + sixty fourths of an inch + + + + + + + + session + + + + + + + + storage unit + + + + + + + + standard advertising unit + + + + + + + + sack + + + + + + + + half year (6 months) + + + + + + + + score + + + + + + + + scruple + + + + + + + + solid pound + + + + + + + + section + + + + + + + + second + + + + + + + + set + + + + + + + + segment + + + + + + + + shipping ton + + + + + + + + siemens + + + + + + + + split tanktruck + + + + + + + + slipsheet + + + + + + + + mile (statute mile) + + + + + + + + square rod + + + + + + + + spool + + + + + + + + shelf package + + + + + + + + square + + + + + + + + strip + + + + + + + + sheet metric measure + + + + + + + + short standard (7200 matches) + + + + + + + + sheet + + + + + + + + stone (UK) + + + + + + + + ton (US) or short ton (UK/US) + Remarks by GEFEG mbH: +Synonym STN = net ton (2000 lb) + + + + + + + skid + + + + + + + + skein + + + + + + + + shipment + + + + + + + + telecommunication line in service + + + + + + + + thousand pound gross + + + + + + + + thousand piece + + + + + + + + thousand bag + + + + + + + + thousand casing + + + + + + + + thousand gallon (US) + + + + + + + + thousand impression + + + + + + + + thousand linear inch + + + + + + + + tenth cubic foot + + + + + + + + kiloampere hour (thousand ampere hour) + + + + + + + + truckload + + + + + + + + therm + + + + + + + + tote + + + + + + + + ten square yard + + + + + + + + thousand square inch + + + + + + + + thousand square centimetre + + + + + + + + tank, rectangular + + + + + + + + thousand feet (linear) + + + + + + + + tin + + + + + + + + tonne (metric ton) + Remarks by GEFEG mbH: +Synonym TNE = metric ton + + + + + + + ten pack + + + + + + + + ten pair + + + + + + + + thousand feet + + + + + + + + thousand cubic metre per day + + + + + + + + ten square feet + + + + + + + + trillion (EUR) + + + + + + + + thousand square feet + + + + + + + + tonne of substance 90 % dry + + + + + + + + ton of steam per hour + + + + + + + + thousand linear metre + + + + + + + + tube + + + + + + + + thousand kilogram + + + + + + + + thousand sheet + + + + + + + + tank, cylindrical + + + + + + + + treatment + + + + + + + + tablet + + + + + + + + torr + + + + + + + + telecommunication line in service average + + + + + + + + telecommunication port + + + + + + + + tenth minute + + + + + + + + tenth hour + + + + + + + + usage per telecommunication line average + + + + + + + + ten thousand yard + + + + + + + + million unit + + + + + + + + volt ampere per kilogram + + + + + + + + vial + + + + + + + + volt + + + + + + + + bulk + + + + + + + + visit + + + + + + + + wet kilo + + + + + + + + two week + + + + + + + + watt per kilogram + + + + + + + + wet pound + + + + + + + + cord + + + + + + + + wet ton + + + + + + + + weber + + + + + + + + week + + + + + + + + wine gallon + + + + + + + + wheel + + + + + + + + watt hour + + + + + + + + weight per square inch + + + + + + + + working month + + + + + + + + wrap + + + + + + + + standard + + + + + + + + watt + + + + + + + + millilitre of water + + + + + + + + chain + + + + + + + + square yard + + + + + + + + cubic yard + + + + + + + + hundred linear yard + + + + + + + + yard + + + + + + + + ten yard + + + + + + + + lift van + + + + + + + + chest + + + + + + + + cask + + + + + + + + hogshead + + + + + + + + lug + + + + + + + + conference point + + + + + + + + newspage agate line + + + + + + + + page + + + + + + + + mutually defined + + + + + + + diff --git a/base_ubl/data/xsd-2.0/common/UBL-CommonAggregateComponents-2.0.xsd b/base_ubl/data/xsd-2.0/common/UBL-CommonAggregateComponents-2.0.xsd new file mode 100644 index 0000000000..c93f8a0d9d --- /dev/null +++ b/base_ubl/data/xsd-2.0/common/UBL-CommonAggregateComponents-2.0.xsd @@ -0,0 +1,17444 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ABIE + Address. Details + Information about a structured address. + Address + + + + + + + + + BBIE + Address. Identifier + An identifier for a specific address within a scheme of registered addresses. + 0..1 + Address + Identifier + Identifier + Identifier. Type + DetailsKey + + + + + + + + + BBIE + Address. Address Type Code. Code + A code specifying the type of this address, such as business address or home address. + 0..1 + Address + Address Type Code + Code + Code. Type + + + + + + + + + BBIE + Address. Address Format Code. Code + A code specifying the format of this address. + 0..1 + Address + Address Format Code + Code + Code. Type + + + + + + + + + BBIE + Address. Postbox. Text + A post office box number. + 0..1 + Address + Postbox + Text + Text. Type + PostBox, PO Box + "123" + + + + + + + + + BBIE + Address. Floor. Text + An addressable floor of a building. + 0..1 + Address + Floor + Text + Text. Type + SubPremiseNumber + "30" + + + + + + + + + BBIE + Address. Room. Text + A room, suite, or apartment of a building. + 0..1 + Address + Room + Text + Text. Type + SubPremiseNumber + "Reception" + + + + + + + + + BBIE + Address. Street Name. Name + The name of a street. + 0..1 + Address + Street Name + Name + Name. Type + Thoroughfare + "Kwun Tong Road" + + + + + + + + + BBIE + Address. Additional_ Street Name. Name + An additional name of a street used to further specify the street name. + 0..1 + Address + Additional + Street Name + Name + Name. Type + Thoroughfare + "Cnr Aberdeen Road" + + + + + + + + + BBIE + Address. Block Name. Name + The block name, expressed as text, for an area surrounded by streets and usually containing several buildings for this address. + 0..1 + Address + Block Name + Name + Name. Type + Seabird + + + + + + + + + BBIE + Address. Building Name. Name + The name of a building. + 0..1 + Address + Building Name + Name + Name. Type + BuildingName + "Plot 421" + + + + + + + + + BBIE + Address. Building Number. Text + The number of a building. + 0..1 + Address + Building Number + Text + Text. Type + PremiseNumber + "388" + + + + + + + + + BBIE + Address. Inhouse_ Mail. Text + A specific location within a building. + 0..1 + Address + Inhouse + Mail + Text + Text. Type + MailStop + + + + + + + + + BBIE + Address. Department. Text + An addressable department of an organization. + 0..1 + Address + Department + Text + Text. Type + Department + "Accounts Payable" + + + + + + + + + BBIE + Address. Mark Attention. Text + The name, expressed as text, of a person or department in the organization to whom incoming mail is marked with words such as 'for the attention of' or 'FAO' or 'ATTN' for this address. + 0..1 + Address + Mark Attention + Text + Text. Type + + + + + + + + + BBIE + Address. Mark Care. Text + The name, expressed as text, of a person or organization at this address to whom incoming mail is marked with words such as 'care of' or 'C/O'. + 0..1 + Address + Mark Care + Text + Text. Type + + + + + + + + + BBIE + Address. Plot Identification. Text + The textual expression of the unique identifier for the piece of land on which this address is located such as a plot number. + 0..1 + Address + Plot Identification + Text + Text. Type + + + + + + + + + BBIE + Address. City Subdivision Name. Name + A name, expressed as text, of a subdivision of a city for this address, for example, a district or borough. + 0..1 + Address + City Subdivision Name + Name + Name. Type + + + + + + + + + BBIE + Address. City Name. Name + The name of a city, town, or village. + 0..1 + Address + City Name + Name + Name. Type + LocalityName + "Hong Kong" + + + + + + + + + BBIE + Address. Postal_ Zone. Text + The identifier for an addressable group of properties according to the relevant national postal service, such as a ZIP code or Post Code. + 0..1 + Address + Postal + Zone + Text + Text. Type + PostalCodeNumber + "SW11 4EW" "2500 GG" + + + + + + + + + BBIE + Address. Country Subentity. Text + A territorial division of a country, such as a county or state. + 0..1 + Address + Country Subentity + Text + Text. Type + AdministrativeArea, State, Country, Shire, Canton + "Florida","Tamilnadu" + + + + + + + + + BBIE + Address. Country Subentity Code. Code + A territorial division of a country, such as a county or state, expressed as a code. + 0..1 + Address + Country Subentity Code + Code + Code. Type + AdministrativeAreaCode, State Code + + + + + + + + + BBIE + Address. Region. Text + An addressable region or group of countries. + 0..1 + Address + Region + Text + Text. Type + LocalityName, Economic Zone + "European Union" + + + + + + + + + BBIE + Address. District. Text + A geographical division of a country. + 0..1 + Address + District + Text + Text. Type + LocalityName, Area + "East Coast" + + + + + + + + + BBIE + Address. Timezone Offset. Text + For the time zone in which the address is situated, the measure of time offset from Universal Coordinated Time (UTC). + 0..1 + Address + Timezone Offset + Text + Text. Type + "+8:00" "-3:00" + + + + + + + + + ASBIE + Address. Address Line + An association to Address Line. + 0..n + Address + Address Line + Address Line + + + + + + + + + ASBIE + Address. Country + An association to Country. + 0..1 + Address + Country + Country + + + + + + + + + ASBIE + Address. Location Coordinate + An association to Location Coordinate. + 0..1 + Address + Location Coordinate + Location Coordinate + + + + + + + + + + + ABIE + Address Line. Details + Information about a line of address expressed as unstructured text. + Address Line + + + + + + + + + BBIE + Address Line. Line. Text + A line of address expressed as unstructured text. + 1 + Address Line + Line + Text + Text. Type + "123 Standard Chartered Tower" + + + + + + + + + + + ABIE + Air Transport. Details + Information related to an aircraft. + Air Transport + + + + + + + + + BBIE + Air Transport. Aircraft Identifier. Identifier + Identifies a specific aircraft. + 1 + Air Transport + Aircraft Identifier + Identifier + Identifier. Type + + + + + + + + + + + ABIE + Allowance Charge. Details + Information about a charge or discount price component. + Allowance Charge + + + + + + + + + BBIE + Allowance Charge. Identifier + Identifies an Allowance Charge. + 0..1 + Allowance Charge + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Allowance Charge. Charge_ Indicator. Indicator + Indicates whether the Allowance Charge is a charge (true) or a discount (false). + 1 + Allowance Charge + Charge + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Allowance Charge. Allowance Charge Reason Code. Code + The reason for the Allowance Charge, expressed as a code. + 0..1 + Allowance Charge + Allowance Charge Reason Code + Code + Allowance Charge Reason_ Code. Type + + + + + + + + + BBIE + Allowance Charge. Allowance Charge_ Reason. Text + The reason for the Allowance Charge, expressed as text. + 0..1 + Allowance Charge + Allowance Charge + Reason + Text + Text. Type + + + + + + + + + BBIE + Allowance Charge. Multiplier_ Factor. Numeric + The factor applied to the Base Amount to calculate the Allowance Charge. + 0..1 + Allowance Charge + Multiplier + Factor + Numeric + Numeric. Type + 0.20 + + + + + + + + + BBIE + Allowance Charge. Prepaid_ Indicator. Indicator + Indicates whether the Allowance Charge is prepaid (true) or not (false). + 0..1 + Allowance Charge + Prepaid + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Allowance Charge. Sequence. Numeric + Identifies the numerical order sequence in which Allowance Charges are calculated when multiple Allowance Charges apply. If all Allowance Charges apply to the same Base Amount, SequenceNumeric will be '1' for all Allowance Charges. + 0..1 + Allowance Charge + Sequence + Numeric + Numeric. Type + 1, 2, 3, 4, etc. + + + + + + + + + BBIE + Allowance Charge. Amount + The Allowance Charge amount. + 1 + Allowance Charge + Amount + Amount + Amount. Type + 35,23 + + + + + + + + + BBIE + Allowance Charge. Base_ Amount. Amount + The amount to which the MultiplierFactorNumeric is applied to calculate the Allowance Charge. + 0..1 + Allowance Charge + Base + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Allowance Charge. Accounting Cost Code. Code + The buyer's accounting code as applied to the Allowance Charge. + 0..1 + Allowance Charge + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Allowance Charge. Accounting Cost. Text + The buyer's accounting code as applied to the Allowance Charge expressed as text. + 0..1 + Allowance Charge + Accounting Cost + Text + Text. Type + + + + + + + + + ASBIE + Allowance Charge. Tax Category + An association to Tax Category. + 0..n + Allowance Charge + Tax Category + Tax Category + + + + + + + + + ASBIE + Allowance Charge. Tax Total + An association to Tax Total. + 0..1 + Allowance Charge + Tax Total + Tax Total + + + + + + + + + ASBIE + Allowance Charge. Payment Means + An association to Payment Means. + 0..n + Allowance Charge + Payment Means + Payment Means + + + + + + + + + + + ABIE + Attachment. Details + Information about an attached document. An attachment can be referred to externally (with the URI element) or internally (with the MIME reference element) or contained within the document itself (with the EmbeddedDocument element). + Attachment + + + + + + + + + BBIE + Attachment. Embedded_ Document. Binary Object + Contains an embedded document as a BLOB (binary large object). + 0..1 + Attachment + Embedded + Document + Binary Object + Binary Object. Type + + + + + + + + + ASBIE + Attachment. External Reference + An attached document, externally referred to, referred to in the MIME location, or embedded. + 0..1 + Attachment + External Reference + External Reference + + + + + + + + + + + ABIE + Billing Reference. Details + Information directly relating to a related document. + Billing Reference + + + + + + + + + ASBIE + Billing Reference. Invoice_ Document Reference. Document Reference + An associative reference to Invoice. + 0..1 + Billing Reference + Invoice + Document Reference + Document Reference + + + + + + + + + ASBIE + Billing Reference. Self Billed Invoice_ Document Reference. Document Reference + An associative reference to Self Billed Invoice. + 0..1 + Billing Reference + Self Billed Invoice + Document Reference + Document Reference + + + + + + + + + ASBIE + Billing Reference. Credit Note_ Document Reference. Document Reference + An associative reference to Credit Note. + 0..1 + Billing Reference + Credit Note + Document Reference + Document Reference + + + + + + + + + ASBIE + Billing Reference. Self Billed Credit Note_ Document Reference. Document Reference + An associative reference to Self Billed Credit Note. + 0..1 + Billing Reference + Self Billed Credit Note + Document Reference + Document Reference + + + + + + + + + ASBIE + Billing Reference. Debit Note_ Document Reference. Document Reference + An associative reference to Debit Note. + 0..1 + Billing Reference + Debit Note + Document Reference + Document Reference + + + + + + + + + ASBIE + Billing Reference. Reminder_ Document Reference. Document Reference + An associative reference to Reminder Document Reference + 0..1 + Billing Reference + Reminder + Document Reference + Document Reference + + + + + + + + + ASBIE + Billing Reference. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..1 + Billing Reference + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Billing Reference. Billing Reference Line + An association to Billing Reference Line. + 0..n + Billing Reference + Billing Reference Line + Billing Reference Line + + + + + + + + + + + ABIE + Billing Reference Line. Details + Information about a Billing Line. + Billing Reference Line + + + + + + + + + BBIE + Billing Reference Line. Identifier + An identifier for the Billing Line. + 1 + Billing Reference Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Billing Reference Line. Amount + The amount of the Billing Line, including Allowance Charges but net of taxes. + 0..1 + Billing Reference Line + Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Billing Reference Line. Allowance Charge + An association to Allowance Charge. + 0..n + Billing Reference Line + Allowance Charge + Allowance Charge + + + + + + + + + + + ABIE + Branch. Details + Information about a branch or division of an organization. + Branch + + + + + + + + + BBIE + Branch. Identifier + An identifier for a branch or division of an organization. + 0..1 + Branch + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Branch. Name + The name of a branch or division of an organization. + 0..1 + Branch + Name + Name + Name. Type + + + + + + + + + ASBIE + Branch. Financial Institution + An association to Financial Institution. + 0..1 + Branch + Financial Institution + Financial Institution + + + + + + + + + ASBIE + Branch. Address + An association to Address. + 0..1 + Branch + Address + Address + + + + + + + + + + + ABIE + Card Account. Details + Information about a credit card, debit card, or charge card. + Card Account + + + + + + + + + BBIE + Card Account. Primary_ Account Number. Identifier + The card number; the Primary Account Number (PAN). + 1 + Card Account + Primary + Account Number + Identifier + Identifier. Type + 4558 XXXX XXXX XXXX (a real card number) + + + + + + + + + BBIE + Card Account. Network. Identifier + The card network provider. + 1 + Card Account + Network + Identifier + Identifier. Type + “VISA”, “MasterCard”, “American Express” + + + + + + + + + BBIE + Card Account. Card Type Code. Code + The type of card. + 0..1 + Card Account + Card Type Code + Code + Code. Type + “Debit Card”, “Credit Card”, “Procurement Card” + + + + + + + + + BBIE + Card Account. Validity Start Date. Date + The date from which the card is valid. + 0..1 + Card Account + Validity Start Date + Date + Date. Type + + + + + + + + + BBIE + Card Account. Expiry Date. Date + The date up to which the card is valid. + 0..1 + Card Account + Expiry Date + Date + Date. Type + + + + + + + + + BBIE + Card Account. Issuer. Identifier + The identifier for the card issuer. + 0..1 + Card Account + Issuer + Identifier + Identifier. Type + + + + + + + + + BBIE + Card Account. Issue Number. Identifier + The card issue number. + 0..1 + Card Account + Issue Number + Identifier + Identifier. Type + + + + + + + + + BBIE + Card Account. CV2. Identifier + The Card Verification Value. + 0..1 + Card Account + CV2 + Identifier + Identifier. Type + + + + + + + + + BBIE + Card Account. Card Chip Code. Code + The distinction between CHIP and MAG STRIPE cards. + 0..1 + Card Account + Card Chip Code + Code + Chip_ Code. Type + + + + + + + + + BBIE + Card Account. Chip_ Application. Identifier + An identifier for the application (AID) on a chip card that provides the information quoted. + 0..1 + Card Account + Chip + Application + Identifier + Identifier. Type + + + + + + + + + BBIE + Card Account. Holder. Name + The name of the cardholder. + 0..1 + Card Account + Holder + Name + Name. Type + + + + + + + + + + + ABIE + Catalogue Item Specification Update Line. Details + Details of Catalogue Line Item Specification. + Catalogue Item Specification Update Line + + + + + + + + + BBIE + Catalogue Item Specification Update Line. Identifier + A unique instance identifier for the line in this Catalogue document. + 1 + Catalogue Item Specification Update Line + Identifier + Identifier + Identifier. Type + "1" + + + + + + + + + ASBIE + Catalogue Item Specification Update Line. Contractor_ Customer Party. Customer Party + The Customer Party responsible for the contract to which the Catalogue relates. + 0..1 + Catalogue Item Specification Update Line + Contractor + Customer Party + Customer Party + + + + + + + + + ASBIE + Catalogue Item Specification Update Line. Seller_ Supplier Party. Supplier Party + An association to the Seller of the item. + 0..1 + Catalogue Item Specification Update Line + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue Item Specification Update Line. Item + An association to Item itself. + 1 + Catalogue Item Specification Update Line + Item + Item + + + + + + + + + + + ABIE + Catalogue Line. Details + The basic element of Catalogue; something that can be bought. + Catalogue Line + + + + + + + + + BBIE + Catalogue Line. Identifier + A unique instance identifier for the line in this Catalogue document. + 1 + Catalogue Line + Identifier + Identifier + Identifier. Type + "1" + + + + + + + + + BBIE + Catalogue Line. Action Code. Code + Code indicating the action required for this item to synchronize with external repositories. + 0..1 + Catalogue Line + Action Code + Code + Code. Type + "Replace", "Update", "Delete","Add" + + + + + + + + + BBIE + Catalogue Line. Life Cycle Status Code. Code + Code indicating availability of this line. + 0..1 + Catalogue Line + Life Cycle Status Code + Code + Code. Type + "new - announcement only", "new and available", "deleted - announcement only" + + + + + + + + + BBIE + Catalogue Line. Contract Subdivision. Text + Identifies a subdivision of a contract or tender. + 0..1 + Catalogue Line + Contract Subdivision + Text + Text. Type + "Installation", "Phase One", Support and Maintenance" + + + + + + + + + BBIE + Catalogue Line. Note. Text + Free-text note used for non-structured information about the line in the specific Catalogue document (intended to be human readable). + 0..n + Catalogue Line + Note + Text + Text. Type + + + + + + + + + BBIE + Catalogue Line. Orderable_ Indicator. Indicator + Indicates whether the line is orderable (that is, not just for information only). + 0..1 + Catalogue Line + Orderable + Indicator + Indicator + Indicator. Type + TRUE means orderable, FALSE means not orderable + + + + + + + + + BBIE + Catalogue Line. Orderable_ Unit. Text + The unit that can be ordered. + 0..1 + Catalogue Line + Orderable + Unit + Text + Text. Type + + + + + + + + + BBIE + Catalogue Line. Content Unit. Quantity + The quantity of the order unit of measure of the line. + 0..1 + Catalogue Line + Content Unit + Quantity + Quantity. Type + If order unit measure identifier is "each", then content unit quantity is "1". + + + + + + + + + BBIE + Catalogue Line. Order Quantity Increment. Numeric + The number of items that can set the order quantity increments. + 0..1 + Catalogue Line + Order Quantity Increment + Numeric + Numeric. Type + + + + + + + + + BBIE + Catalogue Line. Minimum_ Order Quantity. Quantity + The minimum amount of items that can be ordered. + 0..1 + Catalogue Line + Minimum + Order Quantity + Quantity + Quantity. Type + "10 boxes" + + + + + + + + + BBIE + Catalogue Line. Maximum_ Order Quantity. Quantity + The maximum amount of items that can be ordered. + 0..1 + Catalogue Line + Maximum + Order Quantity + Quantity + Quantity. Type + "1 tonne" + + + + + + + + + BBIE + Catalogue Line. Warranty_ Information. Text + Information regarding the warranty for the good or service. Warranty may be provided by any Party (can be described in the assiciation to Warranty Party). + 0..n + Catalogue Line + Warranty + Information + Text + Text. Type + "Unless specified otherwise and in addition to any rights the Customer may have under statute, Dell warrants to the Customer that Dell branded Products (excluding third party products and software), will be free from defects in materials and workmanship affecting normal use for a period of one year from invoice date ('Standard Warranty')." + + + + + + + + + BBIE + Catalogue Line. Pack Level Code. Code + The level of packaging involved. + 0..1 + Catalogue Line + Pack Level Code + Code + Code. Type + Consumer Unit, Trading Unit + "level 2", "Group 4" + + + + + + + + + ASBIE + Catalogue Line. Contractor_ Customer Party. Customer Party + The Customer Party responsible for the contract to which the Catalogue relates. + 0..1 + Catalogue Line + Contractor + Customer Party + Customer Party + + + + + + + + + ASBIE + Catalogue Line. Seller_ Supplier Party. Supplier Party + An association to Seller of the item. + 0..1 + Catalogue Line + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue Line. Warranty_ Party. Party + The party responsible for the Warranty. + 0..1 + Catalogue Line + Warranty + Party + Party + + + + + + + + + ASBIE + Catalogue Line. Warranty Validity_ Period. Period + The period for which the Warranty is valid. + 0..1 + Catalogue Line + Warranty Validity + Period + Period + + + + + + + + + ASBIE + Catalogue Line. Line Validity_ Period. Period + The period for which the Catalogue Line is valid. + 0..1 + Catalogue Line + Line Validity + Period + Period + + + + + + + + + ASBIE + Catalogue Line. Item Comparison + An association to comparative details for this Item. + 0..n + Catalogue Line + Item Comparison + Item Comparison + + + + + + + + + ASBIE + Catalogue Line. Component_ Related Item. Related Item + An association that describes any catalogue items that may be components of this Item. + 0..n + Catalogue Line + Component + Related Item + Related Item + + + + + + + + + ASBIE + Catalogue Line. Accessory_ Related Item. Related Item + An association that describes any catalogue items that may be optional accessories to this Item. + 0..n + Catalogue Line + Accessory + Related Item + Related Item + + + + + + + + + ASBIE + Catalogue Line. Required_ Related Item. Related Item + An association that describes any catalogue items that may be required for this Item. + 0..n + Catalogue Line + Required + Related Item + Related Item + + + + + + + + + ASBIE + Catalogue Line. Replacement_ Related Item. Related Item + An association that describes any catalogue items that may be replacements for this Item. + 0..n + Catalogue Line + Replacement + Related Item + Related Item + + + + + + + + + ASBIE + Catalogue Line. Complementary_ Related Item. Related Item + An association that describes any catalogue items that may complement this Item. + 0..n + Catalogue Line + Complementary + Related Item + Related Item + + + + + + + + + ASBIE + Catalogue Line. Required_ Item Location Quantity. Item Location Quantity + An association to the description of properties related to locations and quantities of the Item. + 0..n + Catalogue Line + Required + Item Location Quantity + Item Location Quantity + + + + + + + + + ASBIE + Catalogue Line. Document Reference + An association to Document Reference. + 0..n + Catalogue Line + Document Reference + Document Reference + + + + + + + + + ASBIE + Catalogue Line. Item + An association to the Item itself. + 1 + Catalogue Line + Item + Item + + + + + + + + + + + ABIE + Catalogue Pricing Update Line. Details + Details of Catalogue Line Pricing. + Catalogue Pricing Update Line + + + + + + + + + BBIE + Catalogue Pricing Update Line. Identifier + A unique instance identifier for the line in this Catalogue document. + 1 + Catalogue Pricing Update Line + Identifier + Identifier + Identifier. Type + "1" + + + + + + + + + ASBIE + Catalogue Pricing Update Line. Contractor_ Customer Party. Customer Party + The Customer Party responsible for the contract to which the Catalogue relates. + 0..1 + Catalogue Pricing Update Line + Contractor + Customer Party + Customer Party + + + + + + + + + ASBIE + Catalogue Pricing Update Line. Seller_ Supplier Party. Supplier Party + An association to the Seller of the Item. + 0..1 + Catalogue Pricing Update Line + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue Pricing Update Line. Required_ Item Location Quantity. Item Location Quantity + An association to the description of properties related to locations and quantities of the item. + 0..n + Catalogue Pricing Update Line + Required + Item Location Quantity + Item Location Quantity + + + + + + + + + + + ABIE + Catalogue Reference. Details + A reference to a Catalogue. + Catalogue Reference + + + + + + + + + BBIE + Catalogue Reference. Identifier + An identifier for the Catalogue document. + 1 + Catalogue Reference + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Reference. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Catalogue Reference + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Reference. Issue Date. Date + The date when the Catalogue was issued. + 0..1 + Catalogue Reference + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Reference. Issue Time. Time + The time when the Catalogue was issued. + 0..1 + Catalogue Reference + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Reference. Revision Date. Date + The date on which the information in the Catalogue was revised. + 0..1 + Catalogue Reference + Revision Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Reference. Revision Time. Time + The time at which the information in the Catalogue was revised. + 0..1 + Catalogue Reference + Revision Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Reference. Note. Text + A free-text note about the Catalogue. This is used for information which is only human readable. + 0..n + Catalogue Reference + Note + Text + Text. Type + + + + + + + + + BBIE + Catalogue Reference. Description. Text + A description of the Catalogue. + 0..n + Catalogue Reference + Description + Text + Text. Type + "computer accessories for laptops" + + + + + + + + + BBIE + Catalogue Reference. Version. Identifier + Indicates the current version of the Catalogue. + 0..1 + Catalogue Reference + Version + Identifier + Identifier. Type + "1.1" + + + + + + + + + BBIE + Catalogue Reference. Previous_ Version. Identifier + Indicates the previous version (the version superseded by this Catalogue). + 0..1 + Catalogue Reference + Previous + Version + Identifier + Identifier. Type + "1.0" + + + + + + + + + + + ABIE + Catalogue Request Line. Details + The basic element of Catalogue; something that can be bought. + Catalogue Request Line + + + + + + + + + BBIE + Catalogue Request Line. Identifier + A unique instance identifier for the line in this Catalogue document. + 1 + Catalogue Request Line + Identifier + Identifier + Identifier. Type + "1" + + + + + + + + + BBIE + Catalogue Request Line. Contract Subdivision. Text + Identifies a subdivision of a contract or tender. + 0..1 + Catalogue Request Line + Contract Subdivision + Text + Text. Type + "Installation", "Phase One", Support and Maintenance" + + + + + + + + + BBIE + Catalogue Request Line. Note. Text + Free-text note used for non-structured information about the line in the specific Catalogue document (intended to be human readable). + 0..n + Catalogue Request Line + Note + Text + Text. Type + + + + + + + + + ASBIE + Catalogue Request Line. Line Validity_ Period. Period + The period for which the Catalogue Line is valid. + 0..1 + Catalogue Request Line + Line Validity + Period + Period + + + + + + + + + ASBIE + Catalogue Request Line. Required_ Item Location Quantity. Item Location Quantity + An association to the description of properties related to locations and quantities of the item. + 0..n + Catalogue Request Line + Required + Item Location Quantity + Item Location Quantity + + + + + + + + + ASBIE + Catalogue Request Line. Item + An association to the Item itself. + 1 + Catalogue Request Line + Item + Item + + + + + + + + + + + ABIE + Certificate Of Origin Application. Details + A document that contains information of CO application. + Certificate Of Origin Application + + + + + + + + + BBIE + Certificate Of Origin Application. Reference. Identifier + Holds the unique number that identifies the Despatch Advice, typically according to the seller's system that generated the Despatch Advice. + 1 + Certificate Of Origin Application + Reference + Identifier + Identifier. Type + + + + + + + + + BBIE + Certificate Of Origin Application. Certificate Type. Text + Type of CO. Type could be Ordinary, Re-export, Commonwealth Preferential etc. + 1 + Certificate Of Origin Application + Certificate Type + Text + Text. Type + + + + + + + + + BBIE + Certificate Of Origin Application. Application Status Code. Code + Indicates the status of the application (revision, replacement, etc.). + 0..1 + Certificate Of Origin Application + Application Status Code + Code + Code. Type + + + + + + + + + BBIE + Certificate Of Origin Application. Original_ Job Identifier. Identifier + The latest Job Number given to the Origin application. This is used by the system to keep track of the amendments or cancellation of the origin application applied earlier. + 1 + Certificate Of Origin Application + Original + Job Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Certificate Of Origin Application. Previous_ Job Identifier. Identifier + The previous Job Number assigned in case the application undergoes query or change. This is used by the system to keep track of the amendments or cancellation of the origin application applied earlier. + 0..1 + Certificate Of Origin Application + Previous + Job Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Certificate Of Origin Application. Remarks. Text + Remarks by the applicant for the Certificate of Origin Application. + 0..1 + Certificate Of Origin Application + Remarks + Text + Text. Type + + + + + + + + + ASBIE + Certificate Of Origin Application. Shipment + Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. + 1 + Certificate Of Origin Application + Shipment + Shipment + + + + + + + + + ASBIE + Certificate Of Origin Application. Endorser Party + The party providing the endorsement. + 1..n + Certificate Of Origin Application + Endorser Party + Endorser Party + + + + + + + + + ASBIE + Certificate Of Origin Application. Preparation_ Party. Party + Details of an individual, a group, or a body that prepares the Certificate of Origin application. + 1 + Certificate Of Origin Application + Preparation + Party + Party + + + + + + + + + ASBIE + Certificate Of Origin Application. Issuer_ Party. Party + Details of the authorized organization that issued the Certificate of Origin. + 1 + Certificate Of Origin Application + Issuer + Party + Party + + + + + + + + + ASBIE + Certificate Of Origin Application. Issuing_ Country. Country + The country for which the Certificate of Origin is issued. + 1 + Certificate Of Origin Application + Issuing + Country + Country + + + + + + + + + ASBIE + Certificate Of Origin Application. Document Distribution + The distribution of the Certificate of Origin to interested parties. + 0..n + Certificate Of Origin Application + Document Distribution + Document Distribution + + + + + + + + + ASBIE + Certificate Of Origin Application. Supporting_ Document Reference. Document Reference + An associative reference to a supporting document. + 0..n + Certificate Of Origin Application + Supporting + Document Reference + Document Reference + + + + + + + + + ASBIE + Certificate Of Origin Application. Signature + One or more signatures applied to the document instance. + 0..n + Certificate Of Origin Application + Signature + Signature + + + + + + + + + + + ABIE + Classification Category. Details + Information about a Classification Category; a subdivision of a Classification Scheme. + Classification Category + + + + + + + + + BBIE + Classification Category. Name + The name of the Classification Category. + 0..1 + Classification Category + Name + Name + Name. Type + Code List Name + "UNSPSC Class", "UNSPSC Segment", "UNSPSC Family" + + + + + + + + + BBIE + Classification Category. Code Value. Text + The Classification Category value. + 0..1 + Classification Category + Code Value + Text + Text. Type + Code Value + 3420001, 3273666, HSJJD-213 + + + + + + + + + BBIE + Classification Category. Description. Text + The description of the Classification Category. + 0..n + Classification Category + Description + Text + Text. Type + Code Name + "Electrical Goods", "Wooden Toys" + + + + + + + + + ASBIE + Classification Category. Categorizes_ Classification Category. Classification Category + An association to subcategories within the Category. + 0..n + Classification Category + Categorizes + Classification Category + Classification Category + + + + + + + + + + + ABIE + Classification Scheme. Details + Information about Classification Scheme; a scheme that defines a taxonomy for classifying goods or services. + Classification Scheme + + + + + + + + + BBIE + Classification Scheme. Identifier + An identifier for the classification scheme. + 1 + Classification Scheme + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Classification Scheme. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Classification Scheme + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Classification Scheme. Last_ Revision Date. Date + The date at which the classification scheme was last revised. + 0..1 + Classification Scheme + Last + Revision Date + Date + Date. Type + + + + + + + + + BBIE + Classification Scheme. Last_ Revision Time. Time + The time at which the classification scheme was last revised. + 0..1 + Classification Scheme + Last + Revision Time + Time + Time. Type + + + + + + + + + BBIE + Classification Scheme. Note. Text + Free-form text applying to the Classification Scheme. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..1 + Classification Scheme + Note + Text + Text. Type + + + + + + + + + BBIE + Classification Scheme. Name + The name of the Classification Scheme. + 0..1 + Classification Scheme + Name + Name + Name. Type + "UNSPSC" + + + + + + + + + BBIE + Classification Scheme. Description. Text + A description of the Classification Scheme. + 0..n + Classification Scheme + Description + Text + Text. Type + "an open, global multi-sector standard for classification of products and services" + + + + + + + + + BBIE + Classification Scheme. Agency Identifier. Identifier + Identifies the agency that maintains the Classification Scheme. + 0..1 + Classification Scheme + Agency Identifier + Identifier + Identifier. Type + Defaults to the UN/EDIFACT data element 3055 code list. + + + + + + + + + BBIE + Classification Scheme. Agency Name. Text + The name of the agency that maintains the Classification Scheme. + 0..1 + Classification Scheme + Agency Name + Text + Text. Type + + + + + + + + + BBIE + Classification Scheme. Version. Identifier + Identifies the version of the Classification Scheme. + 0..1 + Classification Scheme + Version + Identifier + Identifier. Type + + + + + + + + + BBIE + Classification Scheme. URI. Identifier + The Uniform Resource Identifier (URI) that identifies where the Classification is located. + 0..1 + Classification Scheme + URI + Identifier + Identifier. Type + + + + + + + + + BBIE + Classification Scheme. Scheme_ URI. Identifier + The Uniform Resource Identifier (URI) that identifies where the Classification Scheme is located. + 0..1 + Classification Scheme + Scheme + URI + Identifier + Identifier. Type + + + + + + + + + BBIE + Classification Scheme. Language. Identifier + Identifies the language of the Classification Scheme. + 0..1 + Classification Scheme + Language + Identifier + Identifier. Type + + + + + + + + + ASBIE + Classification Scheme. Classification Category + An association to Classification Category. + 1..n + Classification Scheme + Classification Category + Classification Category + + + + + + + + + + + ABIE + Commodity Classification. Details + Information about Commodity Classification. + Commodity Classification + + + + + + + + + BBIE + Commodity Classification. Nature Code. Code + The high-level nature of the Classification issued by a specific maintenance agency, expressed as a code. + 0..1 + Commodity Classification + Nature Code + Code + Code. Type + "wooden products" + + + + + + + + + BBIE + Commodity Classification. Cargo Type Code. Code + The type of cargo, expressed as a code. + 0..1 + Commodity Classification + Cargo Type Code + Code + Code. Type + "Refrigerated" + + + + + + + + + BBIE + Commodity Classification. Commodity Code. Code + The harmonized international commodity code for regulatory (customs and trade statistics) purposes. + 0..1 + Commodity Classification + Commodity Code + Code + Code. Type + Harmonized Code + "1102222883" + + + + + + + + + BBIE + Commodity Classification. Item Classification Code. Code + The trade commodity classification, expressed as a code. + 0..1 + Commodity Classification + Item Classification Code + Code + Code. Type + UN/SPSC Code + "3440234" + + + + + + + + + + + ABIE + Communication. Details + Information about a means of communication. + Communication + + + + + + + + + BBIE + Communication. Channel Code. Code + The method of communication, expressed as a code. + 0..1 + Communication + Channel Code + Code + Channel_ Code. Type + Phone Fax Email + + + + + + + + + BBIE + Communication. Channel. Text + The method of communication, expressed as text. + 0..1 + Communication + Channel + Text + Text. Type + Skype + + + + + + + + + BBIE + Communication. Value. Text + The communication value, such as phone number or email address. + 0..1 + Communication + Value + Text + Text. Type + "+44 1 2345 6789" "president@whitehouse.com" + + + + + + + + + + + ABIE + Consignment. Details + A separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. + Consignment + + + + + + + + + BBIE + Consignment. Identifier + Unique number assigned to goods, both for import and export. + 1 + Consignment + Identifier + Identifier + Identifier. Type + Unique consignment reference number (UCR) + + + + + + + + + BBIE + Consignment. Summary_ Description. Text + General descriptive text that is not part of any remarks. + 0..n + Consignment + Summary + Description + Text + Text. Type + + + + + + + + + BBIE + Consignment. Total_ Invoice Amount. Amount + Total of all invoice amounts declared in a single consignment. + 0..1 + Consignment + Total + Invoice Amount + Amount + Amount. Type + + + + + + + + + BBIE + Consignment. Declared Customs_ Value. Amount + Amount declared for customs purposes of those goods in a consignment, whether or not they are subject to the same customs procedure, tariff/statistical heading, country information, and duty regime. + 0..1 + Consignment + Declared Customs + Value + Amount + Amount. Type + + + + + + + + + BBIE + Consignment. Tariff Description. Text + A description of the tariff applied to a consignment. + 0..n + Consignment + Tariff Description + Text + Text. Type + + + + + + + + + BBIE + Consignment. Tariff Code. Code + Code specifying a tariff applied to a consignment. + 0..1 + Consignment + Tariff Code + Code + Code. Type + Tariff code number (WCO ID 145) + + + + + + + + + BBIE + Consignment. Insurance Premium Amount. Amount + Amount of premium payable to the insurance company for insuring the goods. + 0..1 + Consignment + Insurance Premium Amount + Amount + Amount. Type + Insurance Cost + + + + + + + + + BBIE + Consignment. Gross_ Weight. Measure + Total weight (mass) of goods for a declaration, including packaging but excluding the carrier's equipment. + 0..1 + Consignment + Gross + Weight + Measure + Measure. Type + Total gross weight (WCO ID 131) + Total cube of all goods items referred to as one consignment. + + + + + + + + + BBIE + Consignment. Net_ Weight. Measure + Total net weight (mass) of all the goods items referred to as one consignment. + 0..1 + Consignment + Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Consignment. Net Net_ Weight. Measure + Weight (mass) of the goods themselves without any packing. + 0..1 + Consignment + Net Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Consignment. Chargeable_ Weight. Measure + Gross weight (mass) on which a charge is to be based. + 0..1 + Consignment + Chargeable + Weight + Measure + Measure. Type + Chargeable Weight. Basis.Measure + + + + + + + + + BBIE + Consignment. Gross_ Volume. Measure + Total volume of all goods items referred to as one consignment. + 0..1 + Consignment + Gross + Volume + Measure + Measure. Type + Cube + + + + + + + + + BBIE + Consignment. Net_ Volume. Measure + Net volume of all goods items referred to as one consignment. + 0..1 + Consignment + Net + Volume + Measure + Measure. Type + + + + + + + + + BBIE + Consignment. Loading_ Length. Measure + Total length in a means of transport or a piece of transport equipment whereby the complete width and height over that length is needed for loading all the consignments referred to as one consolidation. + 0..1 + Consignment + Loading + Length + Measure + Measure. Type + + + + + + + + + BBIE + Consignment. Remarks. Text + Remarks concerning the complete consignment to be printed on the transport document. + 0..n + Consignment + Remarks + Text + Text. Type + + + + + + + + + BBIE + Consignment. Hazardous Risk_ Indicator. Indicator + Indication that the transport is or is not subject to an international regulation concerning the carriage of dangerous goods. + 0..1 + Consignment + Hazardous Risk + Indicator + Indicator + Indicator. Type + Dangerous Goods RID Indicator + default is negative + + + + + + + + + ASBIE + Consignment. Consignee_ Party. Party + Party to which goods are consigned. + 0..1 + Consignment + Consignee + Party + Party + + + + + + + + + ASBIE + Consignment. Exporter_ Party. Party + The party who makes the export declaration, or on whose behalf the export declaration is made, and who is the owner of the goods or has similar right of disposal over them at the time when the declaration is accepted. + 0..1 + Consignment + Exporter + Party + Party + + + + + + + + + ASBIE + Consignment. Consignor_ Party. Party + The party consigning goods, as stipulated in the transport contract by the party ordering transport. + 0..1 + Consignment + Consignor + Party + Party + + + + + + + + + ASBIE + Consignment. Importer_ Party. Party + The party who makes an import declaration, or on whose behalf a Customs clearing agent or other authorized person makes an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned. + 0..1 + Consignment + Importer + Party + Party + + + + + + + + + ASBIE + Consignment. Carrier_ Party. Party + The party providing the transport of goods between named points. + 0..1 + Consignment + Carrier + Party + Party + + + + + + + + + ASBIE + Consignment. Freight Forwarder_ Party. Party + The party combining individual smaller consignments into a single larger shipment (so called consolidated shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components. + 0..1 + Consignment + Freight Forwarder + Party + Party + + + + + + + + + ASBIE + Consignment. Notify_ Party. Party + The party to be notified. + 0..1 + Consignment + Notify + Party + Party + + + + + + + + + ASBIE + Consignment. Original Despatch_ Party. Party + The original despatch party. + 0..1 + Consignment + Original Despatch + Party + Party + + + + + + + + + ASBIE + Consignment. Final Delivery_ Party. Party + The final delivery party. + 0..1 + Consignment + Final Delivery + Party + Party + + + + + + + + + ASBIE + Consignment. Original Departure_ Country. Country + The country from which the goods are originally exported, without any commercial transaction taking place in intermediate countries. + 0..1 + Consignment + Original Departure + Country + Country + + + + + + + + + ASBIE + Consignment. Final Destination_ Country. Country + Name of the country to which the goods are to be delivered to the final consignee or buyer. + 0..1 + Consignment + Final Destination + Country + Country + + + + + + + + + ASBIE + Consignment. Transit_ Country. Country + The countries through which goods or passengers are routed between the country of original departure and the country of final destination. + 0..n + Consignment + Transit + Country + Country + + + + + + + + + ASBIE + Consignment. Transport_ Contract. Contract + An association to Transport Contact. + 0..1 + Consignment + Transport + Contract + Contract + + + + + + + + + ASBIE + Consignment. Original Despatch_ Transportation Service. Transportation Service + The service for pick-up from the consignor under the transport contract. + 0..1 + Consignment + Original Despatch + Transportation Service + Transportation Service + + + + + + + + + ASBIE + Consignment. Final Delivery_ Transportation Service. Transportation Service + The service for delivery to the consignee under the transport contract. + 0..1 + Consignment + Final Delivery + Transportation Service + Transportation Service + + + + + + + + + ASBIE + Consignment. Delivery Terms + All the conditions agreed upon between a seller and a buyer with regard to the delivery of goods and/or services, e.g., CIF, FOB, or EXW from the INCOTERMS Terms of Delivery. + 0..1 + Consignment + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Consignment. Payment Terms + The conditions of payment between the parties in a transaction. + 0..1 + Consignment + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Consignment. Freight_ Allowance Charge. Allowance Charge + Costs incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs). + 0..n + Consignment + Freight + Allowance Charge + Allowance Charge + + + + + + + + + + + ABIE + Contact. Details + Information about a contactable person or organization department. + Contact + + + + + + + + + BBIE + Contact. Identifier + An identifier for the Contact. + 0..1 + Contact + Identifier + Identifier + Identifier. Type + "Receivals Clerk" + + + + + + + + + BBIE + Contact. Name + The name of the Contact. + 0..1 + Contact + Name + Name + Name. Type + "Delivery Dock" + + + + + + + + + BBIE + Contact. Telephone. Text + The telephone number of the Contact. + 0..1 + Contact + Telephone + Text + Text. Type + + + + + + + + + BBIE + Contact. Telefax. Text + The fax number of the Contact. + 0..1 + Contact + Telefax + Text + Text. Type + + + + + + + + + BBIE + Contact. Electronic_ Mail. Text + The email address of the Contact. + 0..1 + Contact + Electronic + Mail + Text + Text. Type + + + + + + + + + BBIE + Contact. Note. Text + A note such as 'Emergency' or 'After Hours' describing the circumstances in which the Contact can be used. + 0..1 + Contact + Note + Text + Text. Type + + + + + + + + + ASBIE + Contact. Other_ Communication. Communication + An association to Other Communication. + 0..n + Contact + Other + Communication + Communication + + + + + + + + + + + ABIE + Contract. Details + Information about a Contract. + Contract + + + + + + + + + BBIE + Contract. Identifier + Identifies the Contract. + 0..1 + Contract + Identifier + Identifier + Identifier. Type + "CC23" + + + + + + + + + BBIE + Contract. Issue Date. Date + The date on which the Contract was issued. + 0..1 + Contract + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Contract. Issue Time. Time + The time at which the Contract was issued. + 0..1 + Contract + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Contract. Contract Type Code. Code + The type of Contract, expressed as a code. + 0..1 + Contract + Contract Type Code + Code + Code. Type + + + + + + + + + BBIE + Contract. Contract Type. Text + The type of Contract, expressed as text. + 0..1 + Contract + Contract Type + Text + Text. Type + + + + + + + + + ASBIE + Contract. Validity_ Period. Period + An association to Validity Period. + 0..1 + Contract + Validity + Period + Period + + + + + + + + + ASBIE + Contract. Contract_ Document Reference. Document Reference + An associative reference to Contract Document. + 0..n + Contract + Contract + Document Reference + Document Reference + + + + + + + + + + + ABIE + Corporate Registration Scheme. Details + Information directly relating a scheme for corporate registration of businesses. + Corporate Registration Scheme + + + + + + + + + BBIE + Corporate Registration Scheme. Identifier + Identifies the scheme. + 0..1 + Corporate Registration Scheme + Identifier + Identifier + Identifier. Type + "ASIC" in Australia + + + + + + + + + BBIE + Corporate Registration Scheme. Name + Identifies the scheme by name. + 0..1 + Corporate Registration Scheme + Name + Name + Name. Type + "Australian Securities and Investment Commission" in Australia + + + + + + + + + BBIE + Corporate Registration Scheme. Corporate Registration Type Code. Code + Identifies the type of scheme. + 0..1 + Corporate Registration Scheme + Corporate Registration Type Code + Code + Code. Type + "ACN" + + + + + + + + + ASBIE + Corporate Registration Scheme. Jurisdiction Region_ Address. Address + Associates the registration scheme with particulars that identify and locate the geographic area to which the scheme applies. + 0..n + Corporate Registration Scheme + Jurisdiction Region + Address + Address + + + + + + + + + + + ABIE + Country. Details + Information about a geopolitical country. + Country + + + + + + + + + BBIE + Country. Identification Code. Code + An identifier for the Country. + 0..1 + Country + Identification Code + Code + Country Identification_ Code. Type + + + + + + + + + BBIE + Country. Name + The name of the Country. + 0..1 + Country + Name + Name + Name. Type + “SOUTH AFRICA” + + + + + + + + + + + ABIE + Credit Account. Details + Information about a Credit Account (for sales on account). + Credit Account + + + + + + + + + BBIE + Credit Account. Account Identifier. Identifier + Identifies the Credit Account. + 1 + Credit Account + Account Identifier + Identifier + Identifier. Type + "Customer Code 29" + + + + + + + + + + + ABIE + Credit Note Line. Details + Information about a Credit Note Line. + Credit Note Line + + + + + + + + + BBIE + Credit Note Line. Identifier + Identifies the Credit Note Line. + 1 + Credit Note Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Credit Note Line. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Credit Note Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Credit Note Line. Note. Text + Free-form text applying to the Credit Note Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..1 + Credit Note Line + Note + Text + Text. Type + + + + + + + + + BBIE + Credit Note Line. Credited_ Quantity. Quantity + The quantity of Items credited. + 0..1 + Credit Note Line + Credited + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Credit Note Line. Line Extension Amount. Amount + The total amount for the Credit Note Line, including Allowance Charges but net of taxes. + 0..1 + Credit Note Line + Line Extension Amount + Amount + Amount. Type + + + + + + + + + BBIE + Credit Note Line. Tax Point Date. Date + The date of the Credit Note Line, used to indicate the point at which tax becomes applicable. + 0..1 + Credit Note Line + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Credit Note Line. Accounting Cost Code. Code + The buyer's accounting code applied to the Credit Note Line. + 0..1 + Credit Note Line + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Credit Note Line. Accounting Cost. Text + The buyer's accounting code applied to the Credit Note Line, expressed as text. + 0..1 + Credit Note Line + Accounting Cost + Text + Text. Type + + + + + + + + + ASBIE + Credit Note Line. Discrepancy_ Response. Response + An association to Discrepancy Response; the reason for the Credit. + 0..n + Credit Note Line + Discrepancy + Response + Response + + + + + + + + + ASBIE + Credit Note Line. Despatch_ Line Reference. Line Reference + An associative reference to Despatch Line. + 0..n + Credit Note Line + Despatch + Line Reference + Line Reference + + + + + + + + + ASBIE + Credit Note Line. Receipt_ Line Reference. Line Reference + An associative reference to Receipt Line. + 0..n + Credit Note Line + Receipt + Line Reference + Line Reference + + + + + + + + + ASBIE + Credit Note Line. Billing Reference + An association to Billing Reference. + 0..n + Credit Note Line + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Credit Note Line. Document Reference + An association to Document Reference. + 0..n + Credit Note Line + Document Reference + Document Reference + + + + + + + + + ASBIE + Credit Note Line. Pricing Reference + An association to Pricing Reference. + 0..1 + Credit Note Line + Pricing Reference + Pricing Reference + + + + + + + + + ASBIE + Credit Note Line. Delivery + An association to Delivery. + 0..n + Credit Note Line + Delivery + Delivery + + + + + + + + + ASBIE + Credit Note Line. Tax Total + An association to Tax Total. + 0..n + Credit Note Line + Tax Total + Tax Total + + + + + + + + + ASBIE + Credit Note Line. Item + An association to Item + 0..1 + Credit Note Line + Item + Item + + + + + + + + + ASBIE + Credit Note Line. Price + An association to Price. + 0..1 + Credit Note Line + Price + Price + + + + + + + + + + + ABIE + Customer Party. Details + Information about the Customer Party. + Customer Party + + + + + + + + + BBIE + Customer Party. Customer Assigned_ Account Identifier. Identifier + An identifier for the Customer's account, assigned by the Customer itself. + 0..1 + Customer Party + Customer Assigned + Account Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Customer Party. Supplier Assigned_ Account Identifier. Identifier + An identifier for the Customer's account, assigned by the Supplier. + 0..1 + Customer Party + Supplier Assigned + Account Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Customer Party. Additional_ Account Identifier. Identifier + An identifier for the Customer's account, assigned by a third party. + 0..n + Customer Party + Additional + Account Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Customer Party. Party + An association to Party. + 0..1 + Customer Party + Party + Party + + + + + + + + + ASBIE + Customer Party. Delivery_ Contact. Contact + An association to Delivery Contact. + 0..1 + Customer Party + Delivery + Contact + Contact + + + + + + + + + ASBIE + Customer Party. Accounting_ Contact. Contact + An association to Accounting Contact (Customer). + 0..1 + Customer Party + Accounting + Contact + Contact + + + + + + + + + ASBIE + Customer Party. Buyer_ Contact. Contact + An association to Buyer Contact. + 0..1 + Customer Party + Buyer + Contact + Contact + + + + + + + + + + + ABIE + Debit Note Line. Details + Information about a Debit Note Line. + Debit Note Line + + + + + + + + + BBIE + Debit Note Line. Identifier + Identifies the Debit Note Line. + 1 + Debit Note Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Debit Note Line. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Debit Note Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Debit Note Line. Note. Text + Free-form text applying to the Debit Note Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..1 + Debit Note Line + Note + Text + Text. Type + + + + + + + + + BBIE + Debit Note Line. Debited_ Quantity. Quantity + The quantity of Items debited. + 0..1 + Debit Note Line + Debited + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Debit Note Line. Line Extension Amount. Amount + The total amount for the Debit Note Line, including Allowance Charges but net of taxes. + 1 + Debit Note Line + Line Extension Amount + Amount + Amount. Type + + + + + + + + + BBIE + Debit Note Line. Tax Point Date. Date + The date of the Debit Note Line, used to indicate the point at which tax becomes applicable. + 0..1 + Debit Note Line + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Debit Note Line. Accounting Cost Code. Code + The buyer's accounting code applied to the Debit Note Line. + 0..1 + Debit Note Line + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Debit Note Line. Accounting Cost. Text + The buyer's accounting code applied to the Debit Note Line, expressed as text. + 0..1 + Debit Note Line + Accounting Cost + Text + Text. Type + + + + + + + + + ASBIE + Debit Note Line. Discrepancy_ Response. Response + An association to Discrepancy Response; the reason for the Debit. + 0..n + Debit Note Line + Discrepancy + Response + Response + + + + + + + + + ASBIE + Debit Note Line. Despatch_ Line Reference. Line Reference + An associative reference to Despatch Line. + 0..n + Debit Note Line + Despatch + Line Reference + Line Reference + + + + + + + + + ASBIE + Debit Note Line. Receipt_ Line Reference. Line Reference + An associative reference to Receipt Line. + 0..n + Debit Note Line + Receipt + Line Reference + Line Reference + + + + + + + + + ASBIE + Debit Note Line. Billing Reference + An association to Billing Reference. + 0..n + Debit Note Line + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Debit Note Line. Document Reference + An association to Document Reference. + 0..n + Debit Note Line + Document Reference + Document Reference + + + + + + + + + ASBIE + Debit Note Line. Pricing Reference + An association to Pricing Reference. + 0..1 + Debit Note Line + Pricing Reference + Pricing Reference + + + + + + + + + ASBIE + Debit Note Line. Delivery + An association to Delivery. + 0..n + Debit Note Line + Delivery + Delivery + + + + + + + + + ASBIE + Debit Note Line. Tax Total + An association to Tax Total. + 0..n + Debit Note Line + Tax Total + Tax Total + + + + + + + + + ASBIE + Debit Note Line. Item + An association to Item + 0..1 + Debit Note Line + Item + Item + + + + + + + + + ASBIE + Debit Note Line. Price + An association to Price. + 0..1 + Debit Note Line + Price + Price + + + + + + + + + + + ABIE + Delivery. Details + Information about Delivery. + Delivery + + + + + + + + + BBIE + Delivery. Identifier + Identifies the Delivery. + 0..1 + Delivery + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Delivery. Quantity + The quantity in a Delivery. + 0..1 + Delivery + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Delivery. Minimum_ Quantity. Quantity + The minimum quantity in a Delivery. + 0..1 + Delivery + Minimum + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Delivery. Maximum_ Quantity. Quantity + The maximum quantity in a Delivery. + 0..1 + Delivery + Maximum + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Delivery. Actual_ Delivery Date. Date + The actual Delivery date. + 0..1 + Delivery + Actual + Delivery Date + Date + Date. Type + + + + + + + + + BBIE + Delivery. Actual_ Delivery Time. Time + The actual Delivery time. + 0..1 + Delivery + Actual + Delivery Time + Time + Time. Type + + + + + + + + + BBIE + Delivery. Latest_ Delivery Date. Date + The latest delivery date allowed by the buyer. + 0..1 + Delivery + Latest + Delivery Date + Date + Date. Type + + + + + + + + + BBIE + Delivery. Latest_ Delivery Time. Time + The latest delivery time allowed by the buyer. + 0..1 + Delivery + Latest + Delivery Time + Time + Time. Type + + + + + + + + + BBIE + Delivery. Tracking Identifier. Identifier + The delivery Tracking ID (for transport tracking). + 0..1 + Delivery + Tracking Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Delivery. Delivery_ Address. Address + An association to Delivery Address. + 0..1 + Delivery + Delivery + Address + Address + + + + + + + + + ASBIE + Delivery. Delivery_ Location. Location + An association to Location. + 0..1 + Delivery + Delivery + Location + Location + + + + + + + + + ASBIE + Delivery. Requested Delivery_ Period. Period + The requested Period for Delivery. + 0..1 + Delivery + Requested Delivery + Period + Period + + + + + + + + + ASBIE + Delivery. Promised Delivery_ Period. Period + The promised Period for Delivery. + 0..1 + Delivery + Promised Delivery + Period + Period + + + + + + + + + ASBIE + Delivery. Estimated Delivery_ Period. Period + The estimated Period for Delivery. + 0..1 + Delivery + Estimated Delivery + Period + Period + + + + + + + + + ASBIE + Delivery. Delivery_ Party. Party + The party to whom the goods/services are delivered. + 0..1 + Delivery + Delivery + Party + Party + + + + + + + + + ASBIE + Delivery. Despatch + An association to the Despatch. + 0..1 + Delivery + Despatch + Despatch + + + + + + + + + + + ABIE + Delivery Terms. Details + Information about Delivery Terms. + Delivery Terms + + + + + + + + + BBIE + Delivery Terms. Identifier + Identifies the Delivery Terms. + 0..1 + Delivery Terms + Identifier + Identifier + Identifier. Type + CIF, FOB, or EXW from the INCOTERMS Terms of Delivery. (2000 version preferred.) + + + + + + + + + BBIE + Delivery Terms. Special_ Terms. Text + A description of special conditions relating to the Delivery Terms. + 0..1 + Delivery Terms + Special + Terms + Text + Text. Type + + + + + + + + + BBIE + Delivery Terms. Loss Risk Responsibility Code. Code + An identifier for the responsibility for loss risk in the context of the Delivery Terms, expressed as a code. + 0..1 + Delivery Terms + Loss Risk Responsibility Code + Code + Code. Type + + + + + + + + + BBIE + Delivery Terms. Loss Risk. Text + A description of the loss risk in the context of the Delivery Terms. + 0..1 + Delivery Terms + Loss Risk + Text + Text. Type + + + + + + + + + ASBIE + Delivery Terms. Delivery_ Location. Location + An association to Location, e.g., a port. + 0..1 + Delivery Terms + Delivery + Location + Location + + + + + + + + + ASBIE + Delivery Terms. Allowance Charge + An association to Allowance Charge. + 0..1 + Delivery Terms + Allowance Charge + Allowance Charge + + + + + + + + + + + ABIE + Delivery Unit. Details + Information about a Delivery Unit. + Delivery Unit + + + + + + + + + BBIE + Delivery Unit. Batch Quantity. Quantity + The quantity of ordered Items that constitutes a batch for delivery purposes. + 1 + Delivery Unit + Batch Quantity + Quantity + Quantity. Type + "100 units", "by the dozen" + + + + + + + + + BBIE + Delivery Unit. Consumer_ Unit. Quantity + The quantity of consumer units in the Delivery Unit. + 0..1 + Delivery Unit + Consumer + Unit + Quantity + Quantity. Type + "packs of 10" + + + + + + + + + BBIE + Delivery Unit. Hazardous Risk_ Indicator. Indicator + Indicates whether the Item as delivered is hazardous. + 0..1 + Delivery Unit + Hazardous Risk + Indicator + Indicator + Indicator. Type + Default is negative + + + + + + + + + + + ABIE + Despatch. Details + Information about Despatch. + Despatch + + + + + + + + + BBIE + Despatch. Identifier + The identifier for the Delivery. + 0..1 + Despatch + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Despatch. Requested_ Despatch Date. Date + The despatch (pick-up) date requested by the buyer. + 0..1 + Despatch + Requested + Despatch Date + Date + Date. Type + + + + + + + + + BBIE + Despatch. Requested_ Despatch Time. Time + The despatch (pick-up) time requested by the buyer. + 0..1 + Despatch + Requested + Despatch Time + Time + Time. Type + + + + + + + + + BBIE + Despatch. Estimated_ Despatch Date. Date + The despatch (pick-up) date estimated by the seller or Despatch. + 0..1 + Despatch + Estimated + Despatch Date + Date + Date. Type + + + + + + + + + BBIE + Despatch. Estimated_ Despatch Time. Time + The despatch (pick-up) time estimated by the seller or Despatch. + 0..1 + Despatch + Estimated + Despatch Time + Time + Time. Type + + + + + + + + + BBIE + Despatch. Actual_ Despatch Date. Date + The actual despatch (pick-up) date. + 0..1 + Despatch + Actual + Despatch Date + Date + Date. Type + + + + + + + + + BBIE + Despatch. Actual_ Despatch Time. Time + The actual despatch (pick-up) time. + 0..1 + Despatch + Actual + Despatch Time + Time + Time. Type + + + + + + + + + ASBIE + Despatch. Despatch_ Address. Address + An association to Despatch Address. + 0..1 + Despatch + Despatch + Address + Address + + + + + + + + + ASBIE + Despatch. Despatch_ Party. Party + The party who despatched the delivery. + 0..1 + Despatch + Despatch + Party + Party + + + + + + + + + ASBIE + Despatch. Contact + An association to Contact. + 0..1 + Despatch + Contact + Contact + + + + + + + + + + + ABIE + Despatch Line. Details + Information about a Despatch Line. + Despatch Line + + + + + + + + + BBIE + Despatch Line. Identifier + Identifies the Despatch Line. + 1 + Despatch Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Despatch Line. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Despatch Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Despatch Line. Note. Text + Free-form text applying to the Despatch Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..1 + Despatch Line + Note + Text + Text. Type + + + + + + + + + BBIE + Despatch Line. Line Status Code. Code + Identifies the status of the Despatch Line with respect to its original state. + 0..1 + Despatch Line + Line Status Code + Code + Line Status_ Code. Type + + + + + + + + + BBIE + Despatch Line. Delivered_ Quantity. Quantity + The quantity despatched. + 0..1 + Despatch Line + Delivered + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Despatch Line. Backorder_ Quantity. Quantity + The quantity on Back Order at the Supplier. + 0..1 + Despatch Line + Backorder + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Despatch Line. Backorder_ Reason. Text + The reason for the Back Order. + 0..1 + Despatch Line + Backorder + Reason + Text + Text. Type + + + + + + + + + BBIE + Despatch Line. Outstanding_ Quantity. Quantity + The quantity outstanding (which will follow in a later despatch). + 0..1 + Despatch Line + Outstanding + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Despatch Line. Outstanding_ Reason. Text + The reason for the Outstanding Quantity. + 0..1 + Despatch Line + Outstanding + Reason + Text + Text. Type + + + + + + + + + BBIE + Despatch Line. Oversupply_ Quantity. Quantity + The quantity over-supplied. + 0..1 + Despatch Line + Oversupply + Quantity + Quantity + Quantity. Type + + + + + + + + + ASBIE + Despatch Line. Order Line Reference + An association to Order Line Reference. + 1..n + Despatch Line + Order Line Reference + Order Line Reference + + + + + + + + + ASBIE + Despatch Line. Document Reference + An association to Document Reference. + 0..n + Despatch Line + Document Reference + Document Reference + + + + + + + + + ASBIE + Despatch Line. Item + An association to Item. + 1 + Despatch Line + Item + Item + + + + + + + + + ASBIE + Despatch Line. Shipment + An association to Shipment. + 0..n + Despatch Line + Shipment + Shipment + + + + + + + + + + + ABIE + Dimension. Details + Information about a measurable dimension of an item. + Dimension + + + + + + + + + BBIE + Dimension. Attribute Identifier. Identifier + An identifier for the attribute to which the measure applies. + 1 + Dimension + Attribute Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Dimension. Measure + The measurement value. + 0..1 + Dimension + Measure + Measure + Measure. Type + + + + + + + + + BBIE + Dimension. Description. Text + A description of the attribute or measurement of the attribute. + 0..n + Dimension + Description + Text + Text. Type + + + + + + + + + BBIE + Dimension. Minimum_ Measure. Measure + The minimum value in a range of measurement. + 0..1 + Dimension + Minimum + Measure + Measure + Measure. Type + + + + + + + + + BBIE + Dimension. Maximum_ Measure. Measure + The maximum value in a range of measurement. + 0..1 + Dimension + Maximum + Measure + Measure + Measure. Type + + + + + + + + + + + ABIE + Document Distribution. Details + The details of the distribution of the document among business partners. + Document Distribution + + + + + + + + + BBIE + Document Distribution. Print_ Qualifier. Text + The access right for a Party to distribute the document. + 1 + Document Distribution + Print + Qualifier + Text + Text. Type + + + + + + + + + BBIE + Document Distribution. Maximum_ Copies. Numeric + Specifies the maximum number of copies of the document that the user can print. + 1 + Document Distribution + Maximum + Copies + Numeric + Numeric. Type + + + + + + + + + ASBIE + Document Distribution. Party + Details of the Party who can access the document. + 1 + Document Distribution + Party + Party + + + + + + + + + + + ABIE + Document Reference. Details + Information about a document referred to in another document. + Document Reference + + + + + + + + + BBIE + Document Reference. Identifier + Identifies the document being referred to. + 1 + Document Reference + Identifier + Identifier + Identifier. Type + "PO-001" "3333-44-123" + + + + + + + + + BBIE + Document Reference. Copy_ Indicator. Indicator + Indicates whether the referenced document is a copy (true) or the original (false). + 0..1 + Document Reference + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Document Reference. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Document Reference + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Document Reference. Issue Date. Date + The date, assigned by the sender of the referenced document, on which the referenced document was issued. + 0..1 + Document Reference + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Document Reference. Document Type Code. Code + The document type, expressed as a code. + 0..1 + Document Reference + Document Type Code + Code + Code. Type + + + + + + + + + BBIE + Document Reference. Document Type. Text + The document type, expressed as text. + 0..1 + Document Reference + Document Type + Text + Text. Type + + + + + + + + + BBIE + Document Reference. XPath. Text + Refers to another part of the same document instance. + 0..n + Document Reference + XPath + Text + Text. Type + + + + + + + + + ASBIE + Document Reference. Attachment + An attached document, externally referred to, referred to in the MIME location, or embedded. + 0..1 + Document Reference + Attachment + Attachment + + + + + + + + + + + ABIE + Document Response. Details + Information about responses to a document (at the application level). + Document Response + + + + + + + + + ASBIE + Document Response. Response + The response to the document. + 1 + Document Response + Response + Response + + + + + + + + + ASBIE + Document Response. Document Reference + An association to Document Reference. + 1 + Document Response + Document Reference + Document Reference + + + + + + + + + ASBIE + Document Response. Issuer_ Party. Party + The party who issued a document. + 0..1 + Document Response + Issuer + Party + Party + + + + + + + + + ASBIE + Document Response. Recipient_ Party. Party + The party for whom the document is intended. + 0..1 + Document Response + Recipient + Party + Party + + + + + + + + + ASBIE + Document Response. Line Response + Response to various lines in the document. + 0..n + Document Response + Line Response + Line Response + + + + + + + + + + + ABIE + Endorsement. Details + Details of an endorsement on the document. + Endorsement + + + + + + + + + BBIE + Endorsement. Document. Identifier + Identifies the endorsement. + 1 + Endorsement + Document + Identifier + Identifier. Type + + + + + + + + + BBIE + Endorsement. Approval Status. Text + Specifies the status of the endorsement. + 1 + Endorsement + Approval Status + Text + Text. Type + Authentication Code + + + + + + + + + BBIE + Endorsement. Remarks. Text + Remarks by the endorsing party. + 0..n + Endorsement + Remarks + Text + Text. Type + + + + + + + + + ASBIE + Endorsement. Endorser Party + The type of party providing the endorsement. + 1 + Endorsement + Endorser Party + Endorser Party + + + + + + + + + ASBIE + Endorsement. Signature + One or more signatures applied to the endorsement. + 0..n + Endorsement + Signature + Signature + + + + + + + + + + + ABIE + Endorser Party. Details + The party endorsing a document. + Endorser Party + + + + + + + + + BBIE + Endorser Party. Role Code. Code + The role of the party providing the endorsement, e.g., Issuer, Embassy, Insurance, etc. + 1 + Endorser Party + Role Code + Code + Code. Type + + + + + + + + + BBIE + Endorser Party. Sequence. Numeric + The sequence in which the endorsements are to be applied. + 1 + Endorser Party + Sequence + Numeric + Numeric. Type + + + + + + + + + ASBIE + Endorser Party. Party + Details of the party endorsing the application. + 1 + Endorser Party + Party + Party + + + + + + + + + ASBIE + Endorser Party. Signatory_ Contact. Contact + Details of the individual representing the exporter who signs the Certificate of Origin application before submitting it to the Issuer Party. + 1 + Endorser Party + Signatory + Contact + Contact + + + + + + + + + + + ABIE + Exchange Rate. Details + Information about Exchange Rate. + Exchange Rate + + + + + + + + + BBIE + Exchange Rate. Source_ Currency Code. Code + The reference currency for the Exchange Rate; the currency from which the exchange is being made (CC Definition). + 1 + Exchange Rate + Source + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Exchange Rate. Source_ Currency Base Rate. Rate + The unit base of the source currency for currencies with small denominations. + 0..1 + Exchange Rate + Source + Currency Base Rate + Rate + Rate. Type + + + + + + + + + BBIE + Exchange Rate. Target_ Currency Code. Code + The target currency for the Exchange Rate; the currency to which the exchange is being made (CC Definition). + 1 + Exchange Rate + Target + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Exchange Rate. Target_ Currency Base Rate. Rate + The unit base of the target currency for currencies with small denominations. + 0..1 + Exchange Rate + Target + Currency Base Rate + Rate + Rate. Type + + + + + + + + + BBIE + Exchange Rate. Exchange Market Identifier. Identifier + Identifies the currency exchange market used as the source of the Exchange Rate. + 0..1 + Exchange Rate + Exchange Market Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Exchange Rate. Calculation Rate. Rate + The factor applied to the source currency to calculate the target currency. + 0..1 + Exchange Rate + Calculation Rate + Rate + Rate. Type + + + + + + + + + BBIE + Exchange Rate. Mathematic Operator Code. Code + An identifier for whether the Calculation Rate should be used to multiply or to divide, expressed as a code. + 0..1 + Exchange Rate + Mathematic Operator Code + Code + Operator_ Code. Type + + + + + + + + + BBIE + Exchange Rate. Date + The date of the Exchange. + 0..1 + Exchange Rate + Date + Date + Date. Type + + + + + + + + + ASBIE + Exchange Rate. Foreign Exchange_ Contract. Contract + An association to Foreign Exchange Contract. + 0..1 + Exchange Rate + Foreign Exchange + Contract + Contract + + + + + + + + + + + ABIE + External Reference. Details + Information directly relating to an external reference i.e. a document stored at a remote location. + External Reference + + + + + + + + + BBIE + External Reference. URI. Identifier + The Uniform Resource Identifier (URI) that identifies where the external document is located. + 0..1 + External Reference + URI + Identifier + Identifier. Type + + + + + + + + + BBIE + External Reference. Document Hash. Text + Specifies the hash code for the externally stored document. + 0..1 + External Reference + Document Hash + Text + Text. Type + + + + + + + + + BBIE + External Reference. Expiry Date. Date + The date on which the document can no longer be found on the URI. + 0..1 + External Reference + Expiry Date + Date + Date. Type + + + + + + + + + BBIE + External Reference. Expiry Time. Time + The time on which the document can no longer be found on the URI. + 0..1 + External Reference + Expiry Time + Time + Time. Type + + + + + + + + + + + ABIE + Financial Account. Details + Information about a Financial Account. + Financial Account + + + + + + + + + BBIE + Financial Account. Identifier + The identifier for the Financial Account; the Bank Account Number. + 0..1 + Financial Account + Identifier + Identifier + Identifier. Type + SWIFT(BIC) and IBAN are defined in ISO 9362 and ISO 13616. + + + + + + + + + BBIE + Financial Account. Name + The name of the Financial Account. + 0..1 + Financial Account + Name + Name + Name. Type + + + + + + + + + BBIE + Financial Account. Account Type Code. Code + The type of Financial Account, expressed as a code. + 0..1 + Financial Account + Account Type Code + Code + Code. Type + + + + + + + + + BBIE + Financial Account. Currency Code. Code + The currency in which the Financial Account is held, expressed as a code. + 0..1 + Financial Account + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Financial Account. Payment_ Note. Text + Free-form text applying to the Payment to the owner of this account. + 0..n + Financial Account + Payment + Note + Text + Text. Type + + + + + + + + + ASBIE + Financial Account. Financial Institution_ Branch. Branch + An association to Financial Institution Branch. + 0..1 + Financial Account + Financial Institution + Branch + Branch + + + + + + + + + ASBIE + Financial Account. Country + An association to Country. + 0..1 + Financial Account + Country + Country + + + + + + + + + + + ABIE + Financial Institution. Details + Information about a Financial Institution. + Financial Institution + + + + + + + + + BBIE + Financial Institution. Identifier + The identifier for the Financial Institution expressed as a code; ISO 9362 BIC (Bank Identification Code) is recommended. + 0..1 + Financial Institution + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Financial Institution. Name + The name of the Financial Institution. + 0..1 + Financial Institution + Name + Name + Name. Type + + + + + + + + + ASBIE + Financial Institution. Address + An association to Address. + 0..1 + Financial Institution + Address + Address + + + + + + + + + + + ABIE + Goods Item. Details + A separately identifiable quantity of products of a single product type. + Goods Item + + + + + + + + + BBIE + Goods Item. Identifier + An identifier for the goods item. + 1 + Goods Item + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Goods Item. Sequence Number. Identifier + Sequence number differentiating a specific goods item within a consignment. + 0..1 + Goods Item + Sequence Number + Identifier + Identifier. Type + Customs item number (WCO ID 021), Sequence Position + + + + + + + + + BBIE + Goods Item. Description. Text + Plain language description of a goods item sufficient to identify it for customs, statistical, or transport purposes. + 0..n + Goods Item + Description + Text + Text. Type + Description of goods (WCO ID 137) + + + + + + + + + BBIE + Goods Item. Hazardous Risk_ Indicator. Indicator + Indicates whether the goods item includes hazardous items (dangerous goods). + 0..1 + Goods Item + Hazardous Risk + Indicator + Indicator + Indicator. Type + default is negative + + + + + + + + + BBIE + Goods Item. Declared Customs_ Value. Amount + Amount declared for Customs purposes of those goods in a consignment which are subject to the same Customs procedure and have the same tariff/statistical heading, country information, and duty regime. + 0..1 + Goods Item + Declared Customs + Value + Amount + Amount. Type + For Customs Value (WCO ID 108) + + + + + + + + + BBIE + Goods Item. Declared For Carriage_ Value. Amount + Value declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage in case of loss or damage to goods or delayed delivery. + 0..1 + Goods Item + Declared For Carriage + Value + Amount + Amount. Type + Interest in delivery, declared value for carriage + + + + + + + + + BBIE + Goods Item. Declared Statistics_ Value. Amount + Value declared for statistical purposes of those goods in a consignment which have the same statistical heading. + 0..1 + Goods Item + Declared Statistics + Value + Amount + Amount. Type + Statistical Value (WCO ID 114) + + + + + + + + + BBIE + Goods Item. Free On Board_ Value. Amount + Monetary amount that has to be or has been paid as calculated under the applicable trade delivery. + 0..1 + Goods Item + Free On Board + Value + Amount + Amount. Type + FOB Value + + + + + + + + + BBIE + Goods Item. Insurance_ Value. Amount + The amount covered by an insurance for a particular goods item. + 0..1 + Goods Item + Insurance + Value + Amount + Amount. Type + Value Insured + + + + + + + + + BBIE + Goods Item. Value. Amount + Specifies the amount on which a duty, tax, or fee will be assessed. + 0..1 + Goods Item + Value + Amount + Amount. Type + Duty/tax/fee assessment basis in value (WCO ID 116) + + + + + + + + + BBIE + Goods Item. Gross_ Weight. Measure + Weight (mass) of goods, including packaging but excluding the carrier's equipment. + 0..1 + Goods Item + Gross + Weight + Measure + Measure. Type + Actual Gross Weight + + + + + + + + + BBIE + Goods Item. Net_ Weight. Measure + Weight (mass) of goods item, excluding all packing but including any packaging that normally goes with the goods. + 0..1 + Goods Item + Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Goods Item. Net Net_ Weight. Measure + Weight (mass) of goods without any packaging. + 0..1 + Goods Item + Net Net + Weight + Measure + Measure. Type + Customs Weight (WCO ID 128) + + + + + + + + + BBIE + Goods Item. Chargeable_ Weight. Measure + Gross weight (mass) on which a charge is to be based. + 0..1 + Goods Item + Chargeable + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Goods Item. Gross_ Volume. Measure + Measurement normally arrived at by multiplying the maximum length, width, and height of the goods item. + 0..1 + Goods Item + Gross + Volume + Measure + Measure. Type + Volume, Gross Measurement Cube (GMC), Cube (WCO ID 134) + + + + + + + + + BBIE + Goods Item. Net_ Volume. Measure + The volume contained by a goods item, excluding the volume of any packaging material. + 0..1 + Goods Item + Net + Volume + Measure + Measure. Type + + + + + + + + + BBIE + Goods Item. Quantity + Number of goods items. + 0..1 + Goods Item + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Goods Item. Preference Criterion. Code + Specifies the treatment preference for this good according to international trading agreements. + 0..1 + Goods Item + Preference Criterion + Code + Code. Type + "Preference Criterion" is used in the following manner in the paper CO of another country (e.g.): +"A" - The good is "wholly obtained or produced entirely" in the territory of one or more of the NAFTA countries as reference in Article 415. Note: The purchase of a good in the territory does not necessarily render it "wholly obtained or produced". If the good is an agricultural good, see also criterion F and Annex 703.2. (Reference: Article 401(a), 415). +"B" - ... +"C" - ... +"D" - ... +"E" - ... +"F" - The good is an originating agricultural good under preference criterion A,B, or C above and is not subjected to quantitative restriction in the importing NAFTA country because.... +Thus, the column "Preference Criterion" will indicate either A, B, C,... + + + + + + + + + BBIE + Goods Item. Required_ Customs Identifier. Identifier + Additional tariff codes required to specify a type of goods for Customs, transport, statistical, or other regulatory purposes. + 0..1 + Goods Item + Required + Customs Identifier + Identifier + Identifier. Type + Tariff code extensions (WCO ID 255) + + + + + + + + + BBIE + Goods Item. Customs Status Code. Code + Status of goods as identified by customs for regulation purposes. + 0..1 + Goods Item + Customs Status Code + Code + Code. Type + Customs status of goods (WCO ID 094) + + + + + + + + + BBIE + Goods Item. Customs Tariff Quantity. Quantity + Quantity of the goods in the unit as required by Customs for tariff, statistical, or fiscal purposes. + 0..1 + Goods Item + Customs Tariff Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Goods Item. Customs Import_ Classified Indicator. Indicator + Indicates whether the goods have been customs classified for import. + 0..1 + Goods Item + Customs Import + Classified Indicator + Indicator + Indicator. Type + + + + + + + + + ASBIE + Goods Item. Item + Association to a description of the good or service. + 0..n + Goods Item + Item + Item + + + + + + + + + ASBIE + Goods Item. Goods Item Container + Association to describe the transporting of a goods item in a unit of transport equipment (e.g., container). + 0..n + Goods Item + Goods Item Container + Goods Item Container + + + + + + + + + ASBIE + Goods Item. Freight_ Allowance Charge. Allowance Charge + Costs incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs). + 0..n + Goods Item + Freight + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Goods Item. Invoice Line + Association to information directly relating to a line item of an invoice. + 0..n + Goods Item + Invoice Line + Invoice Line + + + + + + + + + ASBIE + Goods Item. Temperature + Any temperatures associated with the goods. + 0..n + Goods Item + Temperature + Temperature + + + + + + + + + ASBIE + Goods Item. Contained_ Goods Item. Goods Item + Associates with any other goods items contained in this goods item. + 0..n + Goods Item + Contained + Goods Item + Goods Item + + + + + + + + + ASBIE + Goods Item. Origin_ Address. Address + Region in which the goods have been produced or manufactured, according to criteria laid down for the purposes of application of the Customs tariff, or quantitative restrictions, or any other measure related to trade. + 0..1 + Goods Item + Origin + Address + Address + + + + + + + + + + + ABIE + Goods Item Container. Details + How goods items are split across transport equipment. + Goods Item Container + + + + + + + + + BBIE + Goods Item Container. Identifier + Identifies goods items split across transport equipment. + 1 + Goods Item Container + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Goods Item Container. Quantity + Number of goods items loaded into or onto one piece of transport equipment as a total consignment or part of a consignment. + 0..1 + Goods Item Container + Quantity + Quantity + Quantity. Type + Number of packages stuffed + + + + + + + + + ASBIE + Goods Item Container. Transport Equipment + Associates the containers for a single goods item. + 0..n + Goods Item Container + Transport Equipment + Transport Equipment + + + + + + + + + + + ABIE + Hazardous Goods Transit. Details + Information about Hazardous Goods Transit. + Hazardous Goods Transit + + + + + + + + + BBIE + Hazardous Goods Transit. Transport Emergency Card Code. Code + The identifier for a transport emergency card, describing the actions to be taken in an emergency in transporting the Hazardous Goods. May be the identity number of a hazardous emergency response plan assigned by the appropriate authority. + 0..1 + Hazardous Goods Transit + Transport Emergency Card Code + Code + Code. Type + TREM card + + + + + + + + + BBIE + Hazardous Goods Transit. Packing Criteria Code. Code + A code identifying the packaging requirement for the transportation of the Hazardous Goods as assigned by IATA/IMDB/ADR/RID etc. + 0..1 + Hazardous Goods Transit + Packing Criteria Code + Code + Code. Type + Packing Group + + + + + + + + + BBIE + Hazardous Goods Transit. Hazardous Regulation Code. Code + The identifier for a set of legal regulations that govern the transportation of the Hazardous Goods, expressed as a code. + 0..1 + Hazardous Goods Transit + Hazardous Regulation Code + Code + Code. Type + + + + + + + + + BBIE + Hazardous Goods Transit. Inhalation Toxicity Zone Code. Code + An identifier for the Inhalation Toxicity Hazard Zone for the Hazardous Goods, as defined by the US Department of Transportation, expressed as a code. + 0..1 + Hazardous Goods Transit + Inhalation Toxicity Zone Code + Code + Code. Type + + + + + + + + + BBIE + Hazardous Goods Transit. Transport Authorization Code. Code + Code specifying the authorization for the transportation of hazardous cargo. + 0..1 + Hazardous Goods Transit + Transport Authorization Code + Code + Code. Type + Permission for Transport + + + + + + + + + ASBIE + Hazardous Goods Transit. Maximum_ Temperature. Temperature + An association to Maximum Temperature (at which the Hazardous Goods can be safely transported). + 0..1 + Hazardous Goods Transit + Maximum + Temperature + Temperature + + + + + + + + + ASBIE + Hazardous Goods Transit. Minimum_ Temperature. Temperature + An association to Minimum Temperature (at which the Hazardous Goods can be safely transported). + 0..1 + Hazardous Goods Transit + Minimum + Temperature + Temperature + + + + + + + + + + + ABIE + Hazardous Item. Details + Information about a Hazardous Item. + Hazardous Item + + + + + + + + + BBIE + Hazardous Item. Identifier + The identifier for a Hazardous Item. + 0..1 + Hazardous Item + Identifier + Identifier + Identifier. Type + "Round Up" + + + + + + + + + BBIE + Hazardous Item. Placard Notation. Text + The placard notation corresponding to the hazard class of the hazardous commodity. Can also be the hazard identification number of the orange placard (upper part) required on the means of transport. + 0..1 + Hazardous Item + Placard Notation + Text + Text. Type + "5.1" + + + + + + + + + BBIE + Hazardous Item. Placard Endorsement. Text + The placard endorsement that is to be shown on the shipping papers for the hazardous commodity. Can also be used for the number of the orange placard (lower part) required on the means of transport. + 0..1 + Hazardous Item + Placard Endorsement + Text + Text. Type + "2" + + + + + + + + + BBIE + Hazardous Item. Additional_ Information. Text + Additional information about the hazardous substance. Can be used to specify information such as the type of regulatory requirements that apply to a description. + 0..1 + Hazardous Item + Additional + Information + Text + Text. Type + "Must be stored away from flammable materials" "N.O.S. or a Waste Characteristics Code in conjunction with an EPA Waste Stream code" + + + + + + + + + BBIE + Hazardous Item. UNDG Code. Code + The identifier assigned to transportable hazardous goods by the United Nations, expressed as a code. + 0..1 + Hazardous Item + UNDG Code + Code + Code. Type + UN Code + + + + + + + + + BBIE + Hazardous Item. Emergency Procedures Code. Code + The emergency procedures for the Hazardous Item, expressed as a code. + 0..1 + Hazardous Item + Emergency Procedures Code + Code + Code. Type + EMG code, EMS Page Number + + + + + + + + + BBIE + Hazardous Item. Medical First Aid Guide Code. Code + The identifier of a medical first aid guide that is relevant to specific hazardous goods, expressed as a code. + 0..1 + Hazardous Item + Medical First Aid Guide Code + Code + Code. Type + MFAG page number + + + + + + + + + BBIE + Hazardous Item. Technical_ Name. Name + The full technical name of the specific hazardous substance. + 0..1 + Hazardous Item + Technical + Name + Name + Name. Type + "Granular Sodium Chlorate WeedKiller" + + + + + + + + + BBIE + Hazardous Item. Category. Name + The name of the category of hazard that applies to the Item. + 0..1 + Hazardous Item + Category + Name + Name. Type + + + + + + + + + BBIE + Hazardous Item. Hazardous Category Code. Code + Code specifying a kind of hazard for a material. + 0..1 + Hazardous Item + Hazardous Category Code + Code + Code. Type + Hazardous material class code + + + + + + + + + BBIE + Hazardous Item. Upper_ Orange Hazard Placard Identifier. Identifier + Specifies the identity number for the upper part of the orange hazard placard required on the means of transport. + 0..1 + Hazardous Item + Upper + Orange Hazard Placard Identifier + Identifier + Identifier. Type + Hazard identification number (upper part) + + + + + + + + + BBIE + Hazardous Item. Lower_ Orange Hazard Placard Identifier. Identifier + Specifies the identity number for the lower part of the orange hazard placard required on the means of transport. + 0..1 + Hazardous Item + Lower + Orange Hazard Placard Identifier + Identifier + Identifier. Type + Substance identification number (lower part) + + + + + + + + + BBIE + Hazardous Item. Marking Identifier. Identifier + Identifies the marking of dangerous goods. + 0..1 + Hazardous Item + Marking Identifier + Identifier + Identifier. Type + Dangerous goods label marking + + + + + + + + + BBIE + Hazardous Item. Hazard Class Identifier. Identifier + Identifies a hazard class applicable to dangerous goods as defined by the relevant regulation authority, such as the IMDG Class Number of the SOLAS Convention of IMO and the ADR/RID Class Number for the road/rail environment. + 0..1 + Hazardous Item + Hazard Class Identifier + Identifier + Identifier. Type + IMDG Class Number, ADR/RID Class Number + + + + + + + + + BBIE + Hazardous Item. Net_ Weight. Measure + The total net weight of hazardous goods; the weight of the goods plus packaging. + 0..1 + Hazardous Item + Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Hazardous Item. Net_ Volume. Measure + The volume of hazardous goods net of packaging and transport equipment. + 0..1 + Hazardous Item + Net + Volume + Measure + Measure. Type + + + + + + + + + BBIE + Hazardous Item. Quantity + The quantity of goods that are hazardous. + 0..1 + Hazardous Item + Quantity + Quantity + Quantity. Type + + + + + + + + + ASBIE + Hazardous Item. Contact_ Party. Party + Associates the Hazardous Item with details of an individual, group, or body that is the contact in case of hazard incident. + 0..1 + Hazardous Item + Contact + Party + Party + + + + + + + + + ASBIE + Hazardous Item. Secondary Hazard + Associates the Hazardous Item with information about secondary hazards. + 0..n + Hazardous Item + Secondary Hazard + Secondary Hazard + + + + + + + + + ASBIE + Hazardous Item. Hazardous Goods Transit + Associates the Hazardous Item with information about the transportation of hazardous goods. + 0..n + Hazardous Item + Hazardous Goods Transit + Hazardous Goods Transit + + + + + + + + + ASBIE + Hazardous Item. Emergency_ Temperature. Temperature + Associates the Hazardous Item with the temperature at which emergency procedures apply during the handling of temperature-controlled hazardous goods. + 0..1 + Hazardous Item + Emergency + Temperature + Temperature + + + + + + + + + ASBIE + Hazardous Item. Flashpoint_ Temperature. Temperature + Associates the Hazardous Item with the lowest temperature at which the vapor of a combustible liquid can be made to ignite momentarily in air, known in hazardous goods procedures as the flashpoint. + 0..1 + Hazardous Item + Flashpoint + Temperature + Temperature + + + + + + + + + ASBIE + Hazardous Item. Additional_ Temperature. Temperature + Information providing details of temperatures relevant to the handling of hazardous goods. + 0..n + Hazardous Item + Additional + Temperature + Temperature + + + + + + + + + + + ABIE + Invoice Line. Details + Information about an Invoice Line. + Invoice Line + + + + + + + + + BBIE + Invoice Line. Identifier + Identifies the Invoice Line. + 1 + Invoice Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Invoice Line. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Invoice Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Invoice Line. Note. Text + Free-form text applying to the Invoice Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..1 + Invoice Line + Note + Text + Text. Type + + + + + + + + + BBIE + Invoice Line. Invoiced_ Quantity. Quantity + The quantity (of Items) on the Invoice Line. + 0..1 + Invoice Line + Invoiced + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Invoice Line. Line Extension Amount. Amount + The total amount for the Invoice Line, including Allowance Charges but net of taxes. + 1 + Invoice Line + Line Extension Amount + Amount + Amount. Type + + + + + + + + + BBIE + Invoice Line. Tax Point Date. Date + The date of the Invoice Line, used to indicate the point at which tax becomes applicable. + 0..1 + Invoice Line + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Invoice Line. Accounting Cost Code. Code + The buyer's accounting code applied to the Invoice Line. + 0..1 + Invoice Line + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Invoice Line. Accounting Cost. Text + The buyer's accounting code applied to the Invoice Line, expressed as text. + 0..1 + Invoice Line + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Invoice Line. Free Of Charge_ Indicator. Indicator + Indicates whether the Invoice Line is Free Of Charge (default = false). + 0..1 + Invoice Line + Free Of Charge + Indicator + Indicator + Indicator. Type + + + + + + + + + ASBIE + Invoice Line. Order Line Reference + An association to Order Line Reference. + 0..n + Invoice Line + Order Line Reference + Order Line Reference + + + + + + + + + ASBIE + Invoice Line. Despatch_ Line Reference. Line Reference + An associative reference to Despatch Line. + 0..n + Invoice Line + Despatch + Line Reference + Line Reference + + + + + + + + + ASBIE + Invoice Line. Receipt_ Line Reference. Line Reference + An associative reference to Receipt Line. + 0..n + Invoice Line + Receipt + Line Reference + Line Reference + + + + + + + + + ASBIE + Invoice Line. Billing Reference + An association to Billing Reference. + 0..n + Invoice Line + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Invoice Line. Document Reference + An association to Document Reference. + 0..n + Invoice Line + Document Reference + Document Reference + + + + + + + + + ASBIE + Invoice Line. Pricing Reference + An association to Pricing Reference. + 0..1 + Invoice Line + Pricing Reference + Pricing Reference + + + + + + + + + ASBIE + Invoice Line. Originator_ Party. Party + The party who originated the Order to which the Invoice is related. + 0..1 + Invoice Line + Originator + Party + Party + + + + + + + + + ASBIE + Invoice Line. Delivery + An association to Delivery. + 0..n + Invoice Line + Delivery + Delivery + + + + + + + + + ASBIE + Invoice Line. Payment Terms + An association to Payment Terms. + 0..n + Invoice Line + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Invoice Line. Allowance Charge + An association to Allowance Charge. + 0..n + Invoice Line + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Invoice Line. Tax Total + An association to Tax Total. + 0..n + Invoice Line + Tax Total + Tax Total + + + + + + + + + ASBIE + Invoice Line. Item + An association to Item. + 1 + Invoice Line + Item + Item + + + + + + + + + ASBIE + Invoice Line. Price + An association to Price. + 0..1 + Invoice Line + Price + Price + + + + + + + + + ASBIE + Invoice Line. Delivery Terms + An association to Delivery Terms. + 0..1 + Invoice Line + Delivery Terms + Delivery Terms + + + + + + + + + + + ABIE + Item. Details + Information directly relating to an item. + Item + article, product, goods item + + + + + + + + + BBIE + Item. Description. Text + Free-form field that can be used to give a text description of the item. + 0..n + Item + Description + Text + Text. Type + + + + + + + + + BBIE + Item. Pack Quantity. Quantity + The unit packaging quantity. + 0..1 + Item + Pack Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Item. Pack Size. Numeric + The number of items in a pack. + 0..1 + Item + Pack Size + Numeric + Numeric. Type + + + + + + + + + BBIE + Item. Catalogue_ Indicator. Indicator + Indicates whether the item was ordered from a Catalogue (true) or not (false). + 0..1 + Item + Catalogue + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Item. Name + A short name optionally given to an item, such as a name from a Catalogue, as distinct from a description. + 0..1 + Item + Name + Name + Name. Type + + + + + + + + + BBIE + Item. Hazardous Risk_ Indicator. Indicator + Indicates whether the item as delivered is hazardous. + 0..1 + Item + Hazardous Risk + Indicator + Indicator + Indicator. Type + Default is negative + + + + + + + + + BBIE + Item. Additional_ Information. Text + Provides more details of the item (e.g., the URL of a relevant web page). + 0..1 + Item + Additional + Information + Text + Text. Type + + + + + + + + + BBIE + Item. Keyword. Text + A Seller Party-defined search string for the item. Also could be synonyms for identifying the item. + 0..n + Item + Keyword + Text + Text. Type + + + + + + + + + BBIE + Item. Brand Name. Name + Brand name for the item. + 0..n + Item + Brand Name + Name + Name. Type + Coca-Cola + + + + + + + + + BBIE + Item. Model Name. Name + Model name for the item. + 0..n + Item + Model Name + Name + Name. Type + "VW Beetle" + + + + + + + + + ASBIE + Item. Buyers_ Item Identification. Item Identification + Associates the item with its identification according to the buyer's system. + 0..1 + Item + Buyers + Item Identification + Item Identification + + + + + + + + + ASBIE + Item. Sellers_ Item Identification. Item Identification + Associates the item with its identification according to the seller's system. + 0..1 + Item + Sellers + Item Identification + Item Identification + + + + + + + + + ASBIE + Item. Manufacturers_ Item Identification. Item Identification + Associates the item with its identification according to the manufacturer's system. + 0..n + Item + Manufacturers + Item Identification + Item Identification + + + + + + + + + ASBIE + Item. Standard_ Item Identification. Item Identification + Associates the item with its identification according to a standard system. + 0..1 + Item + Standard + Item Identification + Item Identification + + + + + + + + + ASBIE + Item. Catalogue_ Item Identification. Item Identification + Associates the item with its identification according to a cataloguing system. + 0..1 + Item + Catalogue + Item Identification + Item Identification + + + + + + + + + ASBIE + Item. Additional_ Item Identification. Item Identification + Associates the item with other identification means. + 0..n + Item + Additional + Item Identification + Item Identification + + + + + + + + + ASBIE + Item. Catalogue_ Document Reference. Document Reference + An associative reference to Catalogue. + 0..1 + Item + Catalogue + Document Reference + Document Reference + + + + + + + + + ASBIE + Item. Item Specification_ Document Reference. Document Reference + An associative reference to a document providing Item specification. + 0..n + Item + Item Specification + Document Reference + Document Reference + + + + + + + + + ASBIE + Item. Origin_ Country. Country + Associates the item with its country of origin. + 0..1 + Item + Origin + Country + Country + + + + + + + + + ASBIE + Item. Commodity Classification + Associates the item with its classification(s) according to a commodity classifying system. + 0..n + Item + Commodity Classification + Commodity Classification + + + + + + + + + ASBIE + Item. Transaction Conditions + Associates the item with sales conditions appertaining to it. + 0..n + Item + Transaction Conditions + Transaction Conditions + + + + + + + + + ASBIE + Item. Hazardous Item + Associates the item with its hazardous item information. + 0..n + Item + Hazardous Item + Hazardous Item + + + + + + + + + ASBIE + Item. Classified_ Tax Category. Tax Category + Classifies the item using one or more categories of taxes. + 0..n + Item + Classified + Tax Category + Tax Category + + + + + + + + + ASBIE + Item. Additional_ Item Property. Item Property + Associates the item with a set of additional properties. + 0..n + Item + Additional + Item Property + Item Property + + + + + + + + + ASBIE + Item. Manufacturer_ Party. Party + Associates the item with its manufacturer. + 0..n + Item + Manufacturer + Party + Party + + + + + + + + + ASBIE + Item. Information Content Provider_ Party. Party + Associates the item with the party responsible for the its specification. + 0..1 + Item + Information Content Provider + Party + Party + + + + + + + + + ASBIE + Item. Origin_ Address. Address + Associates the item with the region of origin (not the country). + 0..n + Item + Origin + Address + Address + + + + + + + + + ASBIE + Item. Item Instance + An association to Item Instance. + 0..n + Item + Item Instance + Item Instance + + + + + + + + + + + ABIE + Item Comparison. Details + Used to compare different items based on cost, quantity, or measurements. + Item Comparison + + + + + + + + + BBIE + Item Comparison. Price. Amount + The price for the comparison quantity of the item. + 0..1 + Item Comparison + Price + Amount + Amount. Type + + + + + + + + + BBIE + Item Comparison. Quantity + The quantity used for price comparison with other items. + 0..1 + Item Comparison + Quantity + Quantity + Quantity. Type + "per unit" + + + + + + + + + + + ABIE + Item Identification. Details + Information about item identification. + Item Identification + + + + + + + + + BBIE + Item Identification. Identifier + An identifier for an item. + 1 + Item Identification + Identifier + Identifier + Identifier. Type + "CUST001" "3333-44-123" + + + + + + + + + BBIE + Item Identification. Extended_ Identifier. Identifier + An extended identifier for the item that identifies the item with specific properties, e.g., Item 123 = Chair / Item 123 Ext 45 = brown chair. + 0..1 + Item Identification + Extended + Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Item Identification. Physical Attribute + An association to Physical Attribute. + 0..n + Item Identification + Physical Attribute + Physical Attribute + + + + + + + + + ASBIE + Item Identification. Measurement_ Dimension. Dimension + An association to Measurement Dimension. + 0..n + Item Identification + Measurement + Dimension + Dimension + + + + + + + + + ASBIE + Item Identification. Issuer_ Party. Party + An association to Issuer Party i.e. the Party that issued the Item Identification. + 0..1 + Item Identification + Issuer + Party + Party + + + + + + + + + + + ABIE + Item Instance. Details + Information about a specific instance of an item. + Item Instance + + + + + + + + + BBIE + Item Instance. Product Trace_ Identifier. Identifier + An identifier used for tracing the item, such as the EPC number used in RFID. + 0..1 + Item Instance + Product Trace + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Item Instance. Manufacture Date. Date + The date of manufacture of the Item Instance. + 0..1 + Item Instance + Manufacture Date + Date + Date. Type + + + + + + + + + BBIE + Item Instance. Manufacture Time. Time + The time of manufacture of the Item Instance. + 0..1 + Item Instance + Manufacture Time + Time + Time. Type + + + + + + + + + BBIE + Item Instance. Registration Identifier. Identifier + The registration identifier of the Item Instance. + 0..1 + Item Instance + Registration Identifier + Identifier + Identifier. Type + car registration or licensing number + + + + + + + + + BBIE + Item Instance. Serial Identifier. Identifier + The serial number of the Item Instance. + 0..1 + Item Instance + Serial Identifier + Identifier + Identifier. Type + chassis number of a car + + + + + + + + + ASBIE + Item Instance. Additional_ Item Property. Item Property + An association to Additional Item Property. + 0..n + Item Instance + Additional + Item Property + Item Property + + + + + + + + + ASBIE + Item Instance. Lot Identification + Associates the item instance with its lot identification (the identification that allows recall of the item if necessary). + 0..1 + Item Instance + Lot Identification + Lot Identification + + + + + + + + + + + ABIE + Item Location Quantity. Details + Information about the properties of an item as they relate to specific quantities and/or specific locations. + Item Location Quantity + + + + + + + + + BBIE + Item Location Quantity. Lead Time. Measure + The time taken from the time of order to the time of delivery for an item. + 0..1 + Item Location Quantity + Lead Time + Measure + Measure. Type + "2 days", "24 hours" + + + + + + + + + BBIE + Item Location Quantity. Minimum_ Quantity. Quantity + The minimum quantity that can be ordered to qualify for a specific price. + 0..1 + Item Location Quantity + Minimum + Quantity + Quantity + Quantity. Type + "10 boxes", "1 carton", "1000 sheets" + + + + + + + + + BBIE + Item Location Quantity. Maximum_ Quantity. Quantity + The maximum quantity that can be ordered to qualify for a specific price. + 0..1 + Item Location Quantity + Maximum + Quantity + Quantity + Quantity. Type + "10 boxes", "1 carton", "1000 sheets" + + + + + + + + + BBIE + Item Location Quantity. Hazardous Risk_ Indicator. Indicator + Indicates whether the item as delivered, in the stated quantity to the stated location, is hazardous. + 0..1 + Item Location Quantity + Hazardous Risk + Indicator + Indicator + Indicator. Type + Default is negative + + + + + + + + + BBIE + Item Location Quantity. Trading Restrictions. Text + A description of trade restrictions that apply to the item or quantities of the item. + 0..n + Item Location Quantity + Trading Restrictions + Text + Text. Type + "not for export" + + + + + + + + + ASBIE + Item Location Quantity. Applicable Territory_ Address. Address + An association to Territory (Address). + 0..n + Item Location Quantity + Applicable Territory + Address + Address + + + + + + + + + ASBIE + Item Location Quantity. Price + An association to Price. + 0..1 + Item Location Quantity + Price + Price + + + + + + + + + ASBIE + Item Location Quantity. Delivery Unit + An association to Delivery Unit. + 0..n + Item Location Quantity + Delivery Unit + Delivery Unit + + + + + + + + + ASBIE + Item Location Quantity. Applicable_ Tax Category. Tax Category + An association to Tax Category. + 0..n + Item Location Quantity + Applicable + Tax Category + Tax Category + + + + + + + + + + + ABIE + Item Property. Details + Information about specific Item Properties. + Item Property + + + + + + + + + BBIE + Item Property. Name + The name of the Item Property. + 1 + Item Property + Name + Name + Name. Type + "Energy Rating", "Collar Size", "Fat Content" + + + + + + + + + BBIE + Item Property. Value. Text + The Item Property value. + 1 + Item Property + Value + Text + Text. Type + "100 watts", "15 European", "20% +/- 5%" + + + + + + + + + ASBIE + Item Property. Usability_ Period. Period + The period for which the Item Property is valid. + 0..1 + Item Property + Usability + Period + Period + + + + + + + + + ASBIE + Item Property. Item Property Group + An association to Item Property Group. + 0..n + Item Property + Item Property Group + Item Property Group + + + + + + + + + + + ABIE + Item Property Group. Details + Information about sets of classifications (or groups) of Item Properties. + Item Property Group + + + + + + + + + BBIE + Item Property Group. Identifier + An identifier for the Item Property Group. + 1 + Item Property Group + Identifier + Identifier + Identifier. Type + "233-004" + + + + + + + + + BBIE + Item Property Group. Name + The name of the Item Property Group. + 0..1 + Item Property Group + Name + Name + Name. Type + "Electrical Specifications", "Dietary Content" + + + + + + + + + + + ABIE + Language. Details + Information about Language. + Language + + + + + + + + + BBIE + Language. Identifier + An identifier for a language, expressed as a code. + 0..1 + Language + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Language. Name + The name of the language. + 0..1 + Language + Name + Name + Name. Type + + + + + + + + + BBIE + Language. Locale Code. Code + The locale where the language is used, expressed as a code. + 0..1 + Language + Locale Code + Code + Code. Type + + + + + + + + + + + ABIE + Line Item. Details + Information about a Line Item. + Line Item + + + + + + + + + BBIE + Line Item. Identifier + Identifies the Line Item assigned by the buyer. + 1 + Line Item + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Line Item. Sales_ Order Identifier. Identifier + The identification given to a Line by the seller. + 0..1 + Line Item + Sales + Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Line Item. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Line Item + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Line Item. Note. Text + Free-form text applying to the Line Item. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..1 + Line Item + Note + Text + Text. Type + + + + + + + + + BBIE + Line Item. Line Status Code. Code + Identifies the status of the Line with respect to its original state. + 0..1 + Line Item + Line Status Code + Code + Line Status_ Code. Type + + + + + + + + + BBIE + Line Item. Quantity + The quantity of Items for the Line Item. + 0..1 + Line Item + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Line Item. Line Extension Amount. Amount + The total amount for the Line Item, including Allowance Charges but net of taxes. + 0..1 + Line Item + Line Extension Amount + Amount + Amount. Type + + + + + + + + + BBIE + Line Item. Total_ Tax Amount. Amount + The total tax amount for the Line Item. + 0..1 + Line Item + Total + Tax Amount + Amount + Amount. Type + + + + + + + + + BBIE + Line Item. Minimum_ Quantity. Quantity + The minimum quantity for the Item on the Line. + 0..1 + Line Item + Minimum + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Line Item. Maximum_ Quantity. Quantity + The maximum quantity for the Item on the Line. + 0..1 + Line Item + Maximum + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Line Item. Minimum_ Backorder. Quantity + The minimum back order quantity (where back order is allowed). + 0..1 + Line Item + Minimum + Backorder + Quantity + Quantity. Type + + + + + + + + + BBIE + Line Item. Maximum_ Backorder. Quantity + The maximum back order quantity (where back order is allowed). + 0..1 + Line Item + Maximum + Backorder + Quantity + Quantity. Type + + + + + + + + + BBIE + Line Item. Inspection Method. Code + Inspection requirements for a Line Item, expressed as a code. + 0..1 + Line Item + Inspection Method + Code + Code. Type + + + + + + + + + BBIE + Line Item. Partial Delivery Indicator. Indicator + Indicates whether a partial delivery is allowed. + 0..1 + Line Item + Partial Delivery Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Line Item. Back Order Allowed Indicator. Indicator + Indicates whether back order is allowed. + 0..1 + Line Item + Back Order Allowed Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Line Item. Accounting Cost Code. Code + The buyer's accounting code applied to the Line Item. + 0..1 + Line Item + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Line Item. Accounting Cost. Text + The buyer's accounting code applied to the Line Item, expressed as text. + 0..1 + Line Item + Accounting Cost + Text + Text. Type + + + + + + + + + ASBIE + Line Item. Delivery + An association to Delivery. + 0..n + Line Item + Delivery + Delivery + + + + + + + + + ASBIE + Line Item. Delivery Terms + An association to Delivery Terms. + 0..1 + Line Item + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Line Item. Originator_ Party. Party + The party who originated Order. + 0..1 + Line Item + Originator + Party + Party + + + + + + + + + ASBIE + Line Item. Ordered Shipment + An association to Ordered Shipment. + 0..n + Line Item + Ordered Shipment + Ordered Shipment + + + + + + + + + ASBIE + Line Item. Pricing Reference + An association to Pricing Reference. + 0..1 + Line Item + Pricing Reference + Pricing Reference + + + + + + + + + ASBIE + Line Item. Allowance Charge + An association to Allowance Charge. + 0..n + Line Item + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Line Item. Price + An association to Price. + 0..1 + Line Item + Price + Price + + + + + + + + + ASBIE + Line Item. Item + An association to Item. + 1 + Line Item + Item + Item + + + + + + + + + + + ABIE + Line Reference. Details + Reference to a Line on a document. + Line Reference + + + + + + + + + BBIE + Line Reference. Line Identifier. Identifier + Identifies the Line on the referenced document. + 1 + Line Reference + Line Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Line Reference. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Line Reference + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Line Reference. Line Status Code. Code + Identifies the status of the referenced Line with respect to its original state. + 0..1 + Line Reference + Line Status Code + Code + Line Status_ Code. Type + + + + + + + + + ASBIE + Line Reference. Document Reference + An association to Document Reference. + 0..1 + Line Reference + Document Reference + Document Reference + + + + + + + + + + + ABIE + Line Response. Details + A response to a Line in a Document. + Line Response + + + + + + + + + ASBIE + Line Response. Line Reference + An association to Line Reference. + 1 + Line Response + Line Reference + Line Reference + + + + + + + + + ASBIE + Line Response. Response + An association to Response. + 1..n + Line Response + Response + Response + + + + + + + + + + + ABIE + Location. Details + Information about a location. + Location + + + + + + + + + BBIE + Location. Identifier + The unique identifier for the location, e.g., the EAN Location Number, GLN. + 0..1 + Location + Identifier + Identifier + Identifier. Type + 5790002221134 + + + + + + + + + BBIE + Location. Description. Text + The description or name of the location. + 0..1 + Location + Description + Text + Text. Type + + + + + + + + + BBIE + Location. Conditions. Text + Conditions describing the location. + 0..1 + Location + Conditions + Text + Text. Type + + + + + + + + + BBIE + Location. Country Subentity. Text + A territorial division of a country, such as a county or state. + 0..1 + Location + Country Subentity + Text + Text. Type + AdministrativeArea, State, Country, Shire, Canton + "Florida","Tamilnadu" + + + + + + + + + BBIE + Location. Country Subentity Code. Code + The territorial division of a country, such as a county or state, expressed as a code. + 0..1 + Location + Country Subentity Code + Code + Code. Type + AdministrativeAreaCode, State Code + + + + + + + + + ASBIE + Location. Validity_ Period. Period + Period(s) in which the location can be used, e.g., for delivery. + 0..n + Location + Validity + Period + Period + + + + + + + + + ASBIE + Location. Address + Association to the address of the location. + 0..1 + Location + Address + Address + + + + + + + + + + + ABIE + Location Coordinate. Details + Information about physical (geographical) location. + Location Coordinate + + + + + + + + + BBIE + Location Coordinate. Coordinate System Code. Code + An identifier for the location system used. + 0..1 + Location Coordinate + Coordinate System Code + Code + Code. Type + + + + + + + + + BBIE + Location Coordinate. Latitude_ Degrees. Measure + The measure of latitude in degrees. + 0..1 + Location Coordinate + Latitude + Degrees + Measure + Measure. Type + + + + + + + + + BBIE + Location Coordinate. Latitude_ Minutes. Measure + The measure of latitude in minutes. + 0..1 + Location Coordinate + Latitude + Minutes + Measure + Measure. Type + + + + + + + + + BBIE + Location Coordinate. Latitude Direction Code. Code + The direction of latitude measurement from the equator. + 0..1 + Location Coordinate + Latitude Direction Code + Code + Latitude Direction_ Code. Type + + + + + + + + + BBIE + Location Coordinate. Longitude_ Degrees. Measure + The measure of longitude in degrees. + 0..1 + Location Coordinate + Longitude + Degrees + Measure + Measure. Type + + + + + + + + + BBIE + Location Coordinate. Longitude_ Minutes. Measure + The measure of longitude in minutes. + 0..1 + Location Coordinate + Longitude + Minutes + Measure + Measure. Type + + + + + + + + + BBIE + Location Coordinate. Longitude Direction Code. Code + The direction of longitude measurement from the meridian. + 0..1 + Location Coordinate + Longitude Direction Code + Code + Longitude Direction_ Code. Type + + + + + + + + + + + ABIE + Lot Identification. Details + Information about a lot (of Item Instances). + Lot Identification + + + + + + + + + BBIE + Lot Identification. Lot Number. Identifier + Identifies the lot. + 0..1 + Lot Identification + Lot Number + Identifier + Identifier. Type + + + + + + + + + BBIE + Lot Identification. Expiry Date. Date + The expiry date of the lot. + 0..1 + Lot Identification + Expiry Date + Date + Date. Type + + + + + + + + + ASBIE + Lot Identification. Additional_ Item Property. Item Property + An association to Additional Item Property. + 0..n + Lot Identification + Additional + Item Property + Item Property + + + + + + + + + + + ABIE + Maritime Transport. Details + Describes a water (including sea, river, and canal) transport vessel. + Maritime Transport + + + + + + + + + BBIE + Maritime Transport. Vessel Identifier. Identifier + Identifies a specific vessel. + 0..1 + Maritime Transport + Vessel Identifier + Identifier + Identifier. Type + Lloyds Number, Registration Number (WCO ID 167) + International Maritime Organisation number of a vessel + + + + + + + + + BBIE + Maritime Transport. Vessel Name. Name + The name of the vessel. + 0..1 + Maritime Transport + Vessel Name + Name + Name. Type + Ships Name + + + + + + + + + + + ABIE + Monetary Total. Details + Information about Monetary Totals. + Monetary Total + + + + + + + + + BBIE + Monetary Total. Line Extension Amount. Amount + The total of Line Extension Amounts net of tax and settlement discounts, but inclusive of any applicable rounding amount. + 0..1 + Monetary Total + Line Extension Amount + Amount + Amount. Type + + + + + + + + + BBIE + Monetary Total. Tax Exclusive Amount. Amount + The total amount exclusive of taxes. + 0..1 + Monetary Total + Tax Exclusive Amount + Amount + Amount. Type + + + + + + + + + BBIE + Monetary Total. Tax Inclusive Amount. Amount + The total amount inclusive of taxes. + 0..1 + Monetary Total + Tax Inclusive Amount + Amount + Amount. Type + + + + + + + + + BBIE + Monetary Total. Allowance Total Amount. Amount + The total amount of all allowances. + 0..1 + Monetary Total + Allowance Total Amount + Amount + Amount. Type + + + + + + + + + BBIE + Monetary Total. Charge Total Amount. Amount + The total amount of all charges. + 0..1 + Monetary Total + Charge Total Amount + Amount + Amount. Type + + + + + + + + + BBIE + Monetary Total. Prepaid Amount. Amount + The total prepaid amount. + 0..1 + Monetary Total + Prepaid Amount + Amount + Amount. Type + + + + + + + + + BBIE + Monetary Total. Payable_ Rounding Amount. Amount + The rounding amount (positive or negative) added to the calculated Line Extension Total Amount to produce the rounded Line Extension Total Amount. + 0..1 + Monetary Total + Payable + Rounding Amount + Amount + Amount. Type + + + + + + + + + BBIE + Monetary Total. Payable_ Amount. Amount + The total amount to be paid. + 1 + Monetary Total + Payable + Amount + Amount + Amount. Type + + + + + + + + + + + ABIE + Ordered Shipment. Details + Information about an Ordered Shipment. + Ordered Shipment + + + + + + + + + ASBIE + Ordered Shipment. Shipment + An association to Shipment. + 1 + Ordered Shipment + Shipment + Shipment + + + + + + + + + ASBIE + Ordered Shipment. Package + An association to Package. + 0..n + Ordered Shipment + Package + Package + + + + + + + + + + + ABIE + Order Line. Details + Information about an Order Line. + Order Line + + + + + + + + + BBIE + Order Line. Substitution Status Code. Code + A code indicating the substitution status of the Order Line. Order Line may indicate that a substitute is proposed by the buyer or by the seller (in Order Response) or that a substitution has been made by the seller (in Order Response). + 0..1 + Order Line + Substitution Status Code + Code + Substitution Status_ Code. Type + + + + + + + + + BBIE + Order Line. Note. Text + Free-form text applying to the Order Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..1 + Order Line + Note + Text + Text. Type + + + + + + + + + ASBIE + Order Line. Line Item + An association to Line Item. + 1 + Order Line + Line Item + Line Item + + + + + + + + + ASBIE + Order Line. Seller Proposed Substitute_ Line Item. Line Item + Substitute Line Items proposed by the seller (in Order Response). + 0..n + Order Line + Seller Proposed Substitute + Line Item + Line Item + + + + + + + + + ASBIE + Order Line. Seller Substituted_ Line Item. Line Item + Item(s) replaced by the seller. The original ordered quantity and pricing may be different from the substituted item. However, when an item is substituted by the seller, it is assumed that other information, such as shipment details, will be the same. + 0..n + Order Line + Seller Substituted + Line Item + Line Item + + + + + + + + + ASBIE + Order Line. Buyer Proposed Substitute_ Line Item. Line Item + Possible alternatives, proposed by the buyer, to the Line Item. + 0..n + Order Line + Buyer Proposed Substitute + Line Item + Line Item + + + + + + + + + ASBIE + Order Line. Catalogue_ Line Reference. Line Reference + An associative reference to Catalogue Line. + 0..1 + Order Line + Catalogue + Line Reference + Line Reference + + + + + + + + + ASBIE + Order Line. Quotation_ Line Reference. Line Reference + an associative reference to Quotation Line. + 0..1 + Order Line + Quotation + Line Reference + Line Reference + + + + + + + + + ASBIE + Order Line. Document Reference + An association to Document Reference. + 0..n + Order Line + Document Reference + Document Reference + + + + + + + + + + + ABIE + Order Line Reference. Details + Information about an Order Line Reference. + Order Line Reference + + + + + + + + + BBIE + Order Line Reference. Line Identifier. Identifier + Identifies the referenced Order Line assigned by the buyer. + 1 + Order Line Reference + Line Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Line Reference. Sales Order_ Line Identifier. Identifier + Identifies the referenced Order Line assigned by the seller. + 0..1 + Order Line Reference + Sales Order + Line Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Line Reference. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Order Line Reference + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Line Reference. Line Status Code. Code + Identifies the status of the referenced Order Line with respect to its original state. + 0..1 + Order Line Reference + Line Status Code + Code + Line Status_ Code. Type + + + + + + + + + ASBIE + Order Line Reference. Order Reference + An association to Order Reference. + 0..1 + Order Line Reference + Order Reference + Order Reference + + + + + + + + + + + ABIE + Order Reference. Details + Information about an Order Reference. + Order Reference + + + + + + + + + BBIE + Order Reference. Identifier + Identifies the referenced Order assigned by the buyer. + 1 + Order Reference + Identifier + Identifier + Identifier. Type + "PO-001" "3333-44-123" + + + + + + + + + BBIE + Order Reference. Sales Order Identifier. Identifier + Identifies the referenced Order assigned by the seller. + 0..1 + Order Reference + Sales Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Reference. Copy_ Indicator. Indicator + Indicates whether the referenced Order is a copy (true) or the original (false). + 0..1 + Order Reference + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Order Reference. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Order Reference + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Reference. Issue Date. Date + The date on which the referenced Order was issued. + 0..1 + Order Reference + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Order Reference. Issue Time. Time + The time at which the referenced Order was issued. + 0..1 + Order Reference + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Order Reference. Customer_ Reference. Text + A reference used (CRI) for tagging purchasing card transactions. + 0..1 + Order Reference + Customer + Reference + Text + Text. Type + Customer Reference Identifier (CRI) when using a puchasing card + + + + + + + + + ASBIE + Order Reference. Document Reference + An association to Document Reference. + 0..1 + Order Reference + Document Reference + Document Reference + + + + + + + + + + + ABIE + Package. Details + Information about a package. + Package + + + + + + + + + BBIE + Package. Identifier + Identifies the package. + 0..1 + Package + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Package. Quantity + The quantity (of items) contained in the package. + 0..1 + Package + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Package. Returnable Material_ Indicator. Indicator + Indicates whether the packaging material is returnable (true) or not (false). + 0..1 + Package + Returnable Material + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Package. Package Level Code. Code + Code specifying a level of packaging. + 0..1 + Package + Package Level Code + Code + Code. Type + + + + + + + + + BBIE + Package. Packaging Type Code. Code + Code specifying the type of packaging of an item. + 0..1 + Package + Packaging Type Code + Code + Packaging Type_ Code. Type + Package classification code + + + + + + + + + BBIE + Package. Packing Material. Text + Description of the type of packaging of an item. + 0..n + Package + Packing Material + Text + Text. Type + + + + + + + + + ASBIE + Package. Contained_ Package. Package + An association to Contained Package; used to describe a package within a package. + 0..n + Package + Contained + Package + Package + + + + + + + + + ASBIE + Package. Goods Item + An association to Goods Item. + 0..n + Package + Goods Item + Goods Item + + + + + + + + + ASBIE + Package. Measurement_ Dimension. Dimension + An association to describe the measurement dimensions of the package. + 0..n + Package + Measurement + Dimension + Dimension + + + + + + + + + ASBIE + Package. Delivery Unit + An association to Delivery Units in the package. + 0..n + Package + Delivery Unit + Delivery Unit + + + + + + + + + + + ABIE + Party. Details + Information about an organization, sub-organization, or individual fulfilling a role in a business process. + Party + + + + + + + + + BBIE + Party. Mark Care_ Indicator. Indicator + Indicates whether a party is C/O (care of). + 0..1 + Party + Mark Care + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Party. Mark Attention_ Indicator. Indicator + Indicates whether a party is 'FAO' (for the attention of). + 0..1 + Party + Mark Attention + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Party. Website_ URI. Identifier + The Uniform Resource Identifier (URI) of the party. + 0..1 + Party + Website + URI + Identifier + Identifier. Type + + + + + + + + + BBIE + Party. Logo Reference. Identifier + A party's logo. + 0..1 + Party + Logo Reference + Identifier + Identifier. Type + http://www2.coca-cola.com/images/logo.gif + + + + + + + + + BBIE + Party. Endpoint Identifier. Identifier + Identifies the end point of the routing service, e.g., EAN Location Number, GLN. + 0..1 + Party + Endpoint Identifier + Identifier + Identifier. Type + 5790002221134 + + + + + + + + + ASBIE + Party. Party Identification + An association to Party Identification. + 0..n + Party + Party Identification + Party Identification + + + + + + + + + ASBIE + Party. Party Name + An association to Party Name. + 0..n + Party + Party Name + Party Name + + + + + + + + + ASBIE + Party. Language + An association to Language. + 0..1 + Party + Language + Language + + + + + + + + + ASBIE + Party. Postal_ Address. Address + The party's postal address. + 0..1 + Party + Postal + Address + Address + + + + + + + + + ASBIE + Party. Physical_ Location. Location + The party's physical location. + 0..1 + Party + Physical + Location + Location + + + + + + + + + ASBIE + Party. Party Tax Scheme + An association to Party Tax Scheme. + 0..n + Party + Party Tax Scheme + Party Tax Scheme + + + + + + + + + ASBIE + Party. Party Legal Entity + An association to Party Legal Entity. + 0..n + Party + Party Legal Entity + Party Legal Entity + + + + + + + + + ASBIE + Party. Contact + An association to Contact. + 0..1 + Party + Contact + Contact + + + + + + + + + ASBIE + Party. Person + An association to a person. + 0..1 + Party + Person + Person + + + + + + + + + ASBIE + Party. Agent_ Party. Party + An association to another party who acts as an agent for this party. + 0..1 + Party + Agent + Party + Party + + + + + + + + + + + ABIE + Party Identification. Details + Information about a party's identification. + Party Identification + + + + + + + + + BBIE + Party Identification. Identifier + Identifies a party. + 1 + Party Identification + Identifier + Identifier + Identifier. Type + + + + + + + + + + + ABIE + Party Legal Entity. Details + Information directly relating to the legal registration that is applicable to a party. + Party Legal Entity + + + + + + + + + BBIE + Party Legal Entity. Registration_ Name. Name + The name of a party as registered with the legal authority. + 0..1 + Party Legal Entity + Registration + Name + Name + Name. Type + "Microsoft Corporation" + + + + + + + + + BBIE + Party Legal Entity. Company Identifier. Identifier + Identifies a company as registered with the company registration scheme. + 0..1 + Party Legal Entity + Company Identifier + Identifier + Identifier. Type + Business Registration Number, Company Number + "3556625" + + + + + + + + + ASBIE + Party Legal Entity. Registration_ Address. Address + Associates with the registered address of the party within a Corporate Registration Scheme. + 0..1 + Party Legal Entity + Registration + Address + Address + + + + + + + + + ASBIE + Party Legal Entity. Corporate Registration Scheme + Associates the party with a Corporate Registration Scheme. + 0..1 + Party Legal Entity + Corporate Registration Scheme + Corporate Registration Scheme + + + + + + + + + + + ABIE + Party Name. Details + Information about a party's name. + Party Name + + + + + + + + + BBIE + Party Name. Name + The name of the party. + 1 + Party Name + Name + Name + Name. Type + "Microsoft" + + + + + + + + + + + ABIE + Party Tax Scheme. Details + Information about a party's Tax Scheme. + Party Tax Scheme + + + + + + + + + BBIE + Party Tax Scheme. Registration_ Name. Name + The official name of the party as registered with the relevant fiscal authority. + 0..1 + Party Tax Scheme + Registration + Name + Name + Name. Type + "Microsoft Corporation" + + + + + + + + + BBIE + Party Tax Scheme. Company Identifier. Identifier + The identifier assigned for tax purposes to a party by the taxation authority. + 0..1 + Party Tax Scheme + Company Identifier + Identifier + Identifier. Type + VAT Number + "3556625" + + + + + + + + + BBIE + Party Tax Scheme. Tax Level Code. Code + The section or role within the tax scheme that applies to the party. + 0..1 + Party Tax Scheme + Tax Level Code + Code + Code. Type + + + + + + + + + BBIE + Party Tax Scheme. Exemption Reason Code. Code + A reason for a party's exemption from tax, expressed as a code. + 0..1 + Party Tax Scheme + Exemption Reason Code + Code + Code. Type + + + + + + + + + BBIE + Party Tax Scheme. Exemption_ Reason. Text + A reason for a party's exemption from tax, expressed as text. + 0..1 + Party Tax Scheme + Exemption + Reason + Text + Text. Type + + + + + + + + + ASBIE + Party Tax Scheme. Registration_ Address. Address + An association to Registered Address (for tax purposes). + 0..1 + Party Tax Scheme + Registration + Address + Address + + + + + + + + + ASBIE + Party Tax Scheme. Tax Scheme + An association to Tax Scheme. + 1 + Party Tax Scheme + Tax Scheme + Tax Scheme + + + + + + + + + + + ABIE + Payment. Details + Information directly relating to a specific payment. + Payment + + + + + + + + + BBIE + Payment. Identifier + Identifies the payment. + 0..1 + Payment + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Payment. Paid_ Amount. Amount + The amount paid. + 0..1 + Payment + Paid + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Payment. Received_ Date. Date + The date on which the payment was received. + 0..1 + Payment + Received + Date + Date + Date. Type + + + + + + + + + BBIE + Payment. Paid_ Date. Date + The date at which the payment was made. + 0..1 + Payment + Paid + Date + Date + Date. Type + + + + + + + + + BBIE + Payment. Paid_ Time. Time + The time at which the payment was made. + 0..1 + Payment + Paid + Time + Time + Time. Type + + + + + + + + + BBIE + Payment. Instruction Identifier. Identifier + Identifies the Payment Instruction. + 0..1 + Payment + Instruction Identifier + Identifier + Identifier. Type + + + + + + + + + + + ABIE + Payment Means. Details + Information about Payment Means. + Payment Means + + + + + + + + + BBIE + Payment Means. Identifier + Identifies the Payment Means. + 0..1 + Payment Means + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Payment Means. Payment Means Code. Code + The Payment Means expressed as a code + 1 + Payment Means + Payment Means Code + Code + Payment Means_ Code. Type + + + + + + + + + BBIE + Payment Means. Payment Due Date. Date + The date on which payment is due for the Payment Means. + 0..1 + Payment Means + Payment Due Date + Date + Date. Type + + + + + + + + + BBIE + Payment Means. Payment Channel Code. Code + The Payment Channel, expressed as a code. + 0..1 + Payment Means + Payment Channel Code + Code + Code. Type + + + + + + + + + BBIE + Payment Means. Instruction Identifier. Identifier + Identifies the Payment Instruction. + 0..1 + Payment Means + Instruction Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Payment Means. Instruction_ Note. Text + Free-form text applying to the Payment. + 0..n + Payment Means + Instruction + Note + Text + Text. Type + + + + + + + + + BBIE + Payment Means. Payment Identifier. Identifier + Identifies the Payment(s). + 0..n + Payment Means + Payment Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Payment Means. Card Account + An association to Card Account. + 0..1 + Payment Means + Card Account + Card Account + + + + + + + + + ASBIE + Payment Means. Payer_ Financial Account. Financial Account + An association to the payer's Financial Account. + 0..1 + Payment Means + Payer + Financial Account + Financial Account + + + + + + + + + ASBIE + Payment Means. Payee_ Financial Account. Financial Account + An association to the payee's Financial Account. + 0..1 + Payment Means + Payee + Financial Account + Financial Account + + + + + + + + + ASBIE + Payment Means. Credit Account + An association to Credit Account. + 0..1 + Payment Means + Credit Account + Credit Account + + + + + + + + + + + ABIE + Payment Terms. Details + Information about Payment Terms. + Payment Terms + + + + + + + + + BBIE + Payment Terms. Identifier + Identifies the Payment Terms. + 0..1 + Payment Terms + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Payment Terms. Payment Means Identifier. Identifier + Identifies the applicable Payment Means. + 0..1 + Payment Terms + Payment Means Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Payment Terms. Prepaid Payment Reference Identifier. Identifier + Identifies prepaid payment. + 0..1 + Payment Terms + Prepaid Payment Reference Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Payment Terms. Note. Text + Free-form text applying to the Payment Terms. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Payment Terms + Note + Text + Text. Type + + + + + + + + + BBIE + Payment Terms. Reference_ Event Code. Code + The event from which terms are offered for a length of time, identified by a standard code. + 0..1 + Payment Terms + Reference + Event Code + Code + Code. Type + + + + + + + + + BBIE + Payment Terms. Settlement_ Discount Percent. Percent + The settlement discount rate (percentage) offered for payment within the settlement period. + 0..1 + Payment Terms + Settlement + Discount Percent + Percent + Percent. Type + + + + + + + + + BBIE + Payment Terms. Penalty_ Surcharge Percent. Percent + The penalty rate (percentage) charged for late payment. + 0..1 + Payment Terms + Penalty + Surcharge Percent + Percent + Percent. Type + + + + + + + + + BBIE + Payment Terms. Amount + The payment amount for the Payment Terms. + 0..1 + Payment Terms + Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Payment Terms. Settlement_ Period. Period + An association to Settlement Period. + 0..1 + Payment Terms + Settlement + Period + Period + + + + + + + + + ASBIE + Payment Terms. Penalty_ Period. Period + An association to Penalty Period. + 0..1 + Payment Terms + Penalty + Period + Period + + + + + + + + + + + ABIE + Period. Details + Information about a period of time. + Period + + + + + + + + + BBIE + Period. Start Date. Date + The start date of the period. + 0..1 + Period + Start Date + Date + Date. Type + + + + + + + + + BBIE + Period. Start Time. Time + The start time of the period. + 0..1 + Period + Start Time + Time + Time. Type + + + + + + + + + BBIE + Period. End Date. Date + The end date of the period. + 0..1 + Period + End Date + Date + Date. Type + + + + + + + + + BBIE + Period. End Time. Time + The end time of the period. + 0..1 + Period + End Time + Time + Time. Type + + + + + + + + + BBIE + Period. Duration. Measure + The duration of a period, expressed as a code; ISO 8601. + 0..1 + Period + Duration + Measure + Measure. Type + + + + + + + + + BBIE + Period. Description Code. Code + A description of the period, expressed as a code. + 0..n + Period + Description Code + Code + Code. Type + + + + + + + + + BBIE + Period. Description. Text + A description of the period. + 0..n + Period + Description + Text + Text. Type + + + + + + + + + + + ABIE + Person. Details + Information about a person. + Person + + + + + + + + + BBIE + Person. First_ Name. Name + A person's forename or first name. + 0..1 + Person + First + Name + Name + Name. Type + + + + + + + + + BBIE + Person. Family_ Name. Name + A person's surname or family name. + 0..1 + Person + Family + Name + Name + Name. Type + + + + + + + + + BBIE + Person. Title. Text + A person's title of address, e.g., Mr, Ms, Dr, Sir. + 0..1 + Person + Title + Text + Text. Type + + + + + + + + + BBIE + Person. Middle_ Name. Name + A person's middle name(s) and/or initial(s). + 0..1 + Person + Middle + Name + Name + Name. Type + + + + + + + + + BBIE + Person. Name Suffix. Text + A suffix to a person's name, e.g., PhD, OBE, Jnr. + 0..1 + Person + Name Suffix + Text + Text. Type + + + + + + + + + BBIE + Person. Job Title. Text + A person's job title within an organization (for a particular role). + 0..1 + Person + Job Title + Text + Text. Type + + + + + + + + + BBIE + Person. Organization_ Department. Text + The department or subdivision of an organization that the person belongs to (for a particular role). + 0..1 + Person + Organization + Department + Text + Text. Type + + + + + + + + + + + ABIE + Physical Attribute. Details + Information about physical attributes. + Physical Attribute + + + + + + + + + BBIE + Physical Attribute. Attribute Identifier. Identifier + Identifies the physical attribute. + 1 + Physical Attribute + Attribute Identifier + Identifier + Identifier. Type + "colour" "style" + + + + + + + + + BBIE + Physical Attribute. Position Code. Code + The position of the physical attribute, expressed as a code. + 0..1 + Physical Attribute + Position Code + Code + Code. Type + + + + + + + + + BBIE + Physical Attribute. Description Code. Code + The description of the physical attribute, expressed as a code. + 0..1 + Physical Attribute + Description Code + Code + Code. Type + "XXL","Small" + + + + + + + + + BBIE + Physical Attribute. Description. Text + The description of the physical attribute, expressed as text. + 0..n + Physical Attribute + Description + Text + Text. Type + + + + + + + + + + + ABIE + Price. Details + Information about the price. + Price + + + + + + + + + BBIE + Price. Price Amount. Amount + The price amount. + 1 + Price + Price Amount + Amount + Amount. Type + unit price + 23.45 + + + + + + + + + BBIE + Price. Base_ Quantity. Quantity + The actual quantity to which the price applies. + 0..1 + Price + Base + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Price. Price Change_ Reason. Text + The reason for the price change, expressed as text. + 0..n + Price + Price Change + Reason + Text + Text. Type + "Clearance of old stock", "New contract applies" + + + + + + + + + BBIE + Price. Price Type Code. Code + The price type, expressed as a code. + 0..1 + Price + Price Type Code + Code + Code. Type + + + + + + + + + BBIE + Price. Price Type. Text + The price type, expressed as text. + 0..1 + Price + Price Type + Text + Text. Type + retail, wholesale, discount, contract + + + + + + + + + BBIE + Price. Orderable Unit Factor. Rate + The factor by which the base price unit can be converted to the orderable unit. + 0..1 + Price + Orderable Unit Factor + Rate + Rate. Type + Nails are priced by weight but ordered by quantity. So this would say how many nails per kilo + + + + + + + + + ASBIE + Price. Validity_ Period. Period + An association to Validity Period. + 0..n + Price + Validity + Period + Period + + + + + + + + + ASBIE + Price. Price List + A reference to a Price List. + 0..1 + Price + Price List + Price List + + + + + + + + + ASBIE + Price. Allowance Charge + An association to Allowance Charge. + 0..n + Price + Allowance Charge + Allowance Charge + + + + + + + + + + + ABIE + Price List. Details + Information about a Price List. + Price List + + + + + + + + + BBIE + Price List. Identifier + Identifies the Price List. + 0..1 + Price List + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Price List. Status Code. Code + Identifies whether the price list is an 'original', 'copy', 'revision', or 'cancellation'. + 0..1 + Price List + Status Code + Code + Code. Type + "new - announcement only", "new and available", "deleted - announcement only" + + + + + + + + + ASBIE + Price List. Validity_ Period. Period + An association to Validity Period. + 0..n + Price List + Validity + Period + Period + + + + + + + + + ASBIE + Price List. Previous_ Price List. Price List + An association to Previous Price List. + 0..1 + Price List + Previous + Price List + Price List + + + + + + + + + + + ABIE + Pricing Reference. Details + A reference to Pricing Information. + Pricing Reference + + + + + + + + + ASBIE + Pricing Reference. Original_ Item Location Quantity. Item Location Quantity + An association to the original Item Location Quantity. + 0..1 + Pricing Reference + Original + Item Location Quantity + Item Location Quantity + + + + + + + + + ASBIE + Pricing Reference. Alternative Condition_ Price. Price + The price expressed in terms other than the actual price, e.g., the list price v. the contracted price, or the price in bags v. the price in kilos, or the list price in bags v. the contracted price in kilos. + 0..n + Pricing Reference + Alternative Condition + Price + Price + + + + + + + + + + + ABIE + Quotation Line. Details + Information about a Quotation Line. + Quotation Line + + + + + + + + + BBIE + Quotation Line. Identifier + Identifies the Quotation Line Item. + 0..1 + Quotation Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Quotation Line. Note. Text + Free-form text applying to the Quotation Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..1 + Quotation Line + Note + Text + Text. Type + + + + + + + + + BBIE + Quotation Line. Quantity + The quantity of the item quoted. + 0..1 + Quotation Line + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Quotation Line. Line Extension Amount. Amount + The total amount for the Quotation Line, including Allowance Charges but net of taxes. + 0..1 + Quotation Line + Line Extension Amount + Amount + Amount. Type + + + + + + + + + BBIE + Quotation Line. Total_ Tax Amount. Amount + The total tax amount for the Quotation Line. + 0..1 + Quotation Line + Total + Tax Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Quotation Line. Document Reference + An association to Document Reference. + 0..n + Quotation Line + Document Reference + Document Reference + + + + + + + + + ASBIE + Quotation Line. Line Item + An association to Line Item. + 1 + Quotation Line + Line Item + Line Item + + + + + + + + + ASBIE + Quotation Line. Seller Proposed Substitute_ Line Item. Line Item + An association to a proposed substitute Line Item. + 0..n + Quotation Line + Seller Proposed Substitute + Line Item + Line Item + + + + + + + + + + + ABIE + Rail Transport. Details + Describes a train. + Rail Transport + + + + + + + + + BBIE + Rail Transport. Train Identifier. Identifier + Identifies a train. + 1 + Rail Transport + Train Identifier + Identifier + Identifier. Type + Train Number (WCO ID 167) + + + + + + + + + BBIE + Rail Transport. Rail Car Identifier. Identifier + Identifies the rail car on the train used for the means of transport. + 0..1 + Rail Transport + Rail Car Identifier + Identifier + Identifier. Type + + + + + + + + + + + ABIE + Receipt Line. Details + Information about a Receipt Line. + Receipt Line + + + + + + + + + BBIE + Receipt Line. Identifier + Identifies the Receipt Line. + 1 + Receipt Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Receipt Line. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Receipt Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Receipt Line. Note. Text + Free-form text applying to the Receipt Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..1 + Receipt Line + Note + Text + Text. Type + + + + + + + + + BBIE + Receipt Line. Received_ Quantity. Quantity + The quantity received. + 0..1 + Receipt Line + Received + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Receipt Line. Short_ Quantity. Quantity + The quantity received short; the difference between the quantity reported despatched and the quantity actually received. + 0..1 + Receipt Line + Short + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Receipt Line. Shortage Action Code. Code + The action that the Delivery Party wishes the Despatch Party to take as a result of the shortage, expressed as a code. + 0..1 + Receipt Line + Shortage Action Code + Code + Code. Type + + + + + + + + + BBIE + Receipt Line. Rejected_ Quantity. Quantity + The quantity rejected. + 0..1 + Receipt Line + Rejected + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Receipt Line. Reject Reason Code. Code + The reason for rejection, expressed as a code. + 0..1 + Receipt Line + Reject Reason Code + Code + Code. Type + + + + + + + + + BBIE + Receipt Line. Reject_ Reason. Text + The reason for rejection. + 0..1 + Receipt Line + Reject + Reason + Text + Text. Type + + + + + + + + + BBIE + Receipt Line. Reject Action Code. Code + The action that the Delivery Party wishes the Despatch Party to take as a result of the rejection, expressed as a code. + 0..1 + Receipt Line + Reject Action Code + Code + Code. Type + + + + + + + + + BBIE + Receipt Line. Oversupply Quantity. Quantity + The quanitity over-supplied i.e. the quantity over and above that ordered. + 0..1 + Receipt Line + Oversupply Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Receipt Line. Received_ Date. Date + The date on which the good/services are received. + 0..1 + Receipt Line + Received + Date + Date + Date. Type + + + + + + + + + BBIE + Receipt Line. Timing Complaint Code. Code + A complaint about the timing of delivery, expressed as a code. + 0..1 + Receipt Line + Timing Complaint Code + Code + Code. Type + + + + + + + + + BBIE + Receipt Line. Timing Complaint. Text + A complaint about the timing of delivery. + 0..1 + Receipt Line + Timing Complaint + Text + Text. Type + + + + + + + + + ASBIE + Receipt Line. Order Line Reference + An association to Order Line Reference. + 0..1 + Receipt Line + Order Line Reference + Order Line Reference + + + + + + + + + ASBIE + Receipt Line. Despatch_ Line Reference. Line Reference + An associative reference to Despatch Line. + 0..n + Receipt Line + Despatch + Line Reference + Line Reference + + + + + + + + + ASBIE + Receipt Line. Document Reference + An association to Document Reference. + 0..n + Receipt Line + Document Reference + Document Reference + + + + + + + + + ASBIE + Receipt Line. Item + An association to Item. + 0..n + Receipt Line + Item + Item + + + + + + + + + ASBIE + Receipt Line. Shipment + An association to Shipment. + 0..n + Receipt Line + Shipment + Shipment + + + + + + + + + + + ABIE + Related Item. Details + Information about the relationship between two items. + Related Item + + + + + + + + + BBIE + Related Item. Identifier + An identifier for the related item. + 0..1 + Related Item + Identifier + Identifier + Identifier. Type + "First", "Second" + + + + + + + + + BBIE + Related Item. Quantity + The quantity that applies to the relationship. + 0..1 + Related Item + Quantity + Quantity + Quantity. Type + "6", "10mg per Kilo" + + + + + + + + + BBIE + Related Item. Description. Text + A description for the relationship. + 0..n + Related Item + Description + Text + Text. Type + "If used in wet conditions or extreme environments" + + + + + + + + + + + ABIE + Reminder Line. Details + Information about a Line on a Reminder document. + Reminder Line + + + + + + + + + BBIE + Reminder Line. Identifier + Identifies the Reminder Line. + 1 + Reminder Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Reminder Line. Note. Text + Free-form text applying to the Reminder Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..1 + Reminder Line + Note + Text + Text. Type + + + + + + + + + BBIE + Reminder Line. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Reminder Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Reminder Line. Balance Brought Forward_ Indicator. Indicator + If true, indicates that the Remonder Line contains a balance brought forward. + 0..1 + Reminder Line + Balance Brought Forward + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Reminder Line. Debit_ Line Amount. Amount + The amount debited on the Reminder Line. + 0..1 + Reminder Line + Debit + Line Amount + Amount + Amount. Type + + + + + + + + + BBIE + Reminder Line. Credit_ Line Amount. Amount + The amount credited on the Reminder Line. + 0..1 + Reminder Line + Credit + Line Amount + Amount + Amount. Type + + + + + + + + + BBIE + Reminder Line. Accounting Cost Code. Code + The buyer's accounting code applied to the Reminder Line. + 0..1 + Reminder Line + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Reminder Line. Accounting Cost. Text + The buyer's accounting code applied to the Reminder Line, expressed as text. + 0..1 + Reminder Line + Accounting Cost + Text + Text. Type + + + + + + + + + ASBIE + Reminder Line. Reminder_ Period. Period + An association to Period. + 0..n + Reminder Line + Reminder + Period + Period + + + + + + + + + ASBIE + Reminder Line. Billing Reference + An association to Billing Reference + 0..n + Reminder Line + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Reminder Line. Exchange Rate + An association to Exchange Rate (between the Reminder Line Currency and the Related Document currency). + 0..1 + Reminder Line + Exchange Rate + Exchange Rate + + + + + + + + + + + ABIE + Remittance Advice Line. Details + Information about a Line on a Remittance Advice. + Remittance Advice Line + + + + + + + + + BBIE + Remittance Advice Line. Identifier + Identifies the Remittance Advice Line. + 1 + Remittance Advice Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Remittance Advice Line. Note. Text + Free-form text applying to the Remittance Advice Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..1 + Remittance Advice Line + Note + Text + Text. Type + + + + + + + + + BBIE + Remittance Advice Line. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Remittance Advice Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Remittance Advice Line. Debit_ Line Amount. Amount + The amount debited on the Remittance Advice Line. + 0..1 + Remittance Advice Line + Debit + Line Amount + Amount + Amount. Type + + + + + + + + + BBIE + Remittance Advice Line. Credit_ Line Amount. Amount + The amount credited on the Remittance Advice Line. + 0..1 + Remittance Advice Line + Credit + Line Amount + Amount + Amount. Type + + + + + + + + + BBIE + Remittance Advice Line. Balance Amount. Amount + The balance amount on the Remittance Advice Line. + 0..1 + Remittance Advice Line + Balance Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Remittance Advice Line. Accounting_ Supplier Party. Supplier Party + An association to Supplier Accounting Party. + 0..1 + Remittance Advice Line + Accounting + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Remittance Advice Line. Accounting_ Customer Party. Customer Party + An association to Customer Accounting Party. + 0..1 + Remittance Advice Line + Accounting + Customer Party + Customer Party + + + + + + + + + ASBIE + Remittance Advice Line. Buyer_ Customer Party. Customer Party + An association to Buyer. + 0..1 + Remittance Advice Line + Buyer + Customer Party + Customer Party + + + + + + + + + ASBIE + Remittance Advice Line. Seller_ Supplier Party. Supplier Party + An association to Seller. + 0..1 + Remittance Advice Line + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Remittance Advice Line. Originator_ Customer Party. Customer Party + An association to Originator. + 0..1 + Remittance Advice Line + Originator + Customer Party + Customer Party + + + + + + + + + ASBIE + Remittance Advice Line. Payee_ Party. Party + An association to Payee. + 0..1 + Remittance Advice Line + Payee + Party + Party + + + + + + + + + ASBIE + Remittance Advice Line. Invoice_ Period. Period + An association to Invoice Period. + 0..n + Remittance Advice Line + Invoice + Period + Period + + + + + + + + + ASBIE + Remittance Advice Line. Billing Reference + An association to Billing Reference. + 0..n + Remittance Advice Line + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Remittance Advice Line. Document Reference + An association to Document Reference. + 0..n + Remittance Advice Line + Document Reference + Document Reference + + + + + + + + + ASBIE + Remittance Advice Line. Exchange Rate + An association to Exchange Rate (between the Remittance Advice Line currency and the Related Document currency). + 0..1 + Remittance Advice Line + Exchange Rate + Exchange Rate + + + + + + + + + + + ABIE + Request For Quotation Line. Details + Information about a Line on a Request For Quotation. + Request For Quotation Line + + + + + + + + + BBIE + Request For Quotation Line. Identifier + Identifies the Request For Quotation Line. + 0..1 + Request For Quotation Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Request For Quotation Line. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Request For Quotation Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Request For Quotation Line. Note. Text + Free-form text applying to the Request For Quotation Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..1 + Request For Quotation Line + Note + Text + Text. Type + + + + + + + + + ASBIE + Request For Quotation Line. Document Reference + An association to Document Reference. + 0..n + Request For Quotation Line + Document Reference + Document Reference + + + + + + + + + ASBIE + Request For Quotation Line. Line Item + An association to Line Item. + 1 + Request For Quotation Line + Line Item + Line Item + + + + + + + + + + + ABIE + Response. Details + Information about responses to a document (at the application level). + Response + + + + + + + + + BBIE + Response. Reference. Identifier + Identifies the section (or line) of the document to which the response applies. + 1 + Response + Reference + Identifier + Identifier. Type + + + + + + + + + BBIE + Response. Response Code. Code + A code for the description of the response to the transaction document. + 0..1 + Response + Response Code + Code + Code. Type + + + + + + + + + BBIE + Response. Description. Text + The description of the response to the transaction document. + 0..n + Response + Description + Text + Text. Type + + + + + + + + + + + ABIE + Road Transport. Details + Describes a road transport vehicle. + Road Transport + + + + + + + + + BBIE + Road Transport. License Plate Identifier. Identifier + Identifies a specific vehicle. + 1 + Road Transport + License Plate Identifier + Identifier + Identifier. Type + Vehicle registration number (WCO ID 167) + + + + + + + + + + + ABIE + Secondary Hazard. Details + Information about Secondary Hazard (related to a Hazardous Item). + Secondary Hazard + + + + + + + + + BBIE + Secondary Hazard. Identifier + Identifies the Secondary Hazard. + 0..1 + Secondary Hazard + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Secondary Hazard. Placard Notation. Text + The placard notation corresponding to the hazard class of the hazardous commodity. Can also be the hazard identification number of the orange placard (upper part) required on the means of transport. + 0..1 + Secondary Hazard + Placard Notation + Text + Text. Type + "5.1" + + + + + + + + + BBIE + Secondary Hazard. Placard Endorsement. Text + The placard endorsement that is to be shown on the shipping papers for the hazardous commodity. Can also be used for the number of the orange placard (lower part) required on the means of transport. + 0..1 + Secondary Hazard + Placard Endorsement + Text + Text. Type + "2" + + + + + + + + + BBIE + Secondary Hazard. Emergency Procedures Code. Code + Emergency procedures for hazardous goods, expressed as a code. + 0..1 + Secondary Hazard + Emergency Procedures Code + Code + Code. Type + EMG code, EMS Page Number + + + + + + + + + BBIE + Secondary Hazard. Extension. Text + Additional information about the hazardous substance. Can be used to specify information such as the type of regulatory requirements that apply to a description. + 0..1 + Secondary Hazard + Extension + Text + Text. Type + "N.O.S. or a Waste Characteristics Code in conjunction with an EPA Waste Stream code" + + + + + + + + + + + ABIE + Shipment. Details + Information about a shipment. + Shipment + Consignment + + + + + + + + + BBIE + Shipment. Identifier + Identifies a shipment. + 1 + Shipment + Identifier + Identifier + Identifier. Type + Waybill Number + + + + + + + + + BBIE + Shipment. Shipping Priority Level. Code + The priority or level of service required for a shipment, expressed as a code. + 0..1 + Shipment + Shipping Priority Level + Code + Code. Type + Service Level, Service Priority + + + + + + + + + BBIE + Shipment. Handling Code. Code + The handling required for a shipment, expressed as a code. + 0..1 + Shipment + Handling Code + Code + Code. Type + Special Handling + + + + + + + + + BBIE + Shipment. Handling_ Instructions. Text + Free-form text describing Handling Instructions for a shipment. + 0..1 + Shipment + Handling + Instructions + Text + Text. Type + + + + + + + + + BBIE + Shipment. Information. Text + Free-form text applying to a shipment. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..1 + Shipment + Information + Text + Text. Type + + + + + + + + + BBIE + Shipment. Gross_ Weight. Measure + The total gross weight of a shipment; the weight of the goods plus packaging plus transport equipment. + 0..1 + Shipment + Gross + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Shipment. Net_ Weight. Measure + The total net weight of a shipment; the weight of the goods plus packaging. + 0..1 + Shipment + Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Shipment. Net Net_ Weight. Measure + The weight of the goods net of packaging and transport equipment. + 0..1 + Shipment + Net Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Shipment. Gross_ Volume. Measure + The total volume of the goods in a shipment plus packaging. + 0..1 + Shipment + Gross + Volume + Measure + Measure. Type + + + + + + + + + BBIE + Shipment. Net_ Volume. Measure + The volume of a shipment net of packaging and transport equipment. + 0..1 + Shipment + Net + Volume + Measure + Measure. Type + + + + + + + + + BBIE + Shipment. Total_ Goods Item Quantity. Quantity + Count of the total number of goods items within a shipment. + 0..1 + Shipment + Total + Goods Item Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Shipment. Total_ Transport Handling Unit Quantity. Quantity + Count of the number of pieces of transport handling equipment in a shipment, such as pallets, boxes, and cases. + 0..1 + Shipment + Total + Transport Handling Unit Quantity + Quantity + Quantity. Type + Number of THUs + + + + + + + + + BBIE + Shipment. Insurance_ Value. Amount + The total sum covered by an insurance for the shipment. + 0..1 + Shipment + Insurance + Value + Amount + Amount. Type + Value Insured + + + + + + + + + BBIE + Shipment. Declared Customs_ Value. Amount + Amount declared for customs purposes of those goods in a shipment which are subject to the same customs procedure, and have the same tariff/statistical heading, country information, and duty regime. + 0..1 + Shipment + Declared Customs + Value + Amount + Amount. Type + + + + + + + + + BBIE + Shipment. Declared For Carriage_ Value. Amount + Value, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery. + 0..1 + Shipment + Declared For Carriage + Value + Amount + Amount. Type + Declared value for carriage, Interest in delivery + + + + + + + + + BBIE + Shipment. Declared Statistics_ Value. Amount + Value declared for statistical purposes of those goods in a consignment which have the same statistical heading. + 0..1 + Shipment + Declared Statistics + Value + Amount + Amount. Type + Statistical Value + + + + + + + + + BBIE + Shipment. Free On Board_ Value. Amount + Monetary amount that has to be or has been paid as calculated under the applicable trade delivery. + 0..1 + Shipment + Free On Board + Value + Amount + Amount. Type + FOB Value + + + + + + + + + BBIE + Shipment. Special_ Instructions. Text + Special instructions relating to a shipment. + 0..n + Shipment + Special + Instructions + Text + Text. Type + + + + + + + + + BBIE + Shipment. Delivery_ Instructions. Text + Delivery instructions relating to a shipment. + 0..n + Shipment + Delivery + Instructions + Text + Text. Type + + + + + + + + + BBIE + Shipment. Split Consignment_ Indicator. Indicator + Indicates whether the consignment has been split in transit. + 0..1 + Shipment + Split Consignment + Indicator + Indicator + Indicator. Type + + + + + + + + + ASBIE + Shipment. Consignment + An association to Consignment covering the shipment. + 1 + Shipment + Consignment + Consignment + + + + + + + + + ASBIE + Shipment. Goods Item + An association to Goods Item (for Bulk Goods). + 0..n + Shipment + Goods Item + Goods Item + + + + + + + + + ASBIE + Shipment. Shipment Stage + An association to Shipment Stage. + 0..n + Shipment + Shipment Stage + Shipment Stage + + + + + + + + + ASBIE + Shipment. Delivery + An association to Delivery. + 0..1 + Shipment + Delivery + Delivery + + + + + + + + + ASBIE + Shipment. Transport Handling Unit + An association to Transport Handling Unit used for loose and containerized goods. + 0..n + Shipment + Transport Handling Unit + Transport Handling Unit + + + + + + + + + ASBIE + Shipment. Origin_ Address. Address + An association to the region in which the goods have been produced or manufactured, according to criteria laid down for the purposes of application of the Customs tariff, or quantitative restrictions, or of any other measure related to trade. + 0..1 + Shipment + Origin + Address + Address + + + + + + + + + ASBIE + Shipment. First Arrival Port_ Location. Location + Identifies the first arrival location. This would be a port for sea, airport for air, and border post for land crossing. + 0..1 + Shipment + First Arrival Port + Location + Location + + + + + + + + + ASBIE + Shipment. Last Exit Port_ Location. Location + Identifies the final exporting location. This would be a port for sea, airport for air, and border post for land crossing. + 0..1 + Shipment + Last Exit Port + Location + Location + + + + + + + + + ASBIE + Shipment. Export_ Country. Country + Identifies the country from which the goods are originally exported without any commercial transaction taking place in intermediate countries. + 0..1 + Shipment + Export + Country + Country + + + + + + + + + ASBIE + Shipment. Freight_ Allowance Charge. Allowance Charge + Costs incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance (to the extent that they relate to the freight costs). + 0..n + Shipment + Freight + Allowance Charge + Allowance Charge + + + + + + + + + + + ABIE + Shipment Stage. Details + Information about a shipment stage. + Shipment Stage + + + + + + + + + BBIE + Shipment Stage. Identifier + Identifies a shipment stage. + 0..1 + Shipment Stage + Identifier + Identifier + Identifier. Type + "1","2", etc.. + + + + + + + + + BBIE + Shipment Stage. Transport Mode Code. Code + The method of transport used for a shipment stage. + 0..1 + Shipment Stage + Transport Mode Code + Code + Transport Mode_ Code. Type + + + + + + + + + BBIE + Shipment Stage. Transport Means Type Code. Code + The type of vehicle used for a shipment stage. + 0..1 + Shipment Stage + Transport Means Type Code + Code + Code. Type + + + + + + + + + BBIE + Shipment Stage. Transit_ Direction Code. Code + The direction of transit for a shipment stage. + 0..1 + Shipment Stage + Transit + Direction Code + Code + Code. Type + + + + + + + + + BBIE + Shipment Stage. Pre Carriage_ Indicator. Indicator + Indicates whether the stage is before the main carriage of the shipment. + 1 + Shipment Stage + Pre Carriage + Indicator + Indicator + Indicator. Type + Truck delivery to wharf + + + + + + + + + BBIE + Shipment Stage. On Carriage_ Indicator. Indicator + Indicates whether the stage is after the main carriage of the shipment. + 1 + Shipment Stage + On Carriage + Indicator + Indicator + Indicator. Type + Truck delivery from wharf + + + + + + + + + ASBIE + Shipment Stage. Transit_ Period. Period + An association to Transit Period. + 0..1 + Shipment Stage + Transit + Period + Period + + + + + + + + + ASBIE + Shipment Stage. Carrier_ Party. Party + An association to Carrier. + 0..n + Shipment Stage + Carrier + Party + Party + + + + + + + + + ASBIE + Shipment Stage. Transport Means + An association to the means of transport. + 0..1 + Shipment Stage + Transport Means + Transport Means + + + + + + + + + ASBIE + Shipment Stage. Loading Port_ Location. Location + An association to the port location of loading. + 0..1 + Shipment Stage + Loading Port + Location + Location + + + + + + + + + ASBIE + Shipment Stage. Unloading Port_ Location. Location + An association to the port location of unloading. + 0..1 + Shipment Stage + Unloading Port + Location + Location + + + + + + + + + ASBIE + Shipment Stage. Transship Port_ Location. Location + An association to the port location of transshipment. + 0..1 + Shipment Stage + Transship Port + Location + Location + + + + + + + + + + + ABIE + Signature. Details + Information about signature. A placeholder for signature. + Signature + + + + + + + + + BBIE + Signature. Identifier + An identifier for the Signature. + 1 + Signature + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Signature. Note. Text + Free form text about the signature or the circumstances where the signature has been used. + 0..1 + Signature + Note + Text + Text. Type + + + + + + + + + BBIE + Signature. Validation Date. Date + Specifies the date when the signature was approved. + 0..1 + Signature + Validation Date + Date + Date. Type + + + + + + + + + BBIE + Signature. Validation Time. Time + Specifies the time when the signature was approved. + 0..1 + Signature + Validation Time + Time + Time. Type + + + + + + + + + BBIE + Signature. Validator Identifier. Identifier + Identifies the organization, person, service or server that has validated the signature. + 0..1 + Signature + Validator Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Signature. Canonicalization Method. Text + The mathematical logic method used by the Signature. + 0..1 + Signature + Canonicalization Method + Text + Text. Type + + + + + + + + + BBIE + Signature. Signature Method. Text + The method of signature. + 0..1 + Signature + Signature Method + Text + Text. Type + + + + + + + + + ASBIE + Signature. Signatory_ Party. Party + An association to the signing Party. + 1 + Signature + Signatory + Party + Party + + + + + + + + + ASBIE + Signature. Digital Signature_ Attachment. Attachment + Refers to the actual encoded signature (e.g., in XMLDSIG format). + 0..1 + Signature + Digital Signature + Attachment + Attachment + + + + + + + + + ASBIE + Signature. Original_ Document Reference. Document Reference + A reference to the actual document that the signature applies to. For evidentiary purposes, this may be the document image that the signatory party saw when applying their signature. + 0..1 + Signature + Original + Document Reference + Document Reference + + + + + + + + + + + ABIE + Statement Line. Details + Information about a Line on a Statement of Account. + Statement Line + + + + + + + + + BBIE + Statement Line. Identifier + Identifies the Statement Line. + 1 + Statement Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Statement Line. Note. Text + Free-form text applying to the Statement Line. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..1 + Statement Line + Note + Text + Text. Type + + + + + + + + + BBIE + Statement Line. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Statement Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Statement Line. Balance Brought Forward_ Indicator. Indicator + If true, indicates that the Statement Line contains a balance brought forward. + 0..1 + Statement Line + Balance Brought Forward + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Statement Line. Debit_ Line Amount. Amount + The amount debited on the Statement Line. + 0..1 + Statement Line + Debit + Line Amount + Amount + Amount. Type + + + + + + + + + BBIE + Statement Line. Credit_ Line Amount. Amount + The amount credited on the Statement Line. + 0..1 + Statement Line + Credit + Line Amount + Amount + Amount. Type + + + + + + + + + BBIE + Statement Line. Balance Amount. Amount + The balance amount on the Statement Line. + 0..1 + Statement Line + Balance Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Statement Line. Payment Means + An association to Payment Means. + 0..1 + Statement Line + Payment Means + Payment Means + + + + + + + + + ASBIE + Statement Line. Payment Terms + An association to Payment Terms. + 0..n + Statement Line + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Statement Line. Buyer_ Customer Party. Customer Party + An association to Buyer. + 0..1 + Statement Line + Buyer + Customer Party + Customer Party + + + + + + + + + ASBIE + Statement Line. Seller_ Supplier Party. Supplier Party + An association to Seller. + 0..1 + Statement Line + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Statement Line. Originator_ Customer Party. Customer Party + An association to Originator. + 0..1 + Statement Line + Originator + Customer Party + Customer Party + + + + + + + + + ASBIE + Statement Line. Accounting_ Customer Party. Customer Party + An association to Accounting Customer Party. + 0..1 + Statement Line + Accounting + Customer Party + Customer Party + + + + + + + + + ASBIE + Statement Line. Accounting_ Supplier Party. Supplier Party + An association to Accounting Supplier Party. + 0..1 + Statement Line + Accounting + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Statement Line. Payee_ Party. Party + An association to Payee. + 0..1 + Statement Line + Payee + Party + Party + + + + + + + + + ASBIE + Statement Line. Invoice_ Period. Period + An association to Invoice Period. + 0..n + Statement Line + Invoice + Period + Period + + + + + + + + + ASBIE + Statement Line. Billing Reference + An association to Billing Reference. + 0..n + Statement Line + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Statement Line. Document Reference + An association to Document Reference. + 0..n + Statement Line + Document Reference + Document Reference + + + + + + + + + ASBIE + Statement Line. Exchange Rate + An association to Exchange Rate (between the Statement Line currency and the Related Document Currency). + 0..1 + Statement Line + Exchange Rate + Exchange Rate + + + + + + + + + + + ABIE + Status. Details + The information relevant to a condition or a position of an object. + Status + + + + + + + + + BBIE + Status. Condition Code. Code + A code specifying the status condition of the related object. + 0..1 + Status + Condition Code + Code + Transportation Status_ Code. Type + UN/ECE Rec 24 + + + + + + + + + BBIE + Status. Reference_ Date. Date + A reference date value for this status. + 0..1 + Status + Reference + Date + Date + Date. Type + + + + + + + + + BBIE + Status. Reference_ Time. Time + A reference time value for this status. + 0..1 + Status + Reference + Time + Time + Time. Type + + + + + + + + + BBIE + Status. Description. Text + A textual description of this status. + 0..1 + Status + Description + Text + Text. Type + + + + + + + + + BBIE + Status. Status Reason Code. Code + A code specifying a reason for a status condition. + 0..1 + Status + Status Reason Code + Code + Code. Type + + + + + + + + + BBIE + Status. Status_ Reason. Text + The reason, expressed as text, for this status condition or position. + 0..1 + Status + Status + Reason + Text + Text. Type + + + + + + + + + BBIE + Status. Sequence. Identifier + A unique identifier of the sequence of this status. + 0..1 + Status + Sequence + Identifier + Identifier. Type + + + + + + + + + BBIE + Status. Text + Provides any textual information related to this status. + 0..1 + Status + Text + Text + Text. Type + + + + + + + + + BBIE + Status. Indication_ Indicator. Indicator + Specifies an indicator relevant to a specific status. + 0..1 + Status + Indication + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Status. Percent + Specifies a percentage relevant to a specific status. + 0..1 + Status + Percent + Percent + Percent. Type + + + + + + + + + + + ABIE + Stowage. Details + A location on board a means of transport where specified goods or transport equipment have been or are to be stowed. + Stowage + + + + + + + + + BBIE + Stowage. Location Identifier. Identifier + Identifies a location on board a means of transport where specified goods or transport equipment have been or are to be stowed. + 0..1 + Stowage + Location Identifier + Identifier + Identifier. Type + Cell Location, coded + + + + + + + + + BBIE + Stowage. Location. Text + Describes a location on board a means of transport where specified goods or transport equipment have been or are to be stowed. + 0..n + Stowage + Location + Text + Text. Type + Cell Location + + + + + + + + + ASBIE + Stowage. Measurement_ Dimension. Dimension + Associates any measurements (including lengths, mass, and volume) for this stowage. + 0..n + Stowage + Measurement + Dimension + Dimension + + + + + + + + + + + ABIE + Supplier Party. Details + Information about the Supplier Party. + Supplier Party + + + + + + + + + BBIE + Supplier Party. Customer Assigned_ Account Identifier. Identifier + The customer's internal identifier for the supplier. + 0..1 + Supplier Party + Customer Assigned + Account Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Supplier Party. Additional_ Account Identifier. Identifier + The customer's internal identifier for the supplier. + 0..n + Supplier Party + Additional + Account Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Supplier Party. Data Sending Capability. Text + Capability to send invoice data via the purchase card provider (VISA/MasterCard/American Express). + 0..1 + Supplier Party + Data Sending Capability + Text + Text. Type + The customer's internal identifier for the supplier. + + + + + + + + + ASBIE + Supplier Party. Party + An association to Party. + 0..1 + Supplier Party + Party + Party + + + + + + + + + ASBIE + Supplier Party. Despatch_ Contact. Contact + An association to Despatch Contact. + 0..1 + Supplier Party + Despatch + Contact + Contact + + + + + + + + + ASBIE + Supplier Party. Accounting_ Contact. Contact + An association to Supplier Accounting Contact. + 0..1 + Supplier Party + Accounting + Contact + Contact + + + + + + + + + ASBIE + Supplier Party. Seller_ Contact. Contact + An association to Seller. + 0..1 + Supplier Party + Seller + Contact + Contact + + + + + + + + + + + ABIE + Tax Category. Details + Information about a tax category. + Tax Category + + + + + + + + + BBIE + Tax Category. Identifier + Identifies the tax category. + 0..1 + Tax Category + Identifier + Identifier + Identifier. Type + "ZeroRatedGoods" "NotTaxable" "Standard Rate" + + + + + + + + + BBIE + Tax Category. Name + The name of the tax category. + 0..1 + Tax Category + Name + Name + Name. Type + "Luxury Goods","Wine Equalization", "Exempt" + + + + + + + + + BBIE + Tax Category. Percent + The tax rate for the category, expressed as a percentage. + 0..1 + Tax Category + Percent + Percent + Percent. Type + + + + + + + + + BBIE + Tax Category. Base Unit Measure. Measure + Where a tax is applied at a certain rate per unit, the measure of units on which the tax calculation is based. + 0..1 + Tax Category + Base Unit Measure + Measure + Measure. Type + + + + + + + + + BBIE + Tax Category. Per Unit_ Amount. Amount + Where a tax is applied at a certain rate per unit, the rate per unit applied. + 0..1 + Tax Category + Per Unit + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tax Category. Tax Exemption Reason Code. Code + The reason for tax being exempted expressed as a code. + 0..1 + Tax Category + Tax Exemption Reason Code + Code + Code. Type + + + + + + + + + BBIE + Tax Category. Tax Exemption Reason. Text + The reason for tax being exempted. + 0..1 + Tax Category + Tax Exemption Reason + Text + Text. Type + + + + + + + + + BBIE + Tax Category. Tier Range. Text + Where a tax is tiered, the range of tiers applied in the calculation of the tax subtotal for the tax category. + 0..1 + Tax Category + Tier Range + Text + Text. Type + + + + + + + + + BBIE + Tax Category. Tier Rate. Percent + Where a tax is tiered, the rate of tax applied to the range of tiers in the calculation of the tax subtotal for the tax category. + 0..1 + Tax Category + Tier Rate + Percent + Percent. Type + + + + + + + + + ASBIE + Tax Category. Tax Scheme + An association to Tax Scheme. + 1 + Tax Category + Tax Scheme + Tax Scheme + + + + + + + + + + + ABIE + Tax Scheme. Details + Information about a tax scheme. + Tax Scheme + + + + + + + + + BBIE + Tax Scheme. Identifier + Identifies the tax scheme. + 0..1 + Tax Scheme + Identifier + Identifier + Identifier. Type + "VAT", "GST" + + + + + + + + + BBIE + Tax Scheme. Name + The name of the tax scheme. + 0..1 + Tax Scheme + Name + Name + Name. Type + "Value Added Tax", "Wholesale Tax", "Sales Tax", "State Tax" + + + + + + + + + BBIE + Tax Scheme. Tax Type Code. Code + An identifier for the tax type. + 0..1 + Tax Scheme + Tax Type Code + Code + Code. Type + "Consumption", "Sales" + + + + + + + + + BBIE + Tax Scheme. Currency Code. Code + The currency in which the tax is collected and reported, expressed as a code. + 0..1 + Tax Scheme + Currency Code + Code + Currency_ Code. Type + + + + + + + + + ASBIE + Tax Scheme. Jurisdiction Region_ Address. Address + An association with Address (of taxation jurisdiction). + 0..n + Tax Scheme + Jurisdiction Region + Address + Address + + + + + + + + + + + ABIE + Tax Subtotal. Details + Information about the subtotal for a particular tax category within a tax scheme, such as standard rate within VAT. + Tax Subtotal + + + + + + + + + BBIE + Tax Subtotal. Taxable_ Amount. Amount + The net amount to which the tax percent (rate) is applied to calculate the tax amount. + 0..1 + Tax Subtotal + Taxable + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tax Subtotal. Tax Amount. Amount + The amount of tax stated explicitly. + 1 + Tax Subtotal + Tax Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tax Subtotal. Calculation Sequence. Numeric + Identifies the numerical order sequence in which taxes are applied when multiple taxes are attracted. If all taxes apply to the same taxable amount, CalculationSequenceNumeric will be '1' for all taxes. + 0..1 + Tax Subtotal + Calculation Sequence + Numeric + Numeric. Type + + + + + + + + + BBIE + Tax Subtotal. Transaction Currency_ Tax Amount. Amount + The tax amount, expressed in the currency used for invoicing. + 0..1 + Tax Subtotal + Transaction Currency + Tax Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tax Subtotal. Percent + The tax rate for the category, expressed as a percentage. + 0..1 + Tax Subtotal + Percent + Percent + Percent. Type + + + + + + + + + BBIE + Tax Subtotal. Base Unit Measure. Measure + Where a tax is applied at a certain rate per unit, the measure of units on which the tax calculation is based. + 0..1 + Tax Subtotal + Base Unit Measure + Measure + Measure. Type + + + + + + + + + BBIE + Tax Subtotal. Per Unit_ Amount. Amount + Where a tax is applied at a certain rate per unit, the rate per unit applied. + 0..1 + Tax Subtotal + Per Unit + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tax Subtotal. Tier Range. Text + Where a tax is tiered, the range of tiers applied in the calculation of the tax subtotal for the tax category. + 0..1 + Tax Subtotal + Tier Range + Text + Text. Type + + + + + + + + + BBIE + Tax Subtotal. Tier Rate. Percent + Where a tax is tiered, the rate of tax applied to the range of tiers in the calculation of the tax subtotal for the tax category. + 0..1 + Tax Subtotal + Tier Rate + Percent + Percent. Type + + + + + + + + + ASBIE + Tax Subtotal. Tax Category + An association to Tax Category. + 1 + Tax Subtotal + Tax Category + Tax Category + + + + + + + + + + + ABIE + Tax Total. Details + Information about a total amount of a particular type of tax. + Tax Total + + + + + + + + + BBIE + Tax Total. Tax Amount. Amount + The total tax amount for particular tax scheme e.g. VAT; the sum of each of the tax subtotals for each tax category within the tax scheme. + 1 + Tax Total + Tax Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tax Total. Rounding Amount. Amount + The rounding amount (positive or negative) added to the calculated tax total to produce the rounded TotalTaxAmount. + 0..1 + Tax Total + Rounding Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tax Total. Tax Evidence_ Indicator. Indicator + An indicator as to whether these totals are recognized as legal evidence for taxation purposes. + 0..1 + Tax Total + Tax Evidence + Indicator + Indicator + Indicator. Type + default is negative + + + + + + + + + ASBIE + Tax Total. Tax Subtotal + An association to Tax Subtotal. + 0..n + Tax Total + Tax Subtotal + Tax Subtotal + + + + + + + + + + + ABIE + Temperature. Details + Information about temperature. + Temperature + + + + + + + + + BBIE + Temperature. Attribute Identifier. Identifier + An identifier for temperature. + 1 + Temperature + Attribute Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Temperature. Measure + The temperature measurement value. + 1 + Temperature + Measure + Measure + Measure. Type + + + + + + + + + BBIE + Temperature. Description. Text + A description of the temperature measurement. + 0..n + Temperature + Description + Text + Text. Type + "at sea level" + + + + + + + + + + + ABIE + Trading Terms. Details + Information about the terms of a trade agreement. + Trading Terms + + + + + + + + + BBIE + Trading Terms. Information. Text + The terms in text. + 0..n + Trading Terms + Information + Text + Text. Type + "Unless credit terms have been expressly agreed by Dell, payment for the products or services shall be made in full before physical delivery of products or services. Customer shall pay for all shipping and handling charges." + + + + + + + + + BBIE + Trading Terms. Reference. Text + A reference to the terms. + 0..1 + Trading Terms + Reference + Text + Text. Type + http://www1.ap.dell.com/content/topics/topic.aspx/ap/policy/en/au/sales_terms_au?c=au&l=en&s=gen + + + + + + + + + ASBIE + Trading Terms. Applicable_ Address. Address + An association to Address. + 0..1 + Trading Terms + Applicable + Address + Address + + + + + + + + + + + ABIE + Transaction Conditions. Details + Information about purchasing, sales, or payment conditions. + Transaction Conditions + Payment Conditions, Sales Conditions + + + + + + + + + BBIE + Transaction Conditions. Identifier + Identifies conditions of the transaction, typically Purchase/Sales Conditions. + 0..1 + Transaction Conditions + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transaction Conditions. Action Code. Code + An action relating to sales or payment conditions, expressed as a code. + 0..1 + Transaction Conditions + Action Code + Code + Code. Type + + + + + + + + + BBIE + Transaction Conditions. Description. Text + The description of the transaction conditions. + 0..n + Transaction Conditions + Description + Text + Text. Type + + + + + + + + + ASBIE + Transaction Conditions. Document Reference + An association to Document Reference. + 0..n + Transaction Conditions + Document Reference + Document Reference + + + + + + + + + + + ABIE + Transportation Service. Details + Transport service details. + Transportation Service + + + + + + + + + BBIE + Transportation Service. Transport Service Code. Code + A code which describes the general type of service required for the transportation of goods. Specifically, it identifies the extent of the transportation service, e.g., door-to-door, port-to-port. + 1 + Transportation Service + Transport Service Code + Code + Code. Type + + + + + + + + + BBIE + Transportation Service. Tariff Class Code. Code + Specification of a tariff class applicable to a transportation service. + 0..1 + Transportation Service + Tariff Class Code + Code + Code. Type + Tariff Class Specifier + + + + + + + + + BBIE + Transportation Service. Priority. Text + Statement indicating priority of requested transportation service. + 0..1 + Transportation Service + Priority + Text + Text. Type + + + + + + + + + BBIE + Transportation Service. Freight Rate Class Code. Code + Code to indicate applicable rate class for freight. + 0..1 + Transportation Service + Freight Rate Class Code + Code + Code. Type + Charge Basis + + + + + + + + + + + ABIE + Transport Equipment. Details + Information about Transport Equipment; a piece of equipment used to transport goods. + Transport Equipment + Shipping Container, Sea Container, Rail Wagon, Pallet, Trailer, Unit Load Device, ULD + + + + + + + + + BBIE + Transport Equipment. Identifier + Identifies the transport equipment. + 0..1 + Transport Equipment + Identifier + Identifier + Identifier. Type + "OCLU 1234567" + + + + + + + + + BBIE + Transport Equipment. Transport Equipment Type Code. Code + Identifies the type of provider of the transport equipment. + 0..1 + Transport Equipment + Transport Equipment Type Code + Code + Transport Equipment Type_ Code. Type + + + + + + + + + BBIE + Transport Equipment. Provider Type Code. Code + Identifies the type of provider of the transport equipment. + 0..1 + Transport Equipment + Provider Type Code + Code + Code. Type + + + + + + + + + BBIE + Transport Equipment. Owner Type Code. Code + Identifies the type of owner of a piece of transport equipment. + 0..1 + Transport Equipment + Owner Type Code + Code + Code. Type + + + + + + + + + BBIE + Transport Equipment. Size Type Code. Code + The size and type of a piece of transport equipment, expressed as a code. When the transport equipment is a shipping container, it is recommended to use ContainerSizeTypeCode for validation. + 0..1 + Transport Equipment + Size Type Code + Code + Code. Type + Container Size Type Code + + + + + + + + + BBIE + Transport Equipment. Disposition Code. Code + The current disposition of the transport equipment, expressed as a code. + 0..1 + Transport Equipment + Disposition Code + Code + Code. Type + Status + + + + + + + + + BBIE + Transport Equipment. Fullness Indication Code. Code + A code indicating whether a piece of transport equipment is full, partially full, or empty. + 0..1 + Transport Equipment + Fullness Indication Code + Code + Code. Type + + + + + + + + + BBIE + Transport Equipment. Refrigeration On_ Indicator. Indicator + Indicates whether the transport equipment's refrigeration is on (true) or off (false). + 0..1 + Transport Equipment + Refrigeration On + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Equipment. Information. Text + Additional information about the transport equipment. + 0..1 + Transport Equipment + Information + Text + Text. Type + + + + + + + + + BBIE + Transport Equipment. Returnability_ Indicator. Indicator + Indicates whether a particular item of transport equipment is returnable. + 0..1 + Transport Equipment + Returnability + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Equipment. Legal Status_ Indicator. Indicator + Legal status of the transport equipment with respect to the Container Convention code. + 0..1 + Transport Equipment + Legal Status + Indicator + Indicator + Indicator. Type + + + + + + + + + ASBIE + Transport Equipment. Measurement_ Dimension. Dimension + An association to Dimension. + 0..n + Transport Equipment + Measurement + Dimension + Dimension + + + + + + + + + ASBIE + Transport Equipment. Transport Equipment Seal + An association to Transport Equipment Seal. + 0..n + Transport Equipment + Transport Equipment Seal + Transport Equipment Seal + + + + + + + + + ASBIE + Transport Equipment. Minimum_ Temperature. Temperature + The minimum required operating temperature for the container (reefer). + 0..1 + Transport Equipment + Minimum + Temperature + Temperature + + + + + + + + + ASBIE + Transport Equipment. Maximum_ Temperature. Temperature + The maximum required operating temperature for the container (reefer). + 0..1 + Transport Equipment + Maximum + Temperature + Temperature + + + + + + + + + ASBIE + Transport Equipment. Provider_ Party. Party + The party that provides the transport equipment. + 0..1 + Transport Equipment + Provider + Party + Party + + + + + + + + + ASBIE + Transport Equipment. Loading Proof_ Party. Party + The authorized party responsible for certifying that the goods were loaded into the transport equipment. + 0..1 + Transport Equipment + Loading Proof + Party + Party + + + + + + + + + ASBIE + Transport Equipment. Loading_ Location. Location + Identifies the location where the goods are loaded into the transport equipment. + 0..1 + Transport Equipment + Loading + Location + Location + + + + + + + + + + + ABIE + Transport Equipment Seal. Details + Information about a transport equipment seal (a security device attached to the doors of a shipping container). + Transport Equipment Seal + Container Seal + + + + + + + + + BBIE + Transport Equipment Seal. Identifier + Identifies the seal. + 1 + Transport Equipment Seal + Identifier + Identifier + Identifier. Type + "ACS1234" + + + + + + + + + BBIE + Transport Equipment Seal. Seal Issuer Type Code. Code + The type of party that issues and is responsible for a seal, expressed as a code. + 0..1 + Transport Equipment Seal + Seal Issuer Type Code + Code + Code. Type + + + + + + + + + BBIE + Transport Equipment Seal. Condition. Text + Information about the condition of a seal. + 0..1 + Transport Equipment Seal + Condition + Text + Text. Type + + + + + + + + + BBIE + Transport Equipment Seal. Seal Status Code. Code + The status of a seal, expressed as a code. + 0..1 + Transport Equipment Seal + Seal Status Code + Code + Code. Type + + + + + + + + + BBIE + Transport Equipment Seal. Sealing Party Type. Text + Textual description of the role of a sealing party. + 0..1 + Transport Equipment Seal + Sealing Party Type + Text + Text. Type + Sealing Party + + + + + + + + + + + ABIE + Transport Event. Details + A significant occurrence or happening related to the transportation of goods. + Transport Event + + + + + + + + + BBIE + Transport Event. Identification. Identifier + An identifier for the event. + 0..1 + Transport Event + Identification + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Event. Occurrence Date. Date + The date of an occurrence of the event. + 0..1 + Transport Event + Occurrence Date + Date + Date. Type + + + + + + + + + BBIE + Transport Event. Occurrence Time. Time + The time of an occurrence of the event. + 0..1 + Transport Event + Occurrence Time + Time + Time. Type + + + + + + + + + BBIE + Transport Event. Transport Event Type Code. Code + A code specifying the type of event. + 0..1 + Transport Event + Transport Event Type Code + Code + Code. Type + + + + + + + + + BBIE + Transport Event. Description. Text + A textual description of the event. + 0..1 + Transport Event + Description + Text + Text. Type + + + + + + + + + BBIE + Transport Event. Completion_ Indicator. Indicator + Indicates if this event is completed. + 0..1 + Transport Event + Completion + Indicator + Indicator + Indicator. Type + + + + + + + + + ASBIE + Transport Event. Reported_ Shipment. Shipment + Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. + 0..1 + Transport Event + Reported + Shipment + Shipment + + + + + + + + + ASBIE + Transport Event. Current_ Status. Status + The status of the event. + 1..n + Transport Event + Current + Status + Status + + + + + + + + + ASBIE + Transport Event. Contact + Any contacts for the event. + 0..n + Transport Event + Contact + Contact + + + + + + + + + + + ABIE + Transport Handling Unit. Details + A uniquely identifiable physical unit consisting of one or more packages (not necessarily containing the same articles) for enabling physical handling during the transport process. + Transport Handling Unit + Logistics Unit, Handling Unit, THU + + + + + + + + + BBIE + Transport Handling Unit. Identifier + Identifies the transport handling unit. + 0..1 + Transport Handling Unit + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Handling Unit. Transport Handling Unit Type Code. Code + The type of transport handling unit, expressed as a code. + 0..1 + Transport Handling Unit + Transport Handling Unit Type Code + Code + Code. Type + + + + + + + + + BBIE + Transport Handling Unit. Handling Code. Code + The handling required for a shipment, expressed as a code. + 0..1 + Transport Handling Unit + Handling Code + Code + Code. Type + Special Handling + + + + + + + + + BBIE + Transport Handling Unit. Handling_ Instructions. Text + Free-form text describing handling instructions for a shipment. + 0..1 + Transport Handling Unit + Handling + Instructions + Text + Text. Type + + + + + + + + + BBIE + Transport Handling Unit. Hazardous Risk_ Indicator. Indicator + Indicates whether the shipment contains hazardous materials. + 0..1 + Transport Handling Unit + Hazardous Risk + Indicator + Indicator + Indicator. Type + Default is negative + + + + + + + + + BBIE + Transport Handling Unit. Total_ Goods Item Quantity. Quantity + The total number of goods items in the transport handling unit. + 0..1 + Transport Handling Unit + Total + Goods Item Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Transport Handling Unit. Total_ Package Quantity. Quantity + The total number of packages in the transport handling unit. + 0..1 + Transport Handling Unit + Total + Package Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Transport Handling Unit. Damage_ Remarks. Text + Description of a type of damage. + 0..n + Transport Handling Unit + Damage + Remarks + Text + Text. Type + + + + + + + + + BBIE + Transport Handling Unit. Shipping_ Marks. Text + Free-form description of the marks and numbers on a transport unit or package. + 0..n + Transport Handling Unit + Shipping + Marks + Text + Text. Type + Marks and Numbers, Shipping Marks + + + + + + + + + ASBIE + Transport Handling Unit. Handling Unit_ Despatch Line. Despatch Line + An association to Handling Unit Despatch Line. + 0..n + Transport Handling Unit + Handling Unit + Despatch Line + Despatch Line + + + + + + + + + ASBIE + Transport Handling Unit. Actual_ Package. Package + An association to Actual Package. + 0..n + Transport Handling Unit + Actual + Package + Package + + + + + + + + + ASBIE + Transport Handling Unit. Received Handling Unit_ Receipt Line. Receipt Line + An association to Receipt Line. + 0..n + Transport Handling Unit + Received Handling Unit + Receipt Line + Receipt Line + + + + + + + + + ASBIE + Transport Handling Unit. Transport Equipment + An association to Transport Equipment. + 0..n + Transport Handling Unit + Transport Equipment + Transport Equipment + + + + + + + + + ASBIE + Transport Handling Unit. Hazardous Goods Transit + An association to information about the transportation of hazardous goods. + 0..n + Transport Handling Unit + Hazardous Goods Transit + Hazardous Goods Transit + + + + + + + + + ASBIE + Transport Handling Unit. Measurement_ Dimension. Dimension + An association to Dimension. + 0..n + Transport Handling Unit + Measurement + Dimension + Dimension + + + + + + + + + ASBIE + Transport Handling Unit. Minimum_ Temperature. Temperature + The minimum required operating temperature. + 0..1 + Transport Handling Unit + Minimum + Temperature + Temperature + + + + + + + + + ASBIE + Transport Handling Unit. Maximum_ Temperature. Temperature + The maximum required operating temperature. + 0..1 + Transport Handling Unit + Maximum + Temperature + Temperature + + + + + + + + + + + ABIE + Transport Means. Details + The particular vehicle used for the transport of goods or persons. + Transport Means + Conveyance + + + + + + + + + BBIE + Transport Means. Journey Identifier. Identifier + An identifier assigned to a regularly scheduled service of a means of transport. + 0..1 + Transport Means + Journey Identifier + Identifier + Identifier. Type + Voyage Number, Scheduled Conveyance Identifier (WCO ID 205), Flight Number + + + + + + + + + BBIE + Transport Means. Registration_ Nationality Identifier. Identifier + Formal identification of the country in which a means of transport is registered. + 0..1 + Transport Means + Registration + Nationality Identifier + Identifier + Identifier. Type + Nationality of Means of Transport (WCO 175, 178 and 179) + "LIB" + + + + + + + + + BBIE + Transport Means. Registration_ Nationality. Text + Name of the country in which a means of transport is registered. + 0..n + Transport Means + Registration + Nationality + Text + Text. Type + Flag of Vessel, Nationality of Ship + Liberia + + + + + + + + + BBIE + Transport Means. Direction Code. Code + The direction of the transport means. + 0..1 + Transport Means + Direction Code + Code + Code. Type + Transit Direction + "North","East" + + + + + + + + + ASBIE + Transport Means. Stowage + Association to a location on board a means of transport where specified goods or transport equipment have been or are to be stowed. + 0..1 + Transport Means + Stowage + Stowage + + + + + + + + + ASBIE + Transport Means. Air Transport + Association to identify an aircraft. + 0..1 + Transport Means + Air Transport + Air Transport + + + + + + + + + ASBIE + Transport Means. Road Transport + Association to identify a road vehicle. + 0..1 + Transport Means + Road Transport + Road Transport + + + + + + + + + ASBIE + Transport Means. Rail Transport + Association to identify a train. + 0..1 + Transport Means + Rail Transport + Rail Transport + + + + + + + + + ASBIE + Transport Means. Maritime Transport + Association to identify a ship. + 0..1 + Transport Means + Maritime Transport + Maritime Transport + + + + + + + + + ASBIE + Transport Means. Owner_ Party. Party + Association to the party owning the means of transport. + 0..1 + Transport Means + Owner + Party + Party + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/common/UBL-CommonBasicComponents-2.0.xsd b/base_ubl/data/xsd-2.0/common/UBL-CommonBasicComponents-2.0.xsd new file mode 100644 index 0000000000..f067120d0f --- /dev/null +++ b/base_ubl/data/xsd-2.0/common/UBL-CommonBasicComponents-2.0.xsd @@ -0,0 +1,2922 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/common/UBL-CommonExtensionComponents-2.0.xsd b/base_ubl/data/xsd-2.0/common/UBL-CommonExtensionComponents-2.0.xsd new file mode 100644 index 0000000000..be1b87ce4e --- /dev/null +++ b/base_ubl/data/xsd-2.0/common/UBL-CommonExtensionComponents-2.0.xsd @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + A container for all extensions present in the document. + + + + + + + A container for all extensions present in the document. + + + + + + + A single extension for private use. + + + + + + + + + A single extension for private use. + + + + + + + A single extension for private use. + + + + + + + + BBIE + Extension. Identifier + + An identifier for the Extension assigned by the creator of the extension. + 0..1 + Extension + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Extension. Name + + A name for the Extension assigned by the creator of the extension. + 0..1 + Extension + Name + Name + Name. Type + + + + + + + + An agency that maintains one or more Extensions. + + + + + + + The name of the agency that maintains the Extension. + + + + + + + The version of the Extension. + + + + + + + A URI for the Agency that maintains the Extension. + + + + + + + A URI for the Extension. + + + + + + + A code for reason the Extension is being included. + + + + + + + A description of the reason for the Extension. + + + + + + + The definition of the extension content. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.0/common/UBL-CoreComponentParameters-2.0.xsd b/base_ubl/data/xsd-2.0/common/UBL-CoreComponentParameters-2.0.xsd new file mode 100644 index 0000000000..116ea8ddab --- /dev/null +++ b/base_ubl/data/xsd-2.0/common/UBL-CoreComponentParameters-2.0.xsd @@ -0,0 +1,64 @@ + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/common/UBL-ExtensionContentDatatype-2.0.xsd b/base_ubl/data/xsd-2.0/common/UBL-ExtensionContentDatatype-2.0.xsd new file mode 100644 index 0000000000..912319452f --- /dev/null +++ b/base_ubl/data/xsd-2.0/common/UBL-ExtensionContentDatatype-2.0.xsd @@ -0,0 +1,73 @@ + + + + + + + + + + + + The definition of the extension content. + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.0/common/UBL-QualifiedDatatypes-2.0.xsd b/base_ubl/data/xsd-2.0/common/UBL-QualifiedDatatypes-2.0.xsd new file mode 100644 index 0000000000..7651b0076f --- /dev/null +++ b/base_ubl/data/xsd-2.0/common/UBL-QualifiedDatatypes-2.0.xsd @@ -0,0 +1,1955 @@ + + + + + + + + + + + + Allowance Charge Reason_ Code. Type + 2.0 + The set of possible reasons for an allowance or charge. + Code + Allowance Charge Reason + + Used under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. + + + + + + + + + Allowance Charge Reason_ Code List. Identifier + + String + + + + + + + Allowance Charge Reason_ Code List. Agency. Identifier + Defaults to the UN/EDIFACT data element 3055 code list. + String + + + + + + + Allowance Charge Reason_ Code List. Agency Name. Text + + String + + + + + + + Allowance Charge Reason_ Code List. Name. Text + + String + + + + + + + Allowance Charge Reason_ Code List. Version. Identifier + Identifies the Directory of the UN/EDIFACT code list. + String + + + + + + + Allowance Charge Reason_ Code. Name. Text + + String + + + + + + + Allowance Charge Reason_ Language. Identifier + + String + + + + + + + Allowance Charge Reason_ Code List. Uniform Resource. Identifier + + String + + + + + + + Allowance Charge Reason_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Channel_ Code. Type + 2.0 + The set of possible ways in which communication can be made (eg. Phone, email, etc). + Code + Channel + + Used under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. + + + + + + + + + Channel_ Code List. Identifier + + String + + + + + + + Channel_ Code List. Agency. Identifier + Defaults to the UN/EDIFACT data element 3055 code list. + String + + + + + + + Channel_ Code List. Agency Name. Text + + String + + + + + + + Channel_ Code List. Name. Text + + String + + + + + + + Channel_ Code List. Version. Identifier + Identifies the Directory of the UN/EDIFACT code list. + String + + + + + + + Channel_ Code. Name. Text + + String + + + + + + + Channel_ Language. Identifier + + String + + + + + + + Channel_ Code List. Uniform Resource. Identifier + + String + + + + + + + Channel_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Chip_ Code. Type + 2.0 + Distinction between CHIP and MAG STRIPE cards + Code + Chip + + + + + + + + + + Chip_ Code List. Identifier + + String + + + + + + + Chip_ Code List. Agency. Identifier + + String + + + + + + + Chip_ Code List. Agency Name. Text + + String + + + + + + + Chip_ Code List. Name. Text + + String + + + + + + + Chip_ Code List. Version. Identifier + + String + + + + + + + Chip_ Code. Name. Text + + String + + + + + + + Chip_ Language. Identifier + + String + + + + + + + Chip_ Code List. Uniform Resource. Identifier + + String + + + + + + + Chip_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Container Size Type_ Code. Type + 2.0 + The set of code values for classifying series 1 freight containers based on external dimensions and specifies the assoziated ratings and, where appropriate, the minimum internal and door opening dimensions for certain types of containers. + Code + Container Size Type + + + + + + + + + + Container Size Type_ Code List. Identifier + + String + + + + + + + Container Size Type_ Code List. Agency. Identifier + + String + + + + + + + Container Size Type_ Code List. Agency Name. Text + + String + + + + + + + Container Size Type_ Code List. Name. Text + + String + + + + + + + Container Size Type_ Code List. Version. Identifier + + String + + + + + + + Container Size Type_ Code. Name. Text + + String + + + + + + + Container Size Type_ Language. Identifier + + String + + + + + + + Container Size Type_ Code List. Uniform Resource. Identifier + + String + + + + + + + Container Size Type_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Country Identification_ Code. Type + 2.0 + The set of countries of the world. + Code + Country Identification + + Derived from the ISO 3166-1-alpha-2 code elements used under the terms of the ISO policy stated at http://www.iso.org/iso/en/commcentre/pressreleases/2003/Ref871.html. + + + + + + + + + Country Identification_ Code List. Identifier + + String + + + + + + + Country Identification_ Code List. Agency. Identifier + Defaults to the UN/ECE rec 3 (Code for the Representation of Names of Countries) + String + + + + + + + Country Identification_ Code List. Agency Name. Text + + String + + + + + + + Country Identification_ Code List. Name. Text + + String + + + + + + + Country Identification_ Code List. Version. Identifier + + String + + + + + + + Country Identification_ Code. Name. Text + + String + + + + + + + Country Identification_ Language. Identifier + + String + + + + + + + Country Identification_ Code List. Uniform Resource. Identifier + + String + + + + + + + Country Identification_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Currency_ Code. Type + 2.0 + The set of world currencies. + Code + Currency + + Derived from the ISO 4217 currency code list and used under the terms of the ISO policy stated at +http://www.iso.org/iso/en/commcentre/pressreleases/2003/Ref871.html + + + + + + + + + Currency_ Code List. Identifier + + String + + + + + + + Currency_ Code List. Agency. Identifier + Defaults to the UN/EDIFACT data element 3055 code list. + String + + + + + + + Currency_ Code List. Agency Name. Text + + String + + + + + + + Currency_ Code List. Name. Text + + String + + + + + + + Currency_ Code List. Version. Identifier + + String + + + + + + + Currency_ Code. Name. Text + + String + + + + + + + Currency_ Language. Identifier + + String + + + + + + + Currency_ Code List. Uniform Resource. Identifier + + String + + + + + + + Currency_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Document Status_ Code. Type + 2.0 + The set of possible statuses of a document with regard to its original state. + Code + Document Status + + + + + + + + + + Document Status_ Code List. Identifier + + String + + + + + + + Document Status_ Code List. Agency. Identifier + + String + + + + + + + Document Status_ Code List. Agency Name. Text + + String + + + + + + + Document Status_ Code List. Name. Text + + String + + + + + + + Document Status_ Code List. Version. Identifier + + String + + + + + + + Document Status_ Code. Name. Text + + String + + + + + + + Document Status_ Language. Identifier + + String + + + + + + + Document Status_ Code List. Uniform Resource. Identifier + + String + + + + + + + Document Status_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Latitude Direction_ Code. Type + 2.0 + The possible directions of latitude + Code + Latitude Direction + + + + + + + + + + Latitude Direction_ Code List. Identifier + + String + + + + + + + Latitude Direction_ Code List. Agency. Identifier + + String + + + + + + + Latitude Direction_ Code List. Agency Name. Text + + String + + + + + + + Latitude Direction_ Code List. Name. Text + + String + + + + + + + Latitude Direction_ Code List. Version. Identifier + + String + + + + + + + Latitude Direction_ Code. Name. Text + + String + + + + + + + Latitude Direction_ Language. Identifier + + String + + + + + + + Latitude Direction_ Code List. Uniform Resource. Identifier + + String + + + + + + + Latitude Direction_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Line Status_ Code. Type + 2.0 + The set of possible statuses of a line in a transaction with regard to its original state. + Code + Line Status + + + + + + + + + + Line Status_ Code List. Identifier + + String + + + + + + + Line Status_ Code List. Agency. Identifier + + String + + + + + + + Line Status_ Code List. Agency Name. Text + + String + + + + + + + Line Status_ Code List. Name. Text + + String + + + + + + + Line Status_ Code List. Version. Identifier + + String + + + + + + + Line Status_ Code. Name. Text + + String + + + + + + + Line Status_ Language. Identifier + + String + + + + + + + Line Status_ Code List. Uniform Resource. Identifier + + String + + + + + + + Line Status_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Longitude Direction_ Code. Type + 2.0 + The possible directions of longitude + Code + Longitude Direction + + + + + + + + + + Longitude Direction_ Code List. Identifier + + String + + + + + + + Longitude Direction_ Code List. Agency. Identifier + + String + + + + + + + Longitude Direction_ Code List. Agency Name. Text + + String + + + + + + + Longitude Direction_ Code List. Name. Text + + String + + + + + + + Longitude Direction_ Code List. Version. Identifier + + String + + + + + + + Longitude Direction_ Code. Name. Text + + String + + + + + + + Longitude Direction_ Language. Identifier + + String + + + + + + + Longitude Direction_ Code List. Uniform Resource. Identifier + + String + + + + + + + Longitude Direction_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Operator_ Code. Type + 2.0 + The set of valid arithmetic operators + Code + Operator + + + + + + + + + + Operator_ Code List. Identifier + + String + + + + + + + Operator_ Code List. Agency. Identifier + + String + + + + + + + Operator_ Code List. Agency Name. Text + + String + + + + + + + Operator_ Code List. Name. Text + + String + + + + + + + Operator_ Code List. Version. Identifier + + String + + + + + + + Operator_ Code. Name. Text + + String + + + + + + + Operator_ Language. Identifier + + String + + + + + + + Operator_ Code List. Uniform Resource. Identifier + + String + + + + + + + Operator_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Packaging Type_ Code. Type + 2.0 + The set of code values for Passengers, Types of Cargo, Packages and Packaging Materials (with Complementary Codes for Package Names) + Code + Packaging Type + + + + + + + + + + Packaging Type_ Code List. Identifier + + String + + + + + + + Packaging Type_ Code List. Agency. Identifier + + String + + + + + + + Packaging Type_ Code List. Agency Name. Text + + String + + + + + + + Packaging Type_ Code List. Name. Text + + String + + + + + + + Packaging Type_ Code List. Version. Identifier + + String + + + + + + + Packaging Type_ Code. Name. Text + + String + + + + + + + Packaging Type_ Language. Identifier + + String + + + + + + + Packaging Type_ Code List. Uniform Resource. Identifier + + String + + + + + + + Packaging Type_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Payment Means_ Code. Type + 2.0 + The set of valid means of paying the debt incurred. + Code + Payment Means + + Used under the terms of the UNECE policy stated at http://www.unece.org/ece_legal.htm. + + + + + + + + + Payment Means_ Code List. Identifier + + String + + + + + + + Payment Means_ Code List. Agency. Identifier + Defaults to the UN/EDIFACT data element 3055 code list. + String + + + + + + + Payment Means_ Code List. Agency Name. Text + + String + + + + + + + Payment Means_ Code List. Name. Text + + String + + + + + + + Payment Means_ Code List. Version. Identifier + Identifies the Directory of the UN/EDIFACT code list. + String + + + + + + + Payment Means_ Code. Name. Text + + String + + + + + + + Payment Means_ Language. Identifier + + String + + + + + + + Payment Means_ Code List. Uniform Resource. Identifier + + String + + + + + + + Payment Means_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Port_ Code. Type + 2.0 + The set of code values for Trade and Transport Locations + Code + Port + + + + + + + + + + Port_ Code List. Identifier + + String + + + + + + + Port_ Code List. Agency. Identifier + + String + + + + + + + Port_ Code List. Agency Name. Text + + String + + + + + + + Port_ Code List. Name. Text + + String + + + + + + + Port_ Code List. Version. Identifier + + String + + + + + + + Port_ Code. Name. Text + + String + + + + + + + Port_ Language. Identifier + + String + + + + + + + Port_ Code List. Uniform Resource. Identifier + + String + + + + + + + Port_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Substitution Status_ Code. Type + 2.0 + The set of values that indicate the status of an OrderItem in relation to substitution, denoting an acceptable substitute in the Order, an original for which an alternative is offered in the Order Confirmation, or an original for which an actual replacement is advised in the Despatch Advice. + Code + Substitution Status + + + + + + + + + + Substitution Status_ Code List. Identifier + + String + + + + + + + Substitution Status_ Code List. Agency. Identifier + + String + + + + + + + Substitution Status_ Code List. Agency Name. Text + + String + + + + + + + Substitution Status_ Code List. Name. Text + + String + + + + + + + Substitution Status_ Code List. Version. Identifier + + String + + + + + + + Substitution Status_ Code. Name. Text + + String + + + + + + + Substitution Status_ Language. Identifier + + String + + + + + + + Substitution Status_ Code List. Uniform Resource. Identifier + + String + + + + + + + Substitution Status_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Transportation Status_ Code. Type + 2.0 + The set of code values for Trade and Transport Status + Code + Transportation Status + + + + + + + + + + Transportation Status_ Code List. Identifier + + String + + + + + + + Transportation Status_ Code List. Agency. Identifier + + String + + + + + + + Transportation Status_ Code List. Agency Name. Text + + String + + + + + + + Transportation Status_ Code List. Name. Text + + String + + + + + + + Transportation Status_ Code List. Version. Identifier + + String + + + + + + + Transportation Status_ Code. Name. Text + + String + + + + + + + Transportation Status_ Language. Identifier + + String + + + + + + + Transportation Status_ Code List. Uniform Resource. Identifier + + String + + + + + + + Transportation Status_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Transport Equipment Type_ Code. Type + 2.0 + The set of code values for qualifying a type of equipment used in the transportation of goods. + Code + Transport Equipment Type + + + + + + + + + + Transport Equipment Type_ Code List. Identifier + + String + + + + + + + Transport Equipment Type_ Code List. Agency. Identifier + + String + + + + + + + Transport Equipment Type_ Code List. Agency Name. Text + + String + + + + + + + Transport Equipment Type_ Code List. Name. Text + + String + + + + + + + Transport Equipment Type_ Code List. Version. Identifier + + String + + + + + + + Transport Equipment Type_ Code. Name. Text + + String + + + + + + + Transport Equipment Type_ Language. Identifier + + String + + + + + + + Transport Equipment Type_ Code List. Uniform Resource. Identifier + + String + + + + + + + Transport Equipment Type_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Transport Mode_ Code. Type + 2.0 + The set of code values for modes of transport + Code + Transport Mode + + + + + + + + + + Transport Mode_ Code List. Identifier + + String + + + + + + + Transport Mode_ Code List. Agency. Identifier + + String + + + + + + + Transport Mode_ Code List. Agency Name. Text + + String + + + + + + + Transport Mode_ Code List. Name. Text + + String + + + + + + + Transport Mode_ Code List. Version. Identifier + + String + + + + + + + Transport Mode_ Code. Name. Text + + String + + + + + + + Transport Mode_ Language. Identifier + + String + + + + + + + Transport Mode_ Code List. Uniform Resource. Identifier + + String + + + + + + + Transport Mode_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + + + Unit Of Measure_ Code. Type + 2.0 + The set of code values for Units of Measure Used in International Trade + Code + Unit Of Measure + + + + + + + + + + Unit Of Measure_ Code List. Identifier + + String + + + + + + + Unit Of Measure_ Code List. Agency. Identifier + + String + + + + + + + Unit Of Measure_ Code List. Agency Name. Text + + String + + + + + + + Unit Of Measure_ Code List. Name. Text + + String + + + + + + + Unit Of Measure_ Code List. Version. Identifier + + String + + + + + + + Unit Of Measure_ Code. Name. Text + + String + + + + + + + Unit Of Measure_ Language. Identifier + + String + + + + + + + Unit Of Measure_ Code List. Uniform Resource. Identifier + + String + + + + + + + Unit Of Measure_ Code List Scheme. Uniform Resource. Identifier + + String + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/common/UnqualifiedDataTypeSchemaModule-2.0.xsd b/base_ubl/data/xsd-2.0/common/UnqualifiedDataTypeSchemaModule-2.0.xsd new file mode 100644 index 0000000000..128fb86e87 --- /dev/null +++ b/base_ubl/data/xsd-2.0/common/UnqualifiedDataTypeSchemaModule-2.0.xsd @@ -0,0 +1,1138 @@ + + + + + + + + + + + + + + + + + + + + + + UDT000001 + UDT + Amount. Type + 1.0 + A number of monetary units specified in a currency where the unit of the currency is explicit or implied. + Amount + decimal + decimal + + + + + + + + UDT000001-SC2 + SC + Amount Currency. Identifier + The currency of the amount. + Amount Currency + Identification + Identifier + string + normalisedString + + + + + + + + + + + + UDT000002 + UDT + Binary Object. Type + 1.0 + A set of finite-length sequences of binary octets. + Binary Object + binary + base64Binary + + + + + + + + UDT000002-SC2 + SC + Binary Object. Format. Text + The format of the binary content. + Binary Object + Format + Text + string + string + + + + + + + UDT000002-SC3 + SC + Binary Object. Mime. Code + The mime type of the binary object. + Binary Object + Mime + Code + string + normalizedString + + + + + + + UDT000002-SC4 + SC + Binary Object. Encoding. Code + Specifies the decoding algorithm of the binary object. + Binary Object + Encoding + Code + string + normalizedString + + + + + + + UDT000002-SC5 + SC + Binary Object. Character Set. Code + The character set of the binary object if the mime type is text. + Binary Object + Character Set + Code + string + normalizedString + + + + + + + UDT000002-SC6 + SC + Binary Object. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the binary object is located. + Binary Object + Uniform Resource Identifier + Identifier + string + anyURI + + + + + + + UDT000002-SC7 + SC + Binary Object. Filename.Text + The filename of the binary object. + Binary Object + Filename + Text + string + string + + + + + + + + + + + + UDT000003 + UDT + Graphic. Type + 1.0 + A diagram, graph, mathematical curves, or similar representation. + Graphic + binary + base64Binary + + + + + + + + UDT000003-SC2 + SC + Graphic. Format. Text + The format of the graphic content. + Graphic + Format + Text + string + string + + + + + + + UDT000003-SC3 + SC + Graphic. Mime. Code + The mime type of the graphic object. + Graphic + Mime + Code + string + normalizedString + + + + + + + UDT000003-SC4 + SC + Graphic. Encoding. Code + Specifies the decoding algorithm of the graphic object. + Graphic + Encoding + Code + string + normalizedString + + + + + + + UDT000003-SC6 + SC + Graphic. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the graphic object is located. + Graphic + Uniform Resource Identifier + Identifier + string + anyURI + + + + + + + UDT000003-SC7 + SC + Graphic. Filename.Text + The filename of the graphic object. + Graphic + Filename + Text + string + string + + + + + + + + + + + + UDT000004 + UDT + Picture. Type + 1.0 + A diagram, graph, mathematical curves, or similar representation. + Picture + binary + base64Binary + + + + + + + + UDT000004-SC2 + SC + Picture. Format. Text + The format of the picture content. + Picture + Format + Text + string + string + + + + + + + UDT000004-SC3 + SC + Picture. Mime. Code + The mime type of the picture object. + Picture + Mime + Code + string + normalizedString + + + + + + + UDT000004-SC4 + SC + Picture. Encoding. Code + Specifies the decoding algorithm of the picture object. + Picture + Encoding + Code + string + normalizedString + + + + + + + UDT000004-SC6 + SC + Picture. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the picture object is located. + Picture + Uniform Resource Identifier + Identifier + string + anyURI + + + + + + + UDT000004-SC7 + SC + Picture. Filename.Text + The filename of the picture object. + Picture + Filename + Text + string + string + + + + + + + + + + + + UDT000005 + UDT + Sound. Type + 1.0 + A diagram, graph, mathematical curves, or similar representation. + Sound + binary + base64Binary + + + + + + + + UDT000005-SC2 + SC + Sound. Format. Text + The format of the sound content. + Sound + Format + Text + string + string + + + + + + + UDT000005-SC3 + SC + Sound. Mime. Code + The mime type of the sound object. + Sound + Mime + Code + string + normalizedString + + + + + + + UDT000005-SC4 + SC + Sound. Encoding. Code + Specifies the decoding algorithm of the sound object. + Sound + Encoding + Code + string + normalizedString + + + + + + + UDT000005-SC6 + SC + Sound. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the sound object is located. + Sound + Uniform Resource Identifier + Identifier + string + anyURI + + + + + + + UDT000005-SC7 + SC + Sound. Filename.Text + The filename of the sound object. + Sound + Filename + Text + string + string + + + + + + + + + + + + UDT000006 + UDT + Video. Type + 1.0 + A diagram, graph, mathematical curves, or similar representation. + Graphic + binary + bas64Binary + + + + + + + + UDT000006-SC2 + SC + Video. Format. Text + The format of the video content. + Video + Format + Text + string + string + + + + + + + UDT000006-SC3 + SC + Video. Mime. Code + The mime type of the video object. + Video + Mime + Code + string + normalizedString + + + + + + + UDT000006-SC4 + SC + Video. Encoding. Code + Specifies the decoding algorithm of the video object. + Video + Encoding + Code + string + normalizedString + + + + + + + UDT000006-SC6 + SC + Video. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the video object is located. + Video + Uniform Resource Identifier + Identifier + string + anyURI + + + + + + + UDT000006-SC7 + SC + Video. Filename.Text + The filename of the video object. + Video + Filename + Text + string + string + + + + + + + + + + + + UDT000007 + UDT + Code. Type + 1.0 + A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information. + Code + string + normalizedString + Other supplementary components in the CCT are captured as part of the token and name for the schema module containing the code list and thus, are not declared as attributes. + + + + + + + + UDT000007-SC2 + SC + Code List. Identifier + The identification of a list of codes. + Code List + Identification + Identifier + string + + + + + + + UDT000007-SC3 + SC + Code List. Agency. Identifier + An agency that maintains one or more lists of codes. + Code List + Agency + Identifier + string + Defaults to the UN/EDIFACT data element 3055 code list. + + + + + + + UDT000007-SC4 + SC + Code List. Agency Name. Text + The name of the agency that maintains the list of codes. + Code List + Agency Name + Text + string + + + + + + + UDT000007-SC5 + SC + Code List. Name. Text + The name of a list of codes. + Code List + Name + Text + string + + + + + + + UDT000007-SC6 + SC + Code List. Identifier + The identification of a list of codes. + Code List + Identification + Identifier + string + string + + + + + + + UDT000007-SC7 + SC + Code. Name. Text + The textual equivalent of the code content component. + Code + Name + Text + string + string + + + + + + + UDT000007-SC8 + SC + Language. Identifier + The identifier of the language used in the code name. + Language + Identification + Identifier + string + language + + + + + + + UDT000007-SC9 + SC + Code List. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the code list is located. + Code List + Uniform Resource Identifier + Identifier + string + anyURI + + + + + + + UDT000007-SC10 + SC + Code List Scheme. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the code list scheme is located. + Code List Scheme + Uniform Resource Identifier + Identifier + string + anyURI + + + + + + + + + + + + UDT000008 + UDT + Date Time. Type + 1.0 + A particular point in the progression of time together with the relevant supplementary information. + Date Time + string + dateTime + Can be used for a date and/or time. + + + + + + + + + + UDT000009 + UDT + Date. Type + 1.0 + One calendar day according the Gregorian calendar. + Date + string + date + + + + + + + + + + UDT0000010 + UDT + Time. Type + 1.0 + The instance of time that occurs every day. + Time + string + time + + + + + + + + + + UDT0000011 + UDT + Identifier. Type + 1.0 + A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects in the same scheme together with relevant supplementary information. + Identifier + string + normalizedString + Other supplementary components in the CCT are captured as part of the token and name for the schema module containing the identifer list and thus, are not declared as attributes. + + + + + + + + UDT000011-SC2 + SC + Identification Scheme. Identifier + The identification of the identification scheme. + Identification Scheme + Identification + Identifier + string + + + + + + + UDT000011-SC3 + SC + Identification Scheme. Name. Text + The name of the identification scheme. + Identification Scheme + Name + Text + string + + + + + + + UDT000011-SC4 + SC + Identification Scheme Agency. Identifier + The identification of the agency that maintains the identification scheme. + Identification Scheme Agency + Identification + Identifier + string + Defaults to the UN/EDIFACT data element 3055 code list. + + + + + + + UDT000011-SC5 + SC + Identification Scheme Agency. Name. Text + The name of the agency that maintains the identification scheme. + Identification Scheme Agency + Agency Name + Text + string + + + + + + + UDT000011-SC6 + SC + Identification Scheme. Version. Identifier + The version of the identification scheme. + Identification Scheme + Version + Identifier + string + normalizedString + + + + + + + UDT0000011-SC7 + SC + Identification Scheme Data. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the identification scheme data is located. + Identification Scheme Data + Uniform Resource Identifier + Identifier + string + anyURI + + + + + + + UDT0000011-SC8 + SC + Identification Scheme. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the identification scheme is located. + Identification Scheme + Uniform Resource Identifier + Identifier + string + anyURI + + + + + + + + + + + + UDT0000012 + UDT + Indicator. Type + 1.0 + A list of two mutually exclusive Boolean values that express the only possible states of a property. + Indicator + string + boolean + + + + + + + + + + + + + UDT0000013 + UDT + Measure. Type + 1.0 + A numeric value determined by measuring an object along with the specified unit of measure. + Measure + Type + decimal + decimal + + + + + + + + UDT0000013-SC2 + SC + Measure Unit. Code + The type of unit of measure. + Measure Unit + Code + Code + string + normalizedString + Reference UN/ECE Rec 20 and X12 355. + + + + + + + + + + + + UDT0000014 + UDT + Numeric. Type + 1.0 + Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure. + Numeric + string + decimal + + + + + + + + + + UDT0000015 + UDT + 1.0 + Value. Type + Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure. + Value + string + decimal + + + + + + + + + + UDT0000016 + UDT + 1.0 + Percent. Type + Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure. + Percent + string + decimal + + + + + + + + + + UDT0000017 + UDT + 1.0 + Rate. Type + Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measuret. + Rate + string + decimal + + + + + + + + + + UDT0000018 + UDT + Quantity. Type + 1.0 + A counted number of non-monetary units possibly including fractions. + Quantity + decimal + decimal + + + + + + + + UDT0000018-SC2 + SC + Quantity. Unit. Code + The unit of the quantity + Quantity + Unit Code + Code + string + normalizedString + + + + + + + + + + + + UDT0000019 + UDT + Text. Type + 1.0 + A character string (i.e. a finite set of characters) generally in the form of words of a language. + Text + string + string + + + + + + + + UDT0000019-SC2 + SC + Language. Identifier + The identifier of the language used in the content component. + Language + Identification + Identifier + string + language + + + + + + + + + + + + UDT0000020 + UDT + Name. Type + 1.0 + A character string that consititues the distinctive designation of a person, place, thing or concept. + Name + string + string + + + + + + + + UDT0000020-SC2 + SC + Language. Identifier + The identifier of the language used in the content component. + Language + Identification + Identifier + string + language + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-ApplicationResponse-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-ApplicationResponse-2.0.xsd new file mode 100644 index 0000000000..50faf56d3f --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-ApplicationResponse-2.0.xsd @@ -0,0 +1,345 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Application Response. Details + A document to indicate the application's response to a transaction. This may be a business response and/or a technical response, sent automatically by an application or initiated by a user. + Application Response + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Application Response. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Application Response + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Application Response. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Application Response + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Application Response. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Application Response + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Application Response. Identifier + An identifier for the Application Response assigned by the sender. + 1 + Application Response + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Application Response. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Application Response + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Application Response. Issue Date. Date + The date assigned by the sender's application on which the Application Response was created. + 1 + Application Response + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Application Response. Issue Time. Time + The time assigned by the sender's application at which the Application Response was created. + 0..1 + Application Response + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Application Response. Response Date. Date + The date at which the information in the response was created. + 0..1 + Application Response + Response Date + Date + Date. Type + + + + + + + + + BBIE + Application Response. Response Time. Time + The time at which the information in the response was created. + 0..1 + Application Response + Response Time + Time + Time. Type + + + + + + + + + BBIE + Application Response. Note. Text + Free-form text applying to the Application Response. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Application Response + Note + Text + Text. Type + + + + + + + + + BBIE + Application Response. Version Identifier. Identifier + Identifies the current version of this document. + 0..1 + Application Response + Version Identifier + Identifier + Identifier. Type + "1.1" + + + + + + + + + ASBIE + Application Response. Signature + An association to Signature. + 0..n + Application Response + Signature + Signature + + + + + + + + + ASBIE + Application Response. Sender_ Party. Party + An association to the Party sending this document. + 1 + Application Response + Sender + Party + Party + + + + + + + + + ASBIE + Application Response. Receiver_ Party. Party + An association to the Party receiving this document. + 1 + Application Response + Receiver + Party + Party + + + + + + + + + ASBIE + Application Response. Document Response + A response to one or more documents. + 1..n + Application Response + Document Response + Document Response + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-AttachedDocument-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-AttachedDocument-2.0.xsd new file mode 100644 index 0000000000..c76683e2a4 --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-AttachedDocument-2.0.xsd @@ -0,0 +1,362 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Attached Document. Details + A UBL 'wrapper' that allows a document of any kind to be packaged with the UBL document that references it. + Attached Document + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Attached Document. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Attached Document + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Attached Document. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Attached Document + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Attached Document. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Attached Document + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Attached Document. Identifier + An identifier for the Attached Document; this ID is used as a reference by the UBL 'parent' document. + 1 + Attached Document + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Attached Document. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Attached Document + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Attached Document. Issue Date. Date + A date denoting when the Attached Document was issued. + 1 + Attached Document + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Attached Document. Issue Time. Time + A time denoting when the Attached Document was issued. + 0..1 + Attached Document + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Attached Document. Note. Text + Contains any free-form text pertinent to the entire document or to the document message itself. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Attached Document + Note + Text + Text. Type + + + + + + + + + BBIE + Attached Document. Document Type Code. Code + Qualifies the type of document using a code set. + 0..1 + Attached Document + Document Type Code + Code + Code. Type + + + + + + + + + BBIE + Attached Document. Document Type. Text + Qualifies types of document as text. + 0..1 + Attached Document + Document Type + Text + Text. Type + + + + + + + + + BBIE + Attached Document. Parent_ Document Identifier. Identifier + Identifies the parent document. + 1 + Attached Document + Parent + Document Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Attached Document. Parent_ Document Type Code. Code + Identifies the type of parent document. + 0..1 + Attached Document + Parent + Document Type Code + Code + Code. Type + + + + + + + + + ASBIE + Attached Document. Signature + Associates the Attached Document with zero or more signatures. + 0..n + Attached Document + Signature + Signature + + + + + + + + + ASBIE + Attached Document. Sender_ Party. Party + An association to the Party sending this document. + 1 + Attached Document + Sender + Party + Party + + + + + + + + + ASBIE + Attached Document. Receiver_ Party. Party + An association to the Party receiving this document. + 1 + Attached Document + Receiver + Party + Party + + + + + + + + + ASBIE + Attached Document. Attachment + An attachment containing the document content. + 1 + Attached Document + Attachment + Attachment + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-BillOfLading-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-BillOfLading-2.0.xsd new file mode 100644 index 0000000000..e9289744da --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-BillOfLading-2.0.xsd @@ -0,0 +1,516 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Bill Of Lading. Details + The Bill of Lading is issued by the party who acts as an agent for the carrier or other agents to the party who gives instructions for the transportation services (shipper, consignor, etc.) stating the details of the transportation, charges, and terms and conditions under which the transportation service is provided. The party issuing this document does not necessarily provide the physical transportation service. It corresponds to the information on the Forwarding Instruction. It is used for any mode of transport. + +A Bill of Lading can serve as a contractual document between the parties for the transportation service. The document evidences a contract of carriage by sea and the acceptance of responsibility for the goods by the carrier, and by which the carrier undertakes to deliver the goods against surrender of the document. A provision in the document that the goods are to be delivered to the order of a named person, or to order, or to bearer, constitutes such an undertaking.. + Bill Of Lading + House Bill of Landing, Master Bill, Bill + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Bill Of Lading. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Bill Of Lading + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Bill Of Lading. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Bill Of Lading + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Bill Of Lading. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Bill Of Lading + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Bill Of Lading. Identifier + Unique Identifier of the Bill Of Lading. Reference number to identify a document evidencing a transport contract. + 1 + Bill Of Lading + Identifier + Identifier + Identifier. Type + Bill of Lading Number + + + + + + + + + BBIE + Bill Of Lading. Carrier Assigned_ Identifier. Identifier + Reference number assigned by a carrier or its agent to identify a specific shipment such as a booking reference number when cargo space is reserved prior to loading. + 0..1 + Bill Of Lading + Carrier Assigned + Identifier + Identifier + Identifier. Type + Booking Reference Number + + + + + + + + + BBIE + Bill Of Lading. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Bill Of Lading + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Bill Of Lading. Issue Date. Date + Date on which the Bill Of Lading was issued. + 0..1 + Bill Of Lading + Issue Date + Date + Date. Type + Transport Document Date + + + + + + + + + BBIE + Bill Of Lading. Issue Time. Time + Time at which the Bill Of Lading was issued. + 0..1 + Bill Of Lading + Issue Time + Time + Time. Type + "House Bill", "Consolidated Bill of Lading", "Proforma" + + + + + + + + + BBIE + Bill Of Lading. Name + The business name given to the document type. + 0..1 + Bill Of Lading + Name + Name + Name. Type + + + + + + + + + BBIE + Bill Of Lading. Description. Text + Purpose of the document instance. + 0..n + Bill Of Lading + Description + Text + Text. Type + + + + + + + + + BBIE + Bill Of Lading. Note. Text + Contains any free-form text pertinent to the entire document or to the document message itself. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Bill Of Lading + Note + Text + Text. Type + + + + + + + + + BBIE + Bill Of Lading. Document Status Code. Code + Indicates the status of the Bill Of Lading (revision, replacement, etc.). + 0..1 + Bill Of Lading + Document Status Code + Code + Document Status_ Code. Type + + + + + + + + + BBIE + Bill Of Lading. Shipping Order Identifier. Identifier + Reference number to identify a Shipping Order or Forwarding Instruction. + 0..1 + Bill Of Lading + Shipping Order Identifier + Identifier + Identifier. Type + Freight forwarding instruction, Shippers letter of instruction + + + + + + + + + BBIE + Bill Of Lading. To Order_ Indicator. Indicator + Indicates whether the transport document is consigned to order. + 0..1 + Bill Of Lading + To Order + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Bill Of Lading. Ad Valorem_ Indicator. Indicator + A term used in commerce in reference to certain duties, called ad valorem duties, which are levied on commodities at certain rates per centum on their value. + 0..1 + Bill Of Lading + Ad Valorem + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Bill Of Lading. Declared Carriage_ Value. Amount + Value, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery. + 0..1 + Bill Of Lading + Declared Carriage + Value + Amount + Amount. Type + Interest in Delivery + + + + + + + + + BBIE + Bill Of Lading. Other_ Instruction. Text + Contains other free-text-based instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document. + 0..n + Bill Of Lading + Other + Instruction + Text + Text. Type + Bill of Lading Remark + + + + + + + + + ASBIE + Bill Of Lading. Consignor_ Party. Party + The party consigning goods as stipulated in the transport contract by the party ordering transport. + 0..1 + Bill Of Lading + Consignor + Party + Party + + + + + + + + + ASBIE + Bill Of Lading. Carrier_ Party. Party + The party providing the transport of goods between named points. + 0..1 + Bill Of Lading + Carrier + Party + Party + + + + + + + + + ASBIE + Bill Of Lading. Freight Forwarder_ Party. Party + The party combining individual smaller consignments into a single larger shipment (so called consolidated shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components. + 0..1 + Bill Of Lading + Freight Forwarder + Party + Party + + + + + + + + + ASBIE + Bill Of Lading. Shipment + Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. + 0..1 + Bill Of Lading + Shipment + Shipment + + + + + + + + + ASBIE + Bill Of Lading. Document Reference + An association to Document Reference. + 0..n + Bill Of Lading + Document Reference + Document Reference + + + + + + + + + ASBIE + Bill Of Lading. Exchange Rate + Information that directly relates to the rate of exchange (conversion) between two currencies. + 0..n + Bill Of Lading + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Bill Of Lading. Document Distribution + The distribution of the Bill to interested parties. + 0..n + Bill Of Lading + Document Distribution + Document Distribution + + + + + + + + + ASBIE + Bill Of Lading. Signature + One or more signatures applied to the document instance. + 0..n + Bill Of Lading + Signature + Signature + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-Catalogue-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-Catalogue-2.0.xsd new file mode 100644 index 0000000000..8113808d2f --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-Catalogue-2.0.xsd @@ -0,0 +1,492 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Catalogue. Details + The document that describes items, prices, and price validity. + Catalogue + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Catalogue. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Catalogue + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Catalogue. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Catalogue + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Catalogue. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Catalogue + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Catalogue. Identifier + An identifier for the Catalogue assigned by the Seller. + 1 + Catalogue + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Catalogue + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue. Name + A name given to a catalogue. + 0..1 + Catalogue + Name + Name + Name. Type + "winter 2005 collection" + + + + + + + + + BBIE + Catalogue. Issue Date. Date + The date when the catalogue was issued. + 1 + Catalogue + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue. Issue Time. Time + The time when the catalogue was issued. + 0..1 + Catalogue + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue. Revision Date. Date + The date (assigned by the Seller Party) at which the information in the catalogue was revised. + 0..1 + Catalogue + Revision Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue. Revision Time. Time + The time (assigned by the Seller Party) at which the information in the catalogue was revised. + 0..1 + Catalogue + Revision Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue. Note. Text + Free-form text applying to the Catalogue. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Catalogue + Note + Text + Text. Type + + + + + + + + + BBIE + Catalogue. Description. Text + A description of the catalogue. + 0..n + Catalogue + Description + Text + Text. Type + "computer accessories for laptops" + + + + + + + + + BBIE + Catalogue. Version. Identifier + Indicates the current version of the catalogue. + 0..1 + Catalogue + Version + Identifier + Identifier. Type + "1.1" + + + + + + + + + BBIE + Catalogue. Previous_ Version. Identifier + Identifies the previous version of the Catalogue which is superceded by this version. + 0..1 + Catalogue + Previous + Version + Identifier + Identifier. Type + "1.0" + + + + + + + + + BBIE + Catalogue. Line Count. Numeric + The number of lines in the document. + 0..1 + Catalogue + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Catalogue. Validity_ Period. Period + The period assigned by the Seller during which the information in the Catalogue is effective. This may be given as start and end dates or a duration. + 0..n + Catalogue + Validity + Period + Period + + + + + + + + + ASBIE + Catalogue. Referenced_ Contract. Contract + An association to a framework agreement or contract. + 0..n + Catalogue + Referenced + Contract + Contract + + + + + + + + + ASBIE + Catalogue. Signature + An association to Signature. + 0..n + Catalogue + Signature + Signature + + + + + + + + + ASBIE + Catalogue. Provider_ Party. Party + An association to the Catalogue Provider Party. + 1 + Catalogue + Provider + Party + Party + + + + + + + + + ASBIE + Catalogue. Receiver_ Party. Party + An association to the Catalogue Receiver Party. + 1 + Catalogue + Receiver + Party + Party + + + + + + + + + ASBIE + Catalogue. Seller_ Supplier Party. Supplier Party + The Supplier Party responsible for the contract to which the Catalogue relates. + 0..1 + Catalogue + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue. Contractor_ Customer Party. Customer Party + The Customer Party responsible for the contract to which the Catalogue relates. + 0..1 + Catalogue + Contractor + Customer Party + Customer Party + + + + + + + + + ASBIE + Catalogue. Trading Terms + An association to trading terms. + 0..n + Catalogue + Trading Terms + Trading Terms + + + + + + + + + ASBIE + Catalogue. Catalogue Line + An association to one or more Catalogue Lines. + 1..n + Catalogue + Catalogue Line + Catalogue Line + + + + + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-CatalogueDeletion-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-CatalogueDeletion-2.0.xsd new file mode 100644 index 0000000000..c8ae7e00ab --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-CatalogueDeletion-2.0.xsd @@ -0,0 +1,411 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Catalogue Deletion. Details + The document used to cancel an entire Catalogue. + Catalogue Deletion + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Catalogue Deletion. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Catalogue Deletion + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Catalogue Deletion. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Catalogue Deletion + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Catalogue Deletion. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Catalogue Deletion + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Catalogue Deletion. Identifier + An identifier for the Catalogue Deletion assigned by the Seller. + 1 + Catalogue Deletion + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Deletion. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Catalogue Deletion + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Deletion. Name + A name given to a Catalogue Deletion. + 0..1 + Catalogue Deletion + Name + Name + Name. Type + + + + + + + + + BBIE + Catalogue Deletion. Issue Date. Date + The date assigned by the Seller on which the Catalogue was deleted. + 1 + Catalogue Deletion + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Deletion. Issue Time. Time + The time assigned by the Seller at which the Catalogue was deleted. + 0..1 + Catalogue Deletion + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Deletion. Note. Text + Free-form text applying to the Catalogue Deletion. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Catalogue Deletion + Note + Text + Text. Type + + + + + + + + + BBIE + Catalogue Deletion. Version. Identifier + Indicates the current version of the Catalogue. + 0..1 + Catalogue Deletion + Version + Identifier + Identifier. Type + "1.1" + + + + + + + + + BBIE + Catalogue Deletion. Description. Text + Describes the Catalogue Deletion. + 0..n + Catalogue Deletion + Description + Text + Text. Type + "stock no longer provided" + + + + + + + + + ASBIE + Catalogue Deletion. Validity_ Period. Period + The period during which the deletion of the catalogue becomes effective. This may be given as start (after date) and end dates (before date). + 0..n + Catalogue Deletion + Validity + Period + Period + + + + + + + + + ASBIE + Catalogue Deletion. Deleted_ Catalogue Reference. Catalogue Reference + An association to the Catalogue being deleted. + 1 + Catalogue Deletion + Deleted + Catalogue Reference + Catalogue Reference + + + + + + + + + ASBIE + Catalogue Deletion. Referenced_ Contract. Contract + An association to a framework agreement or contract. + 0..n + Catalogue Deletion + Referenced + Contract + Contract + + + + + + + + + ASBIE + Catalogue Deletion. Signature + One or more signatures applied to the document. + 0..n + Catalogue Deletion + Signature + Signature + + + + + + + + + ASBIE + Catalogue Deletion. Receiver_ Party. Party + An association to the Catalogue Receiver Party. + 1 + Catalogue Deletion + Receiver + Party + Party + + + + + + + + + ASBIE + Catalogue Deletion. Provider_ Party. Party + An association to the Catalogue Provider Party. + 1 + Catalogue Deletion + Provider + Party + Party + + + + + + + + + ASBIE + Catalogue Deletion. Seller_ Supplier Party. Supplier Party + The Supplier Party responsible for the contract to which the Catalogue relates. + 0..1 + Catalogue Deletion + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue Deletion. Contractor_ Customer Party. Customer Party + The Customer Party responsible for the contract to which the Catalogue relates. + 0..1 + Catalogue Deletion + Contractor + Customer Party + Customer Party + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd new file mode 100644 index 0000000000..ab290d4914 --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd @@ -0,0 +1,506 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Catalogue Item Specification Update. Details + The document used to update information about Items (e.g., technical descriptions and properties) on an existing Catalogue. + Catalogue Item Specification Update + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Catalogue Item Specification Update. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Catalogue Item Specification Update + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Catalogue Item Specification Update. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Catalogue Item Specification Update + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Catalogue Item Specification Update. Profile Identifier. Identifier + Identifies a user-defined profile of the subset of UBL being used. + 0..1 + Catalogue Item Specification Update + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Catalogue Item Specification Update. Identifier + An identifier for the Catalogue Revision assigned by the Seller. + 1 + Catalogue Item Specification Update + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Item Specification Update. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Catalogue Item Specification Update + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Item Specification Update. Name + A name given to the Catalogue Revision. + 0..1 + Catalogue Item Specification Update + Name + Name + Name. Type + "electrical goods - new energy ratings." + + + + + + + + + BBIE + Catalogue Item Specification Update. Issue Date. Date + The date when the Catalogue Revision was issued. + 1 + Catalogue Item Specification Update + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Item Specification Update. Issue Time. Time + The time when the Catalogue Revision was issued. + 0..1 + Catalogue Item Specification Update + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Item Specification Update. Revision Date. Date + The date assigned by the Seller on which the Catalogue was revised. + 0..1 + Catalogue Item Specification Update + Revision Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Item Specification Update. Revision Time. Time + The time assigned by the Seller at which the Catalogue was revised. + 0..1 + Catalogue Item Specification Update + Revision Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Item Specification Update. Note. Text + Free-form text applying to the Catalogue Revision. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Catalogue Item Specification Update + Note + Text + Text. Type + + + + + + + + + BBIE + Catalogue Item Specification Update. Description. Text + A description of the Catalogue Revision. + 0..n + Catalogue Item Specification Update + Description + Text + Text. Type + "ratings based on new environmental standards for EU" + + + + + + + + + BBIE + Catalogue Item Specification Update. Version. Identifier + Indicates the current version of the Catalogue. + 0..1 + Catalogue Item Specification Update + Version + Identifier + Identifier. Type + "1.1" + + + + + + + + + BBIE + Catalogue Item Specification Update. Line Count. Numeric + The number of lines in the document. + 0..1 + Catalogue Item Specification Update + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Catalogue Item Specification Update. Validity_ Period. Period + The period assigned by the Seller during which the information in the Catalogue Revision is effective. This may be given as start and end dates or a duration. + 0..n + Catalogue Item Specification Update + Validity + Period + Period + + + + + + + + + ASBIE + Catalogue Item Specification Update. Related_ Catalogue Reference. Catalogue Reference + An association to the Catalogue containing the revised Items. + 1 + Catalogue Item Specification Update + Related + Catalogue Reference + Catalogue Reference + + + + + + + + + ASBIE + Catalogue Item Specification Update. Referenced_ Contract. Contract + An association to a framework agreement or contract. + 0..n + Catalogue Item Specification Update + Referenced + Contract + Contract + + + + + + + + + ASBIE + Catalogue Item Specification Update. Signature + One or more signatures applied to the document. + 0..n + Catalogue Item Specification Update + Signature + Signature + + + + + + + + + ASBIE + Catalogue Item Specification Update. Provider_ Party. Party + An association to the Catalogue Provider Party. + 1 + Catalogue Item Specification Update + Provider + Party + Party + + + + + + + + + ASBIE + Catalogue Item Specification Update. Receiver_ Party. Party + An association to the Catalogue Receiver Party. + 1 + Catalogue Item Specification Update + Receiver + Party + Party + + + + + + + + + ASBIE + Catalogue Item Specification Update. Seller_ Supplier Party. Supplier Party + The Supplier Party responsible for the contract to which the Catalogue relates. + 0..1 + Catalogue Item Specification Update + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue Item Specification Update. Contractor_ Customer Party. Customer Party + The Customer Party responsible for the contract to which the Catalogue relates. + 0..1 + Catalogue Item Specification Update + Contractor + Customer Party + Customer Party + + + + + + + + + ASBIE + Catalogue Item Specification Update. Trading Terms + An association to trading terms. + 0..1 + Catalogue Item Specification Update + Trading Terms + Trading Terms + + + + + + + + + ASBIE + Catalogue Item Specification Update. Default_ Language. Language + The default language for the item specifications. + 0..1 + Catalogue Item Specification Update + Default + Language + Language + + + + + + + + + ASBIE + Catalogue Item Specification Update. Catalogue Item Specification Update Line + An association to one or more Catalogue Item Specification Update Lines. + 1..n + Catalogue Item Specification Update + Catalogue Item Specification Update Line + Catalogue Item Specification Update Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-CataloguePricingUpdate-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-CataloguePricingUpdate-2.0.xsd new file mode 100644 index 0000000000..b2c2199fdd --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-CataloguePricingUpdate-2.0.xsd @@ -0,0 +1,506 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Catalogue Pricing Update. Details + The document used to update information about prices on an existing Catalogue. + Catalogue Pricing Update + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Catalogue Pricing Update. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Catalogue Pricing Update + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Catalogue Pricing Update. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Catalogue Pricing Update + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Catalogue Pricing Update. Profile Identifier. Identifier + Identifies a user-defined profile of the subset of UBL being used. + 0..1 + Catalogue Pricing Update + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Catalogue Pricing Update. Identifier + An identifier for the Catalogue Revision assigned by the Seller. + 1 + Catalogue Pricing Update + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Pricing Update. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Catalogue Pricing Update + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Pricing Update. Name + A name given to the Catalogue Revision. + 0..1 + Catalogue Pricing Update + Name + Name + Name. Type + "Seasonal Promotion" + + + + + + + + + BBIE + Catalogue Pricing Update. Issue Date. Date + The date when the catalogue revision was issued. + 1 + Catalogue Pricing Update + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Pricing Update. Issue Time. Time + The time when the catalogue revision was issued. + 0..1 + Catalogue Pricing Update + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Pricing Update. Revision Date. Date + The date assigned by the Seller on which the Catalogue was revised. + 0..1 + Catalogue Pricing Update + Revision Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Pricing Update. Revision Time. Time + The time assigned by the Seller at which the Catalogue was revised. + 0..1 + Catalogue Pricing Update + Revision Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Pricing Update. Note. Text + Free-form text applying to the Catalogue Revision. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Catalogue Pricing Update + Note + Text + Text. Type + + + + + + + + + BBIE + Catalogue Pricing Update. Description. Text + Describes the Catalogue Revision. + 0..n + Catalogue Pricing Update + Description + Text + Text. Type + " adjustment of prices for Christmas trading period" + + + + + + + + + BBIE + Catalogue Pricing Update. Version. Identifier + Indicates the current version of the catalogue. + 0..1 + Catalogue Pricing Update + Version + Identifier + Identifier. Type + "1.1" + + + + + + + + + BBIE + Catalogue Pricing Update. Line Count. Numeric + The number of lines in the document. + 0..1 + Catalogue Pricing Update + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Catalogue Pricing Update. Validity_ Period. Period + The period assigned by the Seller during which the information in the Catalogue Revision is effective. This may be given as start and end dates or a duration. + 0..n + Catalogue Pricing Update + Validity + Period + Period + + + + + + + + + ASBIE + Catalogue Pricing Update. Related_ Catalogue Reference. Catalogue Reference + An association to the Catalogue containing the revised Items. + 1 + Catalogue Pricing Update + Related + Catalogue Reference + Catalogue Reference + + + + + + + + + ASBIE + Catalogue Pricing Update. Referenced_ Contract. Contract + An association to a framework agreement or contract. + 0..n + Catalogue Pricing Update + Referenced + Contract + Contract + + + + + + + + + ASBIE + Catalogue Pricing Update. Signature + One or more signatures applied to the document. + 0..n + Catalogue Pricing Update + Signature + Signature + + + + + + + + + ASBIE + Catalogue Pricing Update. Provider_ Party. Party + An association to the Catalogue Provider Party. + 1 + Catalogue Pricing Update + Provider + Party + Party + + + + + + + + + ASBIE + Catalogue Pricing Update. Receiver_ Party. Party + An association to the Catalogue Receiver Party. + 1 + Catalogue Pricing Update + Receiver + Party + Party + + + + + + + + + ASBIE + Catalogue Pricing Update. Seller_ Supplier Party. Supplier Party + The Supplier Party responsible for the contract to which the Catalogue relates. + 0..1 + Catalogue Pricing Update + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue Pricing Update. Contractor_ Customer Party. Customer Party + The Customer Party responsible for the contract to which the Catalogue relates. + 0..1 + Catalogue Pricing Update + Contractor + Customer Party + Customer Party + + + + + + + + + ASBIE + Catalogue Pricing Update. Trading Terms + An association to trading terms. + 0..1 + Catalogue Pricing Update + Trading Terms + Trading Terms + + + + + + + + + ASBIE + Catalogue Pricing Update. Default_ Language. Language + The default language for the catalogue pricing update. + 0..1 + Catalogue Pricing Update + Default + Language + Language + + + + + + + + + ASBIE + Catalogue Pricing Update. Catalogue Pricing Update Line + An association to one or more Catalogue Pricing Update Lines. + 1..n + Catalogue Pricing Update + Catalogue Pricing Update Line + Catalogue Pricing Update Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-CatalogueRequest-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-CatalogueRequest-2.0.xsd new file mode 100644 index 0000000000..6ebf3f3731 --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-CatalogueRequest-2.0.xsd @@ -0,0 +1,525 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Catalogue Request. Details + The document used to request a Catalogue. + Catalogue Request + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Catalogue Request. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Catalogue Request + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Catalogue Request. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Catalogue Request + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Catalogue Request. Profile Identifier. Identifier + Identifies a user-defined profile of the subset of UBL being used. + 0..1 + Catalogue Request + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Catalogue Request. Identifier + An identifier for the Catalogue Request assigned by the Catalogue Managing Party. + 1 + Catalogue Request + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Request. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Catalogue Request + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Request. Name + A name given to the Catalogue Request. + 0..1 + Catalogue Request + Name + Name + Name. Type + "winter 2005 collection" + + + + + + + + + BBIE + Catalogue Request. Issue Date. Date + The date assigned by the Catalogue Managing Party on which the Catalogue was requested. + 1 + Catalogue Request + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Request. Issue Time. Time + The time assigned by the Catalogue Managing Party at which the Catalogue was requested. + 0..1 + Catalogue Request + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Request. Note. Text + Free-form text applying to the Catalogue Request. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Catalogue Request + Note + Text + Text. Type + + + + + + + + + BBIE + Catalogue Request. Description. Text + Describes the Catalogue Request. + 0..n + Catalogue Request + Description + Text + Text. Type + "latest computer accessories for laptops" + + + + + + + + + BBIE + Catalogue Request. Pricing Update Request_ Indicator. Indicator + The indicator requesting a pricing update. + 0..1 + Catalogue Request + Pricing Update Request + Indicator + Indicator + Indicator. Type + default is true + + + + + + + + + BBIE + Catalogue Request. Item Update Request_ Indicator. Indicator + The indicator requesting an update of the item specifications. + 0..1 + Catalogue Request + Item Update Request + Indicator + Indicator + Indicator. Type + default is true + + + + + + + + + BBIE + Catalogue Request. Line Count. Numeric + The number of lines in the document. + 0..1 + Catalogue Request + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Catalogue Request. Validity_ Period. Period + The period assigned by the Catalogue Managing Party during which the information in the Catalogue requested is to be effective. This may be given as start and end dates or a duration. + 0..n + Catalogue Request + Validity + Period + Period + + + + + + + + + ASBIE + Catalogue Request. Receiver_ Party. Party + An association to the Catalogue Receiver Party. + 1 + Catalogue Request + Receiver + Party + Party + + + + + + + + + ASBIE + Catalogue Request. Provider_ Party. Party + An association to the Catalogue Provider Party. + 1 + Catalogue Request + Provider + Party + Party + + + + + + + + + ASBIE + Catalogue Request. Seller_ Supplier Party. Supplier Party + The Supplier Party responsible for the contract to which the Catalogue relates. + 0..1 + Catalogue Request + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue Request. Contractor_ Customer Party. Customer Party + The Customer Party responsible for the contract to which the Catalogue relates. + 0..1 + Catalogue Request + Contractor + Customer Party + Customer Party + + + + + + + + + ASBIE + Catalogue Request. Requested_ Catalogue Reference. Catalogue Reference + An association to a specific Catalogue; used if the Catalogue Request is for an update. + 0..1 + Catalogue Request + Requested + Catalogue Reference + Catalogue Reference + + + + + + + + + ASBIE + Catalogue Request. Referenced_ Contract. Contract + An association to a framework agreement or contract. + 0..n + Catalogue Request + Referenced + Contract + Contract + + + + + + + + + ASBIE + Catalogue Request. Trading Terms + An association to trading terms. + 0..1 + Catalogue Request + Trading Terms + Trading Terms + + + + + + + + + ASBIE + Catalogue Request. Document Reference + An association to other documents. + 0..n + Catalogue Request + Document Reference + Document Reference + + + + + + + + + ASBIE + Catalogue Request. Applicable Territory_ Address. Address + An association to the territory (regions, country, city, etc.) to which the requested Catalogue will apply. Expressed as an Address. + 0..n + Catalogue Request + Applicable Territory + Address + Address + + + + + + + + + ASBIE + Catalogue Request. Requested_ Language. Language + The language in which the Catalogue is requested to be provided. + 0..1 + Catalogue Request + Requested + Language + Language + + + + + + + + + ASBIE + Catalogue Request. Requested_ Classification Scheme. Classification Scheme + An association to classification categories for the Catalogue requested. + 0..n + Catalogue Request + Requested + Classification Scheme + Classification Scheme + + + + + + + + + ASBIE + Catalogue Request. Catalogue Request Line + An association to specific Catalogue Lines for the catalogue requested. + 0..n + Catalogue Request + Catalogue Request Line + Catalogue Request Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-CertificateOfOrigin-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-CertificateOfOrigin-2.0.xsd new file mode 100644 index 0000000000..444755faa3 --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-CertificateOfOrigin-2.0.xsd @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Certificate Of Origin. Details + A document that describes the Certificate of Origin. + Certificate Of Origin + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Certificate Of Origin. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Certificate Of Origin + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Certificate Of Origin. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Certificate Of Origin + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Certificate Of Origin. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Certificate Of Origin + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Certificate Of Origin. Identifier + Unique Identifier of the Certificate Of Origin. + 1 + Certificate Of Origin + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Certificate Of Origin. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Certificate Of Origin + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Certificate Of Origin. Issue Date. Date + Date on which the Certificate Of Origin was issued. + 0..1 + Certificate Of Origin + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Certificate Of Origin. Issue Time. Time + Time at which the Certificate Of Origin was issued. + 0..1 + Certificate Of Origin + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Certificate Of Origin. Description. Text + Textual description of a Certificate Of Origin. + 0..n + Certificate Of Origin + Description + Text + Text. Type + + + + + + + + + BBIE + Certificate Of Origin. Note. Text + Textual note associated with a Certificate Of Origin. + 0..n + Certificate Of Origin + Note + Text + Text. Type + + + + + + + + + BBIE + Certificate Of Origin. Version Identifier. Identifier + Version identifier of a Certificate Of Origin. + 0..1 + Certificate Of Origin + Version Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Certificate Of Origin. Exporter_ Party. Party + The party who makes the export declaration, or on whose behalf the export declaration is made, and who is the owner of the goods or has similar right of disposal over them at the time when the declaration is accepted. + 0..1 + Certificate Of Origin + Exporter + Party + Party + + + + + + + + + ASBIE + Certificate Of Origin. Importer_ Party. Party + The party who makes an import declaration, or on whose behalf a Customs clearing agent or other authorized person makes an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned. + 0..1 + Certificate Of Origin + Importer + Party + Party + + + + + + + + + ASBIE + Certificate Of Origin. Endorser Party + The party providing the endorsement. + 0..n + Certificate Of Origin + Endorser Party + Endorser Party + + + + + + + + + ASBIE + Certificate Of Origin. Certificate Of Origin Application + Details of the application of a Certificate of Origin. + 1 + Certificate Of Origin + Certificate Of Origin Application + Certificate Of Origin Application + + + + + + + + + ASBIE + Certificate Of Origin. Issuer_ Endorsement. Endorsement + Issuer Endorsement details. + 1 + Certificate Of Origin + Issuer + Endorsement + Endorsement + + + + + + + + + ASBIE + Certificate Of Origin. Embassy_ Endorsement. Endorsement + Embassy Endorsement details. + 0..1 + Certificate Of Origin + Embassy + Endorsement + Endorsement + + + + + + + + + ASBIE + Certificate Of Origin. Insurance_ Endorsement. Endorsement + Insurance Endorsement details. + 0..1 + Certificate Of Origin + Insurance + Endorsement + Endorsement + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-CreditNote-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-CreditNote-2.0.xsd new file mode 100644 index 0000000000..2672fdde6b --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-CreditNote-2.0.xsd @@ -0,0 +1,730 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Credit Note. Details + The document used to specify credits due to the Debtor from the Creditor. + Credit Note + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Credit Note. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Credit Note + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Credit Note. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Credit Note + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Credit Note. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Credit Note + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Credit Note. Identifier + An identifier for the Credit Note assigned by the Creditor. + 1 + Credit Note + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Credit Note. Copy_ Indicator. Indicator + Indicates whether the Credit Note is a copy (true) or not (false). + 0..1 + Credit Note + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Credit Note. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Credit Note + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Credit Note. Issue Date. Date + The date assigned by the Creditor on which the Credit Note was issued. + 1 + Credit Note + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Credit Note. Issue Time. Time + The time assigned by the Creditor at which the Credit Note was issued. + 0..1 + Credit Note + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Credit Note. Tax Point Date. Date + The date of the Credit Note used Indicates the point at which tax becomes applicable. + 0..1 + Credit Note + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Credit Note. Note. Text + Free-form text applying to the Credit Note. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Credit Note + Note + Text + Text. Type + + + + + + + + + BBIE + Credit Note. Document_ Currency Code. Code + The default currency for the Credit Note. + 0..1 + Credit Note + Document + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Credit Note. Tax_ Currency Code. Code + The currency used for tax amounts in the Credit Note. + 0..1 + Credit Note + Tax + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Credit Note. Pricing_ Currency Code. Code + The currency used for prices in the Credit Note. + 0..1 + Credit Note + Pricing + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Credit Note. Payment_ Currency Code. Code + The currency used for payment in the Credit Note. + 0..1 + Credit Note + Payment + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Credit Note. Payment Alternative_ Currency Code. Code + The alternative currency used for payment in the Credit Note. + 0..1 + Credit Note + Payment Alternative + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Credit Note. Accounting Cost Code. Code + The Buyer's accounting code applied to the Credit Note as a whole. + 0..1 + Credit Note + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Credit Note. Accounting Cost. Text + The Buyer's accounting code applied to the Credit Note as a whole, expressed as text. + 0..1 + Credit Note + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Credit Note. Line Count. Numeric + The number of lines in the document. + 0..1 + Credit Note + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Credit Note. Invoice_ Period. Period + Associates the Credit Note with an Invoicing Period rather than a specific Invoice. + 0..n + Credit Note + Invoice + Period + Period + + + + + + + + + ASBIE + Credit Note. Discrepancy_ Response. Response + An association to a reason for the Credit Note as a whole. + 0..n + Credit Note + Discrepancy + Response + Response + + + + + + + + + ASBIE + Credit Note. Order Reference + An association to Order Reference. + 0..1 + Credit Note + Order Reference + Order Reference + + + + + + + + + ASBIE + Credit Note. Billing Reference + An association to Billing Reference. + 0..n + Credit Note + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Credit Note. Despatch_ Document Reference. Document Reference + An associative reference to Despatch Advice. + 0..n + Credit Note + Despatch + Document Reference + Document Reference + + + + + + + + + ASBIE + Credit Note. Receipt_ Document Reference. Document Reference + An associative reference to Receipt Advice. + 0..n + Credit Note + Receipt + Document Reference + Document Reference + + + + + + + + + ASBIE + Credit Note. Contract_ Document Reference. Document Reference + An associative reference to Contract. + 0..n + Credit Note + Contract + Document Reference + Document Reference + + + + + + + + + ASBIE + Credit Note. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Credit Note + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Credit Note. Signature + An association to Signature. + 0..n + Credit Note + Signature + Signature + + + + + + + + + ASBIE + Credit Note. Accounting_ Supplier Party. Supplier Party + An association to the Accounting Supplier Party. + 1 + Credit Note + Accounting + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Credit Note. Accounting_ Customer Party. Customer Party + An association to the Accounting Customer Party. + 1 + Credit Note + Accounting + Customer Party + Customer Party + + + + + + + + + ASBIE + Credit Note. Payee_ Party. Party + An association to the Payee. + 0..1 + Credit Note + Payee + Party + Party + + + + + + + + + ASBIE + Credit Note. Tax Representative_ Party. Party + An association to the Tax Representative. + 0..1 + Credit Note + Tax Representative + Party + Party + + + + + + + + + ASBIE + Credit Note. Tax_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Tax Currency. + 0..1 + Credit Note + Tax + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Credit Note. Pricing_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Pricing Currency. + 0..1 + Credit Note + Pricing + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Credit Note. Payment_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Payment Currency. + 0..1 + Credit Note + Payment + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Credit Note. Payment Alternative_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Payment Alternative Currency. + 0..1 + Credit Note + Payment Alternative + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Credit Note. Allowance Charge + An association to Allowances and Charges that apply to the Credit Note as a whole. + 0..n + Credit Note + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Credit Note. Tax Total + An association to Tax Total. + 0..n + Credit Note + Tax Total + Tax Total + + + + + + + + + ASBIE + Credit Note. Legal_ Monetary Total. Monetary Total + An association to the total amount payable on the Credit Note, including Allowances, Charges, and Taxes. + 1 + Credit Note + Legal + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Credit Note. Credit Note Line + An association to one or more Credit Note Lines. + 1..n + Credit Note + Credit Note Line + Credit Note Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-DebitNote-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-DebitNote-2.0.xsd new file mode 100644 index 0000000000..ca5ef9182d --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-DebitNote-2.0.xsd @@ -0,0 +1,731 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Debit Note. Details + The document used to specify debits made by the Debtor. + Debit Note + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Debit Note. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Debit Note + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Debit Note. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Debit Note + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Debit Note. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Debit Note + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Debit Note. Identifier + An identifier for the Debit Note assigned by the Debtor. + 1 + Debit Note + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Debit Note. Copy_ Indicator. Indicator + Indicates whether the Debit Note is a copy (true) or not (false). + 0..1 + Debit Note + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Debit Note. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Debit Note + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Debit Note. Issue Date. Date + The date assigned by the Debtor on which the Debit Note was issued. + 1 + Debit Note + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Debit Note. Issue Time. Time + The time assigned by the Debtor at which the Debit Note was issued. + 0..1 + Debit Note + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Debit Note. Note. Text + Free-form text applying to the Debit Note. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Debit Note + Note + Text + Text. Type + + + + + + + + + BBIE + Debit Note. Tax Point Date. Date + The date of the Debit Note used to indicate the point at which tax becomes applicable. + 0..1 + Debit Note + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Debit Note. Document_ Currency Code. Code + The default currency for the Debit Note. + 0..1 + Debit Note + Document + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Debit Note. Tax_ Currency Code. Code + The currency used for tax amounts in the Debit Note. + 0..1 + Debit Note + Tax + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Debit Note. Pricing_ Currency Code. Code + The currency used for prices in the Debit Note. + 0..1 + Debit Note + Pricing + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Debit Note. Payment_ Currency Code. Code + The currency used for payment in the Debit Note. + 0..1 + Debit Note + Payment + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Debit Note. Payment Alternative_ Currency Code. Code + The alternative currency used for payment in the Debit Note. + 0..1 + Debit Note + Payment Alternative + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Debit Note. Accounting Cost Code. Code + The Buyer's accounting code applied to the Credit Note as a whole. + 0..1 + Debit Note + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Debit Note. Accounting Cost. Text + The Buyer's accounting code applied to the Credit Note as a whole, expressed as text. + 0..1 + Debit Note + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Debit Note. Line Count. Numeric + The number of lines in the document. + 0..1 + Debit Note + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Debit Note. Invoice_ Period. Period + Associates the Debit Note with an Invoicing Period rather than a specific Invoice. + 0..n + Debit Note + Invoice + Period + Period + + + + + + + + + ASBIE + Debit Note. Discrepancy_ Response. Response + An association to a reason for the Debit Note as a whole. + 0..n + Debit Note + Discrepancy + Response + Response + + + + + + + + + ASBIE + Debit Note. Order Reference + An association to Order Reeference + 0..1 + Debit Note + Order Reference + Order Reference + + + + + + + + + ASBIE + Debit Note. Billing Reference + An association to Billing Reference. + 0..n + Debit Note + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Debit Note. Despatch_ Document Reference. Document Reference + An associative reference to Despatch Advice. + 0..n + Debit Note + Despatch + Document Reference + Document Reference + + + + + + + + + ASBIE + Debit Note. Receipt_ Document Reference. Document Reference + An associative reference to Receipt Advice. + 0..n + Debit Note + Receipt + Document Reference + Document Reference + + + + + + + + + ASBIE + Debit Note. Contract_ Document Reference. Document Reference + An associative reference to Contract. + 0..n + Debit Note + Contract + Document Reference + Document Reference + + + + + + + + + ASBIE + Debit Note. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Debit Note + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Debit Note. Signature + An association to Signature. + 0..n + Debit Note + Signature + Signature + + + + + + + + + ASBIE + Debit Note. Accounting_ Supplier Party. Supplier Party + An association to the Accounting Supplier Party. + 1 + Debit Note + Accounting + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Debit Note. Accounting_ Customer Party. Customer Party + An association to the Accounting Customer Party. + 1 + Debit Note + Accounting + Customer Party + Customer Party + + + + + + + + + ASBIE + Debit Note. Payee_ Party. Party + An association to the Payee. + 0..1 + Debit Note + Payee + Party + Party + + + + + + + + + ASBIE + Debit Note. Tax Representative_ Party. Party + An association to the Tax Representative. + 0..1 + Debit Note + Tax Representative + Party + Party + + + + + + + + + ASBIE + Debit Note. Prepaid_ Payment. Payment + An association to prepaid payment(s). + 0..n + Debit Note + Prepaid + Payment + Payment + + + + + + + + + ASBIE + Debit Note. Tax_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Tax Currency. + 0..1 + Debit Note + Tax + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Debit Note. Pricing_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Pricing Currency. + 0..1 + Debit Note + Pricing + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Debit Note. Payment_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Payment Currency. + 0..1 + Debit Note + Payment + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Debit Note. Payment Alternative_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Payment Alternative Currency. + 0..1 + Debit Note + Payment Alternative + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Debit Note. Tax Total + An association to Tax Total for specific tax types/rates. + 0..n + Debit Note + Tax Total + Tax Total + + + + + + + + + ASBIE + Debit Note. Requested_ Monetary Total. Monetary Total + An association to the total amount payable on the Debit Note, including Allowances, Charges, and Taxes. + 1 + Debit Note + Requested + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Debit Note. Debit Note Line + An association to one or more Debit Note Lines. + 1..n + Debit Note + Debit Note Line + Debit Note Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-DespatchAdvice-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-DespatchAdvice-2.0.xsd new file mode 100644 index 0000000000..e5db954eed --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-DespatchAdvice-2.0.xsd @@ -0,0 +1,456 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Despatch Advice. Details + The document used to describe the despatch or delivery of goods and services. + Despatch Advice + Ship Note, Dispatch Advice, Consignment Note + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Despatch Advice. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Despatch Advice + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Despatch Advice. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Despatch Advice + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Despatch Advice. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Despatch Advice + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Despatch Advice. Identifier + An identifier for the Despatch Advice assigned by Despatch (Party). + 1 + Despatch Advice + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Despatch Advice. Copy_ Indicator. Indicator + Indicates whether the Despatch Advice is a copy (true) or not (false). + 0..1 + Despatch Advice + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Despatch Advice. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Despatch Advice + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Despatch Advice. Issue Date. Date + The date assigned by Despatch (Party) on which the Despatch Advice was issued. + 1 + Despatch Advice + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Despatch Advice. Issue Time. Time + The time assigned by Despatch (Party) at which the Despatch Advice was issued. + 0..1 + Despatch Advice + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Despatch Advice. Document Status. Code + Identifies the status of the Despatch Advice with respect to its original state. This may be used if the document precedes the event and is subsequently found to be incorrect and in need of cancelling or revising. + 0..1 + Despatch Advice + Document Status + Code + Document Status_ Code. Type + + + + + + + + + BBIE + Despatch Advice. Despatch Advice Type Code. Code + Identifies the type of the Despatch Advice. + 0..1 + Despatch Advice + Despatch Advice Type Code + Code + Code. Type + + + + + + + + + BBIE + Despatch Advice. Note. Text + Free-form text applying to the Despatch Advice. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Despatch Advice + Note + Text + Text. Type + + + + + + + + + BBIE + Despatch Advice. Line Count. Numeric + The number of lines in the document. + 0..1 + Despatch Advice + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Despatch Advice. Order Reference + An association to Order Reference. + 0..n + Despatch Advice + Order Reference + Order Reference + + + + + + + + + ASBIE + Despatch Advice. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Despatch Advice + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Despatch Advice. Signature + An association to Signature. + 0..n + Despatch Advice + Signature + Signature + + + + + + + + + ASBIE + Despatch Advice. Despatch_ Supplier Party. Supplier Party + An association to the Despatch Party. + 1 + Despatch Advice + Despatch + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Despatch Advice. Delivery_ Customer Party. Customer Party + An association to the Delivery Party. + 1 + Despatch Advice + Delivery + Customer Party + Customer Party + + + + + + + + + ASBIE + Despatch Advice. Buyer_ Customer Party. Customer Party + An association to the Buyer. + 0..1 + Despatch Advice + Buyer + Customer Party + Customer Party + + + + + + + + + ASBIE + Despatch Advice. Seller_ Supplier Party. Supplier Party + An association to the Seller. + 0..1 + Despatch Advice + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Despatch Advice. Originator_ Customer Party. Customer Party + An association to the Originator (Party). + 0..1 + Despatch Advice + Originator + Customer Party + Customer Party + + + + + + + + + ASBIE + Despatch Advice. Shipment + An association to a Shipment detail. + 0..1 + Despatch Advice + Shipment + Shipment + + + + + + + + + ASBIE + Despatch Advice. Despatch Line + An association to one or more Despatch Advice Lines. + 1..n + Despatch Advice + Despatch Line + Despatch Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-ForwardingInstructions-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-ForwardingInstructions-2.0.xsd new file mode 100644 index 0000000000..58213c8467 --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-ForwardingInstructions-2.0.xsd @@ -0,0 +1,493 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Forwarding Instructions. Details + The document issued to a forwarder, giving instructions regarding the action to be taken for the forwarding of goods described therein. Forwarding Instructions is used by any party who gives instructions for the transportation services required for a consignment of goods to any party who is contracted to provide the transportation services. The parties who issue this document are commonly referred to as the shipper or consignor, while the parties who receive this document are forwarders, carriers, shipping agents, etc. Note that this document may also be issued by a forwarder or shipping agent in their capacity as a "shipper". This document can be used to arrange for the transportation (1) of different types of goods or cargoes; (2) whether containerized or non-containerized; (3) through different modes of transport including multi-modal; and (4) from any origin to any destination. + Forwarding Instructions + Forwarding Instruction + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Forwarding Instructions. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Forwarding Instructions + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Forwarding Instructions. Customization Identifier. Identifier + Identifies a user-defined Customization of UBL for a specific use. + 0..1 + Forwarding Instructions + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Forwarding Instructions. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Forwarding Instructions + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Forwarding Instructions. Identifier + Unique identifier of the Forwarding Instructions. Reference number to identify a Shipping Instruction. + 1 + Forwarding Instructions + Identifier + Identifier + Identifier. Type + Freight Forwarding Instruction, Shippers Letter of Instruction + + + + + + + + + BBIE + Forwarding Instructions. Carrier Assigned_ Identifier. Identifier + Reference number assigned by a carrier or its agent to identify a specific shipment such as a booking reference number when cargo space is reserved prior to loading. + 0..1 + Forwarding Instructions + Carrier Assigned + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Forwarding Instructions. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Forwarding Instructions + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Forwarding Instructions. Issue Date. Date + Date on which the Forwarding Instructions were issued. + 0..1 + Forwarding Instructions + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Forwarding Instructions. Issue Time. Time + Time at which the Forwarding Instructions were issued. + 0..1 + Forwarding Instructions + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Forwarding Instructions. Name + Name of a Forwarding Instructions. + 0..1 + Forwarding Instructions + Name + Name + Name. Type + + + + + + + + + BBIE + Forwarding Instructions. Description. Text + Description of the type of Forwarding Instructions. + 0..n + Forwarding Instructions + Description + Text + Text. Type + + + + + + + + + BBIE + Forwarding Instructions. Note. Text + Informative notes associated with the Forwarding Instructions. + 0..n + Forwarding Instructions + Note + Text + Text. Type + + + + + + + + + BBIE + Forwarding Instructions. Document Status Code. Code + Identifies the status of the Forwarding Instructions with respect to its original state. This may be used if the document precedes the event and is subsequently found to be incorrect and in need of cancelling or revising. + 0..1 + Forwarding Instructions + Document Status Code + Code + Document Status_ Code. Type + + + + + + + + + BBIE + Forwarding Instructions. Shipping Order Identifier. Identifier + Reference number to identify a Shipping Order. + 0..1 + Forwarding Instructions + Shipping Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Forwarding Instructions. To Order_ Indicator. Indicator + Indicator of whether the transport document is consigned to order. + 0..1 + Forwarding Instructions + To Order + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Forwarding Instructions. Ad Valorem_ Indicator. Indicator + A term used in commerce in reference to certain duties, called ad valorem duties, which are levied on commodities at certain rates per centum on their value. + 0..1 + Forwarding Instructions + Ad Valorem + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Forwarding Instructions. Declared Carriage_ Value. Amount + Value, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery. + 0..1 + Forwarding Instructions + Declared Carriage + Value + Amount + Amount. Type + + + + + + + + + BBIE + Forwarding Instructions. Other_ Instruction. Text + Contains other free-text based instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document. + 0..n + Forwarding Instructions + Other + Instruction + Text + Text. Type + + + + + + + + + ASBIE + Forwarding Instructions. Consignor_ Party. Party + The party consigning goods, as stipulated in the transport contract by the party ordering transport. + 0..1 + Forwarding Instructions + Consignor + Party + Party + + + + + + + + + ASBIE + Forwarding Instructions. Carrier_ Party. Party + The party providing the transport of goods between named points. + 0..1 + Forwarding Instructions + Carrier + Party + Party + + + + + + + + + ASBIE + Forwarding Instructions. Freight Forwarder_ Party. Party + The party combining individual smaller consignments into a single larger consignment (so-called consolidated consignment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components. + 0..1 + Forwarding Instructions + Freight Forwarder + Party + Party + + + + + + + + + ASBIE + Forwarding Instructions. Shipment + Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. + 1 + Forwarding Instructions + Shipment + Shipment + + + + + + + + + ASBIE + Forwarding Instructions. Document Reference + An association to Document Reference. + 0..n + Forwarding Instructions + Document Reference + Document Reference + + + + + + + + + ASBIE + Forwarding Instructions. Exchange Rate + Information that directly relates to the rate of exchange (conversion) between two currencies. + 0..n + Forwarding Instructions + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Forwarding Instructions. Signature + One or more signatures applied to the document instance. + 0..n + Forwarding Instructions + Signature + Signature + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-FreightInvoice-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-FreightInvoice-2.0.xsd new file mode 100644 index 0000000000..28a4402e30 --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-FreightInvoice-2.0.xsd @@ -0,0 +1,809 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Freight Invoice. Details + A document stating the charges incurred for the logistics service. + Freight Invoice + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Freight Invoice. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Freight Invoice + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Freight Invoice. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Freight Invoice + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Freight Invoice. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Freight Invoice + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Freight Invoice. Identifier + An identifier for the Invoice assigned by the Creditor. + 1 + Freight Invoice + Identifier + Identifier + Identifier. Type + Invoice Number + + + + + + + + + BBIE + Freight Invoice. Copy_ Indicator. Indicator + Indicates whether a document is a copy (true) or not (false). + 0..1 + Freight Invoice + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Freight Invoice. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Freight Invoice + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Freight Invoice. Issue Date. Date + The date assigned by the Creditor on which the Invoice was issued. + 1 + Freight Invoice + Issue Date + Date + Date. Type + Invoice Date + + + + + + + + + BBIE + Freight Invoice. Issue Time. Time + The time assigned by the Creditor at which the Invoice was issued. + 0..1 + Freight Invoice + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Freight Invoice. Invoice Type Code. Code + Code specifying the type of the Invoice. + 0..1 + Freight Invoice + Invoice Type Code + Code + Code. Type + + + + + + + + + BBIE + Freight Invoice. Note. Text + Free-form text applying to the Invoice. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Freight Invoice + Note + Text + Text. Type + + + + + + + + + BBIE + Freight Invoice. Tax Point Date. Date + The date of the Invoice, used to indicate the point at which tax becomes applicable. + 0..1 + Freight Invoice + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Freight Invoice. Document_ Currency Code. Code + The currency in which the Document is presented. This may be the same currency as the pricing or as the tax. + 0..1 + Freight Invoice + Document + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Freight Invoice. Tax_ Currency Code. Code + The currency used for tax amounts in the Invoice. + 0..1 + Freight Invoice + Tax + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Freight Invoice. Pricing_ Currency Code. Code + The currency used for prices in the Freight Invoice. + 0..1 + Freight Invoice + Pricing + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Freight Invoice. Payment_ Currency Code. Code + The currency used for payment in the Freight Invoice. + 0..1 + Freight Invoice + Payment + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Freight Invoice. Payment Alternative_ Currency Code. Code + The alternative currency used for payment in the Freight Invoice. + 0..1 + Freight Invoice + Payment Alternative + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Freight Invoice. Accounting Cost Code. Code + The Buyer's accounting code applied to the Invoice as a whole. + 0..1 + Freight Invoice + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Freight Invoice. Accounting Cost. Text + The Buyer's accounting code applied to the Invoice as a whole, expressed as text. + 0..1 + Freight Invoice + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Freight Invoice. Line Count. Numeric + The number of lines in the document. + 0..1 + Freight Invoice + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Freight Invoice. Invoice_ Period. Period + An association to period(s) to which the Invoice applies. + 0..n + Freight Invoice + Invoice + Period + Period + + + + + + + + + ASBIE + Freight Invoice. Shipment + An association to Shipment. + 1 + Freight Invoice + Shipment + Shipment + + + + + + + + + ASBIE + Freight Invoice. Order Reference + An association to Order Reference. + 0..1 + Freight Invoice + Order Reference + Order Reference + + + + + + + + + ASBIE + Freight Invoice. Billing Reference + An association to Billing Reference. + 0..n + Freight Invoice + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Freight Invoice. Despatch_ Document Reference. Document Reference + An associative reference to Despatch Advice. + 0..n + Freight Invoice + Despatch + Document Reference + Document Reference + + + + + + + + + ASBIE + Freight Invoice. Receipt_ Document Reference. Document Reference + An associative reference to Receipt Advice. + 0..n + Freight Invoice + Receipt + Document Reference + Document Reference + + + + + + + + + ASBIE + Freight Invoice. Originator_ Document Reference. Document Reference + An associative reference to Originator Document. + 0..n + Freight Invoice + Originator + Document Reference + Document Reference + + + + + + + + + ASBIE + Freight Invoice. Contract_ Document Reference. Document Reference + An associative reference to Contract. + 0..n + Freight Invoice + Contract + Document Reference + Document Reference + + + + + + + + + ASBIE + Freight Invoice. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Freight Invoice + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Freight Invoice. Signature + An association to Signature. + 0..n + Freight Invoice + Signature + Signature + + + + + + + + + ASBIE + Freight Invoice. Accounting_ Supplier Party. Supplier Party + An association to the Accounting Supplier Party. + 1 + Freight Invoice + Accounting + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Freight Invoice. Accounting_ Customer Party. Customer Party + An association to the Accounting Buyer Party. + 1 + Freight Invoice + Accounting + Customer Party + Customer Party + + + + + + + + + ASBIE + Freight Invoice. Payee_ Party. Party + An association to the Payee. + 0..1 + Freight Invoice + Payee + Party + Party + + + + + + + + + ASBIE + Freight Invoice. Tax Representative_ Party. Party + An association to the Tax Representative. + 0..1 + Freight Invoice + Tax Representative + Party + Party + + + + + + + + + ASBIE + Freight Invoice. Payment Means + An association to Payment Means. + 0..n + Freight Invoice + Payment Means + Payment Means + + + + + + + + + ASBIE + Freight Invoice. Payment Terms + An association to Payment Terms. + 0..n + Freight Invoice + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Freight Invoice. Prepaid_ Payment. Payment + An association to prepaid payment(s). + 0..n + Freight Invoice + Prepaid + Payment + Payment + + + + + + + + + ASBIE + Freight Invoice. Allowance Charge + An association to Allowances and Charges that apply to the Invoice as a whole. + 0..n + Freight Invoice + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Freight Invoice. Tax_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Tax Currency. + 0..1 + Freight Invoice + Tax + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Freight Invoice. Pricing_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Pricing Currency. + 0..1 + Freight Invoice + Pricing + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Freight Invoice. Payment_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Payment Currency. + 0..1 + Freight Invoice + Payment + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Freight Invoice. Payment Alternative_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Payment Alternative Currency. + 0..1 + Freight Invoice + Payment Alternative + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Freight Invoice. Tax Total + An association to tax total for specific tax types/rates. + 0..n + Freight Invoice + Tax Total + Tax Total + + + + + + + + + ASBIE + Freight Invoice. Legal_ Monetary Total. Monetary Total + An association to the total amount payable on the Invoice, including Allowances, Charges, and Taxes. + 1 + Freight Invoice + Legal + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Freight Invoice. Invoice Line + An association to one or more Invoice Lines. + 1..n + Freight Invoice + Invoice Line + Invoice Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-Invoice-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-Invoice-2.0.xsd new file mode 100644 index 0000000000..55095044d1 --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-Invoice-2.0.xsd @@ -0,0 +1,856 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Invoice. Details + The document used to request payment. + Invoice + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Invoice. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Invoice + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Invoice. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Invoice + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Invoice. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Invoice + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Invoice. Identifier + An identifier for the Invoice assigned by the Creditor. + 1 + Invoice + Identifier + Identifier + Identifier. Type + Invoice Number + + + + + + + + + BBIE + Invoice. Copy_ Indicator. Indicator + Indicates whether a document is a copy (true) or not (false). + 0..1 + Invoice + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Invoice. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Invoice + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Invoice. Issue Date. Date + The date assigned by the Creditor on which the Invoice was issued. + 1 + Invoice + Issue Date + Date + Date. Type + Invoice Date + + + + + + + + + BBIE + Invoice. Issue Time. Time + The time assigned by the Creditor at which the Invoice was issued. + 0..1 + Invoice + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Invoice. Invoice Type Code. Code + Code specifying the type of the Invoice. + 0..1 + Invoice + Invoice Type Code + Code + Code. Type + + + + + + + + + BBIE + Invoice. Note. Text + Free-form text applying to the Invoice. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Invoice + Note + Text + Text. Type + + + + + + + + + BBIE + Invoice. Tax Point Date. Date + The date of the Invoice, used to indicate the point at which tax becomes applicable. + 0..1 + Invoice + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Invoice. Document_ Currency Code. Code + The currency in which the Document is presented. This may be the same currency as the pricing or as the tax. + 0..1 + Invoice + Document + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Invoice. Tax_ Currency Code. Code + The currency used for tax amounts in the Invoice. + 0..1 + Invoice + Tax + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Invoice. Pricing_ Currency Code. Code + The currency used for prices in the Invoice. + 0..1 + Invoice + Pricing + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Invoice. Payment_ Currency Code. Code + The currency used for payment in the Invoice. + 0..1 + Invoice + Payment + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Invoice. Payment Alternative_ Currency Code. Code + The alternative currency used for payment in the Invoice. + 0..1 + Invoice + Payment Alternative + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Invoice. Accounting Cost Code. Code + The Buyer's accounting code applied to the Invoice as a whole. + 0..1 + Invoice + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Invoice. Accounting Cost. Text + The Buyer's accounting code applied to the Invoice as a whole, expressed as text. + 0..1 + Invoice + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Invoice. Line Count. Numeric + The number of lines in the document. + 0..1 + Invoice + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Invoice. Invoice_ Period. Period + An association to period(s) to which the Invoice applies. + 0..n + Invoice + Invoice + Period + Period + + + + + + + + + ASBIE + Invoice. Order Reference + An association to Order Reference. + 0..1 + Invoice + Order Reference + Order Reference + + + + + + + + + ASBIE + Invoice. Billing Reference + An association to Billing Reference. + 0..n + Invoice + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Invoice. Despatch_ Document Reference. Document Reference + An associative reference to Despatch Advice. + 0..n + Invoice + Despatch + Document Reference + Document Reference + + + + + + + + + ASBIE + Invoice. Receipt_ Document Reference. Document Reference + An associative reference to Receipt Advice. + 0..n + Invoice + Receipt + Document Reference + Document Reference + + + + + + + + + ASBIE + Invoice. Originator_ Document Reference. Document Reference + An associative reference to Originator Document. + 0..n + Invoice + Originator + Document Reference + Document Reference + + + + + + + + + ASBIE + Invoice. Contract_ Document Reference. Document Reference + An associative reference to Contract. + 0..n + Invoice + Contract + Document Reference + Document Reference + + + + + + + + + ASBIE + Invoice. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Invoice + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Invoice. Signature + An association to Signature. + 0..n + Invoice + Signature + Signature + + + + + + + + + ASBIE + Invoice. Accounting_ Supplier Party. Supplier Party + An association to the Accounting Supplier Party. + 1 + Invoice + Accounting + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Invoice. Accounting_ Customer Party. Customer Party + An association to the Accounting Customer Party. + 1 + Invoice + Accounting + Customer Party + Customer Party + + + + + + + + + ASBIE + Invoice. Payee_ Party. Party + An association to the Payee. + 0..1 + Invoice + Payee + Party + Party + + + + + + + + + ASBIE + Invoice. Buyer_ Customer Party. Customer Party + An association to the Buyer. + 0..1 + Invoice + Buyer + Customer Party + Customer Party + + + + + + + + + ASBIE + Invoice. Seller_ Supplier Party. Supplier Party + An association to the Seller. + 0..1 + Invoice + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Invoice. Tax Representative_ Party. Party + An association to the Tax Representative. + 0..1 + Invoice + Tax Representative + Party + Party + + + + + + + + + ASBIE + Invoice. Delivery + An association to Delivery. + 0..n + Invoice + Delivery + Delivery + + + + + + + + + ASBIE + Invoice. Delivery Terms + An association to Delivery Terms. + 0..1 + Invoice + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Invoice. Payment Means + An association to Payment Means. + 0..n + Invoice + Payment Means + Payment Means + + + + + + + + + ASBIE + Invoice. Payment Terms + An association to Payment Terms. + 0..n + Invoice + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Invoice. Prepaid_ Payment. Payment + An association to prepaid payment(s). + 0..n + Invoice + Prepaid + Payment + Payment + + + + + + + + + ASBIE + Invoice. Allowance Charge + An association to Allowances and Charges that apply to the Invoice as a whole. + 0..n + Invoice + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Invoice. Tax_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Tax Currency. + 0..1 + Invoice + Tax + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Invoice. Pricing_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Pricing Currency. + 0..1 + Invoice + Pricing + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Invoice. Payment_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Payment Currency. + 0..1 + Invoice + Payment + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Invoice. Payment Alternative_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Payment Alternative Currency. + 0..1 + Invoice + Payment Alternative + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Invoice. Tax Total + An association to tax total for specific tax types/rates. + 0..n + Invoice + Tax Total + Tax Total + + + + + + + + + ASBIE + Invoice. Legal_ Monetary Total. Monetary Total + An association to the total amount payable on the Invoice, including Allowances, Charges, and Taxes. + 1 + Invoice + Legal + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Invoice. Invoice Line + An association to one or more Invoice Lines. + 1..n + Invoice + Invoice Line + Invoice Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-Order-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-Order-2.0.xsd new file mode 100644 index 0000000000..5dd3e99f7d --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-Order-2.0.xsd @@ -0,0 +1,731 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Order. Details + The document used to order goods and services. + Order + Purchase Order + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Order. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Order + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Order. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Order + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Order. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Order + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Order. Identifier + An identifier for the Order assigned by the Buyer. + 1 + Order + Identifier + Identifier + Identifier. Type + Purchase Order Number, Order Number + + + + + + + + + BBIE + Order. Sales Order Identifier. Identifier + An identifier for the Order assigned by the Seller. + 0..1 + Order + Sales Order Identifier + Identifier + Identifier. Type + Sales Order Number + + + + + + + + + BBIE + Order. Copy_ Indicator. Indicator + Indicates whether the Order is a copy (true) or not (false). + 0..1 + Order + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Order. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Order + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Order. Issue Date. Date + The date assigned by the Buyer on which the Order was issued. + 1 + Order + Issue Date + Date + Date. Type + Order Date + + + + + + + + + BBIE + Order. Issue Time. Time + The time assigned by the Buyer on which the Order was issued. + 0..1 + Order + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Order. Note. Text + Free-form text applying to the Order. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Order + Note + Text + Text. Type + + + + + + + + + BBIE + Order. Requested Invoice_ Currency Code. Code + The currency requested for amount totals in Invoices related to this Order. + 0..1 + Order + Requested Invoice + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Order. Document_ Currency Code. Code + The default currency for the Order. + 0..1 + Order + Document + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Order. Pricing_ Currency Code. Code + The currency that is used for all prices in the Order. + 0..1 + Order + Pricing + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Order. Tax_ Currency Code. Code + The currency requested for tax amounts in Invoices related to this Order. + 0..1 + Order + Tax + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Order. Customer Reference. Text + A supplementary reference for the Order. + 0..1 + Order + Customer Reference + Text + Text. Type + CRI in a purchasing card transaction + + + + + + + + + BBIE + Order. Accounting Cost Code. Code + The Buyer's accounting code applied to the Order as a whole. + 0..1 + Order + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Order. Accounting Cost. Text + The Buyer's accounting code applied to the Order as a whole, expressed as text. + 0..1 + Order + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Order. Line Count. Numeric + The number of lines in the document. + 0..1 + Order + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Order. Validity_ Period. Period + The period for which the Order is valid. + 0..n + Order + Validity + Period + Period + + + + + + + + + ASBIE + Order. Quotation_ Document Reference. Document Reference + An associative reference to Quotation. + 0..1 + Order + Quotation + Document Reference + Document Reference + + + + + + + + + ASBIE + Order. Order_ Document Reference. Document Reference + An associative reference to [another] Order. + 0..n + Order + Order + Document Reference + Document Reference + + + + + + + + + ASBIE + Order. Originator_ Document Reference. Document Reference + An associative reference to Originator Document. + 0..1 + Order + Originator + Document Reference + Document Reference + + + + + + + + + ASBIE + Order. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Order + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Order. Contract + An association to Contract. + 0..n + Order + Contract + Contract + + + + + + + + + ASBIE + Order. Signature + An association to Signature. + 0..n + Order + Signature + Signature + + + + + + + + + ASBIE + Order. Buyer_ Customer Party. Customer Party + An association to the Buyer. + 1 + Order + Buyer + Customer Party + Customer Party + + + + + + + + + ASBIE + Order. Seller_ Supplier Party. Supplier Party + An association to the Seller. + 1 + Order + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order. Originator_ Customer Party. Customer Party + An association to the Originator. + 0..1 + Order + Originator + Customer Party + Customer Party + + + + + + + + + ASBIE + Order. Freight Forwarder_ Party. Party + An association to a Freight Forwarder or Carrier. + 0..1 + Order + Freight Forwarder + Party + Party + + + + + + + + + ASBIE + Order. Accounting_ Customer Party. Customer Party + An association to the Accounting Customer Party. The party that Invoice is expected to be sent to if not the buyer party. + 0..1 + Order + Accounting + Customer Party + Customer Party + + + + + + + + + ASBIE + Order. Delivery + An association to Delivery. + 0..n + Order + Delivery + Delivery + + + + + + + + + ASBIE + Order. Delivery Terms + An association to Delivery Terms. + 0..1 + Order + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Order. Payment Means + An association to Payment Means. + 0..1 + Order + Payment Means + Payment Means + + + + + + + + + ASBIE + Order. Transaction Conditions + An association with any purchasing or sales conditions applying to the whole order. + 0..1 + Order + Transaction Conditions + Transaction Conditions + + + + + + + + + ASBIE + Order. Allowance Charge + An association to Allowances and Charges that apply to the Order as a whole. + 0..n + Order + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Order. Destination_ Country. Country + An association to the country of destination (for customs purposes). + 0..1 + Order + Destination + Country + Country + + + + + + + + + ASBIE + Order. Tax Total + An association to the total tax amount of the Order (as calculated by the Buyer). + 0..n + Order + Tax Total + Tax Total + + + + + + + + + ASBIE + Order. Anticipated_ Monetary Total. Monetary Total + An association to the total amounts for the Order anticipated by the Buyer. + 0..1 + Order + Anticipated + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Order. Order Line + An association to one or more Order Lines. + 1..n + Order + Order Line + Order Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-OrderCancellation-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-OrderCancellation-2.0.xsd new file mode 100644 index 0000000000..b22600be6e --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-OrderCancellation-2.0.xsd @@ -0,0 +1,393 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Order Cancellation. Details + The document used to cancel an entire Order. + Order Cancellation + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Order Cancellation. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Order Cancellation + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Order Cancellation. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Order Cancellation + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Order Cancellation. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Order Cancellation + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Order Cancellation. Identifier + An identifier for the Order Cancellation assigned by the Buyer. + 1 + Order Cancellation + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Cancellation. Copy_ Indicator. Indicator + Indicates whether the Order Cancellation is a copy (true) or not (false). + 0..1 + Order Cancellation + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Order Cancellation. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Order Cancellation + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Cancellation. Issue Date. Date + The date assigned by the Buyer on which the Order was cancelled. + 1 + Order Cancellation + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Order Cancellation. Issue Time. Time + The time assigned by the Buyer at which the Order was cancelled. + 0..1 + Order Cancellation + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Order Cancellation. Note. Text + Free-form text applying to the Order Cancellation. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Order Cancellation + Note + Text + Text. Type + + + + + + + + + BBIE + Order Cancellation. Cancellation_ Note. Text + The general reason for cancellation of the referenced order. + 1 + Order Cancellation + Cancellation + Note + Text + Text. Type + + + + + + + + + ASBIE + Order Cancellation. Order Reference + An associative reference to the Order(s) being cancelled. It is considered better practice to cancel only one Order in each Order Cancellation document. + 1..n + Order Cancellation + Order Reference + Order Reference + + + + + + + + + ASBIE + Order Cancellation. Originator_ Document Reference. Document Reference + An associative reference to Originator Document. + 0..1 + Order Cancellation + Originator + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Cancellation. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Order Cancellation + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Cancellation. Contract + An association to Contract. + 0..n + Order Cancellation + Contract + Contract + + + + + + + + + ASBIE + Order Cancellation. Signature + An association to Signature. + 0..n + Order Cancellation + Signature + Signature + + + + + + + + + ASBIE + Order Cancellation. Buyer_ Customer Party. Customer Party + An association to the Buyer. + 1 + Order Cancellation + Buyer + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Cancellation. Seller_ Supplier Party. Supplier Party + An association to the Seller. + 1 + Order Cancellation + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order Cancellation. Originator_ Customer Party. Customer Party + An association to the Originator. + 0..1 + Order Cancellation + Originator + Customer Party + Customer Party + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-OrderChange-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-OrderChange-2.0.xsd new file mode 100644 index 0000000000..001722a035 --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-OrderChange-2.0.xsd @@ -0,0 +1,759 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Order Change. Details + The document used to specify changes to an existing Order. + Order Change + Purchase Order Change + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Order Change. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Order Change + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Order Change. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Order Change + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Order Change. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Order Change + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Order Change. Identifier + An identifier for the Order Change assigned by the Buyer. + 0..1 + Order Change + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Change. Sales Order Identifier. Identifier + An identifier for the Order Change issued by the Seller. + 0..1 + Order Change + Sales Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Change. Copy_ Indicator. Indicator + Indicates whether the Order Change is a copy (true) or not (false). + 0..1 + Order Change + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Order Change. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Order Change + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Change. Issue Date. Date + The date assigned by the Buyer on which the Order was changed. + 1 + Order Change + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Order Change. Issue Time. Time + The time assigned by the Buyer at which the Order was changed. + 0..1 + Order Change + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Order Change. Sequence_ Number. Identifier + The Order Change Sequence Number assigned by the Buyer to ensure the proper sequencing of changes. + 1 + Order Change + Sequence + Number + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Change. Note. Text + Free-form text applying to the Order Change. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Order Change + Note + Text + Text. Type + + + + + + + + + BBIE + Order Change. Requested Invoice_ Currency Code. Code + The currency requested for amount totals in Invoices related to this Order Change. + 0..1 + Order Change + Requested Invoice + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Order Change. Document_ Currency Code. Code + The default currency for the Order Change. + 0..1 + Order Change + Document + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Order Change. Pricing_ Currency Code. Code + The currency that is used for all prices in the Order Change. + 0..1 + Order Change + Pricing + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Order Change. Tax_ Currency Code. Code + The currency requested for tax amounts in Invoices related to this Order Change. + 0..1 + Order Change + Tax + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Order Change. Customer Reference. Text + A supplementary reference for the transaction (e.g., CRI when using purchasing card). + 0..1 + Order Change + Customer Reference + Text + Text. Type + + + + + + + + + BBIE + Order Change. Accounting Cost Code. Code + The Buyer's accounting code applied to the Order Change as a whole. + 0..1 + Order Change + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Order Change. Accounting Cost. Text + The Buyer's accounting code applied to the Order Change as a whole, expressed as text. + 0..1 + Order Change + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Order Change. Line Count. Numeric + The number of lines in the document. + 0..1 + Order Change + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Order Change. Validity_ Period. Period + The period for which the changed Order is valid. + 0..n + Order Change + Validity + Period + Period + + + + + + + + + ASBIE + Order Change. Order Reference + An association to Order Reference (the reference of the Order being changed). + 1 + Order Change + Order Reference + Order Reference + + + + + + + + + ASBIE + Order Change. Quotation_ Document Reference. Document Reference + An associative reference to Quotation. + 0..1 + Order Change + Quotation + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Change. Originator_ Document Reference. Document Reference + An associative reference to Originator Document. + 0..1 + Order Change + Originator + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Change. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Order Change + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Change. Contract + An association to Contract + 0..n + Order Change + Contract + Contract + + + + + + + + + ASBIE + Order Change. Signature + An association to Signature. + 0..n + Order Change + Signature + Signature + + + + + + + + + ASBIE + Order Change. Buyer_ Customer Party. Customer Party + An association to the Buyer. + 1 + Order Change + Buyer + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Change. Seller_ Supplier Party. Supplier Party + An association to the Seller. + 1 + Order Change + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order Change. Originator_ Customer Party. Customer Party + An association to the Originator. + 0..1 + Order Change + Originator + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Change. Freight Forwarder_ Party. Party + An association to a Freight Forwarder or Carrier. + 0..1 + Order Change + Freight Forwarder + Party + Party + + + + + + + + + ASBIE + Order Change. Accounting_ Customer Party. Customer Party + An association to the Accounting Customer Party. + 0..1 + Order Change + Accounting + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Change. Accounting_ Supplier Party. Supplier Party + An association to the Accounting Supplier Party. + 0..1 + Order Change + Accounting + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order Change. Delivery + An association to Delivery. + 0..n + Order Change + Delivery + Delivery + + + + + + + + + ASBIE + Order Change. Delivery Terms + An association to Delivery Terms. + 0..1 + Order Change + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Order Change. Payment Means + An association to Payment Means. + 0..1 + Order Change + Payment Means + Payment Means + + + + + + + + + ASBIE + Order Change. Transaction Conditions + Associates the Order Change with a purchasing, sales, or payment condition applying to the whole order. + 0..1 + Order Change + Transaction Conditions + Transaction Conditions + + + + + + + + + ASBIE + Order Change. Allowance Charge + An association to Allowances and Charges that apply to the Order Change as a whole. + 0..n + Order Change + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Order Change. Destination_ Country. Country + An association to the country of destination (for customs purposes). + 0..1 + Order Change + Destination + Country + Country + + + + + + + + + ASBIE + Order Change. Tax Total + An association to the total tax amount of the changed Order (as calculated by the Buyer). + 0..n + Order Change + Tax Total + Tax Total + + + + + + + + + ASBIE + Order Change. Anticipated_ Monetary Total. Monetary Total + An association to the total amounts for the Order Change anticipated by the Buyer. + 0..1 + Order Change + Anticipated + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Order Change. Order Line + An association to one or more (changed) Order Lines. + 1..n + Order Change + Order Line + Order Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-OrderResponse-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-OrderResponse-2.0.xsd new file mode 100644 index 0000000000..175e9aecbc --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-OrderResponse-2.0.xsd @@ -0,0 +1,828 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Order Response. Details + The document used to indicate detailed acceptance or rejection of an Order or to make a counter-offer. + Order Response + Order Acknowledgement, PO Response + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Order Response. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Order Response + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Order Response. Customization Identifier. Identifier + Identifies a user-defined customization of UBL. + 0..1 + Order Response + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Order Response. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Order Response + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Order Response. Identifier + An identifier for the Order Response assigned by the Seller. + 1 + Order Response + Identifier + Identifier + Identifier. Type + Purchase Order Response Number, Acknowledgement of Order Number + + + + + + + + + BBIE + Order Response. Sales Order Identifier. Identifier + An identifier for the Order issued by the Seller. + 0..1 + Order Response + Sales Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Response. Copy_ Indicator. Indicator + Indicates whether the Order Response is a copy (true) or not (false). + 0..1 + Order Response + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Order Response. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Order Response + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Response. Issue Date. Date + The date assigned by the Seller on which the Order was responded to. + 1 + Order Response + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Order Response. Issue Time. Time + The time assigned by the Seller at which the Order was responded to. + 0..1 + Order Response + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Order Response. Note. Text + Free-form text applying to the Order Response. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Order Response + Note + Text + Text. Type + + + + + + + + + BBIE + Order Response. Document_ Currency Code. Code + The default currency for the Order Response. + 0..1 + Order Response + Document + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Order Response. Pricing_ Currency Code. Code + The currency that is used for all prices in the Order Response. + 0..1 + Order Response + Pricing + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Order Response. Tax_ Currency Code. Code + The currency that is used for all tax amounts in the Order Response. + 0..1 + Order Response + Tax + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Order Response. Total_ Packages Quantity. Quantity + The total number of packages contained in the Order Response. + 0..1 + Order Response + Total + Packages Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Order Response. Gross_ Weight. Measure + The total gross weight for the Order Response (goods + packaging + transport equipment). + 0..1 + Order Response + Gross + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Order Response. Net_ Weight. Measure + The total net weight for the Order Response (goods + packaging). + 0..1 + Order Response + Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Order Response. Net Net_ Weight. Measure + The total net weight of the goods in the Order Response excluding packaging. + 0..1 + Order Response + Net Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Order Response. Gross_ Volume. Measure + The total volume of the goods in the Order Response including packaging. + 0..1 + Order Response + Gross + Volume + Measure + Measure. Type + + + + + + + + + BBIE + Order Response. Net_ Volume. Measure + The total volume of the goods in the Order Response excluding packaging. + 0..1 + Order Response + Net + Volume + Measure + Measure. Type + + + + + + + + + BBIE + Order Response. Customer Reference. Text + A supplementary reference assigned by the Buyer, e.g. the CRI in a purchasing card transaction. + 0..1 + Order Response + Customer Reference + Text + Text. Type + + + + + + + + + BBIE + Order Response. Accounting Cost Code. Code + An accounting cost code applied to the order as a whole. + 0..1 + Order Response + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Order Response. Accounting Cost. Text + An accounting cost code applied to the order as a whole, expressed as text. + 0..1 + Order Response + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Order Response. Line Count. Numeric + The number of lines in the document. + 0..1 + Order Response + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Order Response. Validity_ Period. Period + The period for which the Order Response is valid. + 0..n + Order Response + Validity + Period + Period + + + + + + + + + ASBIE + Order Response. Order Reference + An association to Order Reference (the reference of the Order being responded to). + 1..n + Order Response + Order Reference + Order Reference + + + + + + + + + ASBIE + Order Response. Order_ Document Reference. Document Reference + An associative reference to [another] Order. + 0..n + Order Response + Order + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Response. Originator_ Document Reference. Document Reference + An associative reference to Originator Document. + 0..1 + Order Response + Originator + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Response. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Order Response + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Response. Contract + An association to Contract + 0..n + Order Response + Contract + Contract + + + + + + + + + ASBIE + Order Response. Signature + An association to Signature. + 0..n + Order Response + Signature + Signature + + + + + + + + + ASBIE + Order Response. Seller_ Supplier Party. Supplier Party + An association to the Seller. + 1 + Order Response + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order Response. Buyer_ Customer Party. Customer Party + An association to the Buyer. + 1 + Order Response + Buyer + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Response. Originator_ Customer Party. Customer Party + An association to the Originator. + 0..1 + Order Response + Originator + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Response. Freight Forwarder_ Party. Party + An association to a Freight Forwarder or Carrier. + 0..1 + Order Response + Freight Forwarder + Party + Party + + + + + + + + + ASBIE + Order Response. Accounting_ Supplier Party. Supplier Party + An association to the Accounting Supplier Party. + 0..1 + Order Response + Accounting + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order Response. Accounting_ Customer Party. Customer Party + An association to the Accounting Customer Party. + 0..1 + Order Response + Accounting + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Response. Delivery + An association to Delivery. + 0..n + Order Response + Delivery + Delivery + + + + + + + + + ASBIE + Order Response. Delivery Terms + An association to Delivery Terms. + 0..1 + Order Response + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Order Response. Payment Means + An association to Payment Means. + 0..1 + Order Response + Payment Means + Payment Means + + + + + + + + + ASBIE + Order Response. Allowance Charge + An association to Allowances and Charges that apply to the Order Response as a whole. + 0..n + Order Response + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Order Response. Transaction Conditions + An association with any sales or purchasing conditions applying to the whole order. + 0..1 + Order Response + Transaction Conditions + Transaction Conditions + + + + + + + + + ASBIE + Order Response. Destination_ Country. Country + Associates the order response with the country to which it is destined, for Customs purposes. + 0..1 + Order Response + Destination + Country + Country + + + + + + + + + ASBIE + Order Response. Tax Total + An association to the total tax amount of the Order (as calculated by the Seller). + 0..n + Order Response + Tax Total + Tax Total + + + + + + + + + ASBIE + Order Response. Legal_ Monetary Total. Monetary Total + An association to the total amounts for the Order (or counter-offer). + 0..1 + Order Response + Legal + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Order Response. Order Line + An association to one or more Order Lines. + 1..n + Order Response + Order Line + Order Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-OrderResponseSimple-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-OrderResponseSimple-2.0.xsd new file mode 100644 index 0000000000..b4db7c0aff --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-OrderResponseSimple-2.0.xsd @@ -0,0 +1,463 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Order Response Simple. Details + The document used to indicate simple acceptance or rejection of an entire Order. + Order Response Simple + Order Acknowledgement, PO Response + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Order Response Simple. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Order Response Simple + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Order Response Simple. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Order Response Simple + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Order Response Simple. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Order Response Simple + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Order Response Simple. Identifier + An identifier for the Order Response Simple assigned by the Seller. + 1 + Order Response Simple + Identifier + Identifier + Identifier. Type + Purchase Order Response Number, Acknowledgement of Order Number + + + + + + + + + BBIE + Order Response Simple. Copy_ Indicator. Indicator + Indicates whether the Order Response Simple is a copy (true) or not (false). + 0..1 + Order Response Simple + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Order Response Simple. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Order Response Simple + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Response Simple. Issue Date. Date + The date assigned by the Seller on which the Order was responded to. + 1 + Order Response Simple + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Order Response Simple. Issue Time. Time + The time assigned by the Seller at which the Order was responded to. + 0..1 + Order Response Simple + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Order Response Simple. Note. Text + Free-form text applying to the Order Response Simple. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Order Response Simple + Note + Text + Text. Type + + + + + + + + + BBIE + Order Response Simple. Accepted_ Indicator. Indicator + Indicates whether the Order is accepted (true) or rejected (false). + 1 + Order Response Simple + Accepted + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Order Response Simple. Rejection_ Note. Text + The reason for rejection if the order was not accepted. + 0..1 + Order Response Simple + Rejection + Note + Text + Text. Type + "Out of Stock","Not able to supply","Unable to fulfill within the contracted conditions", "Buyer Account not Recognised" + + + + + + + + + BBIE + Order Response Simple. Customer_ Reference. Text + A supplementary reference for the transaction (e.g., when using purchasing card). + 0..1 + Order Response Simple + Customer + Reference + Text + Text. Type + + + + + + + + + BBIE + Order Response Simple. Accounting Cost Code. Code + An accounting cost code applied to the order as a whole. + 0..1 + Order Response Simple + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Order Response Simple. Accounting Cost. Text + An accounting cost code applied to the order as a whole, expressed as text. + 0..1 + Order Response Simple + Accounting Cost + Text + Text. Type + + + + + + + + + ASBIE + Order Response Simple. Order Reference + An association to Order Reference (the reference of the Order being responded to). + 1 + Order Response Simple + Order Reference + Order Reference + + + + + + + + + ASBIE + Order Response Simple. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Order Response Simple + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Response Simple. Signature + An association to Signature. + 0..n + Order Response Simple + Signature + Signature + + + + + + + + + ASBIE + Order Response Simple. Seller_ Supplier Party. Supplier Party + An association to the Seller. + 1 + Order Response Simple + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order Response Simple. Buyer_ Customer Party. Customer Party + An association to the Buyer. + 1 + Order Response Simple + Buyer + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Response Simple. Originator_ Customer Party. Customer Party + An association to the Originator. + 0..1 + Order Response Simple + Originator + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Response Simple. Accounting_ Supplier Party. Supplier Party + An association to the Accounting Supplier Party. + 0..1 + Order Response Simple + Accounting + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order Response Simple. Accounting_ Customer Party. Customer Party + An association to the Accounting Customer Party. + 0..1 + Order Response Simple + Accounting + Customer Party + Customer Party + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-PackingList-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-PackingList-2.0.xsd new file mode 100644 index 0000000000..ba1af6e050 --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-PackingList-2.0.xsd @@ -0,0 +1,408 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Packing List. Details + A document stating the detail of how goods are packed. + Packing List + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Packing List. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Packing List + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Packing List. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Packing List + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Packing List. Profile Identifier. Identifier + Identifies a user-defined profile of the subset of UBL being used. + 0..1 + Packing List + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Packing List. Identifier + Unique Identifier of the Packing List. Reference number to identify a packing list. + 1 + Packing List + Identifier + Identifier + Identifier. Type + Packing List Number + + + + + + + + + BBIE + Packing List. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Packing List + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Packing List. Issue Date. Date + Date of issue of a packing list. + 0..1 + Packing List + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Packing List. Issue Time. Time + Time of issue of a packing list. + 0..1 + Packing List + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Packing List. Name + Name of a Packing List. + 0..1 + Packing List + Name + Name + Name. Type + + + + + + + + + BBIE + Packing List. Description. Text + Textual description of a Packing List. + 0..1 + Packing List + Description + Text + Text. Type + + + + + + + + + BBIE + Packing List. Note. Text + Textual note associated with a Packing List. + 0..n + Packing List + Note + Text + Text. Type + + + + + + + + + BBIE + Packing List. Version Identifier. Identifier + Version identifier of a Packing List. + 0..1 + Packing List + Version Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Packing List. Other_ Instruction. Text + Contains other free-text-based instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document. + 0..1 + Packing List + Other + Instruction + Text + Text. Type + + + + + + + + + ASBIE + Packing List. Consignor_ Party. Party + The party consigning goods as stipulated in the transport contract by the party ordering transport. + 0..1 + Packing List + Consignor + Party + Party + + + + + + + + + ASBIE + Packing List. Carrier_ Party. Party + The party providing the transport of goods between named points. + 0..1 + Packing List + Carrier + Party + Party + + + + + + + + + ASBIE + Packing List. Freight Forwarder_ Party. Party + The party combining individual smaller shipments into a single larger consignment (so called consolidated consignment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components. + 0..1 + Packing List + Freight Forwarder + Party + Party + + + + + + + + + ASBIE + Packing List. Shipment + Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. + 1 + Packing List + Shipment + Shipment + + + + + + + + + ASBIE + Packing List. Document Reference + An association to Document Reference (reference to documents that provide supplementary information to the Packing List). + 0..n + Packing List + Document Reference + Document Reference + + + + + + + + + ASBIE + Packing List. Document Distribution + Contain information on the distribution list of the documents. + 0..n + Packing List + Document Distribution + Document Distribution + + + + + + + + + ASBIE + Packing List. Signature + One or more signatures applied to the document instance. + 0..n + Packing List + Signature + Signature + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-Quotation-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-Quotation-2.0.xsd new file mode 100644 index 0000000000..761b8c38a1 --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-Quotation-2.0.xsd @@ -0,0 +1,532 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Quotation. Details + The document used to quote for the provision of goods and services. + Quotation + Purchase Order + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Quotation. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Quotation + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Quotation. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Quotation + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Quotation. Profile Identifier. Identifier + Identifies a user-defined profile of the subset of UBL being used. + 0..1 + Quotation + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Quotation. Identifier + An identifier for the Quotation assigned by the Seller. + 0..1 + Quotation + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Quotation. Copy_ Indicator. Indicator + Indicates whether the Quotation is a copy (true) or not (false). + 0..1 + Quotation + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Quotation. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Quotation + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Quotation. Issue Date. Date + The date assigned by the Seller on which the Quotation was issued. + 1 + Quotation + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Quotation. Issue Time. Time + The time assigned by the Seller at which the Quotation was issued. + 0..1 + Quotation + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Quotation. Note. Text + Free-form text applying to the Quotation. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Quotation + Note + Text + Text. Type + + + + + + + + + BBIE + Quotation. Pricing_ Currency Code. Code + The currency that is used for all prices in the Quotation. + 0..1 + Quotation + Pricing + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Quotation. Line Count. Numeric + The number of lines in the document. + 0..1 + Quotation + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Quotation. Validity_ Period. Period + The period for which the Quotation is valid. + 0..1 + Quotation + Validity + Period + Period + + + + + + + + + ASBIE + Quotation. Request For Quotation_ Document Reference. Document Reference + An associative reference to Request for Quotation. + 0..1 + Quotation + Request For Quotation + Document Reference + Document Reference + + + + + + + + + ASBIE + Quotation. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Quotation + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Quotation. Contract + An association to Contract. + 0..n + Quotation + Contract + Contract + + + + + + + + + ASBIE + Quotation. Signature + An association to Signature. + 0..n + Quotation + Signature + Signature + + + + + + + + + ASBIE + Quotation. Seller_ Supplier Party. Supplier Party + An association to the Seller. + 1 + Quotation + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Quotation. Originator_ Customer Party. Customer Party + An association to the Originator. + 0..1 + Quotation + Originator + Customer Party + Customer Party + + + + + + + + + ASBIE + Quotation. Delivery + An association to Delivery. + 0..n + Quotation + Delivery + Delivery + + + + + + + + + ASBIE + Quotation. Delivery Terms + An association to Delivery Terms. + 0..1 + Quotation + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Quotation. Payment Means + An association to potential Payment Means for Orders related to this Quotation. + 0..1 + Quotation + Payment Means + Payment Means + + + + + + + + + ASBIE + Quotation. Transaction Conditions + An association with any purchasing, sales or payment conditions applying to Orders related to this Quotation. + 0..1 + Quotation + Transaction Conditions + Transaction Conditions + + + + + + + + + ASBIE + Quotation. Allowance Charge + An association to Allowances and Charges that apply to the Quotation as a whole. + 0..n + Quotation + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Quotation. Destination_ Country. Country + An association to the country of destination (for customs purposes for potential orders). + 0..1 + Quotation + Destination + Country + Country + + + + + + + + + ASBIE + Quotation. Tax Total + An association to the total tax amount of the Order (as estimated by the Seller). + 0..n + Quotation + Tax Total + Tax Total + + + + + + + + + ASBIE + Quotation. Quoted_ Monetary Total. Monetary Total + An association to the total amounts for the Quotation. + 1 + Quotation + Quoted + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Quotation. Quotation Line + An association to one or more Quotation Lines. + 1..n + Quotation + Quotation Line + Quotation Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-ReceiptAdvice-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-ReceiptAdvice-2.0.xsd new file mode 100644 index 0000000000..8d95a59551 --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-ReceiptAdvice-2.0.xsd @@ -0,0 +1,440 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Receipt Advice. Details + The document used to describe the receipt of goods and services. + Receipt Advice + Receipt, Delivery Acknowledgement + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Receipt Advice. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Receipt Advice + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Receipt Advice. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Receipt Advice + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Receipt Advice. Profile Identifier. Identifier + Identifies a user-defined profile of the subset of UBL being used. + 0..1 + Receipt Advice + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Receipt Advice. Identifier + An identifier for the Receipt Advice assigned by Delivery (Party). + 1 + Receipt Advice + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Receipt Advice. Copy_ Indicator. Indicator + Indicates whether the Receipt Advice is a copy (true) or not (false). + 0..1 + Receipt Advice + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Receipt Advice. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Receipt Advice + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Receipt Advice. Issue Date. Date + The date assigned by Delivery (Party) on which the Receipt Advice was issued. + 1 + Receipt Advice + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Receipt Advice. Issue Time. Time + The time assigned by Delivery (Party) at which the Receipt Advice was issued. + 0..1 + Receipt Advice + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Receipt Advice. Document Status Code. Code + Identifies the status of the Receipt Advice with respect to its original state. This may be used if the document precedes the event and is subsequently found to be incorrect and in need of cancelling or revising. + 0..1 + Receipt Advice + Document Status Code + Code + Document Status_ Code. Type + + + + + + + + + BBIE + Receipt Advice. Note. Text + Free-form text applying to the Receipt Advice. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Receipt Advice + Note + Text + Text. Type + + + + + + + + + BBIE + Receipt Advice. Line Count. Numeric + The number of lines in the document. + 0..1 + Receipt Advice + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Receipt Advice. Order Reference + An association to Order Reference. + 0..n + Receipt Advice + Order Reference + Order Reference + + + + + + + + + ASBIE + Receipt Advice. Despatch_ Document Reference. Document Reference + An associative reference to Despatch Advice. + 0..n + Receipt Advice + Despatch + Document Reference + Document Reference + + + + + + + + + ASBIE + Receipt Advice. Additional_ Document Reference. Document Reference + An associative reference to Additional Document + 0..n + Receipt Advice + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Receipt Advice. Signature + An association to Signature. + 0..n + Receipt Advice + Signature + Signature + + + + + + + + + ASBIE + Receipt Advice. Delivery_ Customer Party. Customer Party + An association to the Delivery Party. + 1 + Receipt Advice + Delivery + Customer Party + Customer Party + + + + + + + + + ASBIE + Receipt Advice. Despatch_ Supplier Party. Supplier Party + An association to the Dispatch Party. + 1 + Receipt Advice + Despatch + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Receipt Advice. Buyer_ Customer Party. Customer Party + An association to the Buyer. + 0..1 + Receipt Advice + Buyer + Customer Party + Customer Party + + + + + + + + + ASBIE + Receipt Advice. Seller_ Supplier Party. Supplier Party + An association to the Seller. + 0..1 + Receipt Advice + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Receipt Advice. Shipment + An association to Shipment. + 0..1 + Receipt Advice + Shipment + Shipment + + + + + + + + + ASBIE + Receipt Advice. Receipt Line + An association to Receipt Advice Line. + 1..n + Receipt Advice + Receipt Line + Receipt Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-Reminder-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-Reminder-2.0.xsd new file mode 100644 index 0000000000..85b283c66e --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-Reminder-2.0.xsd @@ -0,0 +1,716 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Reminder. Details + The document used to remind the customer of payments overdue. + Reminder + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Reminder. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Reminder + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Reminder. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Reminder + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Reminder. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Reminder + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Reminder. Identifier + An identifier for the Reminder assigned by the Creditor. + 1 + Reminder + Identifier + Identifier + Identifier. Type + Invoice Number + + + + + + + + + BBIE + Reminder. Copy_ Indicator. Indicator + Indicates whether a document is a copy (true) or not (false). + 0..1 + Reminder + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Reminder. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Reminder + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Reminder. Issue Date. Date + The date assigned by the Creditor on which the Invoice was issued. + 1 + Reminder + Issue Date + Date + Date. Type + Invoice Date + + + + + + + + + BBIE + Reminder. Issue Time. Time + The time assigned by the Creditor on which the Reminder was issued. + 0..1 + Reminder + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Reminder. Reminder Type Code. Code + Code specifying the type of the Reminder. + 0..1 + Reminder + Reminder Type Code + Code + Code. Type + + + + + + + + + BBIE + Reminder. Reminder Sequence. Numeric + The sequence number of the current reminder. Specifies the number of reminders previously sent plus one. + 0..1 + Reminder + Reminder Sequence + Numeric + Numeric. Type + + + + + + + + + BBIE + Reminder. Note. Text + Free-form text applying to the Reminder. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Reminder + Note + Text + Text. Type + + + + + + + + + BBIE + Reminder. Tax Point Date. Date + The date of the Reminder used to indicate the point at which tax becomes applicable. + 0..1 + Reminder + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Reminder. Document_ Currency Code. Code + The currency in which the Document is presented. This may be the same currency as the pricing or as the tax. + 0..1 + Reminder + Document + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Reminder. Tax_ Currency Code. Code + The currency used for tax amounts in the Reminder. + 0..1 + Reminder + Tax + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Reminder. Pricing_ Currency Code. Code + The currency used for prices in the Reminder. + 0..1 + Reminder + Pricing + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Reminder. Payment_ Currency Code. Code + The currency used for payment in the Reminder. + 0..1 + Reminder + Payment + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Reminder. Payment Alternative_ Currency Code. Code + The alternative currency used for payment in the Reminder. + 0..1 + Reminder + Payment Alternative + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Reminder. Accounting Cost Code. Code + The Buyer's accounting code applied to the Reminder as a whole. + 0..1 + Reminder + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Reminder. Accounting Cost. Text + The Buyer's accounting code applied to the Reminder as a whole, expressed as text. + 0..1 + Reminder + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Reminder. Line Count. Numeric + The number of lines in the document. + 0..1 + Reminder + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Reminder. Reminder_ Period. Period + An association to period(s) to which the Reminder applies. + 0..n + Reminder + Reminder + Period + Period + + + + + + + + + ASBIE + Reminder. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Reminder + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Reminder. Signature + An association to Signature. + 0..n + Reminder + Signature + Signature + + + + + + + + + ASBIE + Reminder. Accounting_ Supplier Party. Supplier Party + An association to the Accounting Supplier Party. + 1 + Reminder + Accounting + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Reminder. Accounting_ Customer Party. Customer Party + An association to the Accounting Customer Party. + 1 + Reminder + Accounting + Customer Party + Customer Party + + + + + + + + + ASBIE + Reminder. Payee_ Party. Party + An association to the Payee. + 0..1 + Reminder + Payee + Party + Party + + + + + + + + + ASBIE + Reminder. Tax Representative_ Party. Party + An association to the Tax Representative. + 0..1 + Reminder + Tax Representative + Party + Party + + + + + + + + + ASBIE + Reminder. Payment Means + An association to Payment Means. + 0..n + Reminder + Payment Means + Payment Means + + + + + + + + + ASBIE + Reminder. Payment Terms + An association to Payment Terms. + 0..n + Reminder + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Reminder. Prepaid_ Payment. Payment + An association to prepaid payment(s). + 0..n + Reminder + Prepaid + Payment + Payment + + + + + + + + + ASBIE + Reminder. Allowance Charge + An association to Allowances and Charges that apply to the Reminder as a whole. + 0..n + Reminder + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Reminder. Tax_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Tax Currency. + 0..1 + Reminder + Tax + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Reminder. Pricing_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Pricing Currency. + 0..1 + Reminder + Pricing + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Reminder. Payment_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Payment Currency. + 0..1 + Reminder + Payment + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Reminder. Payment Alternative_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Payment Alternative Currency. + 0..1 + Reminder + Payment Alternative + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Reminder. Tax Total + An association to Tax Total for specific tax types/rates. + 0..n + Reminder + Tax Total + Tax Total + + + + + + + + + ASBIE + Reminder. Legal_ Monetary Total. Monetary Total + An association to the total amount payable on the Invoice, including Allowances, Charges, and Taxes. + 1 + Reminder + Legal + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Reminder. Reminder Line + An association to Reminder Line. + 1..n + Reminder + Reminder Line + Reminder Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-RemittanceAdvice-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-RemittanceAdvice-2.0.xsd new file mode 100644 index 0000000000..449cfa3603 --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-RemittanceAdvice-2.0.xsd @@ -0,0 +1,540 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Remittance Advice. Details + The document used to specify details of an actual payment. + Remittance Advice + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Remittance Advice. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Remittance Advice + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Remittance Advice. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Remittance Advice + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Remittance Advice. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Remittance Advice + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Remittance Advice. Identifier + An identifier for the Remittance Advice assigned by the Debtor. + 1 + Remittance Advice + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Remittance Advice. Copy_ Indicator. Indicator + Indicates whether the Remittance Advice is a copy (true) or not (false). + 0..1 + Remittance Advice + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Remittance Advice. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Remittance Advice + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Remittance Advice. Issue Date. Date + The date assigned by the Debtor on which the Remittance Advice was issued. + 1 + Remittance Advice + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Remittance Advice. Issue Time. Time + The time assigned by the Debtor at which the Remittance Advice was issued. + 0..1 + Remittance Advice + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Remittance Advice. Note. Text + Free-form text applying to the Remittance Advice. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Remittance Advice + Note + Text + Text. Type + + + + + + + + + BBIE + Remittance Advice. Document_ Currency Code. Code + The default currency for the Remittance Advice. + 0..1 + Remittance Advice + Document + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Remittance Advice. Total_ Debit Amount. Amount + The totals of all debit amounts for the Remittance Advice. + 0..1 + Remittance Advice + Total + Debit Amount + Amount + Amount. Type + + + + + + + + + BBIE + Remittance Advice. Total_ Credit Amount. Amount + The totals of all credit amounts for the Remittance Advice. + 0..1 + Remittance Advice + Total + Credit Amount + Amount + Amount. Type + + + + + + + + + BBIE + Remittance Advice. Total_ Payment Amount. Amount + The total payable amount for the Remittance Advice (positive). + 0..1 + Remittance Advice + Total + Payment Amount + Amount + Amount. Type + + + + + + + + + BBIE + Remittance Advice. Payment Order Reference. Text + A reference to the Payment Order (from the Payer to the Payer's bank). + 0..1 + Remittance Advice + Payment Order Reference + Text + Text. Type + + + + + + + + + BBIE + Remittance Advice. Payer_ Reference. Text + The Payer;'s internal reference for the payment. + 0..1 + Remittance Advice + Payer + Reference + Text + Text. Type + + + + + + + + + BBIE + Remittance Advice. Invoicing Party_ Reference. Text + The Invoicing Party's reference to the payment, previously requested of the Payer to accompany remittance. + 0..1 + Remittance Advice + Invoicing Party + Reference + Text + Text. Type + + + + + + + + + BBIE + Remittance Advice. Line Count. Numeric + The number of lines in the document. + 0..1 + Remittance Advice + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Remittance Advice. Invoice_ Period. Period + Associates the Remittance Advice with an Invoicing Period rather than a specific Invoice. + 0..n + Remittance Advice + Invoice + Period + Period + + + + + + + + + ASBIE + Remittance Advice. Billing Reference + An association to Billing Reference. + 0..1 + Remittance Advice + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Remittance Advice. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Remittance Advice + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Remittance Advice. Signature + An association to Signature. + 0..n + Remittance Advice + Signature + Signature + + + + + + + + + ASBIE + Remittance Advice. Accounting_ Customer Party. Customer Party + An association to the Accounting Customer Party. + 1 + Remittance Advice + Accounting + Customer Party + Customer Party + + + + + + + + + ASBIE + Remittance Advice. Accounting_ Supplier Party. Supplier Party + An association to the Accounting Supplier Party. + 1 + Remittance Advice + Accounting + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Remittance Advice. Payee_ Party. Party + An association to the Payee. + 0..1 + Remittance Advice + Payee + Party + Party + + + + + + + + + ASBIE + Remittance Advice. Payment Means + An association to Payment Means. + 0..1 + Remittance Advice + Payment Means + Payment Means + + + + + + + + + ASBIE + Remittance Advice. Tax Total + An association to Tax Total. + 0..n + Remittance Advice + Tax Total + Tax Total + + + + + + + + + ASBIE + Remittance Advice. Remittance Advice Line + An association to one or more Remittance Advice Lines. + 1..n + Remittance Advice + Remittance Advice Line + Remittance Advice Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-RequestForQuotation-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-RequestForQuotation-2.0.xsd new file mode 100644 index 0000000000..a633cb2d8f --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-RequestForQuotation-2.0.xsd @@ -0,0 +1,440 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Request For Quotation. Details + The document used to request a Quotation for goods and services from a Seller. + Request For Quotation + Purchase Order + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Request For Quotation. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Request For Quotation + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Request For Quotation. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Request For Quotation + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Request For Quotation. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Request For Quotation + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Request For Quotation. Identifier + An identifier for the Request For Quotation assigned by the Originator. + 0..1 + Request For Quotation + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Request For Quotation. Copy_ Indicator. Indicator + Indicates whether the Request For Quotation is a copy (true) or not (false). + 0..1 + Request For Quotation + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Request For Quotation. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Request For Quotation + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Request For Quotation. Issue Date. Date + The date assigned by the Originator on which the Quotation was requested. + 1 + Request For Quotation + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Request For Quotation. Issue Time. Time + The time assigned by the Originator at which the Quotation was requested. + 1 + Request For Quotation + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Request For Quotation. Note. Text + Free-form text applying to the Request For Quotation. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Request For Quotation + Note + Text + Text. Type + + + + + + + + + BBIE + Request For Quotation. Pricing_ Currency Code. Code + The currency that the Seller should use to price the Quotation. + 0..1 + Request For Quotation + Pricing + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Request For Quotation. Line Count. Numeric + The number of lines in the document. + 0..1 + Request For Quotation + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Request For Quotation. Catalogue_ Document Reference. Document Reference + An associative reference to Catalogue. + 0..1 + Request For Quotation + Catalogue + Document Reference + Document Reference + + + + + + + + + ASBIE + Request For Quotation. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Request For Quotation + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Request For Quotation. Signature + An association to Signature. + 0..n + Request For Quotation + Signature + Signature + + + + + + + + + ASBIE + Request For Quotation. Originator_ Customer Party. Customer Party + An association to the Originator. + 0..1 + Request For Quotation + Originator + Customer Party + Customer Party + + + + + + + + + ASBIE + Request For Quotation. Seller_ Supplier Party. Supplier Party + An association to the Seller. + 1 + Request For Quotation + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Request For Quotation. Delivery + An association to Delivery. + 0..n + Request For Quotation + Delivery + Delivery + + + + + + + + + ASBIE + Request For Quotation. Delivery Terms + An association to Delivery Terms. + 0..n + Request For Quotation + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Request For Quotation. Destination_ Country. Country + An association to the country of destination (for customs purposes for potential orders). + 0..1 + Request For Quotation + Destination + Country + Country + + + + + + + + + ASBIE + Request For Quotation. Contract + An association to a framework agreement or contract. + 0..n + Request For Quotation + Contract + Contract + + + + + + + + + ASBIE + Request For Quotation. Request For Quotation Line + An association to one or more Request For Quotation Lines. + 1..n + Request For Quotation + Request For Quotation Line + Request For Quotation Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-SelfBilledCreditNote-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-SelfBilledCreditNote-2.0.xsd new file mode 100644 index 0000000000..3ff9dc515b --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-SelfBilledCreditNote-2.0.xsd @@ -0,0 +1,664 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Self Billed Credit Note. Details + The Credit Note created by the Debtor in a Self Billing arrangement with a Creditor; Self Billed Credit Note replaces Debit Note in such arrangements. + Self Billed Credit Note + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Self Billed Credit Note. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Self Billed Credit Note + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Self Billed Credit Note. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Self Billed Credit Note + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Self Billed Credit Note. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Self Billed Credit Note + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Self Billed Credit Note. Identifier + An identifier for the Self Billed Credit Note assigned by the Debtor. + 1 + Self Billed Credit Note + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Self Billed Credit Note. Copy_ Indicator. Indicator + Indicates whether the Self Billed Credit Note is a copy (true) or not (false). + 0..1 + Self Billed Credit Note + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Self Billed Credit Note. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Self Billed Credit Note + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Self Billed Credit Note. Issue Date. Date + The date assigned by the Debtor on which the Self Billed Credit Note was issued. + 1 + Self Billed Credit Note + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Self Billed Credit Note. Issue Time. Time + The time assigned by the Debtor at which the Self Billed Credit Note was issued. + 0..1 + Self Billed Credit Note + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Self Billed Credit Note. Tax Point Date. Date + The date of the Self Billed Credit Note, used to indicate the point at which tax becomes applicable. + 0..1 + Self Billed Credit Note + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Self Billed Credit Note. Note. Text + Free-form text applying to the Self Billed Credit Note. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Self Billed Credit Note + Note + Text + Text. Type + + + + + + + + + BBIE + Self Billed Credit Note. Document_ Currency Code. Code + The default currency for the Self Billed Credit Note. + 1 + Self Billed Credit Note + Document + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Credit Note. Tax_ Currency Code. Code + The currency used for tax amounts in the Self Billed Credit Note. + 0..1 + Self Billed Credit Note + Tax + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Credit Note. Pricing_ Currency Code. Code + The currency used for prices in the Self Billed Credit Note. + 0..1 + Self Billed Credit Note + Pricing + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Credit Note. Accounting Cost Code. Code + The Buyer's accounting code applied to the Self Billed Credit Note as a whole. + 0..1 + Self Billed Credit Note + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Self Billed Credit Note. Accounting Cost. Text + The Buyer's accounting code applied to the Self Billed Credit Note as a whole, expressed as text. + 0..1 + Self Billed Credit Note + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Self Billed Credit Note. Line Count. Numeric + The number of lines in the document. + 0..1 + Self Billed Credit Note + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Self Billed Credit Note. Invoice_ Period. Period + Associates the Self Billed Credit Note with an Invoicing Period rather than a specific Invoice (Self Billing). + 0..n + Self Billed Credit Note + Invoice + Period + Period + + + + + + + + + ASBIE + Self Billed Credit Note. Discrepancy_ Response. Response + An association to a reason for the Self Billed Credit Note as a whole. + 0..n + Self Billed Credit Note + Discrepancy + Response + Response + + + + + + + + + ASBIE + Self Billed Credit Note. Order Reference + An association to Order Reference. + 0..1 + Self Billed Credit Note + Order Reference + Order Reference + + + + + + + + + ASBIE + Self Billed Credit Note. Billing Reference + An association to Billing Reference. + 0..n + Self Billed Credit Note + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Self Billed Credit Note. Despatch_ Document Reference. Document Reference + An associative reference to Despatch Advice. + 0..n + Self Billed Credit Note + Despatch + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Credit Note. Receipt_ Document Reference. Document Reference + An associative reference to Receipt Advice. + 0..n + Self Billed Credit Note + Receipt + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Credit Note. Contract_ Document Reference. Document Reference + An associative reference to Contract. + 0..n + Self Billed Credit Note + Contract + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Credit Note. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Self Billed Credit Note + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Credit Note. Signature + An association to Signature. + 0..n + Self Billed Credit Note + Signature + Signature + + + + + + + + + ASBIE + Self Billed Credit Note. Accounting_ Customer Party. Customer Party + An association to the Accounting Customer Party. + 1 + Self Billed Credit Note + Accounting + Customer Party + Customer Party + + + + + + + + + ASBIE + Self Billed Credit Note. Accounting_ Supplier Party. Supplier Party + An association to the Accounting Customer Party. + 1 + Self Billed Credit Note + Accounting + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Self Billed Credit Note. Payee_ Party. Party + An association to the Payee. + 0..1 + Self Billed Credit Note + Payee + Party + Party + + + + + + + + + ASBIE + Self Billed Credit Note. Tax Representative_ Party. Party + An association to the Tax Representative. + 0..1 + Self Billed Credit Note + Tax Representative + Party + Party + + + + + + + + + ASBIE + Self Billed Credit Note. Allowance Charge + An association with an overall charge or allowance. + 0..n + Self Billed Credit Note + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Self Billed Credit Note. Tax_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Tax Currency. + 0..1 + Self Billed Credit Note + Tax + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Self Billed Credit Note. Pricing_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Pricing Currency. + 0..1 + Self Billed Credit Note + Pricing + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Self Billed Credit Note. Tax Total + An association to Tax Total for specific tax types/rates. + 0..n + Self Billed Credit Note + Tax Total + Tax Total + + + + + + + + + ASBIE + Self Billed Credit Note. Legal_ Monetary Total. Monetary Total + An association to the total amount payable on the Self Billed Credit Note, including Allowances, Charges, and Taxes. + 1 + Self Billed Credit Note + Legal + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Self Billed Credit Note. Credit Note Line + An association to one or more Self Billed Credit Note Lines. + 1..n + Self Billed Credit Note + Credit Note Line + Credit Note Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-SelfBilledInvoice-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-SelfBilledInvoice-2.0.xsd new file mode 100644 index 0000000000..0a97ca9200 --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-SelfBilledInvoice-2.0.xsd @@ -0,0 +1,870 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Self Billed Invoice. Details + The Invoice document created by the Customer (rather than the Supplier) in a Self Billing relationship. + Self Billed Invoice + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Self Billed Invoice. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Self Billed Invoice + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Self Billed Invoice. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Self Billed Invoice + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Self Billed Invoice. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Self Billed Invoice + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Self Billed Invoice. Identifier + An identifier for the Self Billed Invoice. + 1 + Self Billed Invoice + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Self Billed Invoice. Copy_ Indicator. Indicator + Indicates whether a document is a copy (true) or not (false). + 0..1 + Self Billed Invoice + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Self Billed Invoice. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Self Billed Invoice + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Self Billed Invoice. Issue Date. Date + The date on which the Self Billed Invoice was issued. + 1 + Self Billed Invoice + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Self Billed Invoice. Issue Time. Time + The time at which the Self Billed Invoice was issued. + 0..1 + Self Billed Invoice + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Self Billed Invoice. Tax Point Date. Date + The date of the invoice for tax purposes, in accordance with the applicable tax regulation. + 0..1 + Self Billed Invoice + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Self Billed Invoice. Invoice Type Code. Code + Identifies the type of the invoice by a code. + 0..1 + Self Billed Invoice + Invoice Type Code + Code + Code. Type + + + + + + + + + BBIE + Self Billed Invoice. Note. Text + Contains any free-form text pertinent to the entire document or to the document message itself. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Self Billed Invoice + Note + Text + Text. Type + + + + + + + + + BBIE + Self Billed Invoice. Document_ Currency Code. Code + The currency in which the Invoice is presented. This may be the same currency as the pricing or as the tax. + 0..1 + Self Billed Invoice + Document + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Invoice. Tax_ Currency Code. Code + The currency used for tax amounts in the Invoice. + 0..1 + Self Billed Invoice + Tax + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Invoice. Pricing_ Currency Code. Code + The currency used for prices in the Invoice. + 0..1 + Self Billed Invoice + Pricing + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Invoice. Payment_ Currency Code. Code + The currency used for payment in the Invoice. + 0..1 + Self Billed Invoice + Payment + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Invoice. Payment Alternative_ Currency Code. Code + The alternative currency used for payment in the Invoice. + 0..1 + Self Billed Invoice + Payment Alternative + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Invoice. Accounting Cost Code. Code + An accounting cost code applied to the Invoice as a whole. + 0..1 + Self Billed Invoice + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Self Billed Invoice. Accounting Cost. Text + An accounting cost code applied to the Invoice as a whole. + 0..1 + Self Billed Invoice + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Self Billed Invoice. Line Count. Numeric + The number of lines in the document. + 0..1 + Self Billed Invoice + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Self Billed Invoice. Invoice_ Period. Period + An association to period(s) to which the Self Billed Invoice applies. + 0..n + Self Billed Invoice + Invoice + Period + Period + + + + + + + + + ASBIE + Self Billed Invoice. Order Reference + An association to Order Reference. + 0..1 + Self Billed Invoice + Order Reference + Order Reference + + + + + + + + + ASBIE + Self Billed Invoice. Billing Reference + An association to Billing Reference. + 0..n + Self Billed Invoice + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Self Billed Invoice. Contract_ Document Reference. Document Reference + An associative reference to Contract. + 0..n + Self Billed Invoice + Contract + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Invoice. Despatch_ Document Reference. Document Reference + An associative reference to Despatch Advice. + 0..n + Self Billed Invoice + Despatch + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Invoice. Receipt_ Document Reference. Document Reference + An associative reference to Receipt Advice. + 0..n + Self Billed Invoice + Receipt + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Invoice. Statement_ Document Reference. Document Reference + An associative reference to Statement + 0..n + Self Billed Invoice + Statement + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Invoice. Originator_ Document Reference. Document Reference + An associative reference to Originator Document. + 0..n + Self Billed Invoice + Originator + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Invoice. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Self Billed Invoice + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Invoice. Signature + An association to Signature. + 0..n + Self Billed Invoice + Signature + Signature + + + + + + + + + ASBIE + Self Billed Invoice. Accounting_ Customer Party. Customer Party + An association to Accounting Customer Party. + 1 + Self Billed Invoice + Accounting + Customer Party + Customer Party + + + + + + + + + ASBIE + Self Billed Invoice. Accounting_ Supplier Party. Supplier Party + An association to Accounting Supplier Party. + 1 + Self Billed Invoice + Accounting + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Self Billed Invoice. Buyer_ Customer Party. Customer Party + Associates the Invoice with information about the buyer involved in the transaction. + 0..1 + Self Billed Invoice + Buyer + Customer Party + Customer Party + + + + + + + + + ASBIE + Self Billed Invoice. Seller_ Supplier Party. Supplier Party + Associates the Invoice with information about the seller involved in the transaction. + 0..1 + Self Billed Invoice + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Self Billed Invoice. Payee_ Party. Party + Associates the Invoice with information about the payee involved in the transaction. + 0..1 + Self Billed Invoice + Payee + Party + Party + + + + + + + + + ASBIE + Self Billed Invoice. Tax Representative_ Party. Party + An association to the Tax Representative. + 0..1 + Self Billed Invoice + Tax Representative + Party + Party + + + + + + + + + ASBIE + Self Billed Invoice. Delivery + Associates the overall Invoice with the details of a delivery (or deliveries). + 0..n + Self Billed Invoice + Delivery + Delivery + + + + + + + + + ASBIE + Self Billed Invoice. Delivery Terms + Associates the Invoice with the delivery terms applicable/required. + 0..n + Self Billed Invoice + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Self Billed Invoice. Payment Means + Associates the Invoice with the expected means of payment. + 0..1 + Self Billed Invoice + Payment Means + Payment Means + + + + + + + + + ASBIE + Self Billed Invoice. Payment Terms + Associates the Invoice with the payment terms applicable/offered. + 0..n + Self Billed Invoice + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Self Billed Invoice. Prepaid_ Payment. Payment + An association to prepaid payment(s). + 0..n + Self Billed Invoice + Prepaid + Payment + Payment + + + + + + + + + ASBIE + Self Billed Invoice. Allowance Charge + Associates the Invoice with an overall charge or allowance. + 0..n + Self Billed Invoice + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Self Billed Invoice. Tax_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Tax Currency. + 0..1 + Self Billed Invoice + Tax + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Self Billed Invoice. Pricing_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Pricing Currency. + 0..1 + Self Billed Invoice + Pricing + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Self Billed Invoice. Payment_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Payment Currency. + 0..1 + Self Billed Invoice + Payment + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Self Billed Invoice. Payment Alternative_ Exchange Rate. Exchange Rate + An association to Exchange Rate between the Document Currency and the Payment Alternative Currency. + 0..1 + Self Billed Invoice + Payment Alternative + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Self Billed Invoice. Tax Total + Associates the Invoice with summary information for a particular tax. + 0..n + Self Billed Invoice + Tax Total + Tax Total + + + + + + + + + ASBIE + Self Billed Invoice. Legal_ Monetary Total. Monetary Total + Associates the Invoice with a set of totals required for the Invoice to be a legal document. + 1 + Self Billed Invoice + Legal + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Self Billed Invoice. Invoice Line + An Invoice has one or more invoice lines. + 1..n + Self Billed Invoice + Invoice Line + Invoice Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-Statement-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-Statement-2.0.xsd new file mode 100644 index 0000000000..9d4da0aa8b --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-Statement-2.0.xsd @@ -0,0 +1,553 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Statement. Details + The document used to specify the status of Orders, Billing, and Payment. This document is a Statement of Account and not intended as a summary Invoice + Statement + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Statement. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Statement + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Statement. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Statement + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Statement. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Statement + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Statement. Identifier + An identifier for the Statement. + 1 + Statement + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Statement. Copy_ Indicator. Indicator + Indicates whether the Statement is a copy (true) or not (false). + 0..1 + Statement + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Statement. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Statement + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Statement. Issue Date. Date + The date assigned by the Creditor on which the Statement was issued. + 1 + Statement + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Statement. Issue Time. Time + The time assigned by the Creditor at which the Statement was issued. + 0..1 + Statement + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Statement. Note. Text + Free-form text applying to the Statement. This element may contain notes or any other similar information that is not contained explicitly in another structure. + 0..n + Statement + Note + Text + Text. Type + + + + + + + + + BBIE + Statement. Document_ Currency Code. Code + The default currency for the Statement. + 1 + Statement + Document + Currency Code + Code + Currency_ Code. Type + + + + + + + + + BBIE + Statement. Total_ Debit Amount. Amount + The total of all debit amounts for the Statement. + 0..1 + Statement + Total + Debit Amount + Amount + Amount. Type + + + + + + + + + BBIE + Statement. Total_ Credit Amount. Amount + The total of all credit amounts for the Statement. + 0..1 + Statement + Total + Credit Amount + Amount + Amount. Type + + + + + + + + + BBIE + Statement. Total_ Balance Amount. Amount + The total amount for the Statement. + 0..1 + Statement + Total + Balance Amount + Amount + Amount. Type + + + + + + + + + BBIE + Statement. Line Count. Numeric + The number of lines in the document. + 0..1 + Statement + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Statement. Statement_ Period. Period + An association to period(s) to which the Statement applies. + 0..1 + Statement + Statement + Period + Period + + + + + + + + + ASBIE + Statement. Additional_ Document Reference. Document Reference + An associative reference to Additional Document. + 0..n + Statement + Additional + Document Reference + Document Reference + + + + + + + + + ASBIE + Statement. Signature + An association to Signature. + 0..n + Statement + Signature + Signature + + + + + + + + + ASBIE + Statement. Accounting_ Supplier Party. Supplier Party + An association to the Accounting Supplier Party. + 1 + Statement + Accounting + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Statement. Accounting_ Customer Party. Customer Party + An association to the Accounting Customer Party. + 1 + Statement + Accounting + Customer Party + Customer Party + + + + + + + + + ASBIE + Statement. Buyer_ Customer Party. Customer Party + An association to the Buyer. + 0..1 + Statement + Buyer + Customer Party + Customer Party + + + + + + + + + ASBIE + Statement. Seller_ Supplier Party. Supplier Party + An association to the Seller. + 0..1 + Statement + Seller + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Statement. Originator_ Customer Party. Customer Party + An association to the Originator. + 0..1 + Statement + Originator + Customer Party + Customer Party + + + + + + + + + ASBIE + Statement. Payee_ Party. Party + An association to the Payee. + 0..1 + Statement + Payee + Party + Party + + + + + + + + + ASBIE + Statement. Payment Means + An association to Payment Means. + 0..1 + Statement + Payment Means + Payment Means + + + + + + + + + ASBIE + Statement. Payment Terms + An association to Payment Terms. + 0..n + Statement + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Statement. Allowance Charge + An association to Allowances and Charges that apply to the Statement period as a whole. + 0..n + Statement + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Statement. Tax Total + An association with summary information for particular taxes. + 0..n + Statement + Tax Total + Tax Total + + + + + + + + + ASBIE + Statement. Statement Line + An association to one or more Statement Lines. + 1..n + Statement + Statement Line + Statement Line + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-TransportationStatus-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-TransportationStatus-2.0.xsd new file mode 100644 index 0000000000..6932e2ed0d --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-TransportationStatus-2.0.xsd @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Transportation Status. Details + A message to report the transport status and/or change in the transport status (i.e. event) between agreed parties. + Transportation Status + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Transportation Status. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Transportation Status + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Transportation Status. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Transportation Status + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Transportation Status. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Transportation Status + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Transportation Status. Identifier + Unique identifier of the Status message. + 1 + Transportation Status + Identifier + Identifier + Identifier. Type + Freight Forwarding Instruction, Shippers Letter of Instruction + + + + + + + + + BBIE + Transportation Status. Carrier Assigned_ Identifier. Identifier + Reference number assigned by a carrier or its agent to identify a specific shipment, such as a booking reference number when cargo space is reserved prior to loading. + 0..1 + Transportation Status + Carrier Assigned + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transportation Status. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Transportation Status + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Transportation Status. Issue Date. Date + Date on which the status message was issued. + 0..1 + Transportation Status + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Transportation Status. Issue Time. Time + Time at which the status message was issued. + 0..1 + Transportation Status + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Transportation Status. Name + Name of a status message. + 0..1 + Transportation Status + Name + Name + Name. Type + + + + + + + + + BBIE + Transportation Status. Description. Text + Textual description of a status message. + 0..n + Transportation Status + Description + Text + Text. Type + + + + + + + + + BBIE + Transportation Status. Note. Text + Textual note associated with a status message. + 0..n + Transportation Status + Note + Text + Text. Type + + + + + + + + + BBIE + Transportation Status. Shipping Order Identifier. Identifier + Reference number to identify a Shipping Order. + 0..1 + Transportation Status + Shipping Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transportation Status. Other_ Instruction. Text + Instruction about this message. + 0..1 + Transportation Status + Other + Instruction + Text + Text. Type + + + + + + + + + ASBIE + Transportation Status. Consignment + An association to Consignment covered by the status message. + 1 + Transportation Status + Consignment + Consignment + + + + + + + + + ASBIE + Transportation Status. Transport Event + Events that relate to this status report. + 1..n + Transportation Status + Transport Event + Transport Event + + + + + + + + + ASBIE + Transportation Status. Document Reference + An association to Document Reference. + 0..n + Transportation Status + Document Reference + Document Reference + + + + + + + + + ASBIE + Transportation Status. Signature + An association to Signature. + 0..n + Transportation Status + Signature + Signature + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.0/maindoc/UBL-Waybill-2.0.xsd b/base_ubl/data/xsd-2.0/maindoc/UBL-Waybill-2.0.xsd new file mode 100644 index 0000000000..f9ac09dd78 --- /dev/null +++ b/base_ubl/data/xsd-2.0/maindoc/UBL-Waybill-2.0.xsd @@ -0,0 +1,476 @@ + + + + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + ABIE + Waybill. Details + The Waybill is issued by the party who acts as an agent for the carrier or other agents, to the party who gives instructions for the transportation services (shipper, consignor, etc.) stating the details of the transportation, charges, and terms and conditions under which the transportation service is provided. The party issuing this document could be a party other than that providing the physical transportation. It corresponds to the information on the Forwarding Instruction. It is used for all modes of transport. It can serve as a contractual document between the parties for the transportation service. The document made out by the carrier or on behalf of the carrier evidencing the contract for the transport of cargo. + Waybill + Consignment Note + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Waybill. UBL Version Identifier. Identifier + The earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Waybill + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Waybill. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Waybill + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Waybill. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Waybill + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Waybill. Identifier + Unique identifier of the Waybill. Reference number to identify a document evidencing a transport contract. + 1 + Waybill + Identifier + Identifier + Identifier. Type + Master Waybill Number + + + + + + + + + BBIE + Waybill. Carrier Assigned_ Identifier. Identifier + Reference number assigned by a carrier or its agent to identify a specific shipment. + 0..1 + Waybill + Carrier Assigned + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Waybill. UUID. Identifier + A universally unique identifier for an instance of this ABIE. + 0..1 + Waybill + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Waybill. Issue Date. Date + Date on which the Waybill was issued. + 0..1 + Waybill + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Waybill. Issue Time. Time + Time at which the Waybill was issued. + 0..1 + Waybill + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Waybill. Name + Name of a Waybill. + 0..1 + Waybill + Name + Name + Name. Type + "Air Waybill", "House Waybill" + + + + + + + + + BBIE + Waybill. Description. Text + Textual description of a Waybill. + 0..n + Waybill + Description + Text + Text. Type + + + + + + + + + BBIE + Waybill. Note. Text + Textual note associated with a Waybill. + 0..n + Waybill + Note + Text + Text. Type + + + + + + + + + BBIE + Waybill. Shipping Order Identifier. Identifier + Reference number to identify a Shipping Order or Forwarding Instruction. + 0..1 + Waybill + Shipping Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Waybill. Ad Valorem_ Indicator. Indicator + A term used in commerce in reference to certain duties, called ad valorem duties, which are levied on commodities at certain rates per centum on their value. + 0..1 + Waybill + Ad Valorem + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Waybill. Declared Carriage_ Value. Amount + Value, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery. + 0..1 + Waybill + Declared Carriage + Value + Amount + Amount. Type + + + + + + + + + BBIE + Waybill. Other_ Instruction. Text + Contains other free-text based instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document. + 0..n + Waybill + Other + Instruction + Text + Text. Type + + + + + + + + + ASBIE + Waybill. Consignor_ Party. Party + The party consigning goods as stipulated in the transport contract by the party ordering transport. + 0..1 + Waybill + Consignor + Party + Party + + + + + + + + + ASBIE + Waybill. Carrier_ Party. Party + The party providing the transport of goods between named points. + 0..1 + Waybill + Carrier + Party + Party + + + + + + + + + ASBIE + Waybill. Freight Forwarder_ Party. Party + The party combining individual smaller consignments into a single larger shipment (so-called consolidated consignment ) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components. + 0..1 + Waybill + Freight Forwarder + Party + Party + + + + + + + + + ASBIE + Waybill. Shipment + A separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport. + 1 + Waybill + Shipment + Shipment + + + + + + + + + ASBIE + Waybill. Document Reference + An association to Document Reference. + 0..n + Waybill + Document Reference + Document Reference + + + + + + + + + ASBIE + Waybill. Exchange Rate + Information that directly relates to the rate of exchange (conversion) between two currencies. + 0..n + Waybill + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Waybill. Document Distribution + The distribution of the Waybill to interested parties. + 0..n + Waybill + Document Distribution + Document Distribution + + + + + + + + + ASBIE + Waybill. Signature + An association to Signature. + 0..n + Waybill + Signature + Signature + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.1/common/CCTS_CCT_SchemaModule-2.1.xsd b/base_ubl/data/xsd-2.1/common/CCTS_CCT_SchemaModule-2.1.xsd new file mode 100644 index 0000000000..5be7ba1d7a --- /dev/null +++ b/base_ubl/data/xsd-2.1/common/CCTS_CCT_SchemaModule-2.1.xsd @@ -0,0 +1,731 @@ + + + + + + + + + + + + + + UNDT000001 + CCT + Amount. Type + 1.0 + A number of monetary units specified in a currency where the unit of the currency is explicit or implied. + Amount + decimal + + + + + + + + UNDT000001-SC2 + SC + Amount Currency. Identifier + The currency of the amount. + Amount Currency + Identification + Identifier + string + Reference UNECE Rec 9, using 3-letter alphabetic codes. + + + + + + + UNDT000001-SC3 + SC + Amount Currency. Code List Version. Identifier + The VersionID of the UN/ECE Rec9 code list. + Amount Currency + Code List Version + Identifier + string + + + + + + + + + + + + UNDT000002 + CCT + Binary Object. Type + 1.0 + A set of finite-length sequences of binary octets. + Binary Object + binary + + + + + + + + UNDT000002-SC2 + SC + Binary Object. Format. Text + The format of the binary content. + Binary Object + Format + Text + string + + + + + + + UNDT000002-SC3 + SC + Binary Object. Mime. Code + The mime type of the binary object. + Binary Object + Mime + Code + string + + + + + + + UNDT000002-SC4 + SC + Binary Object. Encoding. Code + Specifies the decoding algorithm of the binary object. + Binary Object + Encoding + Code + string + + + + + + + UNDT000002-SC5 + SC + Binary Object. Character Set. Code + The character set of the binary object if the mime type is text. + Binary Object + Character Set + Code + string + + + + + + + UNDT000002-SC6 + SC + Binary Object. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the binary object is located. + Binary Object + Uniform Resource Identifier + Identifier + string + + + + + + + UNDT000002-SC7 + SC + Binary Object. Filename.Text + The filename of the binary object. + Binary Object + Filename + Text + string + + + + + + + + + + + + UNDT000007 + CCT + Code. Type + 1.0 + A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information. + Code + string + Should not be used if the character string identifies an instance of an object class or an object in the real world, in which case the Identifier. Type should be used. + + + + + + + + UNDT000007-SC2 + SC + Code List. Identifier + The identification of a list of codes. + Code List + Identification + Identifier + string + + + + + + + UNDT000007-SC3 + SC + Code List. Agency. Identifier + An agency that maintains one or more lists of codes. + Code List + Agency + Identifier + string + Defaults to the UN/EDIFACT data element 3055 code list. + + + + + + + UNDT000007-SC4 + SC + Code List. Agency Name. Text + The name of the agency that maintains the list of codes. + Code List + Agency Name + Text + string + + + + + + + UNDT000007-SC5 + SC + Code List. Name. Text + The name of a list of codes. + Code List + Name + Text + string + + + + + + + UNDT000007-SC6 + SC + Code List. Version. Identifier + The version of the list of codes. + Code List + Version + Identifier + string + + + + + + + UNDT000007-SC7 + SC + Code. Name. Text + The textual equivalent of the code content component. + Code + Name + Text + string + + + + + + + UNDT000007-SC8 + SC + Language. Identifier + The identifier of the language used in the code name. + Language + Identification + Identifier + string + + + + + + + UNDT000007-SC9 + SC + Code List. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the code list is located. + Code List + Uniform Resource Identifier + Identifier + string + + + + + + + UNDT000007-SC10 + SC + Code List Scheme. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the code list scheme is located. + Code List Scheme + Uniform Resource Identifier + Identifier + string + + + + + + + + + + + + UNDT000008 + CCT + Date Time. Type + 1.0 + A particular point in the progression of time together with the relevant supplementary information. + Date Time + string + Can be used for a date and/or time. + + + + + + + + UNDT000008-SC1 + SC + Date Time. Format. Text + The format of the date time content + Date Time + Format + Text + string + + + + + + + + + + + + UNDT000011 + CCT + Identifier. Type + 1.0 + A character string to identify and distinguish uniquely, one instance of an object in an identification scheme from all other objects in the same scheme together with relevant supplementary information. + Identifier + string + + + + + + + + UNDT000011-SC2 + SC + Identification Scheme. Identifier + The identification of the identification scheme. + Identification Scheme + Identification + Identifier + string + + + + + + + UNDT000011-SC3 + SC + Identification Scheme. Name. Text + The name of the identification scheme. + Identification Scheme + Name + Text + string + + + + + + + UNDT000011-SC4 + SC + Identification Scheme Agency. Identifier + The identification of the agency that maintains the identification scheme. + Identification Scheme Agency + Identification + Identifier + string + Defaults to the UN/EDIFACT data element 3055 code list. + + + + + + + UNDT000011-SC5 + SC + Identification Scheme Agency. Name. Text + The name of the agency that maintains the identification scheme. + Identification Scheme Agency + Agency Name + Text + string + + + + + + + UNDT000011-SC6 + SC + Identification Scheme. Version. Identifier + The version of the identification scheme. + Identification Scheme + Version + Identifier + string + + + + + + + UNDT000011-SC7 + SC + Identification Scheme Data. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the identification scheme data is located. + Identification Scheme Data + Uniform Resource Identifier + Identifier + string + + + + + + + UNDT000011-SC8 + SC + Identification Scheme. Uniform Resource. Identifier + The Uniform Resource Identifier that identifies where the identification scheme is located. + Identification Scheme + Uniform Resource Identifier + Identifier + string + + + + + + + + + + + + UNDT000012 + CCT + Indicator. Type + 1.0 + A list of two mutually exclusive Boolean values that express the only possible states of a Property. + Indicator + string + + + + + + + + UNDT000012-SC2 + SC + Indicator. Format. Text + Whether the indicator is numeric, textual or binary. + Indicator + Format + Text + string + + + + + + + + + + + + UNDT000013 + CCT + Measure. Type + 1.0 + A numeric value determined by measuring an object along with the specified unit of measure. + Measure + decimal + + + + + + + + UNDT000013-SC2 + SC + Measure Unit. Code + The type of unit of measure. + Measure Unit + Code + Code + string + Reference UNECE Rec. 20 and X12 355 + + + + + + + UNDT000013-SC3 + SC + Measure Unit. Code List Version. Identifier + The version of the measure unit code list. + Measure Unit + Code List Version + Identifier + string + + + + + + + + + + + + UNDT000014 + CCT + Numeric. Type + 1.0 + Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure. + Numeric + string + + + + + + + + UNDT000014-SC2 + SC + Numeric. Format. Text + Whether the number is an integer, decimal, real number or percentage. + Numeric + Format + Text + string + + + + + + + + + + + + UNDT000018 + CCT + Quantity. Type + 1.0 + A counted number of non-monetary units possibly including fractions. + Quantity + decimal + + + + + + + + UNDT000018-SC2 + SC + Quantity. Unit. Code + The unit of the quantity + Quantity + Unit Code + Code + string + + + + + + + UNDT000018-SC3 + SC + Quantity Unit. Code List. Identifier + The quantity unit code list. + Quantity Unit + Code List + Identifier + string + + + + + + + UNDT000018-SC4 + SC + Quantity Unit. Code List Agency. Identifier + The identification of the agency that maintains the quantity unit code list + Quantity Unit + Code List Agency + Identifier + string + Defaults to the UN/EDIFACT data element 3055 code list. + + + + + + + UNDT000018-SC5 + SC + Quantity Unit. Code List Agency Name. Text + The name of the agency which maintains the quantity unit code list. + Quantity Unit + Code List Agency Name + Text + string + + + + + + + + + + + + UNDT000019 + CCT + Text. Type + 1.0 + A character string (i.e. a finite set of characters) generally in the form of words of a language. + Text + string + + + + + + + + UNDT000019-SC2 + SC + Language. Identifier + The identifier of the language used in the content component. + Language + Identification + Identifier + string + + + + + + + UNDT000019-SC3 + SC + Language. Locale. Identifier + The identification of the locale of the language. + Language + Locale + Identifier + string + + + + + + + diff --git a/base_ubl/data/xsd-2.1/common/UBL-CommonAggregateComponents-2.1.xsd b/base_ubl/data/xsd-2.1/common/UBL-CommonAggregateComponents-2.1.xsd new file mode 100644 index 0000000000..53d2cef15c --- /dev/null +++ b/base_ubl/data/xsd-2.1/common/UBL-CommonAggregateComponents-2.1.xsd @@ -0,0 +1,39799 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ABIE + Activity Data Line. Details + A class to associate a time period and locations (activity data) with an item for inventory planning purposes. + Activity Data Line + + + + + + + + + BBIE + Activity Data Line. Identifier + An identifier for this activity data line. + 1 + Activity Data Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Activity Data Line. Supply Chain Activity Type Code. Code + A code signifying the type of supply chain activity. + 1 + Activity Data Line + Supply Chain Activity Type Code + Code + Code. Type + + + + + + + + + ASBIE + Activity Data Line. Buyer_ Customer Party. Customer Party + The buyer of the item. + 0..1 + Activity Data Line + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Activity Data Line. Seller_ Supplier Party. Supplier Party + The seller of the item. + 0..1 + Activity Data Line + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Activity Data Line. Activity_ Period. Period + The period during which the activity is realized. + 0..1 + Activity Data Line + Activity + Period + Period + Period + + + + + + + + + ASBIE + Activity Data Line. Activity Origin_ Location. Location + Either the location where the movement of goods is observed or the location from which the goods are moved. + 1 + Activity Data Line + Activity Origin + Location + Location + Location + + + + + + + + + ASBIE + Activity Data Line. Activity Final_ Location. Location + The location to which the goods are moved. + 0..1 + Activity Data Line + Activity Final + Location + Location + Location + + + + + + + + + ASBIE + Activity Data Line. Sales Item + Sales information for an item to which this line applies. + 1..n + Activity Data Line + Sales Item + Sales Item + Sales Item + + + + + + + + + + + ABIE + Activity Property. Details + A class to define a name/value pair for a property of an inventory planning activity. + Activity Property + + + + + + + + + BBIE + Activity Property. Name + The name of this activity property. + 1 + Activity Property + Name + Name + Name. Type + + + + + + + + + BBIE + Activity Property. Value. Text + The value of this activity property. + 1 + Activity Property + Value + Text + Text. Type + + + + + + + + + + + ABIE + Address. Details + A class to define common information related to an address. + Address + + + + + + + + + BBIE + Address. Identifier + An identifier for this address within an agreed scheme of address identifiers. + 0..1 + Address + Identifier + Identifier + Identifier. Type + DetailsKey + + + + + + + + + BBIE + Address. Address Type Code. Code + A mutually agreed code signifying the type of this address. + 0..1 + Address + Address Type Code + Code + Code. Type + + + + + + + + + BBIE + Address. Address Format Code. Code + A mutually agreed code signifying the format of this address. + 0..1 + Address + Address Format Code + Code + Code. Type + + + + + + + + + BBIE + Address. Postbox. Text + A post office box number registered for postal delivery by a postal service provider. + 0..1 + Address + Postbox + Text + Text. Type + PostBox, PO Box + 123 + + + + + + + + + BBIE + Address. Floor. Text + An identifiable floor of a building. + 0..1 + Address + Floor + Text + Text. Type + SubPremiseNumber + 30 + + + + + + + + + BBIE + Address. Room. Text + An identifiable room, suite, or apartment of a building. + 0..1 + Address + Room + Text + Text. Type + SubPremiseNumber + Reception + + + + + + + + + BBIE + Address. Street Name. Name + The name of the street, road, avenue, way, etc. to which the number of the building is attached. + 0..1 + Address + Street Name + Name + Name. Type + Thoroughfare + Kwun Tong Road + + + + + + + + + BBIE + Address. Additional_ Street Name. Name + An additional street name used to further clarify the address. + 0..1 + Address + Additional + Street Name + Name + Name. Type + Thoroughfare + Cnr Aberdeen Road + + + + + + + + + BBIE + Address. Block Name. Name + The name of the block (an area surrounded by streets and usually containing several buildings) in which this address is located. + 0..1 + Address + Block Name + Name + Name. Type + Seabird + + + + + + + + + BBIE + Address. Building Name. Name + The name of a building. + 0..1 + Address + Building Name + Name + Name. Type + BuildingName + Plot 421 + + + + + + + + + BBIE + Address. Building Number. Text + The number of a building within the street. + 0..1 + Address + Building Number + Text + Text. Type + PremiseNumber + 388 + + + + + + + + + BBIE + Address. Inhouse_ Mail. Text + The specific identifable location within a building where mail is delivered. + 0..1 + Address + Inhouse + Mail + Text + Text. Type + MailStop + + + + + + + + + BBIE + Address. Department. Text + The department of the addressee. + 0..1 + Address + Department + Text + Text. Type + Department + Accounts Payable + + + + + + + + + BBIE + Address. Mark Attention. Text + The name, expressed as text, of a person or department in an organization to whose attention incoming mail is directed; corresponds to the printed forms "for the attention of", "FAO", and ATTN:". + 0..1 + Address + Mark Attention + Text + Text. Type + + + + + + + + + BBIE + Address. Mark Care. Text + The name, expressed as text, of a person or organization at this address into whose care incoming mail is entrusted; corresponds to the printed forms "care of" and "c/o". + 0..1 + Address + Mark Care + Text + Text. Type + + + + + + + + + BBIE + Address. Plot Identification. Text + An identifier (e.g., a parcel number) for the piece of land associated with this address. + 0..1 + Address + Plot Identification + Text + Text. Type + + + + + + + + + BBIE + Address. City Subdivision Name. Name + The name of the subdivision of a city, town, or village in which this address is located, such as the name of its district or borough. + 0..1 + Address + City Subdivision Name + Name + Name. Type + + + + + + + + + BBIE + Address. City Name. Name + The name of a city, town, or village. + 0..1 + Address + City Name + Name + Name. Type + LocalityName + Hong Kong + + + + + + + + + BBIE + Address. Postal_ Zone. Text + The postal identifier for this address according to the relevant national postal service, such as a ZIP code or Post Code. + 0..1 + Address + Postal + Zone + Text + Text. Type + PostalCodeNumber + SW11 4EW 2500 GG + + + + + + + + + BBIE + Address. Country Subentity. Text + The political or administrative division of a country in which this address is located, such as the name of its county, province, or state, expressed as text. + 0..1 + Address + Country Subentity + Text + Text. Type + AdministrativeArea, State, Country, Shire, Canton + Florida , Tamilnadu + + + + + + + + + BBIE + Address. Country Subentity Code. Code + The political or administrative division of a country in which this address is located, such as a county, province, or state, expressed as a code (typically nationally agreed). + 0..1 + Address + Country Subentity Code + Code + Code. Type + AdministrativeAreaCode, State Code + + + + + + + + + BBIE + Address. Region. Text + The recognized geographic or economic region or group of countries in which this address is located. + 0..1 + Address + Region + Text + Text. Type + LocalityName, Economic Zone + European Union + + + + + + + + + BBIE + Address. District. Text + The district or geographical division of a country or region in which this address is located. + 0..1 + Address + District + Text + Text. Type + LocalityName, Area + East Coast + + + + + + + + + BBIE + Address. Timezone Offset. Text + The time zone in which this address is located (as an offset from Universal Coordinated Time (UTC)) at the time of exchange. + 0..1 + Address + Timezone Offset + Text + Text. Type + +8:00 -3:00 + + + + + + + + + ASBIE + Address. Address Line + An unstructured address line. + 0..n + Address + Address Line + Address Line + Address Line + + + + + + + + + ASBIE + Address. Country + The country in which this address is situated. + 0..1 + Address + Country + Country + Country + + + + + + + + + ASBIE + Address. Location Coordinate + The geographical coordinates of this address. + 0..n + Address + Location Coordinate + Location Coordinate + Location Coordinate + + + + + + + + + + + ABIE + Address Line. Details + A class to define an unstructured address line. + Address Line + + + + + + + + + BBIE + Address Line. Line. Text + An address line expressed as unstructured text. + 1 + Address Line + Line + Text + Text. Type + 123 Standard Chartered Tower + + + + + + + + + + + ABIE + Air Transport. Details + A class to identify a specific aircraft used for transportation. + Air Transport + + + + + + + + + BBIE + Air Transport. Aircraft Identifier. Identifier + An identifer for a specific aircraft. + 1 + Air Transport + Aircraft Identifier + Identifier + Identifier. Type + + + + + + + + + + + ABIE + Allowance Charge. Details + A class to describe information about a charge or discount as applied to a price component. + Allowance Charge + + + + + + + + + BBIE + Allowance Charge. Identifier + An identifier for this allowance or charge. + 0..1 + Allowance Charge + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Allowance Charge. Charge_ Indicator. Indicator + An indicator that this AllowanceCharge describes a charge (true) or a discount (false). + 1 + Allowance Charge + Charge + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Allowance Charge. Allowance Charge Reason Code. Code + A mutually agreed code signifying the reason for this allowance or charge. + 0..1 + Allowance Charge + Allowance Charge Reason Code + Code + Allowance Charge Reason + Allowance Charge Reason_ Code. Type + + + + + + + + + BBIE + Allowance Charge. Allowance Charge_ Reason. Text + The reason for this allowance or charge. + 0..n + Allowance Charge + Allowance Charge + Reason + Text + Text. Type + + + + + + + + + BBIE + Allowance Charge. Multiplier_ Factor. Numeric + A number by which the base amount is multiplied to calculate the actual amount of this allowance or charge. + 0..1 + Allowance Charge + Multiplier + Factor + Numeric + Numeric. Type + 0.20 + + + + + + + + + BBIE + Allowance Charge. Prepaid_ Indicator. Indicator + An indicator that this allowance or charge is prepaid (true) or not (false). + 0..1 + Allowance Charge + Prepaid + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Allowance Charge. Sequence. Numeric + A number indicating the order of this allowance or charge in the sequence of calculations applied when there are multiple allowances or charges. + 0..1 + Allowance Charge + Sequence + Numeric + Numeric. Type + 1, 2, 3, 4, etc. + + + + + + + + + BBIE + Allowance Charge. Amount + The monetary amount of this allowance or charge to be applied. + 1 + Allowance Charge + Amount + Amount + Amount. Type + 35,23 + + + + + + + + + BBIE + Allowance Charge. Base_ Amount. Amount + The monetary amount to which the multiplier factor is applied in calculating the amount of this allowance or charge. + 0..1 + Allowance Charge + Base + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Allowance Charge. Accounting Cost Code. Code + The accounting cost centre used by the buyer to account for this allowance or charge, expressed as a code. + 0..1 + Allowance Charge + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Allowance Charge. Accounting Cost. Text + The accounting cost centre used by the buyer to account for this allowance or charge, expressed as text. + 0..1 + Allowance Charge + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Allowance Charge. Per Unit_ Amount. Amount + The allowance or charge per item; the total allowance or charge is calculated by multiplying the per unit amount by the quantity of items, either at the level of the individual transaction line or for the total number of items in the document, depending on the context in which it appears. + 0..1 + Allowance Charge + Per Unit + Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Allowance Charge. Tax Category + A tax category applicable to this allowance or charge. + 0..n + Allowance Charge + Tax Category + Tax Category + Tax Category + + + + + + + + + ASBIE + Allowance Charge. Tax Total + The total of all the taxes applicable to this allowance or charge. + 0..1 + Allowance Charge + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Allowance Charge. Payment Means + A means of payment for this allowance or charge. + 0..n + Allowance Charge + Payment Means + Payment Means + Payment Means + + + + + + + + + + + ABIE + Appeal Terms. Details + A class to describe the terms and conditions, set by the contracting authority, under which an appeal can be lodged for a tender award. + Appeal Terms + + + + + + + + + BBIE + Appeal Terms. Description. Text + Text describing the terms of an appeal. + 0..n + Appeal Terms + Description + Text + Text. Type + + + + + + + + + ASBIE + Appeal Terms. Presentation_ Period. Period + The period during which an appeal can be presented. + 0..1 + Appeal Terms + Presentation + Period + Period + Period + + + + + + + + + ASBIE + Appeal Terms. Appeal Information_ Party. Party + The party presenting the information for an appeal. + 0..1 + Appeal Terms + Appeal Information + Party + Party + Party + + + + + + + + + ASBIE + Appeal Terms. Appeal Receiver_ Party. Party + The party to whom an appeal should be presented. + 0..1 + Appeal Terms + Appeal Receiver + Party + Party + Party + + + + + + + + + ASBIE + Appeal Terms. Mediation_ Party. Party + The party that has been appointed to mediate any appeal. + 0..1 + Appeal Terms + Mediation + Party + Party + Party + + + + + + + + + + + ABIE + Attachment. Details + A class to describe an attached document. An attachment can refer to an external document or be included with the document being exchanged. + Attachment + + + + + + + + + BBIE + Attachment. Embedded_ Document. Binary Object + A binary large object containing an attached document. + 0..1 + Attachment + Embedded + Document + Binary Object + Binary Object. Type + + + + + + + + + ASBIE + Attachment. External Reference + A reference to an attached document that is external to the document(s) being exchanged. + 0..1 + Attachment + External Reference + External Reference + External Reference + + + + + + + + + + + ABIE + Auction Terms. Details + A class to describe the terms to be fulfilled by tenderers if an auction is to be executed before the awarding of a tender. + Auction Terms + + + + + + + + + BBIE + Auction Terms. Auction_ Constraint. Indicator + Indicates whether an electronic auction will be used before the awarding of a contract (true) or not (false). + 0..1 + Auction Terms + Auction + Constraint + Indicator + Indicator. Type + + + + + + + + + BBIE + Auction Terms. Justification_ Description. Text + Text describing a justification for the use of an auction in awarding the tender. + 0..n + Auction Terms + Justification + Description + Text + Text. Type + + + + + + + + + BBIE + Auction Terms. Description. Text + Text for tenderers describing terms governing the auction. + 0..n + Auction Terms + Description + Text + Text. Type + + + + + + + + + BBIE + Auction Terms. Process_ Description. Text + Text describing the auction process. + 0..n + Auction Terms + Process + Description + Text + Text. Type + + + + + + + + + BBIE + Auction Terms. Conditions_ Description. Text + Text describing the conditions under which the tenderers will be able to bid as part of the auction. + 0..n + Auction Terms + Conditions + Description + Text + Text. Type + + + + + + + + + BBIE + Auction Terms. Electronic Device_ Description. Text + Text describing an electronic device used for the auction, including associated connectivity specifications. + 0..n + Auction Terms + Electronic Device + Description + Text + Text. Type + + + + + + + + + BBIE + Auction Terms. Auction_ URI. Identifier + The Uniform Resource Identifier (URI) of the electronic device used for the auction. + 0..1 + Auction Terms + Auction + URI + Identifier + Identifier. Type + + + + + + + + + + + ABIE + Awarding Criterion. Details + A class to define a criterion from the contracting party that will be taken into account when awarding a contract. An awarding criterion can be objective, when it can be evaluated following a formula, or subjective, when human analysis is required. + Awarding Criterion + + + + + + + + + BBIE + Awarding Criterion. Identifier + Identifies a specific awarding criterion. + 0..1 + Awarding Criterion + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Awarding Criterion. Awarding Criterion Type Code. Code + A code used to define this awarding criterion. + 0..1 + Awarding Criterion + Awarding Criterion Type Code + Code + Code. Type + + + + + + + + + BBIE + Awarding Criterion. Description. Text + A description of the awarding criterion. + 0..n + Awarding Criterion + Description + Text + Text. Type + + + + + + + + + BBIE + Awarding Criterion. Weight Numeric. Numeric + A number defining the comparative weighting assigned to this awarding criterion, to enable formulaic evaluation. + 0..1 + Awarding Criterion + Weight Numeric + Numeric + Numeric. Type + + + + + + + + + BBIE + Awarding Criterion. Weight. Text + A description of the comparative weighting for this awarding criterion. + 0..n + Awarding Criterion + Weight + Text + Text. Type + + + + + + + + + BBIE + Awarding Criterion. Calculation Expression. Text + The mathematical expression that will be used to evaluate this criterion. + 0..n + Awarding Criterion + Calculation Expression + Text + Text. Type + + + + + + + + + BBIE + Awarding Criterion. Calculation Expression Code. Code + A code identifying the mathematical expression that will be used to evaluate this criterion. + 0..1 + Awarding Criterion + Calculation Expression Code + Code + Code. Type + + + + + + + + + BBIE + Awarding Criterion. Minimum_ Quantity. Quantity + The minimum quantity for an awarding criterion. + 0..1 + Awarding Criterion + Minimum + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Awarding Criterion. Maximum_ Quantity. Quantity + The maximum quantity for an awarding criterion. + 0..1 + Awarding Criterion + Maximum + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Awarding Criterion. Minimum_ Amount. Amount + The minimum monetary amount for an awarding criterion. + 0..1 + Awarding Criterion + Minimum + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Awarding Criterion. Maximum_ Amount. Amount + The maximum monetary amount for an awarding criterion. + 0..1 + Awarding Criterion + Maximum + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Awarding Criterion. Minimum Improvement Bid. Text + Describes the minimum improvement bid for this awarding criterion when used in an auction. + 0..n + Awarding Criterion + Minimum Improvement Bid + Text + Text. Type + + + + + + + + + ASBIE + Awarding Criterion. Subordinate_ Awarding Criterion. Awarding Criterion + Defines any subsidiary awarding criterion. + 0..n + Awarding Criterion + Subordinate + Awarding Criterion + Awarding Criterion + Awarding Criterion + + + + + + + + + + + ABIE + Awarding Criterion Response. Details + Defines the response for an awarding criterion from the tendering party. + Awarding Criterion Response + + + + + + + + + BBIE + Awarding Criterion Response. Identifier + An identification of this awarding criterion response. + 0..1 + Awarding Criterion Response + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Awarding Criterion Response. Awarding Criterion Identifier. Identifier + An identifer of the awarding criterion being referred to. + 0..1 + Awarding Criterion Response + Awarding Criterion Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Awarding Criterion Response. Awarding Criterion_ Description. Text + Describes the awarding criterion. + 0..n + Awarding Criterion Response + Awarding Criterion + Description + Text + Text. Type + + + + + + + + + BBIE + Awarding Criterion Response. Description. Text + Describes the awarding criterion response. + 0..n + Awarding Criterion Response + Description + Text + Text. Type + + + + + + + + + BBIE + Awarding Criterion Response. Quantity + Specifies the quantity tendered for this awarding criterion. + 0..1 + Awarding Criterion Response + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Awarding Criterion Response. Amount + Specifies the monetary amount tendered for this awarding criterion. + 0..1 + Awarding Criterion Response + Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Awarding Criterion Response. Subordinate_ Awarding Criterion Response. Awarding Criterion Response + Defines responses to any subsidiary awarding criterion. + 0..n + Awarding Criterion Response + Subordinate + Awarding Criterion Response + Awarding Criterion Response + Awarding Criterion Response + + + + + + + + + + + ABIE + Awarding Terms. Details + A class to define the terms for awarding a contract. + Awarding Terms + + + + + + + + + BBIE + Awarding Terms. Weighting Algorithm Code. Code + A code signifying the weighting algorithm for awarding criteria. When multiple awarding criteria is used, different weighting and choices management algorithms based upon scores and weights of all award criteria can be used. An algorithm for weighting criteria shall be reported in the call for tenders document. It is used to determine how to perform the final management of tenders based on the results in each of the established award criteria + 0..1 + Awarding Terms + Weighting Algorithm Code + Code + Code. Type + + + + + + + + + BBIE + Awarding Terms. Description. Text + Text describing terms under which the contract is to be awarded. + 0..n + Awarding Terms + Description + Text + Text. Type + + + + + + + + + BBIE + Awarding Terms. Technical Committee_ Description. Text + Text describing the committee of experts evaluating the subjective criteria for awarding the contract. + 0..n + Awarding Terms + Technical Committee + Description + Text + Text. Type + + + + + + + + + BBIE + Awarding Terms. Low Tenders_ Description. Text + Text describing the exclusion criterion for abnormally low tenders. + 0..n + Awarding Terms + Low Tenders + Description + Text + Text. Type + + + + + + + + + BBIE + Awarding Terms. Prize Indicator. Indicator + Indicates whether a prize will be awarded (true) or not (false). + 0..1 + Awarding Terms + Prize Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Awarding Terms. Prize Description. Text + Number and value of the prizes to be awarded. + 0..n + Awarding Terms + Prize Description + Text + Text. Type + + + + + + + + + BBIE + Awarding Terms. Payment Description. Text + Details of payments to all participants. + 0..n + Awarding Terms + Payment Description + Text + Text. Type + + + + + + + + + BBIE + Awarding Terms. Followup Contract Indicator. Indicator + Indicates if any service contract following the contest will be awarded to the winner or one of the winners of the contest (true) or not (false). + 0..1 + Awarding Terms + Followup Contract Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Awarding Terms. Binding On Buyer Indicator. Indicator + Indicates if the decision is binding on the buyer (true) or not (false). + 0..1 + Awarding Terms + Binding On Buyer Indicator + Indicator + Indicator. Type + + + + + + + + + ASBIE + Awarding Terms. Awarding Criterion + Defines a criterion for awarding this tender. + 0..n + Awarding Terms + Awarding Criterion + Awarding Criterion + Awarding Criterion + + + + + + + + + ASBIE + Awarding Terms. Technical Committee_ Person. Person + A member of a committee of experts evaluating the subjective criteria for awarding the contract. + 0..n + Awarding Terms + Technical Committee + Person + Person + Person + + + + + + + + + + + ABIE + Billing Reference. Details + A class to define a reference to a billing document. + Billing Reference + + + + + + + + + ASBIE + Billing Reference. Invoice_ Document Reference. Document Reference + A reference to an invoice. + 0..1 + Billing Reference + Invoice + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Billing Reference. Self Billed Invoice_ Document Reference. Document Reference + A reference to a self billed invoice. + 0..1 + Billing Reference + Self Billed Invoice + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Billing Reference. Credit Note_ Document Reference. Document Reference + A reference to a credit note. + 0..1 + Billing Reference + Credit Note + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Billing Reference. Self Billed Credit Note_ Document Reference. Document Reference + A reference to a self billed credit note. + 0..1 + Billing Reference + Self Billed Credit Note + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Billing Reference. Debit Note_ Document Reference. Document Reference + A reference to a debit note. + 0..1 + Billing Reference + Debit Note + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Billing Reference. Reminder_ Document Reference. Document Reference + A reference to a billing reminder. + 0..1 + Billing Reference + Reminder + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Billing Reference. Additional_ Document Reference. Document Reference + A reference to an additional document. + 0..1 + Billing Reference + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Billing Reference. Billing Reference Line + A reference to a transaction line in the billing document. + 0..n + Billing Reference + Billing Reference Line + Billing Reference Line + Billing Reference Line + + + + + + + + + + + ABIE + Billing Reference Line. Details + A class to define a reference to a transaction line in a billing document. + Billing Reference Line + + + + + + + + + BBIE + Billing Reference Line. Identifier + An identifier for this transaction line in a billing document. + 1 + Billing Reference Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Billing Reference Line. Amount + The monetary amount of the transaction line, including any allowances and charges but excluding taxes. + 0..1 + Billing Reference Line + Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Billing Reference Line. Allowance Charge + An allowance or charge applicable to the transaction line. + 0..n + Billing Reference Line + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + + + ABIE + Branch. Details + A class to describe a branch or a division of an organization. + Branch + + + + + + + + + BBIE + Branch. Identifier + An identifier for this branch or division of an organization. + 0..1 + Branch + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Branch. Name + The name of this branch or division of an organization. + 0..1 + Branch + Name + Name + Name. Type + + + + + + + + + ASBIE + Branch. Financial Institution + The financial institution that this branch belongs to (if applicable). + 0..1 + Branch + Financial Institution + Financial Institution + Financial Institution + + + + + + + + + ASBIE + Branch. Address + The address of this branch or division. + 0..1 + Branch + Address + Address + Address + + + + + + + + + + + ABIE + Budget Account. Details + A class to define a budget account. + Budget Account + + + + + + + + + BBIE + Budget Account. Identifier + An identifier for the budget account, typically an internal accounting reference. + 0..1 + Budget Account + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Budget Account. Budget Year. Numeric + The number of the year for this budget account, e.g. 2012 + 0..1 + Budget Account + Budget Year + Numeric + Numeric. Type + + + + + + + + + ASBIE + Budget Account. Required_ Classification Scheme. Classification Scheme + A classification scheme required for this budget account. + 0..1 + Budget Account + Required + Classification Scheme + Classification Scheme + Classification Scheme + + + + + + + + + + + ABIE + Budget Account Line. Details + A class to define a budget account line. + Budget Account Line + + + + + + + + + BBIE + Budget Account Line. Identifier + An identifier for this budget account line. + 0..1 + Budget Account Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Budget Account Line. Total_ Amount. Amount + The total monetary amount for this budget account line. + 0..1 + Budget Account Line + Total + Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Budget Account Line. Budget Account + An account covering this budget account line. + 0..n + Budget Account Line + Budget Account + Budget Account + Budget Account + + + + + + + + + + + ABIE + Capability. Details + A class to describe a specific capability of an organization. + Capability + + + + + + + + + BBIE + Capability. Capability Type Code. Code + This class can be used as Financial or Technical capabilities. For instance, "Turnover" or "Qualified Engineers" are two possible codes. + 0..1 + Capability + Capability Type Code + Code + Code. Type + + + + + + + + + BBIE + Capability. Description. Text + Text describing this capability. + 0..n + Capability + Description + Text + Text. Type + + + + + + + + + BBIE + Capability. Value. Amount + A monetary amount as a measure of this capability. + 0..1 + Capability + Value + Amount + Amount. Type + + + + + + + + + BBIE + Capability. Value_ Quantity. Quantity + A quantity as a measure of this capability. + 0..1 + Capability + Value + Quantity + Quantity + Quantity. Type + + + + + + + + + ASBIE + Capability. Evidence Supplied + The evidence that supports the capability claim. + 0..n + Capability + Evidence Supplied + Evidence Supplied + Evidence Supplied + + + + + + + + + ASBIE + Capability. Validity_ Period. Period + The period of time for which this capability is (or has been) valid. + 0..1 + Capability + Validity + Period + Period + Period + + + + + + + + + + + ABIE + Card Account. Details + A class to define a credit card, debit card, or charge card account. + Card Account + + + + + + + + + BBIE + Card Account. Primary_ Account Number. Identifier + An identifier of the card (e.g., the Primary Account Number (PAN)). + 1 + Card Account + Primary + Account Number + Identifier + Identifier. Type + 4558 XXXX XXXX XXXX (a real card number) + + + + + + + + + BBIE + Card Account. Network. Identifier + An identifier for the financial service network provider of the card. + 1 + Card Account + Network + Identifier + Identifier. Type + VISA, MasterCard, American Express + + + + + + + + + BBIE + Card Account. Card Type Code. Code + A mutually agreed code signifying the type of card. Examples of types are "debit", "credit" and "purchasing" + 0..1 + Card Account + Card Type Code + Code + Code. Type + Debit Card, Credit Card, Procurement Card + + + + + + + + + BBIE + Card Account. Validity Start Date. Date + The date from which the card is valid. + 0..1 + Card Account + Validity Start Date + Date + Date. Type + + + + + + + + + BBIE + Card Account. Expiry Date. Date + The date on which the card expires. + 0..1 + Card Account + Expiry Date + Date + Date. Type + + + + + + + + + BBIE + Card Account. Issuer. Identifier + An identifier for the institution issuing the card. + 0..1 + Card Account + Issuer + Identifier + Identifier. Type + + + + + + + + + BBIE + Card Account. Issue Number. Identifier + An identifier for the card, specified by the issuer. + 0..1 + Card Account + Issue Number + Identifier + Identifier. Type + + + + + + + + + BBIE + Card Account. CV2. Identifier + An identifier for the Card Verification Value (often found on the reverse of the card itself). + 0..1 + Card Account + CV2 + Identifier + Identifier. Type + + + + + + + + + BBIE + Card Account. Card Chip Code. Code + A mutually agreed code to distinguish between CHIP and MAG STRIPE cards. + 0..1 + Card Account + Card Chip Code + Code + Chip + Chip_ Code. Type + + + + + + + + + BBIE + Card Account. Chip_ Application. Identifier + An identifier on the chip card for the application that provides the quoted information; an AID (application ID). + 0..1 + Card Account + Chip + Application + Identifier + Identifier. Type + + + + + + + + + BBIE + Card Account. Holder. Name + The name of the cardholder. + 0..1 + Card Account + Holder + Name + Name. Type + + + + + + + + + + + ABIE + Catalogue Item Specification Update Line. Details + A class to define a line describing the transaction that updates the specification of an item in a catalogue. + Catalogue Item Specification Update Line + + + + + + + + + BBIE + Catalogue Item Specification Update Line. Identifier + An identifier for the line to be updated in a catalogue. + 1 + Catalogue Item Specification Update Line + Identifier + Identifier + Identifier. Type + 1 + + + + + + + + + ASBIE + Catalogue Item Specification Update Line. Contractor_ Customer Party. Customer Party + The customer responsible for the contract associated with the catalogue item. + 0..1 + Catalogue Item Specification Update Line + Contractor + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Catalogue Item Specification Update Line. Seller_ Supplier Party. Supplier Party + The seller/supplier responsible for the contract associated with the catalogue item. + 0..1 + Catalogue Item Specification Update Line + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue Item Specification Update Line. Item + The catalogue item to be updated. + 1 + Catalogue Item Specification Update Line + Item + Item + Item + + + + + + + + + + + ABIE + Catalogue Line. Details + A class to define a line in a Catalogue describing a purchasable item. + Catalogue Line + + + + + + + + + BBIE + Catalogue Line. Identifier + An identifier for the line in the catalogue. + 1 + Catalogue Line + Identifier + Identifier + Identifier. Type + 1 + + + + + + + + + BBIE + Catalogue Line. Action Code. Code + A code signifying the action required to synchronize this catalogue line. Recommend codes (delete, update, add) + 0..1 + Catalogue Line + Action Code + Code + Code. Type + Replace , Update , Delete , Add + + + + + + + + + BBIE + Catalogue Line. Life Cycle Status Code. Code + A code signifying the life cycle status of this catalogue line. Examples are pre-order, end of production + 0..1 + Catalogue Line + Life Cycle Status Code + Code + Code. Type + new - announcement only , new and available , deleted - announcement only + + + + + + + + + BBIE + Catalogue Line. Contract Subdivision. Text + A subdivision of a contract or tender covering this catalogue line. + 0..1 + Catalogue Line + Contract Subdivision + Text + Text. Type + Installation , Phase One , Support and Maintenance + + + + + + + + + BBIE + Catalogue Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Catalogue Line + Note + Text + Text. Type + + + + + + + + + BBIE + Catalogue Line. Orderable_ Indicator. Indicator + An indicator that this catalogue line describes an orderable item (true) or is included for reference purposes only (false). + 0..1 + Catalogue Line + Orderable + Indicator + Indicator + Indicator. Type + TRUE means orderable, FALSE means not orderable + + + + + + + + + BBIE + Catalogue Line. Orderable_ Unit. Text + A textual description of the units in which the item described in this catalogue line can be ordered. + 0..1 + Catalogue Line + Orderable + Unit + Text + Text. Type + + + + + + + + + BBIE + Catalogue Line. Content Unit. Quantity + The numeric quantity of the ordering unit (and units of measure) of the catalogue line. + 0..1 + Catalogue Line + Content Unit + Quantity + Quantity. Type + If order unit measure identifier is each , then content unit quantity is 1 . + + + + + + + + + BBIE + Catalogue Line. Order Quantity Increment. Numeric + The number of items that can set the order quantity increments. + 0..1 + Catalogue Line + Order Quantity Increment + Numeric + Numeric. Type + + + + + + + + + BBIE + Catalogue Line. Minimum_ Order Quantity. Quantity + The minimum amount of the item described in this catalogue line that can be ordered. + 0..1 + Catalogue Line + Minimum + Order Quantity + Quantity + Quantity. Type + 10 boxes + + + + + + + + + BBIE + Catalogue Line. Maximum_ Order Quantity. Quantity + The maximum amount of the item described in this catalogue line that can be ordered. + 0..1 + Catalogue Line + Maximum + Order Quantity + Quantity + Quantity. Type + 1 tonne + + + + + + + + + BBIE + Catalogue Line. Warranty_ Information. Text + Text about a warranty (provided by WarrantyParty) for the good or service described in this catalogue line. + 0..n + Catalogue Line + Warranty + Information + Text + Text. Type + Unless specified otherwise and in addition to any rights the Customer may have under statute, Dell warrants to the Customer that Dell branded Products (excluding third party products and software), will be free from defects in materials and workmanship affecting normal use for a period of one year from invoice date ( Standard Warranty ). + + + + + + + + + BBIE + Catalogue Line. Pack Level Code. Code + A mutually agreed code signifying the level of packaging associated with the item described in this catalogue line. + 0..1 + Catalogue Line + Pack Level Code + Code + Code. Type + Consumer Unit, Trading Unit + level 2 , Group 4 + + + + + + + + + ASBIE + Catalogue Line. Contractor_ Customer Party. Customer Party + The customer responsible for the contract with which this catalogue line is associated. + 0..1 + Catalogue Line + Contractor + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Catalogue Line. Seller_ Supplier Party. Supplier Party + The seller/supplier responsible for the contract with which this catalogue line is associated. + 0..1 + Catalogue Line + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue Line. Warranty_ Party. Party + The party responsible for any warranty associated with the item described in this catalogue line. + 0..1 + Catalogue Line + Warranty + Party + Party + Party + + + + + + + + + ASBIE + Catalogue Line. Warranty Validity_ Period. Period + The period for which a warranty associated with the item in this catalogue line is valid. + 0..1 + Catalogue Line + Warranty Validity + Period + Period + Period + + + + + + + + + ASBIE + Catalogue Line. Line Validity_ Period. Period + The period for which the information in this catalogue line is valid. + 0..1 + Catalogue Line + Line Validity + Period + Period + Period + + + + + + + + + ASBIE + Catalogue Line. Item Comparison + A combination of price and quantity used to provide price comparisons based on different sizes of order. + 0..n + Catalogue Line + Item Comparison + Item Comparison + Item Comparison + + + + + + + + + ASBIE + Catalogue Line. Component_ Related Item. Related Item + An item that may be a component of the item in this catalogue line. + 0..n + Catalogue Line + Component + Related Item + Related Item + Related Item + + + + + + + + + ASBIE + Catalogue Line. Accessory_ Related Item. Related Item + An item that may be an optional accessory of the item in this catalogue line. + 0..n + Catalogue Line + Accessory + Related Item + Related Item + Related Item + + + + + + + + + ASBIE + Catalogue Line. Required_ Related Item. Related Item + An item that may be required for the item in this catalogue line. + 0..n + Catalogue Line + Required + Related Item + Related Item + Related Item + + + + + + + + + ASBIE + Catalogue Line. Replacement_ Related Item. Related Item + An item that may be a replacement for the item in this catalogue line. + 0..n + Catalogue Line + Replacement + Related Item + Related Item + Related Item + + + + + + + + + ASBIE + Catalogue Line. Complementary_ Related Item. Related Item + An item that may complement the item in this catalogue line. + 0..n + Catalogue Line + Complementary + Related Item + Related Item + Related Item + + + + + + + + + ASBIE + Catalogue Line. Replaced_ Related Item. Related Item + An item in an existing catalogue that is being replaced by the item in this catalogue line. + 0..n + Catalogue Line + Replaced + Related Item + Related Item + Related Item + + + + + + + + + ASBIE + Catalogue Line. Required_ Item Location Quantity. Item Location Quantity + Properties of the item in this catalogue line that are dependent on location and quantity. + 0..n + Catalogue Line + Required + Item Location Quantity + Item Location Quantity + Item Location Quantity + + + + + + + + + ASBIE + Catalogue Line. Document Reference + A reference to a document associated with this catalogue line. + 0..n + Catalogue Line + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Catalogue Line. Item + A specification of the item itself. + 1 + Catalogue Line + Item + Item + Item + + + + + + + + + ASBIE + Catalogue Line. Keyword_ Item Property. Item Property + A property of the item in this catalogue line. + 0..n + Catalogue Line + Keyword + Item Property + Item Property + Item Property + + + + + + + + + ASBIE + Catalogue Line. Call For Tenders_ Line Reference. Line Reference + Reference to a Line on a Call For Tenders document. + 0..1 + Catalogue Line + Call For Tenders + Line Reference + Line Reference + Line Reference + + + + + + + + + ASBIE + Catalogue Line. Call For Tenders_ Document Reference. Document Reference + A class defining references to a Call For Tenders document. + 0..1 + Catalogue Line + Call For Tenders + Document Reference + Document Reference + Document Reference + + + + + + + + + + + ABIE + Catalogue Pricing Update Line. Details + A class to define a line describing a pricing update to a catalogue line. + Catalogue Pricing Update Line + + + + + + + + + BBIE + Catalogue Pricing Update Line. Identifier + An identifier for the catalogue line to be updated. + 1 + Catalogue Pricing Update Line + Identifier + Identifier + Identifier. Type + 1 + + + + + + + + + ASBIE + Catalogue Pricing Update Line. Contractor_ Customer Party. Customer Party + The customer responsible for the contract associated with the catalogue line being updated. + 0..1 + Catalogue Pricing Update Line + Contractor + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Catalogue Pricing Update Line. Seller_ Supplier Party. Supplier Party + The seller/supplier responsible for the contract associated with the catalogue line being updated. + 0..1 + Catalogue Pricing Update Line + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue Pricing Update Line. Required_ Item Location Quantity. Item Location Quantity + Updated properties of the item in this catalogue line that are dependent on location and quantity. + 0..n + Catalogue Pricing Update Line + Required + Item Location Quantity + Item Location Quantity + Item Location Quantity + + + + + + + + + + + ABIE + Catalogue Reference. Details + A class to define a reference to a catalogue. + Catalogue Reference + + + + + + + + + BBIE + Catalogue Reference. Identifier + An identifier for a specific catalogue. + 1 + Catalogue Reference + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Reference. UUID. Identifier + A universally unique identifier for a specific catalogue. + 0..1 + Catalogue Reference + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Reference. Issue Date. Date + The date on which the catalogue was issued. + 0..1 + Catalogue Reference + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Reference. Issue Time. Time + The time at which the catalogue was issued. + 0..1 + Catalogue Reference + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Reference. Revision Date. Date + The date on which the information in the catalogue was last revised. + 0..1 + Catalogue Reference + Revision Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Reference. Revision Time. Time + The time at which the information in the catalogue was last revised. + 0..1 + Catalogue Reference + Revision Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Reference. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Catalogue Reference + Note + Text + Text. Type + + + + + + + + + BBIE + Catalogue Reference. Description. Text + Text describing the catalogue. + 0..n + Catalogue Reference + Description + Text + Text. Type + computer accessories for laptops + + + + + + + + + BBIE + Catalogue Reference. Version. Identifier + An identifier for the current version of the catalogue. + 0..1 + Catalogue Reference + Version + Identifier + Identifier. Type + 1.1 + + + + + + + + + BBIE + Catalogue Reference. Previous_ Version. Identifier + An identifier for the previous version of the catalogue that is superseded by this version. + 0..1 + Catalogue Reference + Previous + Version + Identifier + Identifier. Type + 1.0 + + + + + + + + + + + ABIE + Catalogue Request Line. Details + A class to define a line describing a request for a catalogue line. + Catalogue Request Line + + + + + + + + + BBIE + Catalogue Request Line. Identifier + An identifier for the requested catalogue line. + 1 + Catalogue Request Line + Identifier + Identifier + Identifier. Type + 1 + + + + + + + + + BBIE + Catalogue Request Line. Contract Subdivision. Text + A subdivision of a contract or tender covering the line being requested. + 0..1 + Catalogue Request Line + Contract Subdivision + Text + Text. Type + Installation , Phase One , Support and Maintenance + + + + + + + + + BBIE + Catalogue Request Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Catalogue Request Line + Note + Text + Text. Type + + + + + + + + + ASBIE + Catalogue Request Line. Line Validity_ Period. Period + The period for which the information in the requested catalogue line is valid. + 0..1 + Catalogue Request Line + Line Validity + Period + Period + Period + + + + + + + + + ASBIE + Catalogue Request Line. Required_ Item Location Quantity. Item Location Quantity + Properties of the item in the requested catalogue line that are dependent on location and quantity. + 0..n + Catalogue Request Line + Required + Item Location Quantity + Item Location Quantity + Item Location Quantity + + + + + + + + + ASBIE + Catalogue Request Line. Item + The item associated with the requested catalogue line. + 1 + Catalogue Request Line + Item + Item + Item + + + + + + + + + + + ABIE + Certificate. Details + A class to define a certificate applied to the item. Certificated can be a requirement to sell goods or services in a jurisdiction. + Certificate + + + + + + + + + BBIE + Certificate. Identifier + An identifier for this certificate. + 1 + Certificate + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Certificate. Certificate Type Code. Code + The type of this certificate, expressed as a code. The type specifies what array it belongs to, e.g.. Environmental, security, health improvement etc. + 1 + Certificate + Certificate Type Code + Code + Code. Type + + + + + + + + + BBIE + Certificate. Certificate Type. Text + The type of this certificate, expressed as a code. The type specifies what array it belongs to, e.g.. Environmental, security, health improvement etc. + 1 + Certificate + Certificate Type + Text + Text. Type + + + + + + + + + BBIE + Certificate. Remarks. Text + Remarks by the applicant for this certificate. + 0..n + Certificate + Remarks + Text + Text. Type + + + + + + + + + ASBIE + Certificate. Issuer_ Party. Party + The authorized organization that issued this certificate, the provider of the certificate. + 1 + Certificate + Issuer + Party + Party + Party + + + + + + + + + ASBIE + Certificate. Document Reference + A reference to a document relevant to this certificate or an application for this certificate. + 0..n + Certificate + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Certificate. Signature + A signature applied to this certificate. + 0..n + Certificate + Signature + Signature + Signature + + + + + + + + + + + ABIE + Certificate Of Origin Application. Details + A class to define an application for a Certificate of Origin (CoO). + Certificate Of Origin Application + + + + + + + + + BBIE + Certificate Of Origin Application. Reference. Identifier + An identifier for a reference as part of the CoO application. + 1 + Certificate Of Origin Application + Reference + Identifier + Identifier. Type + + + + + + + + + BBIE + Certificate Of Origin Application. Certificate Type. Text + The type of CoO being applied for (Ordinary, Re-export, Commonwealth Preferential, etc.). + 1 + Certificate Of Origin Application + Certificate Type + Text + Text. Type + + + + + + + + + BBIE + Certificate Of Origin Application. Application Status Code. Code + A code signifying the status of the application (revision, replacement, etc.). + 0..1 + Certificate Of Origin Application + Application Status Code + Code + Code. Type + + + + + + + + + BBIE + Certificate Of Origin Application. Original_ Job Identifier. Identifier + The latest job number given to the CoO application. This is used by the system to keep track of amendments to or cancellation of any earlier applications. + 1 + Certificate Of Origin Application + Original + Job Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Certificate Of Origin Application. Previous_ Job Identifier. Identifier + An identifier for the previous job used in case the application requires query or change. + 0..1 + Certificate Of Origin Application + Previous + Job Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Certificate Of Origin Application. Remarks. Text + Remarks by the applicant for the CoO. + 0..n + Certificate Of Origin Application + Remarks + Text + Text. Type + + + + + + + + + ASBIE + Certificate Of Origin Application. Shipment + The shipment of goods covered by the CoO. + 1 + Certificate Of Origin Application + Shipment + Shipment + Shipment + + + + + + + + + ASBIE + Certificate Of Origin Application. Endorser Party + A party providing an endorsement to the CoO. + 1..n + Certificate Of Origin Application + Endorser Party + Endorser Party + Endorser Party + + + + + + + + + ASBIE + Certificate Of Origin Application. Preparation_ Party. Party + The party (individual, group, or body) that prepared this CoO application. + 1 + Certificate Of Origin Application + Preparation + Party + Party + Party + + + + + + + + + ASBIE + Certificate Of Origin Application. Issuer_ Party. Party + The organization authorized to issue the CoO requested by this application. + 1 + Certificate Of Origin Application + Issuer + Party + Party + Party + + + + + + + + + ASBIE + Certificate Of Origin Application. Exporter_ Party. Party + The party making an export declaration, or on behalf of which the export declaration is made, and that is the owner of the goods or has similar right of disposal over them at the time when the declaration is accepted. + 0..1 + Certificate Of Origin Application + Exporter + Party + Party + Party + Exporter (WCO ID 41 and 42) + + + + + + + + + ASBIE + Certificate Of Origin Application. Importer_ Party. Party + The party making an import declaration, or on behalf of which a customs clearing agent or other authorized person makes an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned. + 0..1 + Certificate Of Origin Application + Importer + Party + Party + Party + Importer (WCO ID 39 and 40) + + + + + + + + + ASBIE + Certificate Of Origin Application. Issuing_ Country. Country + The country where the requested CoO will be issued. + 1 + Certificate Of Origin Application + Issuing + Country + Country + Country + + + + + + + + + ASBIE + Certificate Of Origin Application. Document Distribution + An interested party to which the CoO is to be distributed. + 0..n + Certificate Of Origin Application + Document Distribution + Document Distribution + Document Distribution + + + + + + + + + ASBIE + Certificate Of Origin Application. Supporting_ Document Reference. Document Reference + A reference to a document supporting this application. + 0..n + Certificate Of Origin Application + Supporting + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Certificate Of Origin Application. Signature + A signature applied to this application. + 0..n + Certificate Of Origin Application + Signature + Signature + Signature + + + + + + + + + + + ABIE + Classification Category. Details + A class to define a category within a classification scheme. + Classification Category + + + + + + + + + BBIE + Classification Category. Name + The name of this category within the classification scheme. + 0..1 + Classification Category + Name + Name + Name. Type + Code List Name + UNSPSC Class , UNSPSC Segment , UNSPSC Family + + + + + + + + + BBIE + Classification Category. Code Value. Text + The value of a code used to identify this category within the classification scheme. + 0..1 + Classification Category + Code Value + Text + Text. Type + Code Value + 3420001, 3273666, HSJJD-213 + + + + + + + + + BBIE + Classification Category. Description. Text + Text describing this category. + 0..n + Classification Category + Description + Text + Text. Type + Code Name + Electrical Goods , Wooden Toys + + + + + + + + + ASBIE + Classification Category. Categorizes_ Classification Category. Classification Category + A recursive description of a subcategory of this category. + 0..n + Classification Category + Categorizes + Classification Category + Classification Category + Classification Category + + + + + + + + + + + ABIE + Classification Scheme. Details + A class to define a classification scheme, such as a taxonomy for classifying goods or services. + Classification Scheme + + + + + + + + + BBIE + Classification Scheme. Identifier + An identifier for this classification scheme. + 1 + Classification Scheme + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Classification Scheme. UUID. Identifier + A universally unique identifier for this classification scheme. + 0..1 + Classification Scheme + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Classification Scheme. Last_ Revision Date. Date + The date on which this classification scheme was last revised. + 0..1 + Classification Scheme + Last + Revision Date + Date + Date. Type + + + + + + + + + BBIE + Classification Scheme. Last_ Revision Time. Time + The time at which this classification scheme was last revised. + 0..1 + Classification Scheme + Last + Revision Time + Time + Time. Type + + + + + + + + + BBIE + Classification Scheme. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Classification Scheme + Note + Text + Text. Type + + + + + + + + + BBIE + Classification Scheme. Name + The name of this classification scheme. + 0..1 + Classification Scheme + Name + Name + Name. Type + UNSPSC + + + + + + + + + BBIE + Classification Scheme. Description. Text + Text describing this classification scheme. + 0..n + Classification Scheme + Description + Text + Text. Type + an open, global multi-sector standard for classification of products and services + + + + + + + + + BBIE + Classification Scheme. Agency Identifier. Identifier + An identifier for the agency that maintains this classification scheme. + 0..1 + Classification Scheme + Agency Identifier + Identifier + Identifier. Type + Defaults to the UN/EDIFACT data element 3055 code list. + + + + + + + + + BBIE + Classification Scheme. Agency Name. Text + The name of the agency that maintains the classification scheme. + 0..1 + Classification Scheme + Agency Name + Text + Text. Type + + + + + + + + + BBIE + Classification Scheme. Version. Identifier + An identifier for the version of this classification scheme. + 0..1 + Classification Scheme + Version + Identifier + Identifier. Type + + + + + + + + + BBIE + Classification Scheme. URI. Identifier + The Uniform Resource Identifier (URI) of the documentation for this classification scheme. + 0..1 + Classification Scheme + URI + Identifier + Identifier. Type + + + + + + + + + BBIE + Classification Scheme. Scheme_ URI. Identifier + The Uniform Resource Identifier (URI) of this classification scheme. + 0..1 + Classification Scheme + Scheme + URI + Identifier + Identifier. Type + + + + + + + + + BBIE + Classification Scheme. Language. Identifier + An identifier for the language of this classification scheme. + 0..1 + Classification Scheme + Language + Identifier + Identifier. Type + + + + + + + + + ASBIE + Classification Scheme. Classification Category + A description of a category within this classification scheme. + 1..n + Classification Scheme + Classification Category + Classification Category + Classification Category + + + + + + + + + + + ABIE + Clause. Details + A class to define a clause (a distinct article or provision) in a contract, treaty, will, or other formal or legal written document requiring compliance. + Clause + + + + + + + + + BBIE + Clause. Identifier + An identifier for this clause. + 0..1 + Clause + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Clause. Content. Text + The text of this clause. + 0..n + Clause + Content + Text + Text. Type + + + + + + + + + + + ABIE + Commodity Classification. Details + A class to describe the classification of a commodity. + Commodity Classification + + + + + + + + + BBIE + Commodity Classification. Nature Code. Code + A code defined by a specific maintenance agency signifying the high-level nature of the commodity. + 0..1 + Commodity Classification + Nature Code + Code + Code. Type + wooden products + + + + + + + + + BBIE + Commodity Classification. Cargo Type Code. Code + A mutually agreed code signifying the type of cargo for purposes of commodity classification. + 0..1 + Commodity Classification + Cargo Type Code + Code + Code. Type + Refrigerated + + + + + + + + + BBIE + Commodity Classification. Commodity Code. Code + The harmonized international commodity code for cross border and regulatory (customs and trade statistics) purposes. + 0..1 + Commodity Classification + Commodity Code + Code + Code. Type + Harmonized Code + 1102222883 + + + + + + + + + BBIE + Commodity Classification. Item Classification Code. Code + A code signifying the trade classification of the commodity. + 0..1 + Commodity Classification + Item Classification Code + Code + Code. Type + UN/SPSC Code + 3440234 + + + + + + + + + + + ABIE + Communication. Details + A class to describe a means of communication. + Communication + + + + + + + + + BBIE + Communication. Channel Code. Code + The method of communication, expressed as a code. + 0..1 + Communication + Channel Code + Code + Channel + Channel_ Code. Type + Phone Fax Email + + + + + + + + + BBIE + Communication. Channel. Text + The method of communication, expressed as text. + 0..1 + Communication + Channel + Text + Text. Type + Skype + + + + + + + + + BBIE + Communication. Value. Text + An identifying value (phone number, email address, etc.) for this channel of communication + 0..1 + Communication + Value + Text + Text. Type + +44 1 2345 6789 president@whitehouse.com + + + + + + + + + + + ABIE + Completed Task. Details + A class to describe the completion of a specific task in the tendering process. + Completed Task + + + + + + + + + BBIE + Completed Task. Annual_ Average. Amount + The average monetary amount of a task such as this completed task. + 0..1 + Completed Task + Annual + Average + Amount + Amount. Type + + + + + + + + + BBIE + Completed Task. Total Task. Amount + The actual total monetary amount of this completed task. + 0..1 + Completed Task + Total Task + Amount + Amount. Type + + + + + + + + + BBIE + Completed Task. Party Capacity. Amount + A monetary amount corresponding to the financial capacity of the party that carried out this completed task. + 0..1 + Completed Task + Party Capacity + Amount + Amount. Type + + + + + + + + + BBIE + Completed Task. Description. Text + Text describing this completed task. + 0..n + Completed Task + Description + Text + Text. Type + + + + + + + + + ASBIE + Completed Task. Evidence Supplied + The evidence justifying a designation of "complete" for this task. + 0..n + Completed Task + Evidence Supplied + Evidence Supplied + Evidence Supplied + + + + + + + + + ASBIE + Completed Task. Period + The period in which this completed task was performed. + 0..1 + Completed Task + Period + Period + Period + + + + + + + + + ASBIE + Completed Task. Recipient_ Customer Party. Customer Party + The original customer for this completed task. + 0..1 + Completed Task + Recipient + Customer Party + Customer Party + Customer Party + + + + + + + + + + + ABIE + Condition. Details + A class to define a measurable condition of an object. + Condition + + + + + + + + + BBIE + Condition. Attribute Identifier. Identifier + An identifier for the attribute that applies to the condition. + 1 + Condition + Attribute Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Condition. Measure + The measurement value. + 0..1 + Condition + Measure + Measure + Measure. Type + + + + + + + + + BBIE + Condition. Description. Text + Text describing the attribute that applies to the condition. + 0..n + Condition + Description + Text + Text. Type + + + + + + + + + BBIE + Condition. Minimum_ Measure. Measure + The minimum value in a range of measurement for this condition. + 0..1 + Condition + Minimum + Measure + Measure + Measure. Type + + + + + + + + + BBIE + Condition. Maximum_ Measure. Measure + The maximum value in a range of measurement for this condition. + 0..1 + Condition + Maximum + Measure + Measure + Measure. Type + + + + + + + + + + + ABIE + Consignment. Details + A class to describe an identifiable collection of one or more goods items to be transported between the consignor and the consignee. This information may be defined within a transport contract. A consignment may comprise more than one shipment (e.g., when consolidated by a freight forwarder). + Consignment + + + + + + + + + BBIE + Consignment. Identifier + An identifier assigned to a collection of goods for both import and export. + 1 + Consignment + Identifier + Identifier + Identifier. Type + Unique consignment reference number (UCR) + + + + + + + + + BBIE + Consignment. Carrier Assigned_ Identifier. Identifier + An identifier for this consignment, assigned by the carrier. + 0..1 + Consignment + Carrier Assigned + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Consignment. Consignee Assigned_ Identifier. Identifier + An identifier for this consignment, assigned by the consignee. + 0..1 + Consignment + Consignee Assigned + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Consignment. Consignor Assigned_ Identifier. Identifier + An identifier for this consignment, assigned by the consignor. + 0..1 + Consignment + Consignor Assigned + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Consignment. Freight Forwarder Assigned_ Identifier. Identifier + An identifier for this consignment, assigned by the freight forwarder. + 0..1 + Consignment + Freight Forwarder Assigned + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Consignment. Broker Assigned_ Identifier. Identifier + An identifier for this consignment, assigned by the broker. + 0..1 + Consignment + Broker Assigned + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Consignment. Contracted Carrier Assigned_ Identifier. Identifier + An identifier for this consignment, assigned by the contracted carrier. + 0..1 + Consignment + Contracted Carrier Assigned + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Consignment. Performing Carrier Assigned_ Identifier. Identifier + An identifier for this consignment, assigned by the performing carrier. + 0..1 + Consignment + Performing Carrier Assigned + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Consignment. Summary_ Description. Text + A textual summary description of the consignment. + 0..n + Consignment + Summary + Description + Text + Text. Type + + + + + + + + + BBIE + Consignment. Total_ Invoice Amount. Amount + The total of all invoice amounts declared in this consignment. + 0..1 + Consignment + Total + Invoice Amount + Amount + Amount. Type + + + + + + + + + BBIE + Consignment. Declared Customs_ Value. Amount + The total declared value for customs purposes of all the goods in this consignment, regardless of whether they are subject to the same customs procedure, tariff/statistical categorization, country information, or duty regime. + 0..1 + Consignment + Declared Customs + Value + Amount + Amount. Type + + + + + + + + + BBIE + Consignment. Tariff Description. Text + Text describing the tariff applied to this consignment. + 0..n + Consignment + Tariff Description + Text + Text. Type + + + + + + + + + BBIE + Consignment. Tariff Code. Code + A code signifying the tariff applied to this consignment. + 0..1 + Consignment + Tariff Code + Code + Code. Type + Tariff code number (WCO ID 145) + + + + + + + + + BBIE + Consignment. Insurance Premium Amount. Amount + The amount of the premium payable to an insurance company for insuring the goods contained in this consignment. + 0..1 + Consignment + Insurance Premium Amount + Amount + Amount. Type + Insurance Cost + + + + + + + + + BBIE + Consignment. Gross_ Weight. Measure + The total declared weight of the goods in this consignment, including packaging but excluding the carrier's equipment. + 0..1 + Consignment + Gross + Weight + Measure + Measure. Type + Total gross weight (WCO ID 131) + Total cube of all goods items referred to as one consignment. + + + + + + + + + BBIE + Consignment. Net_ Weight. Measure + The total net weight of all the goods items referred to as one consignment. + 0..1 + Consignment + Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Consignment. Net Net_ Weight. Measure + The total net weight of the goods in this consignment, exclusive of packaging. + 0..1 + Consignment + Net Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Consignment. Chargeable_ Weight. Measure + The weight upon which a charge is to be based. + 0..1 + Consignment + Chargeable + Weight + Measure + Measure. Type + Chargeable Weight. Basis.Measure + + + + + + + + + BBIE + Consignment. Gross_ Volume. Measure + The total volume of the goods referred to as one consignment. + 0..1 + Consignment + Gross + Volume + Measure + Measure. Type + Cube + + + + + + + + + BBIE + Consignment. Net_ Volume. Measure + The total net volume of all goods items referred to as one consignment. + 0..1 + Consignment + Net + Volume + Measure + Measure. Type + + + + + + + + + BBIE + Consignment. Loading_ Length. Measure + The total length in a means of transport or a piece of transport equipment which, given the width and height of the transport means, will accommodate all of the consignments in a single consolidation. + 0..1 + Consignment + Loading + Length + Measure + Measure. Type + + + + + + + + + BBIE + Consignment. Remarks. Text + Remarks concerning the complete consignment, to be printed on the transport document. + 0..n + Consignment + Remarks + Text + Text. Type + + + + + + + + + BBIE + Consignment. Hazardous Risk_ Indicator. Indicator + An indication that the transported goods in this consignment are subject to an international regulation concerning the carriage of dangerous goods (true) or not (false). + 0..1 + Consignment + Hazardous Risk + Indicator + Indicator + Indicator. Type + Dangerous Goods RID Indicator + default is negative + + + + + + + + + BBIE + Consignment. Animal_ Food Indicator. Indicator + An indication that the transported goods in this consignment are animal foodstuffs (true) or not (false). + 0..1 + Consignment + Animal + Food Indicator + Indicator + Indicator. Type + default is negative + + + + + + + + + BBIE + Consignment. Human_ Food Indicator. Indicator + An indication that the transported goods in this consignment are for human consumption (true) or not (false). + 0..1 + Consignment + Human + Food Indicator + Indicator + Indicator. Type + default is negative + + + + + + + + + BBIE + Consignment. Livestock_ Indicator. Indicator + An indication that the transported goods are livestock (true) or not (false). + 0..1 + Consignment + Livestock + Indicator + Indicator + Indicator. Type + default is negative + + + + + + + + + BBIE + Consignment. Bulk Cargo_ Indicator. Indicator + An indication that the transported goods in this consignment are bulk cargoes (true) or not (false). + 0..1 + Consignment + Bulk Cargo + Indicator + Indicator + Indicator. Type + default is negative + + + + + + + + + BBIE + Consignment. Containerized_ Indicator. Indicator + An indication that the transported goods in this consignment are containerized cargoes (true) or not (false). + 0..1 + Consignment + Containerized + Indicator + Indicator + Indicator. Type + default is negative + + + + + + + + + BBIE + Consignment. General Cargo_ Indicator. Indicator + An indication that the transported goods in this consignment are general cargoes (true) or not (false). + 0..1 + Consignment + General Cargo + Indicator + Indicator + Indicator. Type + default is negative + + + + + + + + + BBIE + Consignment. Special_ Security Indicator. Indicator + An indication that the transported goods in this consignment require special security (true) or not (false). + 0..1 + Consignment + Special + Security Indicator + Indicator + Indicator. Type + default is negative + + + + + + + + + BBIE + Consignment. Third Party Payer_ Indicator. Indicator + An indication that this consignment will be paid for by a third party (true) or not (false). + 0..1 + Consignment + Third Party Payer + Indicator + Indicator + Indicator. Type + default is negative + + + + + + + + + BBIE + Consignment. Carrier Service_ Instructions. Text + Service instructions to the carrier, expressed as text. + 0..n + Consignment + Carrier Service + Instructions + Text + Text. Type + + + + + + + + + BBIE + Consignment. Customs Clearance Service_ Instructions. Text + Service instructions for customs clearance, expressed as text. + 0..n + Consignment + Customs Clearance Service + Instructions + Text + Text. Type + + + + + + + + + BBIE + Consignment. Forwarder Service_ Instructions. Text + Service instructions for the forwarder, expressed as text. + 0..n + Consignment + Forwarder Service + Instructions + Text + Text. Type + + + + + + + + + BBIE + Consignment. Special Service_ Instructions. Text + Special service instructions, expressed as text. + 0..n + Consignment + Special Service + Instructions + Text + Text. Type + + + + + + + + + BBIE + Consignment. Sequence Identifier. Identifier + A sequence identifier for this consignment. + 0..1 + Consignment + Sequence Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Consignment. Shipping Priority Level Code. Code + A code signifying the priority or level of service required for this consignment. + 0..1 + Consignment + Shipping Priority Level Code + Code + Code. Type + + + + + + + + + BBIE + Consignment. Handling Code. Code + The handling required for this consignment, expressed as a code. + 0..1 + Consignment + Handling Code + Code + Code. Type + Special Handling + + + + + + + + + BBIE + Consignment. Handling_ Instructions. Text + The handling required for this consignment, expressed as text. + 0..n + Consignment + Handling + Instructions + Text + Text. Type + + + + + + + + + BBIE + Consignment. Information. Text + Free-form text pertinent to this consignment, conveying information that is not contained explicitly in other structures. + 0..n + Consignment + Information + Text + Text. Type + + + + + + + + + BBIE + Consignment. Total_ Goods Item Quantity. Quantity + The total number of goods items in this consignment. + 0..1 + Consignment + Total + Goods Item Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Consignment. Total_ Transport Handling Unit Quantity. Quantity + The number of pieces of transport handling equipment (pallets, boxes, cases, etc.) in this consignment. + 0..1 + Consignment + Total + Transport Handling Unit Quantity + Quantity + Quantity. Type + Number of THUs + + + + + + + + + BBIE + Consignment. Insurance_ Value. Amount + The amount covered by insurance for this consignment. + 0..1 + Consignment + Insurance + Value + Amount + Amount. Type + Value Insured + + + + + + + + + BBIE + Consignment. Declared For Carriage_ Value. Amount + The value of this consignment, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery. + 0..1 + Consignment + Declared For Carriage + Value + Amount + Amount. Type + Declared value for carriage, Interest in delivery + + + + + + + + + BBIE + Consignment. Declared Statistics_ Value. Amount + The value, declared for statistical purposes, of those goods in this consignment that have the same statistical heading. + 0..1 + Consignment + Declared Statistics + Value + Amount + Amount. Type + Statistical Value + + + + + + + + + BBIE + Consignment. Free On Board_ Value. Amount + The monetary amount that has to be or has been paid as calculated under the applicable trade delivery. + 0..1 + Consignment + Free On Board + Value + Amount + Amount. Type + FOB Value + + + + + + + + + BBIE + Consignment. Special_ Instructions. Text + Special instructions relating to this consignment. + 0..n + Consignment + Special + Instructions + Text + Text. Type + + + + + + + + + BBIE + Consignment. Split Consignment_ Indicator. Indicator + An indicator that this consignment has been split in transit (true) or not (false). + 0..1 + Consignment + Split Consignment + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Consignment. Delivery_ Instructions. Text + A set of delivery instructions relating to this consignment. + 0..n + Consignment + Delivery + Instructions + Text + Text. Type + + + + + + + + + BBIE + Consignment. Consignment_ Quantity. Quantity + The count in this consignment considering goods items, child consignments, shipments + 0..1 + Consignment + Consignment + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Consignment. Consolidatable_ Indicator. Indicator + An indicator that this consignment can be consolidated (true) or not (false). + 0..1 + Consignment + Consolidatable + Indicator + Indicator + Indicator. Type + default is negative + + + + + + + + + BBIE + Consignment. Haulage_ Instructions. Text + Instructions regarding haulage of this consignment, expressed as text. + 0..n + Consignment + Haulage + Instructions + Text + Text. Type + + + + + + + + + BBIE + Consignment. Loading_ Sequence Identifier. Identifier + An identifier for the loading sequence of this consignment. + 0..1 + Consignment + Loading + Sequence Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Consignment. Child Consignment Quantity. Quantity + The quantity of (consolidated) child consignments + 0..1 + Consignment + Child Consignment Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Consignment. Total_ Packages Quantity. Quantity + The total number of packages associated with a Consignment. + 0..1 + Consignment + Total + Packages Quantity + Quantity + Quantity. Type + + + + + + + + + ASBIE + Consignment. Consolidated_ Shipment. Shipment + A consolidated shipment (a shipment created by an act of consolidation). + 0..n + Consignment + Consolidated + Shipment + Shipment + Shipment + + + + + + + + + ASBIE + Consignment. Customs Declaration + A class describing identifiers or references relating to customs procedures. + 0..n + Consignment + Customs Declaration + Customs Declaration + Customs Declaration + + + + + + + + + ASBIE + Consignment. Requested Pickup_ Transport Event. Transport Event + The pickup of this consignment requested by the party requesting a transportation service (the transport user). + 0..1 + Consignment + Requested Pickup + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Consignment. Requested Delivery_ Transport Event. Transport Event + The delivery of this consignment requested by the party requesting a transportation service (the transport user). + 0..1 + Consignment + Requested Delivery + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Consignment. Planned Pickup_ Transport Event. Transport Event + The pickup of this consignment planned by the party responsible for providing the transportation service (the transport service provider). + 0..1 + Consignment + Planned Pickup + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Consignment. Planned Delivery_ Transport Event. Transport Event + The delivery of this consignment planned by the party responsible for providing the transportation service (the transport service provider). + 0..1 + Consignment + Planned Delivery + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Consignment. Status + The status of a particular condition associated with this consignment. + 0..n + Consignment + Status + Status + Status + + + + + + + + + ASBIE + Consignment. Child_ Consignment. Consignment + One of the child consignments of which a consolidated consignment is composed. + 0..n + Consignment + Child + Consignment + Consignment + Consignment + + + + + + + + + ASBIE + Consignment. Consignee_ Party. Party + A party to which goods are consigned. + 0..1 + Consignment + Consignee + Party + Party + Party + Consignee (WCO ID 51 and 52) + + + + + + + + + ASBIE + Consignment. Exporter_ Party. Party + The party that makes the export declaration, or on behalf of which the export declaration is made, and that is the owner of the goods in this consignment or has similar right of disposal over them at the time when the declaration is accepted. + 0..1 + Consignment + Exporter + Party + Party + Party + Exporter (WCO ID 41 and 42) + + + + + + + + + ASBIE + Consignment. Consignor_ Party. Party + The party consigning goods, as stipulated in the transport contract by the party ordering transport. + 0..1 + Consignment + Consignor + Party + Party + Party + Consignor (WCO ID 71 and 72) + + + + + + + + + ASBIE + Consignment. Importer_ Party. Party + The party that makes an import declaration regarding this consignment, or on behalf of which a customs clearing agent or other authorized person makes an import declaration regarding this consignment. This may include a person who has possession of the goods or to whom the goods are consigned. + 0..1 + Consignment + Importer + Party + Party + Party + Importer (WCO ID 39 and 40) + + + + + + + + + ASBIE + Consignment. Carrier_ Party. Party + The party providing the transport of goods in this consignment between named points. + 0..1 + Consignment + Carrier + Party + Party + Party + Transport Company, Shipping Line, NVOCC, Airline, Haulier, Courier, Carrier (WCO ID 49 and 50) + + + + + + + + + ASBIE + Consignment. Freight Forwarder_ Party. Party + The party combining individual smaller consignments into a single larger shipment (the consolidated shipment), which is sent to a counterpart that mirrors the consolidator's activity by dividing the consolidated consignment into its original components. + 0..1 + Consignment + Freight Forwarder + Party + Party + Party + Consolidator (WCO ID 192 AND 193) + + + + + + + + + ASBIE + Consignment. Notify_ Party. Party + The party to be notified upon arrival of goods and when special occurrences (usually pre-defined) take place during a transportation service. + 0..1 + Consignment + Notify + Party + Party + Party + WCO ID 57 and 58 + + + + + + + + + ASBIE + Consignment. Original Despatch_ Party. Party + The original despatch (sender) party for this consignment. + 0..1 + Consignment + Original Despatch + Party + Party + Party + + + + + + + + + ASBIE + Consignment. Final Delivery_ Party. Party + The final delivery party for this consignment. + 0..1 + Consignment + Final Delivery + Party + Party + Party + + + + + + + + + ASBIE + Consignment. Performing Carrier_ Party. Party + The party performing the carriage of this consignment. + 0..1 + Consignment + Performing Carrier + Party + Party + Party + + + + + + + + + ASBIE + Consignment. Substitute Carrier_ Party. Party + A substitute party performing the carriage of this consignment. + 0..1 + Consignment + Substitute Carrier + Party + Party + Party + + + + + + + + + ASBIE + Consignment. Logistics Operator_ Party. Party + The logistics operator party for this consignment. + 0..1 + Consignment + Logistics Operator + Party + Party + Party + + + + + + + + + ASBIE + Consignment. Transport Advisor_ Party. Party + The party providing transport advice this consignment. + 0..1 + Consignment + Transport Advisor + Party + Party + Party + + + + + + + + + ASBIE + Consignment. Hazardous Item Notification_ Party. Party + The party that would be notified of a hazardous item in this consignment. + 0..1 + Consignment + Hazardous Item Notification + Party + Party + Party + + + + + + + + + ASBIE + Consignment. Insurance_ Party. Party + The party holding the insurance for this consignment. + 0..1 + Consignment + Insurance + Party + Party + Party + + + + + + + + + ASBIE + Consignment. Mortgage Holder_ Party. Party + The party holding the mortgage for this consignment. + 0..1 + Consignment + Mortgage Holder + Party + Party + Party + + + + + + + + + ASBIE + Consignment. Bill Of Lading Holder_ Party. Party + The party holding the bill of lading for this consignment. + 0..1 + Consignment + Bill Of Lading Holder + Party + Party + Party + + + + + + + + + ASBIE + Consignment. Original Departure_ Country. Country + The country from which the goods in this consignment were originally exported, without any commercial transaction taking place in intermediate countries. + 0..1 + Consignment + Original Departure + Country + Country + Country + Country of origin (WCO ID 062) + + + + + + + + + ASBIE + Consignment. Final Destination_ Country. Country + The country in which the goods in this consignment are to be delivered to the final consignee or buyer. + 0..1 + Consignment + Final Destination + Country + Country + Country + Ultimate Destination Country, Country of Final Arrival, Country of Destination + + + + + + + + + ASBIE + Consignment. Transit_ Country. Country + One of the countries through which goods or passengers in this consignment are routed between the country of original departure and the country of final destination. + 0..n + Consignment + Transit + Country + Country + Country + Country(ies) of routing (WCO ID 064) + + + + + + + + + ASBIE + Consignment. Transport_ Contract. Contract + A transport contract relating to this consignment. + 0..1 + Consignment + Transport + Contract + Contract + Contract + + + + + + + + + ASBIE + Consignment. Transport Event + A class describing a significant occurrence or happening related to the transportation of goods. + 0..n + Consignment + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Consignment. Original Despatch_ Transportation Service. Transportation Service + The service for pickup from the consignor under the transport contract for this consignment. + 0..1 + Consignment + Original Despatch + Transportation Service + Transportation Service + Transportation Service + Door-to-door , Pier-to-door + + + + + + + + + ASBIE + Consignment. Final Delivery_ Transportation Service. Transportation Service + The service for delivery to the consignee under the transport contract for this consignment. + 0..1 + Consignment + Final Delivery + Transportation Service + Transportation Service + Transportation Service + Door-to-door , Pier-to-door + + + + + + + + + ASBIE + Consignment. Delivery Terms + The conditions agreed upon between a seller and a buyer with regard to the delivery of goods and/or services (e.g., CIF, FOB, or EXW from the INCOTERMS Terms of Delivery). + 0..1 + Consignment + Delivery Terms + Delivery Terms + Delivery Terms + Trade Terms, INCOTERMS + + + + + + + + + ASBIE + Consignment. Payment Terms + The terms of payment between the parties (such as logistics service client, logistics service provider) in a transaction. + 0..1 + Consignment + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Consignment. Collect_ Payment Terms. Payment Terms + The terms of payment that apply to the collection of this consignment. + 0..1 + Consignment + Collect + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Consignment. Disbursement_ Payment Terms. Payment Terms + The terms of payment for disbursement. + 0..1 + Consignment + Disbursement + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Consignment. Prepaid_ Payment Terms. Payment Terms + The terms of payment for prepayment. + 0..1 + Consignment + Prepaid + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Consignment. Freight_ Allowance Charge. Allowance Charge + A cost incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage for this consignment. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance to the extent that they relate to the freight costs. + 0..n + Consignment + Freight + Allowance Charge + Allowance Charge + Allowance Charge + Freight Costs + + + + + + + + + ASBIE + Consignment. Extra_ Allowance Charge. Allowance Charge + A charge for extra allowance. + 0..n + Consignment + Extra + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Consignment. Main Carriage_ Shipment Stage. Shipment Stage + A shipment stage during main carriage. + 0..n + Consignment + Main Carriage + Shipment Stage + Shipment Stage + Shipment Stage + + + + + + + + + ASBIE + Consignment. Pre Carriage_ Shipment Stage. Shipment Stage + A shipment stage during precarriage (usually refers to movement activity that takes place prior to the container being loaded at a port of loading). + 0..n + Consignment + Pre Carriage + Shipment Stage + Shipment Stage + Shipment Stage + + + + + + + + + ASBIE + Consignment. On Carriage_ Shipment Stage. Shipment Stage + A shipment stage during on-carriage (usually refers to movement activity that takes place after the container is discharged at a port of discharge). + 0..n + Consignment + On Carriage + Shipment Stage + Shipment Stage + Shipment Stage + + + + + + + + + ASBIE + Consignment. Transport Handling Unit + A transport handling unit used for loose and containerized goods. + 0..n + Consignment + Transport Handling Unit + Transport Handling Unit + Transport Handling Unit + + + + + + + + + ASBIE + Consignment. First Arrival Port_ Location. Location + The first arrival location in a transport. This would be a port for sea, an airport for air, a terminal for rail, or a border post for land crossing. + 0..1 + Consignment + First Arrival Port + Location + Location + Location + + + + + + + + + ASBIE + Consignment. Last Exit Port_ Location. Location + The final exporting location in a transport. This would be a port for sea, an airport for air, a terminal for rail, or a border post for land crossing. + 0..1 + Consignment + Last Exit Port + Location + Location + Location + + + + + + + + + + + ABIE + Consumption. Details + A class to describe the consumption of a utility. + Consumption + + + + + + + + + BBIE + Consumption. Utility Statement Type Code. Code + A code identifying the type of the Utility Statement required for this consumption. Explains the kind of utility the statement is about, e.g.. "gas", "electricity", "telephone" + 0..1 + Consumption + Utility Statement Type Code + Code + Code. Type + Electricity + + + + + + + + + ASBIE + Consumption. Main_ Period. Period + The period of consumption. + 0..1 + Consumption + Main + Period + Period + Period + + + + + + + + + ASBIE + Consumption. Allowance Charge + An allowance or charges that may apply with this consumption. + 0..n + Consumption + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Consumption. Tax Total + The total of taxes for each tax type covering the consumption. + 0..n + Consumption + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Consumption. Energy Water Supply + The details of any energy or water consumption. + 0..1 + Consumption + Energy Water Supply + Energy Water Supply + Energy Water Supply + + + + + + + + + ASBIE + Consumption. Telecommunications Supply + The details of any telecommunications consumption. + 0..1 + Consumption + Telecommunications Supply + Telecommunications Supply + Telecommunications Supply + + + + + + + + + ASBIE + Consumption. Legal_ Monetary Total. Monetary Total + The total amount payable on this consumption, including any allowances, charges, or taxes. + 1 + Consumption + Legal + Monetary Total + Monetary Total + Monetary Total + + + + + + + + + + + ABIE + Consumption Average. Details + A class to define an average consumption as a monetary amount. + Consumption Average + + + + + + + + + BBIE + Consumption Average. Average_ Amount. Amount + The average monetary amount of the consumption. + 0..1 + Consumption Average + Average + Amount + Amount + Amount. Type + 1.65 + + + + + + + + + BBIE + Consumption Average. Description. Text + A description of the average consumed. + 0..n + Consumption Average + Description + Text + Text. Type + Average price incl. value added tax per kilowatt-hour in the billing period. + + + + + + + + + + + ABIE + Consumption Correction. Details + The Statement of correction, for examples heating correction. + Consumption Correction + + + + + + + + + BBIE + Consumption Correction. Correction Type. Text + Statement for the correction type. + 0..1 + Consumption Correction + Correction Type + Text + Text. Type + Heating Correction + + + + + + + + + BBIE + Consumption Correction. Correction Type Code. Code + Statement at the code for the correction type. + 0..1 + Consumption Correction + Correction Type Code + Code + Code. Type + HeatingCorrection + + + + + + + + + BBIE + Consumption Correction. Meter Number. Text + Statement for meter number. + 0..1 + Consumption Correction + Meter Number + Text + Text. Type + 530071575 + + + + + + + + + BBIE + Consumption Correction. Gas Pressure. Quantity + Correction of the gas pressure. + 0..1 + Consumption Correction + Gas Pressure + Quantity + Quantity. Type + + + + + + + + + BBIE + Consumption Correction. Actual_ Temperature Reduction. Quantity + Statement for the actuel heating correction temperature. + 0..1 + Consumption Correction + Actual + Temperature Reduction + Quantity + Quantity. Type + -36.69 + + + + + + + + + BBIE + Consumption Correction. Normal_ Temperature Reduction. Quantity + Statement for the standard for heating correction temperature. + 0..1 + Consumption Correction + Normal + Temperature Reduction + Quantity + Quantity. Type + -37.00 + + + + + + + + + BBIE + Consumption Correction. Difference_ Temperature Reduction. Quantity + Deviation from standard heating correction. + 0..1 + Consumption Correction + Difference + Temperature Reduction + Quantity + Quantity. Type + 0.31 + + + + + + + + + BBIE + Consumption Correction. Description. Text + Description related to the corrections. + 0..n + Consumption Correction + Description + Text + Text. Type + + + + + + + + + BBIE + Consumption Correction. Correction Unit Amount. Amount + Correction per MWH per degree C. + 0..1 + Consumption Correction + Correction Unit Amount + Amount + Amount. Type + 0.0000 + + + + + + + + + BBIE + Consumption Correction. Consumption Energy. Quantity + Your consumpt for district heating energy. + 0..1 + Consumption Correction + Consumption Energy + Quantity + Quantity. Type + 563.6240 + + + + + + + + + BBIE + Consumption Correction. Consumption Water. Quantity + Your consumpt for district heating water. + 0..1 + Consumption Correction + Consumption Water + Quantity + Quantity. Type + 13212.14 + + + + + + + + + BBIE + Consumption Correction. Correction Amount. Amount + Your correction for heating correction. + 0..1 + Consumption Correction + Correction Amount + Amount + Amount. Type + 0.00 + + + + + + + + + + + ABIE + Consumption History. Details + A class to describe the measurement of a type of consumption during a particular period, used for the subscriber to get an overview of his consumption + Consumption History + + + + + + + + + BBIE + Consumption History. Meter Number. Text + A text identifier for the meter measuring the consumption. + 0..1 + Consumption History + Meter Number + Text + Text. Type + 61722x + + + + + + + + + BBIE + Consumption History. Quantity + The quantity consumed. + 1 + Consumption History + Quantity + Quantity + Quantity. Type + 7621.00 + + + + + + + + + BBIE + Consumption History. Amount + The monetary amount to be charged for the quantity consumed. + 0..1 + Consumption History + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Consumption History. Consumption Level Code. Code + The consumption level, expressed as a code used explain the consumption quantity, e.g.. diversion from the normal. + 0..1 + Consumption History + Consumption Level Code + Code + Code. Type + B + + + + + + + + + BBIE + Consumption History. Consumption Level Text. Text + The consumption level, expressed as text, used explain the consumption quantity, e.g.. diversion from the normal. + 0..1 + Consumption History + Consumption Level Text + Text + Text. Type + Average + + + + + + + + + BBIE + Consumption History. Description. Text + Text describing the consumption itself. + 0..n + Consumption History + Description + Text + Text. Type + 2004/2005 + + + + + + + + + ASBIE + Consumption History. Period + The period during which the consumption took place. + 1 + Consumption History + Period + Period + Period + + + + + + + + + + + ABIE + Consumption Line. Details + A class to describe a line item for utility consumption. To specify more than one utility item, use separate consumption lines. + Consumption Line + + + + + + + + + BBIE + Consumption Line. Identifier + An identifier for this consumption line. + 1 + Consumption Line + Identifier + Identifier + Identifier. Type + 1 + + + + + + + + + BBIE + Consumption Line. Parent_ Document Line Reference Identifier. Identifier + An identifier for the transaction line on a related document (such as an invoice) that covers this consumption line. + 0..1 + Consumption Line + Parent + Document Line Reference Identifier + Identifier + Identifier. Type + Consumption + + + + + + + + + BBIE + Consumption Line. Invoiced_ Quantity. Quantity + The quantity invoiced. + 1 + Consumption Line + Invoiced + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Consumption Line. Line Extension Amount. Amount + The monetary amount, including discount, to be charged for this consumption line. + 1 + Consumption Line + Line Extension Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Consumption Line. Period + The period of time covered by this consumption line. + 0..1 + Consumption Line + Period + Period + Period + + + + + + + + + ASBIE + Consumption Line. Delivery + A delivery of the utility item on this consumption line. + 0..n + Consumption Line + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Consumption Line. Allowance Charge + An allowance or charge that applies to this consumption line. + 0..n + Consumption Line + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Consumption Line. Tax Total + A total amount of taxes of a particular kind applicable to this consumption line. + 0..n + Consumption Line + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Consumption Line. Utility Item + The utility item consumed. + 1 + Consumption Line + Utility Item + Utility Item + Utility Item + + + + + + + + + ASBIE + Consumption Line. Price + The price associated with this consumption line, expressed in a data structure containing multiple properties. + 0..1 + Consumption Line + Price + Price + Price + + + + + + + + + ASBIE + Consumption Line. Unstructured Price + The price associated with this consumption line expressed in a less structured form that includes just the amount and the time of use. + 0..1 + Consumption Line + Unstructured Price + Unstructured Price + Unstructured Price + + + + + + + + + + + ABIE + Consumption Point. Details + A class to define the point of consumption for a utility, such as a meter. + Consumption Point + + + + + + + + + BBIE + Consumption Point. Identifier + An identifier for this point of consumption. + 1 + Consumption Point + Identifier + Identifier + Identifier. Type + 7411013716x + + + + + + + + + BBIE + Consumption Point. Description. Text + Text describing this consumption point. + 0..n + Consumption Point + Description + Text + Text. Type + Additional informations concerning the consumption point + + + + + + + + + BBIE + Consumption Point. Subscriber Identifier. Identifier + An identifier for the subscriber responsible for the consumption at this consumption point. + 0..1 + Consumption Point + Subscriber Identifier + Identifier + Identifier. Type + 98143211 + + + + + + + + + BBIE + Consumption Point. Subscriber Type. Text + The type of subscriber, expressed as text. + 0..1 + Consumption Point + Subscriber Type + Text + Text. Type + + + + + + + + + BBIE + Consumption Point. Subscriber Type Code. Code + The type of subscriber, expressed as a code. + 0..1 + Consumption Point + Subscriber Type Code + Code + Code. Type + APL + + + + + + + + + BBIE + Consumption Point. Total_ Delivered Quantity. Quantity + The total quantity delivered, calculated at this consumption point. + 0..1 + Consumption Point + Total + Delivered Quantity + Quantity + Quantity. Type + 5761.00 + + + + + + + + + ASBIE + Consumption Point. Address + The address of this consumption point. + 0..1 + Consumption Point + Address + Address + Address + + + + + + + + + ASBIE + Consumption Point. Web Site Access + Access information for the website of this consumption point. + 0..1 + Consumption Point + Web Site Access + Web Site Access + Web Site Access + + + + + + + + + ASBIE + Consumption Point. Utility_ Meter. Meter + A meter at this consumption point. + 0..n + Consumption Point + Utility + Meter + Meter + Meter + + + + + + + + + + + ABIE + Consumption Report. Details + A class to describe utility consumption, including details of the environment in which consumption takes place. + Consumption Report + + + + + + + + + BBIE + Consumption Report. Identifier + An identifier for this consumption report. + 1 + Consumption Report + Identifier + Identifier + Identifier. Type + n/a + + + + + + + + + BBIE + Consumption Report. Consumption Type. Text + The type of consumption, expressed as text. + 0..1 + Consumption Report + Consumption Type + Text + Text. Type + Consumption + + + + + + + + + BBIE + Consumption Report. Consumption Type Code. Code + The type of consumption, expressed as a code. + 0..1 + Consumption Report + Consumption Type Code + Code + Code. Type + Consumption + + + + + + + + + BBIE + Consumption Report. Description. Text + Text reporting utility consumption. + 0..n + Consumption Report + Description + Text + Text. Type + This report contain the latest year consumption + + + + + + + + + BBIE + Consumption Report. Total_ Consumed Quantity. Quantity + The total quantity consumed. + 0..1 + Consumption Report + Total + Consumed Quantity + Quantity + Quantity. Type + 20479.00 + + + + + + + + + BBIE + Consumption Report. Basic_ Consumed Quantity. Quantity + The basic quantity consumed, excluding additional consumption. + 0..1 + Consumption Report + Basic + Consumed Quantity + Quantity + Quantity. Type + 20000.00 + + + + + + + + + BBIE + Consumption Report. Resident_ Occupants Numeric. Numeric + The number of people occupying the residence covered by this report. + 0..1 + Consumption Report + Resident + Occupants Numeric + Numeric + Numeric. Type + 4.0 + + + + + + + + + BBIE + Consumption Report. Consumers_ Energy Level Code. Code + The level of energy consumed, compared to the average for this residence type and the number of people living in the residence, expressed as a code. + 0..1 + Consumption Report + Consumers + Energy Level Code + Code + Code. Type + B + + + + + + + + + BBIE + Consumption Report. Consumers_ Energy Level. Text + The level of energy consumed, compared to the average for this residence type and the number of people living in the residence, expressed as text. + 0..1 + Consumption Report + Consumers + Energy Level + Text + Text. Type + Middel + + + + + + + + + BBIE + Consumption Report. Residence Type. Text + The type of residence (house, apartment, etc.) covered in this report, expressed as text. + 0..1 + Consumption Report + Residence Type + Text + Text. Type + House + + + + + + + + + BBIE + Consumption Report. Residence Type Code. Code + The type of residence (house, apartment, etc.) covered in this report, expressed as a code. + 0..1 + Consumption Report + Residence Type Code + Code + Code. Type + House + + + + + + + + + BBIE + Consumption Report. Heating Type. Text + The type of heating in the residence covered in this report, expressed as text. + 0..1 + Consumption Report + Heating Type + Text + Text. Type + District heating + + + + + + + + + BBIE + Consumption Report. Heating Type Code. Code + The type of heating in the residence covered in this report, expressed as a code. + 0..1 + Consumption Report + Heating Type Code + Code + Code. Type + DistrictHeating + + + + + + + + + ASBIE + Consumption Report. Period + The period of consumption covered in this report. + 0..1 + Consumption Report + Period + Period + Period + + + + + + + + + ASBIE + Consumption Report. Guidance_ Document Reference. Document Reference + A reference to a document providing an explanation of this kind of report. + 0..1 + Consumption Report + Guidance + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Consumption Report. Document Reference + A reference to some other document (for example, this report in another format). + 0..1 + Consumption Report + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Consumption Report. Consumption Report Reference + A reference to a previous consumption report. + 0..n + Consumption Report + Consumption Report Reference + Consumption Report Reference + Consumption Report Reference + + + + + + + + + ASBIE + Consumption Report. Consumption History + A report describing historical parameters relating to a specific instance of consumption. + 0..n + Consumption Report + Consumption History + Consumption History + Consumption History + + + + + + + + + + + ABIE + Consumption Report Reference. Details + A class to define a reference to an earlier consumption report (e.g., last year's consumption). + Consumption Report Reference + + + + + + + + + BBIE + Consumption Report Reference. Consumption_ Report Identifier. Identifier + An identifier for the referenced consumption report. + 1 + Consumption Report Reference + Consumption + Report Identifier + Identifier + Identifier. Type + n/a + + + + + + + + + BBIE + Consumption Report Reference. Consumption Type. Text + The reported consumption type, expressed as text. + 0..1 + Consumption Report Reference + Consumption Type + Text + Text. Type + Consumption + + + + + + + + + BBIE + Consumption Report Reference. Consumption Type Code. Code + The reported consumption type, expressed as a code. + 0..1 + Consumption Report Reference + Consumption Type Code + Code + Code. Type + Consumption + + + + + + + + + BBIE + Consumption Report Reference. Total_ Consumed Quantity. Quantity + The total quantity consumed during the period of the referenced report. + 1 + Consumption Report Reference + Total + Consumed Quantity + Quantity + Quantity. Type + 20479.00 + + + + + + + + + ASBIE + Consumption Report Reference. Period + The period of consumption covered by the referenced report. + 1 + Consumption Report Reference + Period + Period + Period + + + + + + + + + + + ABIE + Contact. Details + A class to describe a contactable person or department in an organization. + Contact + + + + + + + + + BBIE + Contact. Identifier + An identifier for this contact. + 0..1 + Contact + Identifier + Identifier + Identifier. Type + Receivals Clerk + + + + + + + + + BBIE + Contact. Name + The name of this contact. It is recommended that this be used for a functional name and not a personal name. + 0..1 + Contact + Name + Name + Name. Type + Delivery Dock + + + + + + + + + BBIE + Contact. Telephone. Text + The primary telephone number of this contact. + 0..1 + Contact + Telephone + Text + Text. Type + + + + + + + + + BBIE + Contact. Telefax. Text + The primary fax number of this contact. + 0..1 + Contact + Telefax + Text + Text. Type + + + + + + + + + BBIE + Contact. Electronic_ Mail. Text + The primary email address of this contact. + 0..1 + Contact + Electronic + Mail + Text + Text. Type + + + + + + + + + BBIE + Contact. Note. Text + Free-form text conveying information that is not contained explicitly in other structures; in particular, a textual description of the circumstances under which this contact can be used (e.g., "emergency" or "after hours"). + 0..n + Contact + Note + Text + Text. Type + + + + + + + + + ASBIE + Contact. Other_ Communication. Communication + Another means of communication with this contact. + 0..n + Contact + Other + Communication + Communication + Communication + + + + + + + + + + + ABIE + Contract. Details + A class to describe a contract. + Contract + + + + + + + + + BBIE + Contract. Identifier + An identifier for this contract. + 0..1 + Contract + Identifier + Identifier + Identifier. Type + CC23 + + + + + + + + + BBIE + Contract. Issue Date. Date + The date on which this contract was issued. + 0..1 + Contract + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Contract. Issue Time. Time + The time at which this contract was issued. + 0..1 + Contract + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Contract. Nomination Date. Date + In a transportation contract, the deadline date by which the services referred to in the transport execution plan have to be booked. For example, if this service is a carrier service scheduled for Wednesday 16 February 2011 at 10 a.m. CET, the nomination date might be Tuesday15 February 2011. + 0..1 + Contract + Nomination Date + Date + Date. Type + + + + + + + + + BBIE + Contract. Nomination Time. Time + In a transportation contract, the deadline time by which the services referred to in the transport execution plan have to be booked. For example, if this service is a carrier service scheduled for Wednesday 16 February 2011 at 10 a.m. CET, the nomination date might be Tuesday15 February 2011 and the nomination time 4 p.m. at the latest. + 0..1 + Contract + Nomination Time + Time + Time. Type + + + + + + + + + BBIE + Contract. Contract Type Code. Code + The type of this contract, expressed as a code, such as "Cost plus award fee" and "Cost plus fixed fee" from UNCEFACT Contract Type code list. + 0..1 + Contract + Contract Type Code + Code + Code. Type + + + + + + + + + BBIE + Contract. Contract Type. Text + The type of this contract, expressed as text, such as "Cost plus award fee" and "Cost plus fixed fee" from UNCEFACT Contract Type code list. + 0..1 + Contract + Contract Type + Text + Text. Type + + + + + + + + + BBIE + Contract. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Contract + Note + Text + Text. Type + Remarks + + + + + + + + + BBIE + Contract. Version. Identifier + An identifier for the current version of this contract. + 0..1 + Contract + Version + Identifier + Identifier. Type + + + + + + + + + BBIE + Contract. Description. Text + Text describing this contract. + 0..n + Contract + Description + Text + Text. Type + + + + + + + + + ASBIE + Contract. Validity_ Period. Period + The period during which this contract is valid. + 0..1 + Contract + Validity + Period + Period + Period + + + + + + + + + ASBIE + Contract. Contract_ Document Reference. Document Reference + A reference to a contract document. + 0..n + Contract + Contract + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Contract. Nomination_ Period. Period + In a transportation contract, the period required to book the services specified in the contract before the services can begin. + 0..1 + Contract + Nomination + Period + Period + Period + + + + + + + + + ASBIE + Contract. Contractual_ Delivery. Delivery + In a transportation contract, the delivery of the services required to book the services specified in the contract. + 0..1 + Contract + Contractual + Delivery + Delivery + Delivery + + + + + + + + + + + ABIE + Contract Execution Requirement. Details + A class to describe a requirement for execution of a contract. + Contract Execution Requirement + + + + + + + + + BBIE + Contract Execution Requirement. Name + A name for this requirement. + 0..n + Contract Execution Requirement + Name + Name + Name. Type + + + + + + + + + BBIE + Contract Execution Requirement. Execution Requirement Code. Code + A code signifying the type of party independent of its role. + 0..1 + Contract Execution Requirement + Execution Requirement Code + Code + Code. Type + + + + + + + + + BBIE + Contract Execution Requirement. Description. Text + Text describing this requirement. + 0..n + Contract Execution Requirement + Description + Text + Text. Type + + + + + + + + + + + ABIE + Contract Extension. Details + A class to describe possible extensions to a contract. + Contract Extension + + + + + + + + + BBIE + Contract Extension. Options Description. Text + A description for the possible options that can be carried out during the execution of the contract. + 0..n + Contract Extension + Options Description + Text + Text. Type + + + + + + + + + BBIE + Contract Extension. Minimum_ Number. Numeric + The fixed minimum number of contract extensions or renewals. + 0..1 + Contract Extension + Minimum + Number + Numeric + Numeric. Type + + + + + + + + + BBIE + Contract Extension. Maximum_ Number. Numeric + The maximum allowed number of contract extensions. + 0..1 + Contract Extension + Maximum + Number + Numeric + Numeric. Type + + + + + + + + + ASBIE + Contract Extension. Option Validity_ Period. Period + The period during which the option for extending the contract is available. + 0..1 + Contract Extension + Option Validity + Period + Period + Period + + + + + + + + + ASBIE + Contract Extension. Renewal + The period allowed for each contract extension. + 0..n + Contract Extension + Renewal + Renewal + Renewal + + + + + + + + + + + ABIE + Contracting Activity. Details + The nature of the type of business of the organization. + Contracting Activity + + + + + + + + + BBIE + Contracting Activity. Activity Type Code. Code + A code specifying the nature of the type of business of the organization. + 0..1 + Contracting Activity + Activity Type Code + Code + Code. Type + + + + + + + + + BBIE + Contracting Activity. Activity Type. Text + The nature of the type of business of the organization, expressed as text. + 0..1 + Contracting Activity + Activity Type + Text + Text. Type + + + + + + + + + + + ABIE + Contracting Party. Details + A class to describe an individual, a group, or a body having a procurement role in a tendering process. + Contracting Party + + + + + + + + + BBIE + Contracting Party. Buyer Profile_ URI. Identifier + The buyer profile is typically located on a web site where the contracting party publishes its procurement opportunities + 0..1 + Contracting Party + Buyer Profile + URI + Identifier + Identifier. Type + Buyer Profile + + + + + + + + + ASBIE + Contracting Party. Contracting Party Type + The type of contracting party that is independent of its role. + 0..n + Contracting Party + Contracting Party Type + Contracting Party Type + Contracting Party Type + + + + + + + + + ASBIE + Contracting Party. Contracting Activity + The nature of the type of business of the organization + 0..n + Contracting Party + Contracting Activity + Contracting Activity + Contracting Activity + + + + + + + + + ASBIE + Contracting Party. Party + The contracting party itself. + 1 + Contracting Party + Party + Party + Party + + + + + + + + + + + ABIE + Contracting Party Type. Details + The type of contracting party that is independent of its role. + Contracting Party Type + + + + + + + + + BBIE + Contracting Party Type. Party Type Code. Code + A code specifying the type of party that is independent of its role. + 0..1 + Contracting Party Type + Party Type Code + Code + Code. Type + + + + + + + + + BBIE + Contracting Party Type. Party Type. Text + The type of party that is independent of its role, expressed as text. + 0..1 + Contracting Party Type + Party Type + Text + Text. Type + + + + + + + + + + + ABIE + Corporate Registration Scheme. Details + A class to describe a scheme for corporate registration. + Corporate Registration Scheme + + + + + + + + + BBIE + Corporate Registration Scheme. Identifier + An identifier for this registration scheme. + 0..1 + Corporate Registration Scheme + Identifier + Identifier + Identifier. Type + ASIC in Australia + + + + + + + + + BBIE + Corporate Registration Scheme. Name + The name of this registration scheme. + 0..1 + Corporate Registration Scheme + Name + Name + Name. Type + Australian Securities and Investment Commission in Australia + + + + + + + + + BBIE + Corporate Registration Scheme. Corporate Registration Type Code. Code + A code signifying the type of this registration scheme. + 0..1 + Corporate Registration Scheme + Corporate Registration Type Code + Code + Code. Type + ACN + + + + + + + + + ASBIE + Corporate Registration Scheme. Jurisdiction Region_ Address. Address + A geographic area in which this registration scheme applies. + 0..n + Corporate Registration Scheme + Jurisdiction Region + Address + Address + Address + England , Wales + + + + + + + + + + + ABIE + Country. Details + A class to describe a country. + Country + + + + + + + + + BBIE + Country. Identification Code. Code + A code signifying this country. + 0..1 + Country + Identification Code + Code + Country Identification + Country Identification_ Code. Type + + + + + + + + + BBIE + Country. Name + The name of this country. + 0..1 + Country + Name + Name + Name. Type + SOUTH AFRICA + + + + + + + + + + + ABIE + Credit Account. Details + A class to identify a credit account for sales on account. + Credit Account + + + + + + + + + BBIE + Credit Account. Account Identifier. Identifier + An identifier for this credit account. + 1 + Credit Account + Account Identifier + Identifier + Identifier. Type + Customer Code 29 + + + + + + + + + + + ABIE + Credit Note Line. Details + A class to define a line in a Credit Note or Self Billed Credit Note. + Credit Note Line + + + + + + + + + BBIE + Credit Note Line. Identifier + An identifier for this credit note line. + 1 + Credit Note Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Credit Note Line. UUID. Identifier + A universally unique identifier for this credit note line. + 0..1 + Credit Note Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Credit Note Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Credit Note Line + Note + Text + Text. Type + + + + + + + + + BBIE + Credit Note Line. Credited_ Quantity. Quantity + The quantity of items credited in this credit note line. + 0..1 + Credit Note Line + Credited + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Credit Note Line. Line Extension Amount. Amount + The total amount for this credit note line, including allowance charges but exclusive of taxes. + 0..1 + Credit Note Line + Line Extension Amount + Amount + Amount. Type + + + + + + + + + BBIE + Credit Note Line. Tax Point Date. Date + The date of this credit note line, used to indicate the point at which tax becomes applicable. + 0..1 + Credit Note Line + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Credit Note Line. Accounting Cost Code. Code + The buyer's accounting cost centre for this credit note line, expressed as a code. + 0..1 + Credit Note Line + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Credit Note Line. Accounting Cost. Text + The buyer's accounting cost centre for this credit note line, expressed as text. + 0..1 + Credit Note Line + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Credit Note Line. Payment Purpose Code. Code + A code signifying the business purpose for this payment. + 0..1 + Credit Note Line + Payment Purpose Code + Code + Code. Type + + + + + + + + + BBIE + Credit Note Line. Free Of Charge_ Indicator. Indicator + An indicator that this credit note line is free of charge (true) or not (false). The default is false. + 0..1 + Credit Note Line + Free Of Charge + Indicator + Indicator + Indicator. Type + + + + + + + + + ASBIE + Credit Note Line. Invoice_ Period. Period + An invoice period to which this credit note line applies. + 0..n + Credit Note Line + Invoice + Period + Period + Period + + + + + + + + + ASBIE + Credit Note Line. Order Line Reference + A reference to an order line associated with this credit note line. + 0..n + Credit Note Line + Order Line Reference + Order Line Reference + Order Line Reference + + + + + + + + + ASBIE + Credit Note Line. Discrepancy_ Response. Response + A reason for the credit. + 0..n + Credit Note Line + Discrepancy + Response + Response + Response + + + + + + + + + ASBIE + Credit Note Line. Despatch_ Line Reference. Line Reference + A reference to a despatch line associated with this credit note line. + 0..n + Credit Note Line + Despatch + Line Reference + Line Reference + Line Reference + + + + + + + + + ASBIE + Credit Note Line. Receipt_ Line Reference. Line Reference + A reference to a receipt line associated with this credit note line. + 0..n + Credit Note Line + Receipt + Line Reference + Line Reference + Line Reference + + + + + + + + + ASBIE + Credit Note Line. Billing Reference + A reference to a billing document associated with this credit note line. + 0..n + Credit Note Line + Billing Reference + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Credit Note Line. Document Reference + A reference to a document associated with this credit note line. + 0..n + Credit Note Line + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Credit Note Line. Pricing Reference + A reference to pricing and item location information associated with this credit note line. + 0..1 + Credit Note Line + Pricing Reference + Pricing Reference + Pricing Reference + + + + + + + + + ASBIE + Credit Note Line. Originator_ Party. Party + The party who originated the Order to which the Credit Note is related. + 0..1 + Credit Note Line + Originator + Party + Party + Party + + + + + + + + + ASBIE + Credit Note Line. Delivery + A delivery associated with this credit note line. + 0..n + Credit Note Line + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Credit Note Line. Payment Terms + A specification of payment terms associated with this credit note line. + 0..n + Credit Note Line + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Credit Note Line. Tax Total + A total amount of taxes of a particular kind applicable to this credit note line. + 0..n + Credit Note Line + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Credit Note Line. Allowance Charge + An allowance or charge associated with this credit note. + 0..n + Credit Note Line + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Credit Note Line. Item + The item associated with this credit note line. + 0..1 + Credit Note Line + Item + Item + Item + + + + + + + + + ASBIE + Credit Note Line. Price + The price of the item associated with this credit note line. + 0..1 + Credit Note Line + Price + Price + Price + Unit Price, Base Price + + + + + + + + + ASBIE + Credit Note Line. Delivery Terms + Terms and conditions of a delivery associated with this credit note line. + 0..n + Credit Note Line + Delivery Terms + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Credit Note Line. Sub_ Credit Note Line. Credit Note Line + A class defining one or more Credit Note Lines detailing the credit note line. + 0..n + Credit Note Line + Sub + Credit Note Line + Credit Note Line + Credit Note Line + + + + + + + + + ASBIE + Credit Note Line. Item_ Price Extension. Price Extension + The price extension, calculated by multiplying the price per unit by the quantity of items on this credit note line. + 0..1 + Credit Note Line + Item + Price Extension + Price Extension + Price Extension + + + + + + + + + + + ABIE + Customer Party. Details + A class to describe a customer party. + Customer Party + + + + + + + + + BBIE + Customer Party. Customer Assigned_ Account Identifier. Identifier + An identifier for the customer's account, assigned by the customer itself. + 0..1 + Customer Party + Customer Assigned + Account Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Customer Party. Supplier Assigned_ Account Identifier. Identifier + An identifier for the customer's account, assigned by the supplier. + 0..1 + Customer Party + Supplier Assigned + Account Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Customer Party. Additional_ Account Identifier. Identifier + An identifier for the customer's account, assigned by a third party. + 0..n + Customer Party + Additional + Account Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Customer Party. Party + The customer party itself. + 0..1 + Customer Party + Party + Party + Party + + + + + + + + + ASBIE + Customer Party. Delivery_ Contact. Contact + A customer contact for deliveries. + 0..1 + Customer Party + Delivery + Contact + Contact + Contact + + + + + + + + + ASBIE + Customer Party. Accounting_ Contact. Contact + A customer contact for accounting. + 0..1 + Customer Party + Accounting + Contact + Contact + Contact + + + + + + + + + ASBIE + Customer Party. Buyer_ Contact. Contact + A customer contact for purchasing. + 0..1 + Customer Party + Buyer + Contact + Contact + Contact + + + + + + + + + + + ABIE + Customs Declaration. Details + A class describing identifiers or references relating to customs procedures. + Customs Declaration + Movement Reference Number, Local Reference Number + + + + + + + + + BBIE + Customs Declaration. Identifier + An identifier associated with customs related procedures. + 1 + Customs Declaration + Identifier + Identifier + Identifier. Type + CUST001 3333-44-123 + + + + + + + + + ASBIE + Customs Declaration. Issuer_ Party. Party + Describes the party issuing the customs declaration. + 0..1 + Customs Declaration + Issuer + Party + Party + Party + + + + + + + + + + + ABIE + Debit Note Line. Details + A class to define a line in a Debit Note. + Debit Note Line + + + + + + + + + BBIE + Debit Note Line. Identifier + An identifier for this debit note line. + 1 + Debit Note Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Debit Note Line. UUID. Identifier + A universally unique identifier for this debit note line. + 0..1 + Debit Note Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Debit Note Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Debit Note Line + Note + Text + Text. Type + + + + + + + + + BBIE + Debit Note Line. Debited_ Quantity. Quantity + The quantity of Items debited in this debit note line. + 0..1 + Debit Note Line + Debited + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Debit Note Line. Line Extension Amount. Amount + The total amount for this debit note line, including allowance charges but net of taxes. + 1 + Debit Note Line + Line Extension Amount + Amount + Amount. Type + + + + + + + + + BBIE + Debit Note Line. Tax Point Date. Date + The date of this debit note line, used to indicate the point at which tax becomes applicable. + 0..1 + Debit Note Line + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Debit Note Line. Accounting Cost Code. Code + The buyer's accounting cost centre for this debit note line, expressed as a code. + 0..1 + Debit Note Line + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Debit Note Line. Accounting Cost. Text + The buyer's accounting cost centre for this debit note line, expressed as text. + 0..1 + Debit Note Line + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Debit Note Line. Payment Purpose Code. Code + A code signifying the business purpose for this payment. + 0..1 + Debit Note Line + Payment Purpose Code + Code + Code. Type + + + + + + + + + ASBIE + Debit Note Line. Discrepancy_ Response. Response + A reason for the debit. + 0..n + Debit Note Line + Discrepancy + Response + Response + Response + + + + + + + + + ASBIE + Debit Note Line. Despatch_ Line Reference. Line Reference + A reference to a despatch line associated with this debit note line. + 0..n + Debit Note Line + Despatch + Line Reference + Line Reference + Line Reference + + + + + + + + + ASBIE + Debit Note Line. Receipt_ Line Reference. Line Reference + A reference to a receipt line associated with this debit note line. + 0..n + Debit Note Line + Receipt + Line Reference + Line Reference + Line Reference + + + + + + + + + ASBIE + Debit Note Line. Billing Reference + A reference to a billing document associated with this debit note line. + 0..n + Debit Note Line + Billing Reference + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Debit Note Line. Document Reference + A reference to a document associated with this debit note line. + 0..n + Debit Note Line + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Debit Note Line. Pricing Reference + A reference to pricing and item location information associated with this debit note line. + 0..1 + Debit Note Line + Pricing Reference + Pricing Reference + Pricing Reference + + + + + + + + + ASBIE + Debit Note Line. Delivery + A delivery associated with this debit note line. + 0..n + Debit Note Line + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Debit Note Line. Tax Total + A total amount of taxes of a particular kind applicable to this debit note line. + 0..n + Debit Note Line + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Debit Note Line. Allowance Charge + An allowance or charge associated with this debit note. + 0..n + Debit Note Line + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Debit Note Line. Item + The item associated with this debit note line. + 0..1 + Debit Note Line + Item + Item + Item + + + + + + + + + ASBIE + Debit Note Line. Price + The price of the item associated with this debit note line. + 0..1 + Debit Note Line + Price + Price + Price + Unit Price, Base Price + + + + + + + + + ASBIE + Debit Note Line. Sub_ Debit Note Line. Debit Note Line + A recursive description of a debit note line subsidiary to this debit note line. + 0..n + Debit Note Line + Sub + Debit Note Line + Debit Note Line + Debit Note Line + + + + + + + + + + + ABIE + Declaration. Details + A class to describe a declaration by an economic operator of certain characteristics or capabilities in fulfilment of requirements specified in a call for tenders. + Declaration + + + + + + + + + BBIE + Declaration. Name + The name of this declaration. + 0..n + Declaration + Name + Name + Name. Type + + + + + + + + + BBIE + Declaration. Declaration Type Code. Code + A code signifying the type of this declaration. + 0..1 + Declaration + Declaration Type Code + Code + Code. Type + + + + + + + + + BBIE + Declaration. Description. Text + Text describing this declaration. + 0..n + Declaration + Description + Text + Text. Type + + + + + + + + + ASBIE + Declaration. Evidence Supplied + The evidence supporting this declaration. + 0..n + Declaration + Evidence Supplied + Evidence Supplied + Evidence Supplied + + + + + + + + + + + ABIE + Delivery. Details + A class to describe a delivery. + Delivery + + + + + + + + + BBIE + Delivery. Identifier + An identifier for this delivery. + 0..1 + Delivery + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Delivery. Quantity + The quantity of items, child consignments, shipments in this delivery. + 0..1 + Delivery + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Delivery. Minimum_ Quantity. Quantity + The minimum quantity of items, child consignments, shipments in this delivery. + 0..1 + Delivery + Minimum + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Delivery. Maximum_ Quantity. Quantity + The maximum quantity of items, child consignments, shipments in this delivery. + 0..1 + Delivery + Maximum + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Delivery. Actual_ Delivery Date. Date + The actual date of delivery. + 0..1 + Delivery + Actual + Delivery Date + Date + Date. Type + + + + + + + + + BBIE + Delivery. Actual_ Delivery Time. Time + The actual time of delivery. + 0..1 + Delivery + Actual + Delivery Time + Time + Time. Type + + + + + + + + + BBIE + Delivery. Latest_ Delivery Date. Date + The latest date of delivery allowed by the buyer. + 0..1 + Delivery + Latest + Delivery Date + Date + Date. Type + + + + + + + + + BBIE + Delivery. Latest_ Delivery Time. Time + The latest time of delivery allowed by the buyer. + 0..1 + Delivery + Latest + Delivery Time + Time + Time. Type + + + + + + + + + BBIE + Delivery. Release. Identifier + An identifier used for approval of access to delivery locations (e.g., port terminals). + 0..1 + Delivery + Release + Identifier + Identifier. Type + + + + + + + + + BBIE + Delivery. Tracking Identifier. Identifier + The delivery Tracking ID (for transport tracking). + 0..1 + Delivery + Tracking Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Delivery. Delivery_ Address. Address + The delivery address. + 0..1 + Delivery + Delivery + Address + Address + Address + + + + + + + + + ASBIE + Delivery. Delivery_ Location. Location + The delivery location. + 0..1 + Delivery + Delivery + Location + Location + Location + + + + + + + + + ASBIE + Delivery. Alternative Delivery_ Location. Location + An alternative delivery location. + 0..1 + Delivery + Alternative Delivery + Location + Location + Location + + + + + + + + + ASBIE + Delivery. Requested Delivery_ Period. Period + The period requested for delivery. + 0..1 + Delivery + Requested Delivery + Period + Period + Period + + + + + + + + + ASBIE + Delivery. Promised Delivery_ Period. Period + The period promised for delivery. + 0..1 + Delivery + Promised Delivery + Period + Period + Period + + + + + + + + + ASBIE + Delivery. Estimated Delivery_ Period. Period + The period estimated for delivery. + 0..1 + Delivery + Estimated Delivery + Period + Period + Period + + + + + + + + + ASBIE + Delivery. Carrier_ Party. Party + The party responsible for delivering the goods. + 0..1 + Delivery + Carrier + Party + Party + Party + + + + + + + + + ASBIE + Delivery. Delivery_ Party. Party + The party to whom the goods are delivered. + 0..1 + Delivery + Delivery + Party + Party + Party + + + + + + + + + ASBIE + Delivery. Notify_ Party. Party + A party to be notified of this delivery. + 0..n + Delivery + Notify + Party + Party + Party + + + + + + + + + ASBIE + Delivery. Despatch + The despatch (pickup) associated with this delivery. + 0..1 + Delivery + Despatch + Despatch + Despatch + + + + + + + + + ASBIE + Delivery. Delivery Terms + Terms and conditions relating to the delivery. + 0..n + Delivery + Delivery Terms + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Delivery. Minimum_ Delivery Unit. Delivery Unit + The minimum delivery unit for this delivery. + 0..1 + Delivery + Minimum + Delivery Unit + Delivery Unit + Delivery Unit + + + + + + + + + ASBIE + Delivery. Maximum_ Delivery Unit. Delivery Unit + The maximum delivery unit for this delivery. + 0..1 + Delivery + Maximum + Delivery Unit + Delivery Unit + Delivery Unit + + + + + + + + + ASBIE + Delivery. Shipment + The shipment being delivered. + 0..1 + Delivery + Shipment + Shipment + Shipment + + + + + + + + + + + ABIE + Delivery Terms. Details + A class for describing the terms and conditions applying to the delivery of goods. + Delivery Terms + + + + + + + + + BBIE + Delivery Terms. Identifier + An identifier for this description of delivery terms. + 0..1 + Delivery Terms + Identifier + Identifier + Identifier. Type + CIF, FOB, or EXW from the INCOTERMS Terms of Delivery. (2000 version preferred.) + + + + + + + + + BBIE + Delivery Terms. Special_ Terms. Text + A description of any terms or conditions relating to the delivery items. + 0..n + Delivery Terms + Special + Terms + Text + Text. Type + + + + + + + + + BBIE + Delivery Terms. Loss Risk Responsibility Code. Code + A code that identifies one of various responsibilities for loss risk in the execution of the delivery. + 0..1 + Delivery Terms + Loss Risk Responsibility Code + Code + Code. Type + + + + + + + + + BBIE + Delivery Terms. Loss Risk. Text + A description of responsibility for risk of loss in execution of the delivery, expressed as text. + 0..n + Delivery Terms + Loss Risk + Text + Text. Type + + + + + + + + + BBIE + Delivery Terms. Amount + The monetary amount covered by these delivery terms. + 0..1 + Delivery Terms + Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Delivery Terms. Delivery_ Location. Location + The location for the contracted delivery. + 0..1 + Delivery Terms + Delivery + Location + Location + Location + + + + + + + + + ASBIE + Delivery Terms. Allowance Charge + An allowance or charge covered by these delivery terms. + 0..1 + Delivery Terms + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + + + ABIE + Delivery Unit. Details + A class to describe a delivery unit. + Delivery Unit + + + + + + + + + BBIE + Delivery Unit. Batch Quantity. Quantity + The quantity of ordered Items that constitutes a batch for delivery purposes. + 1 + Delivery Unit + Batch Quantity + Quantity + Quantity. Type + 100 units , by the dozen + + + + + + + + + BBIE + Delivery Unit. Consumer_ Unit. Quantity + The quantity of units in the Delivery Unit expressed in the units used by the consumer. + 0..1 + Delivery Unit + Consumer + Unit + Quantity + Quantity. Type + packs of 10 + + + + + + + + + BBIE + Delivery Unit. Hazardous Risk_ Indicator. Indicator + An indication that the transported goods are subject to an international regulation concerning the carriage of dangerous goods (true) or not (false). + 0..1 + Delivery Unit + Hazardous Risk + Indicator + Indicator + Indicator. Type + Default is negative + + + + + + + + + + + ABIE + Dependent Price Reference. Details + A class to define the price of an item as a percentage of the price of a different item. + Dependent Price Reference + + + + + + + + + BBIE + Dependent Price Reference. Percent + The percentage by which the price of the different item is multiplied to calculate the price of the item. + 0..1 + Dependent Price Reference + Percent + Percent + Percent. Type + + + + + + + + + ASBIE + Dependent Price Reference. Location_ Address. Address + The reference location for this dependent price reference. + 0..1 + Dependent Price Reference + Location + Address + Address + Address + + + + + + + + + ASBIE + Dependent Price Reference. Dependent_ Line Reference. Line Reference + A reference to a line that the price is depended of. + 0..1 + Dependent Price Reference + Dependent + Line Reference + Line Reference + Line Reference + + + + + + + + + + + ABIE + Despatch. Details + A class to describe the despatching of goods (their pickup for delivery). + Despatch + + + + + + + + + BBIE + Despatch. Identifier + An identifier for this despatch event. + 0..1 + Despatch + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Despatch. Requested_ Despatch Date. Date + The despatch (pickup) date requested, normally by the buyer. + 0..1 + Despatch + Requested + Despatch Date + Date + Date. Type + + + + + + + + + BBIE + Despatch. Requested_ Despatch Time. Time + The despatch (pickup) time requested, normally by the buyer. + 0..1 + Despatch + Requested + Despatch Time + Time + Time. Type + + + + + + + + + BBIE + Despatch. Estimated_ Despatch Date. Date + The estimated despatch (pickup) date. + 0..1 + Despatch + Estimated + Despatch Date + Date + Date. Type + + + + + + + + + BBIE + Despatch. Estimated_ Despatch Time. Time + The estimated despatch (pickup) time. + 0..1 + Despatch + Estimated + Despatch Time + Time + Time. Type + + + + + + + + + BBIE + Despatch. Actual_ Despatch Date. Date + The actual despatch (pickup) date. + 0..1 + Despatch + Actual + Despatch Date + Date + Date. Type + + + + + + + + + BBIE + Despatch. Actual_ Despatch Time. Time + The actual despatch (pickup) time. + 0..1 + Despatch + Actual + Despatch Time + Time + Time. Type + + + + + + + + + BBIE + Despatch. Guaranteed_ Despatch Date. Date + The date guaranteed for the despatch (pickup). + 0..1 + Despatch + Guaranteed + Despatch Date + Date + Date. Type + + + + + + + + + BBIE + Despatch. Guaranteed_ Despatch Time. Time + The time guaranteed for the despatch (pickup). + 0..1 + Despatch + Guaranteed + Despatch Time + Time + Time. Type + + + + + + + + + BBIE + Despatch. Release. Identifier + An identifier for the release of the despatch used as security control or cargo control (pick-up). + 0..1 + Despatch + Release + Identifier + Identifier. Type + + + + + + + + + BBIE + Despatch. Instructions. Text + Text describing any special instructions applying to the despatch (pickup). + 0..n + Despatch + Instructions + Text + Text. Type + + + + + + + + + ASBIE + Despatch. Despatch_ Address. Address + The address of the despatch (pickup). + 0..1 + Despatch + Despatch + Address + Address + Address + + + + + + + + + ASBIE + Despatch. Despatch_ Location. Location + The location of the despatch (pickup). + 0..1 + Despatch + Despatch + Location + Location + Location + + + + + + + + + ASBIE + Despatch. Despatch_ Party. Party + The party despatching the goods. + 0..1 + Despatch + Despatch + Party + Party + Party + + + + + + + + + ASBIE + Despatch. Carrier_ Party. Party + The party carrying the goods. + 0..1 + Despatch + Carrier + Party + Party + Party + + + + + + + + + ASBIE + Despatch. Notify_ Party. Party + A party to be notified of this despatch (pickup). + 0..n + Despatch + Notify + Party + Party + Party + + + + + + + + + ASBIE + Despatch. Contact + The primary contact for this despatch (pickup). + 0..1 + Despatch + Contact + Contact + Contact + + + + + + + + + ASBIE + Despatch. Estimated Despatch_ Period. Period + The period estimated for the despatch (pickup) of goods. + 0..1 + Despatch + Estimated Despatch + Period + Period + Period + + + + + + + + + ASBIE + Despatch. Requested Despatch_ Period. Period + The period requested for the despatch (pickup) of goods. + 0..1 + Despatch + Requested Despatch + Period + Period + Period + + + + + + + + + + + ABIE + Despatch Line. Details + A class to define a line in a Despatch Advice. + Despatch Line + + + + + + + + + BBIE + Despatch Line. Identifier + An identifier for this despatch line. + 1 + Despatch Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Despatch Line. UUID. Identifier + A universally unique identifier for this despatch line. + 0..1 + Despatch Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Despatch Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Despatch Line + Note + Text + Text. Type + + + + + + + + + BBIE + Despatch Line. Line Status Code. Code + A code signifying the status of this despatch line with respect to its original state. + 0..1 + Despatch Line + Line Status Code + Code + Line Status + Line Status_ Code. Type + + + + + + + + + BBIE + Despatch Line. Delivered_ Quantity. Quantity + The quantity despatched (picked up). + 0..1 + Despatch Line + Delivered + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Despatch Line. Backorder_ Quantity. Quantity + The quantity on back order at the supplier. + 0..1 + Despatch Line + Backorder + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Despatch Line. Backorder_ Reason. Text + The reason for the back order. + 0..n + Despatch Line + Backorder + Reason + Text + Text. Type + + + + + + + + + BBIE + Despatch Line. Outstanding_ Quantity. Quantity + The quantity outstanding (which will follow in a later despatch). + 0..1 + Despatch Line + Outstanding + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Despatch Line. Outstanding_ Reason. Text + The reason for the outstanding quantity. + 0..n + Despatch Line + Outstanding + Reason + Text + Text. Type + + + + + + + + + BBIE + Despatch Line. Oversupply_ Quantity. Quantity + The quantity over-supplied, i.e., the quantity over and above that ordered. + 0..1 + Despatch Line + Oversupply + Quantity + Quantity + Quantity. Type + + + + + + + + + ASBIE + Despatch Line. Order Line Reference + A reference to an order line associated with this despatch line. + 1..n + Despatch Line + Order Line Reference + Order Line Reference + Order Line Reference + + + + + + + + + ASBIE + Despatch Line. Document Reference + A reference to a document associated with this despatch line. + 0..n + Despatch Line + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Despatch Line. Item + The item associated with this despatch line. + 1 + Despatch Line + Item + Item + Item + + + + + + + + + ASBIE + Despatch Line. Shipment + A shipment associated with this despatch line. + 0..n + Despatch Line + Shipment + Shipment + Shipment + + + + + + + + + + + ABIE + Dimension. Details + A class to define a measurable dimension (length, mass, weight, volume, or area) of an item. + Dimension + + + + + + + + + BBIE + Dimension. Attribute Identifier. Identifier + An identifier for the attribute to which the measure applies. + 1 + Dimension + Attribute Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Dimension. Measure + The measurement value. + 0..1 + Dimension + Measure + Measure + Measure. Type + + + + + + + + + BBIE + Dimension. Description. Text + Text describing the measurement attribute. + 0..n + Dimension + Description + Text + Text. Type + + + + + + + + + BBIE + Dimension. Minimum_ Measure. Measure + The minimum value in a range of measurement of this dimension. + 0..1 + Dimension + Minimum + Measure + Measure + Measure. Type + + + + + + + + + BBIE + Dimension. Maximum_ Measure. Measure + The maximum value in a range of measurement of this dimension. + 0..1 + Dimension + Maximum + Measure + Measure + Measure. Type + + + + + + + + + + + ABIE + Document Distribution. Details + A class to describe the distribution of a document to an interested party. + Document Distribution + + + + + + + + + BBIE + Document Distribution. Print_ Qualifier. Text + Text describing the interested party's distribution rights. + 1 + Document Distribution + Print + Qualifier + Text + Text. Type + + + + + + + + + BBIE + Document Distribution. Maximum_ Copies. Numeric + The maximum number of printed copies of the document that the interested party is allowed to make. + 1 + Document Distribution + Maximum + Copies + Numeric + Numeric. Type + + + + + + + + + ASBIE + Document Distribution. Party + The interested party to which the document should be distributed. + 1 + Document Distribution + Party + Party + Party + + + + + + + + + + + ABIE + Document Reference. Details + A class to define a reference to a document. + Document Reference + + + + + + + + + BBIE + Document Reference. Identifier + An identifier for the referenced document. + 1 + Document Reference + Identifier + Identifier + Identifier. Type + PO-001 3333-44-123 + + + + + + + + + BBIE + Document Reference. Copy_ Indicator. Indicator + An indicator that the referenced document is a copy (true) or the original (false). + 0..1 + Document Reference + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Document Reference. UUID. Identifier + A universally unique identifier for this document reference. + 0..1 + Document Reference + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Document Reference. Issue Date. Date + The date, assigned by the sender of the referenced document, on which the document was issued. + 0..1 + Document Reference + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Document Reference. Issue Time. Time + The time, assigned by the sender of the referenced document, at which the document was issued. + 0..1 + Document Reference + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Document Reference. Document Type Code. Code + The type of document being referenced, expressed as a code. + 0..1 + Document Reference + Document Type Code + Code + Code. Type + + + + + + + + + BBIE + Document Reference. Document Type. Text + The type of document being referenced, expressed as text. + 0..1 + Document Reference + Document Type + Text + Text. Type + + + + + + + + + BBIE + Document Reference. XPath. Text + A reference to another place in the same XML document instance in which DocumentReference appears. + 0..n + Document Reference + XPath + Text + Text. Type + + + + + + + + + BBIE + Document Reference. Language. Identifier + An identifier for the language used in the referenced document. + 0..1 + Document Reference + Language + Identifier + Identifier. Type + + + + + + + + + BBIE + Document Reference. Locale Code. Code + A code signifying the locale in which the language in the referenced document is used. + 0..1 + Document Reference + Locale Code + Code + Code. Type + + + + + + + + + BBIE + Document Reference. Version. Identifier + An identifier for the current version of the referenced document. + 0..1 + Document Reference + Version + Identifier + Identifier. Type + 1.1 + + + + + + + + + BBIE + Document Reference. Document Status Code. Code + A code signifying the status of the reference document with respect to its original state. + 0..1 + Document Reference + Document Status Code + Code + Document Status + Document Status_ Code. Type + + + + + + + + + BBIE + Document Reference. Document_ Description. Text + Text describing the referenced document. + 0..n + Document Reference + Document + Description + Text + Text. Type + stock no longer provided + + + + + + + + + ASBIE + Document Reference. Attachment + The referenced document as an attachment to the document from which it is referenced. + 0..1 + Document Reference + Attachment + Attachment + Attachment + + + + + + + + + ASBIE + Document Reference. Validity_ Period. Period + The period for which this document reference is valid. + 0..1 + Document Reference + Validity + Period + Period + Period + + + + + + + + + ASBIE + Document Reference. Issuer_ Party. Party + The party who issued the referenced document. + 0..1 + Document Reference + Issuer + Party + Party + Party + + + + + + + + + ASBIE + Document Reference. Result Of Verification + The result of an attempt to verify a signature associated with the referenced document. + 0..1 + Document Reference + Result Of Verification + Result Of Verification + Result Of Verification + + + + + + + + + + + ABIE + Document Response. Details + A class to describe an application-level response to a document. + Document Response + + + + + + + + + ASBIE + Document Response. Response + A response to the document as a whole. + 1 + Document Response + Response + Response + Response + + + + + + + + + ASBIE + Document Response. Document Reference + A referenced document. + 1..n + Document Response + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Document Response. Issuer_ Party. Party + The party that issued the document. + 0..1 + Document Response + Issuer + Party + Party + Party + + + + + + + + + ASBIE + Document Response. Recipient_ Party. Party + The party for which the document is intended. + 0..1 + Document Response + Recipient + Party + Party + Party + + + + + + + + + ASBIE + Document Response. Line Response + A response to a particular line in the document. + 0..n + Document Response + Line Response + Line Response + Line Response + + + + + + + + + + + ABIE + Duty. Details + The charging rate used for both call charging and time dependent charging + Duty + + + + + + + + + BBIE + Duty. Amount + The amount of this duty. + 1 + Duty + Amount + Amount + Amount. Type + 88.23 + + + + + + + + + BBIE + Duty. Duty. Text + Text describing this duty. + 0..1 + Duty + Duty + Text + Text. Type + ConnectionFee + + + + + + + + + BBIE + Duty. Duty Code. Code + The type of this charge rate, expressed as a code. + 0..1 + Duty + Duty Code + Code + Code. Type + ConnectionFee + + + + + + + + + ASBIE + Duty. Tax Category + The tax category applicable to this duty. + 0..1 + Duty + Tax Category + Tax Category + Tax Category + + + + + + + + + + + ABIE + Economic Operator Role. Details + A class to describe the tenderer contracting role. + Economic Operator Role + + + + + + + + + BBIE + Economic Operator Role. Role Code. Code + A code specifying the role of the party. + 0..1 + Economic Operator Role + Role Code + Code + Code. Type + + + + + + + + + BBIE + Economic Operator Role. Role Description. Text + A textual description of the party role. + 0..n + Economic Operator Role + Role Description + Text + Text. Type + + + + + + + + + + + ABIE + Economic Operator Short List. Details + A class to provide information about the preselection of a short list of economic operators for consideration as possible candidates in a tendering process. + Economic Operator Short List + + + + + + + + + BBIE + Economic Operator Short List. Limitation_ Description. Text + Text describing the criteria used to restrict the number of candidates. + 0..n + Economic Operator Short List + Limitation + Description + Text + Text. Type + + + + + + + + + BBIE + Economic Operator Short List. Expected_ Quantity. Quantity + The number of economic operators expected to be on the short list. + 0..1 + Economic Operator Short List + Expected + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Economic Operator Short List. Maximum_ Quantity. Quantity + The maximum number of economic operators on the short list. + 0..1 + Economic Operator Short List + Maximum + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Economic Operator Short List. Minimum_ Quantity. Quantity + The minimum number of economic operators on the short list. + 0..1 + Economic Operator Short List + Minimum + Quantity + Quantity + Quantity. Type + + + + + + + + + ASBIE + Economic Operator Short List. Pre Selected_ Party. Party + The parties pre-selected allowed to submit tenders in a negotiated procedure. Negotiated procedure is a type of procedure where the contracting authorities can set the parties to be invited in the procurement project + 0..n + Economic Operator Short List + Pre Selected + Party + Party + Party + + + + + + + + + + + ABIE + Emission Calculation Method. Details + A class to define how an environmental emission is calculated. + Emission Calculation Method + + + + + + + + + BBIE + Emission Calculation Method. Calculation Method Code. Code + A code signifying the method used to calculate the emission. + 0..1 + Emission Calculation Method + Calculation Method Code + Code + Code. Type + + + + + + + + + BBIE + Emission Calculation Method. Fullness Indication Code. Code + A code signifying whether a piece of transport equipment is full, partially full, or empty. This indication is used as a parameter when calculating the environmental emission. + 0..1 + Emission Calculation Method + Fullness Indication Code + Code + Code. Type + + + + + + + + + ASBIE + Emission Calculation Method. Measurement From_ Location. Location + A start location from which an environmental emission is calculated. + 0..1 + Emission Calculation Method + Measurement From + Location + Location + Location + + + + + + + + + ASBIE + Emission Calculation Method. Measurement To_ Location. Location + An end location to which an environmental emission is calculated. + 0..1 + Emission Calculation Method + Measurement To + Location + Location + Location + + + + + + + + + + + ABIE + Endorsement. Details + A class to describe an endorsement of a document. + Endorsement + + + + + + + + + BBIE + Endorsement. Document. Identifier + An identifier for this endorsement. + 1 + Endorsement + Document + Identifier + Identifier. Type + + + + + + + + + BBIE + Endorsement. Approval Status. Text + The status of this endorsement. + 1 + Endorsement + Approval Status + Text + Text. Type + Authentication Code + + + + + + + + + BBIE + Endorsement. Remarks. Text + Remarks provided by the endorsing party. + 0..n + Endorsement + Remarks + Text + Text. Type + + + + + + + + + ASBIE + Endorsement. Endorser Party + The type of party providing this endorsement. + 1 + Endorsement + Endorser Party + Endorser Party + Endorser Party + + + + + + + + + ASBIE + Endorsement. Signature + A signature applied to this endorsement. + 0..n + Endorsement + Signature + Signature + Signature + + + + + + + + + + + ABIE + Endorser Party. Details + A class to describe the party endorsing a document. + Endorser Party + + + + + + + + + BBIE + Endorser Party. Role Code. Code + A code specifying the role of the party providing the endorsement (e.g., issuer, embassy, insurance, etc.). + 1 + Endorser Party + Role Code + Code + Code. Type + + + + + + + + + BBIE + Endorser Party. Sequence. Numeric + A number indicating the order of the endorsement provided by this party in the sequence in which endorsements are to be applied. + 1 + Endorser Party + Sequence + Numeric + Numeric. Type + + + + + + + + + ASBIE + Endorser Party. Party + The party endorsing the application. + 1 + Endorser Party + Party + Party + Party + + + + + + + + + ASBIE + Endorser Party. Signatory_ Contact. Contact + The individual representing the exporter who signs the Certificate of Origin application before submitting it to the issuer party. + 1 + Endorser Party + Signatory + Contact + Contact + Contact + + + + + + + + + + + ABIE + Energy Tax Report. Details + A class to describe energy taxes. + Energy Tax Report + + + + + + + + + BBIE + Energy Tax Report. Tax Energy Amount. Amount + The monetary amount of taxes (and duties). + 0..1 + Energy Tax Report + Tax Energy Amount + Amount + Amount. Type + 3087.90 + + + + + + + + + BBIE + Energy Tax Report. Tax Energy_ On Account Amount. Amount + The monetary amount of taxes (and duties) paid on account. + 0..1 + Energy Tax Report + Tax Energy + On Account Amount + Amount + Amount. Type + 2855.40 + + + + + + + + + BBIE + Energy Tax Report. Tax Energy Balance. Amount + The monetary amount of the balance of taxes owing. + 0..1 + Energy Tax Report + Tax Energy Balance + Amount + Amount. Type + 232.49 + + + + + + + + + ASBIE + Energy Tax Report. Tax Scheme + The relevant taxation scheme. + 1 + Energy Tax Report + Tax Scheme + Tax Scheme + Tax Scheme + + + + + + + + + + + ABIE + Energy Water Supply. Details + A class to describe the supply (and therefore consumption) of an amount of energy or water. + Energy Water Supply + + + + + + + + + ASBIE + Energy Water Supply. Consumption Report + An amount of energy or water consumed. + 0..n + Energy Water Supply + Consumption Report + Consumption Report + Consumption Report + + + + + + + + + ASBIE + Energy Water Supply. Energy Tax Report + A tax on the consumption of energy or water. + 0..n + Energy Water Supply + Energy Tax Report + Energy Tax Report + Energy Tax Report + + + + + + + + + ASBIE + Energy Water Supply. Consumption Average + A consumption average. + 0..n + Energy Water Supply + Consumption Average + Consumption Average + Consumption Average + + + + + + + + + ASBIE + Energy Water Supply. Energy Water_ Consumption Correction. Consumption Correction + Describes any corrections or adjustments to the supply of energy or water. + 0..n + Energy Water Supply + Energy Water + Consumption Correction + Consumption Correction + Consumption Correction + + + + + + + + + + + ABIE + Environmental Emission. Details + A class to describe an environmental emission. + Environmental Emission + + + + + + + + + BBIE + Environmental Emission. Environmental Emission Type Code. Code + A code specifying the type of environmental emission. + 1 + Environmental Emission + Environmental Emission Type Code + Code + Code. Type + + + + + + + + + BBIE + Environmental Emission. Value. Measure + A value measurement for the environmental emission. + 1 + Environmental Emission + Value + Measure + Measure. Type + + + + + + + + + BBIE + Environmental Emission. Description. Text + Text describing this environmental emission. + 0..n + Environmental Emission + Description + Text + Text. Type + + + + + + + + + ASBIE + Environmental Emission. Emission Calculation Method + A method used to calculate the amount of this emission. + 0..n + Environmental Emission + Emission Calculation Method + Emission Calculation Method + Emission Calculation Method + + + + + + + + + + + ABIE + Evaluation Criterion. Details + A class defining the required criterion for a tenderer to be elligible in a tendering process. + Evaluation Criterion + + + + + + + + + BBIE + Evaluation Criterion. Evaluation Criterion Type Code. Code + A code that specifies the criterion; it may be financial, technical or organizational. + 0..1 + Evaluation Criterion + Evaluation Criterion Type Code + Code + Code. Type + + + + + + + + + BBIE + Evaluation Criterion. Description. Text + A description of the criterion. + 0..n + Evaluation Criterion + Description + Text + Text. Type + + + + + + + + + BBIE + Evaluation Criterion. Threshold_ Amount. Amount + Estimated monetary amount of the threshold for the criterion. + 0..1 + Evaluation Criterion + Threshold + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Evaluation Criterion. Threshold_ Quantity. Quantity + Estimated quantity of the threshold for the criterion. + 0..1 + Evaluation Criterion + Threshold + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Evaluation Criterion. Expression Code. Code + A code identifying the expression that will be used to evaluate the criterion. + 0..1 + Evaluation Criterion + Expression Code + Code + Code. Type + + + + + + + + + BBIE + Evaluation Criterion. Expression. Text + The expression that will be used to evaluate the criterion. + 0..n + Evaluation Criterion + Expression + Text + Text. Type + + + + + + + + + ASBIE + Evaluation Criterion. Duration_ Period. Period + Describes the period for which the evaluation criterion is valid. + 0..1 + Evaluation Criterion + Duration + Period + Period + Period + + + + + + + + + ASBIE + Evaluation Criterion. Suggested_ Evidence. Evidence + Describes any evidences that should be used to satisfy the criterion. + 0..n + Evaluation Criterion + Suggested + Evidence + Evidence + Evidence + + + + + + + + + + + ABIE + Event. Details + A class to describe a significant occurrence relating to an object, process, or person. + Event + + + + + + + + + BBIE + Event. Identification. Identifier + An identifier for this event within an agreed event identification scheme. + 0..1 + Event + Identification + Identifier + Identifier. Type + + + + + + + + + BBIE + Event. Occurrence Date. Date + The date of this event. + 0..1 + Event + Occurrence Date + Date + Date. Type + + + + + + + + + BBIE + Event. Occurrence Time. Time + The time of this event. + 0..1 + Event + Occurrence Time + Time + Time. Type + + + + + + + + + BBIE + Event. Type Code. Code + A code signifying the type of this event. + 0..1 + Event + Type Code + Code + Code. Type + + + + + + + + + BBIE + Event. Description. Text + Text describing this event. + 0..n + Event + Description + Text + Text. Type + + + + + + + + + BBIE + Event. Completion_ Indicator. Indicator + An indicator that this event has been completed (true) or not (false). + 0..1 + Event + Completion + Indicator + Indicator + Indicator. Type + + + + + + + + + ASBIE + Event. Current_ Status. Status + The current status of this event. + 0..n + Event + Current + Status + Status + Status + + + + + + + + + ASBIE + Event. Contact + Contacts associated with this event. + 0..n + Event + Contact + Contact + Contact + + + + + + + + + ASBIE + Event. Occurence_ Location. Location + The location of this event. + 0..1 + Event + Occurence + Location + Location + Location + + + + + + + + + + + ABIE + Event Comment. Details + A class to define comments about a retail event. + Event Comment + + + + + + + + + BBIE + Event Comment. Comment. Text + Text commenting on the event. + 1 + Event Comment + Comment + Text + Text. Type + + + + + + + + + BBIE + Event Comment. Issue Date. Date + The date on which this comment was made. + 0..1 + Event Comment + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Event Comment. Issue Time. Time + The time at which this comment was made. + 0..1 + Event Comment + Issue Time + Time + Time. Type + + + + + + + + + + + ABIE + Event Line Item. Details + A class to define a line item describing the expected impacts associated with a retail event involving a specific product at a specific location. + Event Line Item + + + + + + + + + BBIE + Event Line Item. Line Number. Numeric + The number of this event line item. + 0..1 + Event Line Item + Line Number + Numeric + Numeric. Type + + + + + + + + + ASBIE + Event Line Item. Participating Locations_ Location. Location + The location of the stores involved in the event described in this line item. + 0..1 + Event Line Item + Participating Locations + Location + Location + Location + + + + + + + + + ASBIE + Event Line Item. Retail Planned Impact + A planned impact of the event described in this line item. + 0..n + Event Line Item + Retail Planned Impact + Retail Planned Impact + Retail Planned Impact + + + + + + + + + ASBIE + Event Line Item. Supply_ Item. Item + The product with which the event is associated. + 1 + Event Line Item + Supply + Item + Item + Item + + + + + + + + + + + ABIE + Event Tactic. Details + A class defining a specific type of action or situation arranged by the Buyer or the Seller to promote the product or products. + Event Tactic + + + + + + + + + BBIE + Event Tactic. Comment. Text + Generic field to add additional information or to specify mutually defined eventTacticTypes that are not currently listed. + 0..1 + Event Tactic + Comment + Text + Text. Type + + + + + + + + + BBIE + Event Tactic. Quantity + The currencies, units, etc. that describes what is need for the event or promotion Usage example: Number of pallets per store for a stack display + 0..1 + Event Tactic + Quantity + Quantity + Quantity. Type + + + + + + + + + ASBIE + Event Tactic. Event Tactic Enumeration + The set of codes that describes this event tactic. + 1 + Event Tactic + Event Tactic Enumeration + Event Tactic Enumeration + Event Tactic Enumeration + + + + + + + + + ASBIE + Event Tactic. Period + The period covered by this event tactic. + 0..1 + Event Tactic + Period + Period + Period + + + + + + + + + + + ABIE + Event Tactic Enumeration. Details + A class to define a set of codes that describes a retail tactic. + Event Tactic Enumeration + + + + + + + + + BBIE + Event Tactic Enumeration. Consumer Incentive Tactic Type Code. Code + A code signifying the type of consumer incentive. Examples include:Free Item, Temporary Price reduction + 0..1 + Event Tactic Enumeration + Consumer Incentive Tactic Type Code + Code + Code. Type + + + + + + + + + BBIE + Event Tactic Enumeration. Display Tactic Type Code. Code + A code signifying the type of display. Examples Include: ON_COUNTER_DISPLAY, FLOOR_GRAPHICS FLOOR_STACK_DISPLAY + 0..1 + Event Tactic Enumeration + Display Tactic Type Code + Code + Code. Type + + + + + + + + + BBIE + Event Tactic Enumeration. Feature Tactic Type Code. Code + A code signifying a special feature. Examples Include: BILLBOARD DIRECT_MAIL_AD, FLYER + 0..1 + Event Tactic Enumeration + Feature Tactic Type Code + Code + Code. Type + + + + + + + + + BBIE + Event Tactic Enumeration. Trade Item Packing Labeling Type Code. Code + A code signifying the type of trade item packing and labeling. Examples Include: BONUS_SIZE CO_BRANDED_TRADE_ITEM + 0..1 + Event Tactic Enumeration + Trade Item Packing Labeling Type Code + Code + Code. Type + + + + + + + + + + + ABIE + Evidence. Details + A class to describe an item of evidentiary support for representations of capabilities or the ability to meet tendering requirements, which an economic operator must provide for acceptance into a tendering process. + Evidence + + + + + + + + + BBIE + Evidence. Identifier + An identifier for this item of evidentiary support. + 0..1 + Evidence + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Evidence. Evidence Type Code. Code + A code signifying the type of evidence. + 0..1 + Evidence + Evidence Type Code + Code + Code. Type + + + + + + + + + BBIE + Evidence. Description. Text + The textual description for this Evidence. + 0..n + Evidence + Description + Text + Text. Type + + + + + + + + + BBIE + Evidence. Candidate_ Statement. Text + Information about a candidate statement that the contracting authority accepts as a sufficient response. + 0..n + Evidence + Candidate + Statement + Text + Text. Type + + + + + + + + + ASBIE + Evidence. Evidence Issuing_ Party. Party + A class to describe a party issuing an evidentiary document. + 0..1 + Evidence + Evidence Issuing + Party + Party + Party + + + + + + + + + ASBIE + Evidence. Document Reference + A reference to the evidentiary document. + 0..1 + Evidence + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Evidence. Language + Information about a required translation to be part of the response, i.e. the language. + 0..1 + Evidence + Language + Language + Language + + + + + + + + + + + ABIE + Evidence Supplied. Details + A reference to evidence. + Evidence Supplied + + + + + + + + + BBIE + Evidence Supplied. Identifier + The identifier of the referenced evidence. + 1 + Evidence Supplied + Identifier + Identifier + Identifier. Type + + + + + + + + + + + ABIE + Exception Criteria Line. Details + A class to define a line in an ExceptionCriteria document that specifies a threshold for forecast variance, product activity, or performance history, the exceeding of which should trigger an exception message. + Exception Criteria Line + + + + + + + + + BBIE + Exception Criteria Line. Identifier + An identifier for this exception criteria line. + 1 + Exception Criteria Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Exception Criteria Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Exception Criteria Line + Note + Text + Text. Type + + + + + + + + + BBIE + Exception Criteria Line. Threshold Value Comparison Code. Code + Type of comparison to be carried out in reference to the set threshold." Allowed values are: EXCEEDS_EXCEPTION_VALUE FALLS_BELOW_EXCEPTION_VALUE + 1 + Exception Criteria Line + Threshold Value Comparison Code + Code + Code. Type + + + + + + + + + BBIE + Exception Criteria Line. Threshold_ Quantity. Quantity + A quantity beyond which an exception will be triggered. + 1 + Exception Criteria Line + Threshold + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Exception Criteria Line. Exception Status Code. Code + A code signifying status specific to a shipment exception. + 0..1 + Exception Criteria Line + Exception Status Code + Code + Code. Type + + + + + + + + + BBIE + Exception Criteria Line. Collaboration_ Priority Code. Code + A collaboratively assigned code signifying priority of the Exception. Possible values are: HIGH, LOW, MEDIUM + 0..1 + Exception Criteria Line + Collaboration + Priority Code + Code + Code. Type + + + + + + + + + BBIE + Exception Criteria Line. Exception_ Resolution Code. Code + Coded representation of possible resolution methods". Possible values are: DEFAULT_TO_AVERAGE_OF_COMPARED_VALUES DEFAULT_TO_BUYERS_VALUE DEFAULT_TO_HIGH_VALUE DEFAULT_TO_LOW_VALUE DEFAULT_TO_SELLERS_VALUE MANUAL_RESOLUTION MUTUALLY_DEFINED + 0..1 + Exception Criteria Line + Exception + Resolution Code + Code + Code. Type + + + + + + + + + BBIE + Exception Criteria Line. Supply Chain Activity Type Code. Code + Establishes the criterion for one of the three types of exceptions. There can be three types of exception criteria: Operational, Metric and Forecast Exceptions. This will be set if this Exception is about an Operational Exception. Description could be: A code used to identify an operational exception. Possible values are: CANCELED_ORDERS EMERGENCY_ORDERS ON_HAND ORDERS RECEIPTS SALES SHIPMENTS + 0..1 + Exception Criteria Line + Supply Chain Activity Type Code + Code + Code. Type + + + + + + + + + BBIE + Exception Criteria Line. Performance Metric Type Code. Code + A code signifying a measure of performance. + 0..1 + Exception Criteria Line + Performance Metric Type Code + Code + Code. Type + + + + + + + + + ASBIE + Exception Criteria Line. Effective_ Period. Period + The period during which this exception criteria line is in effect. + 0..1 + Exception Criteria Line + Effective + Period + Period + Period + + + + + + + + + ASBIE + Exception Criteria Line. Supply_ Item. Item + The Trade Item that is the subject of the Exception Criterion. + 1..n + Exception Criteria Line + Supply + Item + Item + Item + + + + + + + + + ASBIE + Exception Criteria Line. Forecast Exception Criterion Line + Establishes the criterion for one of the three types of exceptions. This class provides the criterion for the kind of forecast exception, the identification of the purpose of the forecast, the source of data and the time basis criterion for the exception. + 0..1 + Exception Criteria Line + Forecast Exception Criterion Line + Forecast Exception Criterion Line + Forecast Exception Criterion Line + + + + + + + + + + + ABIE + Exception Notification Line. Details + A class to define a line in an Exception Notification. + Exception Notification Line + + + + + + + + + BBIE + Exception Notification Line. Identifier + An identifier for this exception notification line. + 1 + Exception Notification Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Exception Notification Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Exception Notification Line + Note + Text + Text. Type + + + + + + + + + BBIE + Exception Notification Line. Description. Text + Text describing the exception. + 0..n + Exception Notification Line + Description + Text + Text. Type + + + + + + + + + BBIE + Exception Notification Line. Exception Status Code. Code + A code signifying status specific to a shipment exception. + 0..1 + Exception Notification Line + Exception Status Code + Code + Code. Type + + + + + + + + + BBIE + Exception Notification Line. Collaboration_ Priority Code. Code + Priority of Exception. + 0..1 + Exception Notification Line + Collaboration + Priority Code + Code + Code. Type + + + + + + + + + BBIE + Exception Notification Line. Resolution Code. Code + Coded representation of possible resolution methods". Possible values are: DEFAULT_TO_AVERAGE_OF_COMPARED_VALUES DEFAULT_TO_BUYERS_VALUE DEFAULT_TO_HIGH_VALUE DEFAULT_TO_LOW_VALUE DEFAULT_TO_SELLERS_VALUE MANUAL_RESOLUTION MUTUALLY_DEFINED + 0..1 + Exception Notification Line + Resolution Code + Code + Code. Type + + + + + + + + + BBIE + Exception Notification Line. Compared Value. Measure + The value that was compared with the source value that resulted in the exception + 1 + Exception Notification Line + Compared Value + Measure + Measure. Type + + + + + + + + + BBIE + Exception Notification Line. Source Value. Measure + The value used as the basis of comparison + 1 + Exception Notification Line + Source Value + Measure + Measure. Type + + + + + + + + + BBIE + Exception Notification Line. Variance. Quantity + The variance of a data item from an expected value during a particular time interval. + 0..1 + Exception Notification Line + Variance + Quantity + Quantity. Type + + + + + + + + + BBIE + Exception Notification Line. Supply Chain Activity Type Code. Code + Establishes the criterion for one of the three types of exceptions: Operational, performance metric and forecast. This reports an exception notification about an operational exception. Description could be: A code used to identify an operational exception. Possible values are: CANCELED_ORDERS EMERGENCY_ORDERS ON_HAND ORDERS RECEIPTS SALES SHIPMENTS + 0..1 + Exception Notification Line + Supply Chain Activity Type Code + Code + Code. Type + + + + + + + + + BBIE + Exception Notification Line. Performance Metric Type Code. Code + A code used to identify a measure of performance. It defines the type of the Performance Metric on which an exception criteria is being defined + 0..1 + Exception Notification Line + Performance Metric Type Code + Code + Code. Type + + + + + + + + + ASBIE + Exception Notification Line. Exception Observation_ Period. Period + The period (start-end date) when this exception is observed + 0..1 + Exception Notification Line + Exception Observation + Period + Period + Period + + + + + + + + + ASBIE + Exception Notification Line. Document Reference + A reference to Exception Criteria document can be provided. + 0..n + Exception Notification Line + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Exception Notification Line. Forecast Exception + A forecast accuracy or comparison exception. + 0..1 + Exception Notification Line + Forecast Exception + Forecast Exception + Forecast Exception + + + + + + + + + ASBIE + Exception Notification Line. Supply_ Item. Item + The product associated with this exception notification line. + 1 + Exception Notification Line + Supply + Item + Item + Item + + + + + + + + + + + ABIE + Exchange Rate. Details + A class to define an exchange rate. + Exchange Rate + + + + + + + + + BBIE + Exchange Rate. Source_ Currency Code. Code + The reference currency for this exchange rate; the currency from which the exchange is being made. + 1 + Exchange Rate + Source + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Exchange Rate. Source_ Currency Base Rate. Rate + In the case of a source currency with denominations of small value, the unit base. + 0..1 + Exchange Rate + Source + Currency Base Rate + Rate + Rate. Type + + + + + + + + + BBIE + Exchange Rate. Target_ Currency Code. Code + The target currency for this exchange rate; the currency to which the exchange is being made. + 1 + Exchange Rate + Target + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Exchange Rate. Target_ Currency Base Rate. Rate + In the case of a target currency with denominations of small value, the unit base. + 0..1 + Exchange Rate + Target + Currency Base Rate + Rate + Rate. Type + + + + + + + + + BBIE + Exchange Rate. Exchange Market Identifier. Identifier + An identifier for the currency exchange market used as the source of this exchange rate. + 0..1 + Exchange Rate + Exchange Market Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Exchange Rate. Calculation Rate. Rate + The factor applied to the source currency to calculate the target currency. + 0..1 + Exchange Rate + Calculation Rate + Rate + Rate. Type + + + + + + + + + BBIE + Exchange Rate. Mathematic Operator Code. Code + A code signifying whether the calculation rate is a multiplier or a divisor. + 0..1 + Exchange Rate + Mathematic Operator Code + Code + Operator + Operator_ Code. Type + + + + + + + + + BBIE + Exchange Rate. Date + The date on which the exchange rate was established. + 0..1 + Exchange Rate + Date + Date + Date. Type + + + + + + + + + ASBIE + Exchange Rate. Foreign Exchange_ Contract. Contract + A contract for foreign exchange. + 0..1 + Exchange Rate + Foreign Exchange + Contract + Contract + Contract + + + + + + + + + + + ABIE + External Reference. Details + A class to describe an external object, such as a document stored at a remote location. + External Reference + + + + + + + + + BBIE + External Reference. URI. Identifier + The Uniform Resource Identifier (URI) that identifies the external object as an Internet resource. + 0..1 + External Reference + URI + Identifier + Identifier. Type + + + + + + + + + BBIE + External Reference. Document Hash. Text + A hash value for the externally stored object. + 0..1 + External Reference + Document Hash + Text + Text. Type + + + + + + + + + BBIE + External Reference. Hash Algorithm Method. Text + A hash algorithm used to calculate the hash value of the externally stored object. + 0..1 + External Reference + Hash Algorithm Method + Text + Text. Type + + + + + + + + + BBIE + External Reference. Expiry Date. Date + The date on which availability of the resource can no longer be relied upon. + 0..1 + External Reference + Expiry Date + Date + Date. Type + + + + + + + + + BBIE + External Reference. Expiry Time. Time + The time after which availability of the resource can no longer be relied upon. + 0..1 + External Reference + Expiry Time + Time + Time. Type + + + + + + + + + BBIE + External Reference. Mime Code. Code + A code signifying the mime type of the external object. + 0..1 + External Reference + Mime Code + Code + Code. Type + + + + + + + + + BBIE + External Reference. Format Code. Code + A code signifying the format of the external object. + 0..1 + External Reference + Format Code + Code + Code. Type + + + + + + + + + BBIE + External Reference. Encoding Code. Code + A code signifying the encoding/decoding algorithm used with the external object. + 0..1 + External Reference + Encoding Code + Code + Code. Type + + + + + + + + + BBIE + External Reference. Character Set Code. Code + A code signifying the character set of an external document. + 0..1 + External Reference + Character Set Code + Code + Code. Type + + + + + + + + + BBIE + External Reference. File Name. Name + The file name of the external object. + 0..1 + External Reference + File Name + Name + Name. Type + + + + + + + + + BBIE + External Reference. Description. Text + Text describing the external object. + 0..n + External Reference + Description + Text + Text. Type + computer accessories for laptops + + + + + + + + + + + ABIE + Financial Account. Details + A class to describe a financial account. + Financial Account + + + + + + + + + BBIE + Financial Account. Identifier + The identifier for this financial account; the bank account number. + 0..1 + Financial Account + Identifier + Identifier + Identifier. Type + SWIFT(BIC) and IBAN are defined in ISO 9362 and ISO 13616. + + + + + + + + + BBIE + Financial Account. Name + The name of this financial account. + 0..1 + Financial Account + Name + Name + Name. Type + + + + + + + + + BBIE + Financial Account. Alias_ Name. Name + An alias for the name of this financial account, to be used in place of the actual account name for security reasons. + 0..1 + Financial Account + Alias + Name + Name + Name. Type + + + + + + + + + BBIE + Financial Account. Account Type Code. Code + A code signifying the type of this financial account. + 0..1 + Financial Account + Account Type Code + Code + Code. Type + + + + + + + + + BBIE + Financial Account. Account Format Code. Code + A code signifying the format of this financial account. + 0..1 + Financial Account + Account Format Code + Code + Code. Type + ISO20022 Clearing System Identification Code + + + + + + + + + BBIE + Financial Account. Currency Code. Code + A code signifying the currency in which this financial account is held. + 0..1 + Financial Account + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Financial Account. Payment_ Note. Text + Free-form text applying to the Payment for the owner of this account. + 0..n + Financial Account + Payment + Note + Text + Text. Type + + + + + + + + + ASBIE + Financial Account. Financial Institution_ Branch. Branch + The branch of the financial institution associated with this financial account. + 0..1 + Financial Account + Financial Institution + Branch + Branch + Branch + + + + + + + + + ASBIE + Financial Account. Country + The country in which the holder of the financial account is domiciled. + 0..1 + Financial Account + Country + Country + Country + + + + + + + + + + + ABIE + Financial Guarantee. Details + A class to describe the bond guarantee of a tenderer or bid submitter's actual entry into a contract in the event that it is the successful bidder. + Financial Guarantee + + + + + + + + + BBIE + Financial Guarantee. Guarantee Type Code. Code + A code signifying the type of financial guarantee. For instance "Provisional Guarantee" or "Final Guarantee" + 1 + Financial Guarantee + Guarantee Type Code + Code + Code. Type + + + + + + + + + BBIE + Financial Guarantee. Description. Text + Text describing this financial guarantee. + 0..n + Financial Guarantee + Description + Text + Text. Type + + + + + + + + + BBIE + Financial Guarantee. Liability. Amount + The amount of liability in this financial guarantee. + 0..1 + Financial Guarantee + Liability + Amount + Amount. Type + + + + + + + + + BBIE + Financial Guarantee. Amount. Rate + The rate used to calculate the amount of liability in this financial guarantee. + 0..1 + Financial Guarantee + Amount + Rate + Rate. Type + + + + + + + + + ASBIE + Financial Guarantee. Constitution_ Period. Period + The period during the tendering process to which this financial guarantee has to be settled. + 0..1 + Financial Guarantee + Constitution + Period + Period + Period + + + + + + + + + + + ABIE + Financial Institution. Details + A class to describe a financial institution. + Financial Institution + + + + + + + + + BBIE + Financial Institution. Identifier + An identifier for this financial institution. It is recommended that the ISO 9362 Bank Identification Code (BIC) be used as the ID. + 0..1 + Financial Institution + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Financial Institution. Name + The name of this financial institution. + 0..1 + Financial Institution + Name + Name + Name. Type + + + + + + + + + ASBIE + Financial Institution. Address + The address of this financial institution. + 0..1 + Financial Institution + Address + Address + Address + + + + + + + + + + + ABIE + Forecast Exception. Details + As explained in Exception Criteria Line: Three types of exception criteria can be defined, Operational, Metric or Forecast Exceptions. This class provides criteria for forecast exception type: the identification of the purpose of the forecast, the source of data and the time basis criteria for the exception. + Forecast Exception + + + + + + + + + BBIE + Forecast Exception. Forecast_ Purpose Code. Code + It is either Sales forecast or Order Forecast. Definition can be changed like: "The purpose of the Forecast (either sales or order), about which an exception criteria is being defined". + 1 + Forecast Exception + Forecast + Purpose Code + Code + Code. Type + + + + + + + + + BBIE + Forecast Exception. Forecast Type Code. Code + A code signifying the type of forecast. Example of values are:BASE PROMOTIONAL SEASONAL TOTAL + 1 + Forecast Exception + Forecast Type Code + Code + Code. Type + + + + + + + + + BBIE + Forecast Exception. Issue Date. Date + The date on which the forecast was issued. + 1 + Forecast Exception + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Forecast Exception. Issue Time. Time + The time at which the forecast was issued. + 0..1 + Forecast Exception + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Forecast Exception. Data Source Code. Code + A code signifying the partner who provides this information. + 1 + Forecast Exception + Data Source Code + Code + Code. Type + + + + + + + + + BBIE + Forecast Exception. Comparison Data Code. Code + A code signifying the partner providing the information in this forecast exception. + 0..1 + Forecast Exception + Comparison Data Code + Code + Code. Type + + + + + + + + + BBIE + Forecast Exception. Comparison Forecast Issue Time. Time + The time at which this comparison forecast was issued. + 0..1 + Forecast Exception + Comparison Forecast Issue Time + Time + Time. Type + + + + + + + + + BBIE + Forecast Exception. Comparison Forecast Issue Date. Date + The date on which this comparison forecast was issued. + 0..1 + Forecast Exception + Comparison Forecast Issue Date + Date + Date. Type + + + + + + + + + + + ABIE + Forecast Exception Criterion Line. Details + Establishes the criterion for one of the three types of exceptions. This class provides criteria for the kind of forecast exception, the identification of the purpose of the forecast, the source of data and the time basis criterion for the exception. + Forecast Exception Criterion Line + + + + + + + + + BBIE + Forecast Exception Criterion Line. Forecast_ Purpose Code. Code + A description of the purpose for the forecast that is assigned to each forecast data item exception criterion. + 1 + Forecast Exception Criterion Line + Forecast + Purpose Code + Code + Code. Type + + + + + + + + + BBIE + Forecast Exception Criterion Line. Forecast Type Code. Code + A description of a Forecast selected from a list. + 1 + Forecast Exception Criterion Line + Forecast Type Code + Code + Code. Type + + + + + + + + + BBIE + Forecast Exception Criterion Line. Comparison Data Source Code. Code + If it is a forecast comparison exception, this value indicates the other source of information. + 0..1 + Forecast Exception Criterion Line + Comparison Data Source Code + Code + Code. Type + + + + + + + + + BBIE + Forecast Exception Criterion Line. Data Source Code. Code + Indication of the partner who provides the information. + 1 + Forecast Exception Criterion Line + Data Source Code + Code + Code. Type + + + + + + + + + BBIE + Forecast Exception Criterion Line. Time Delta Days Quantity. Quantity + Time basis in days for the Exception. + 0..1 + Forecast Exception Criterion Line + Time Delta Days Quantity + Quantity + Quantity. Type + + + + + + + + + + + ABIE + Forecast Line. Details + Detailed information about a particular Forecast Line within a Forecast Document + Forecast Line + + + + + + + + + BBIE + Forecast Line. Identifier + An identifier for this forecast line. + 1 + Forecast Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Forecast Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Forecast Line + Note + Text + Text. Type + + + + + + + + + BBIE + Forecast Line. Frozen Document Indicator. Indicator + An indicator that the status of the forecast is modifiable (true) or not (false). + 0..1 + Forecast Line + Frozen Document Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Forecast Line. Forecast Type Code. Code + A code signifying the type of forecast. Examples: BASE PROMOTIONAL SEASONAL TOTAL + 1 + Forecast Line + Forecast Type Code + Code + Code. Type + seasonal, total + + + + + + + + + ASBIE + Forecast Line. Forecast_ Period. Period + The period to which the forecast applies. + 0..1 + Forecast Line + Forecast + Period + Period + Period + + + + + + + + + ASBIE + Forecast Line. Sales Item + Sales information for the item to which this line applies. + 0..1 + Forecast Line + Sales Item + Sales Item + Sales Item + + + + + + + + + + + ABIE + Forecast Revision Line. Details + A class to define a line in a Forecast Revision describing a revision to a line in a Forecast. + Forecast Revision Line + + + + + + + + + BBIE + Forecast Revision Line. Identifier + An identifier for this forecast revision line. + 1 + Forecast Revision Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Forecast Revision Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Forecast Revision Line + Note + Text + Text. Type + + + + + + + + + BBIE + Forecast Revision Line. Description. Text + Text describing the revision to this line. + 0..n + Forecast Revision Line + Description + Text + Text. Type + + + + + + + + + BBIE + Forecast Revision Line. Revised_ Forecast Line Identifier. Identifier + An identifier for the revised forecast line. + 1 + Forecast Revision Line + Revised + Forecast Line Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Forecast Revision Line. Source Forecast_ Issue Date. Date + The date on which the forecast modified by this revision was generated or created. + 1 + Forecast Revision Line + Source Forecast + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Forecast Revision Line. Source Forecast_ Issue Time. Time + The time at which the forecast modified by this revision was generated or created. + 1 + Forecast Revision Line + Source Forecast + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Forecast Revision Line. Adjustment Reason Code. Code + A code signifying the reason for the adjustment specified in this forecast revision line. + 0..1 + Forecast Revision Line + Adjustment Reason Code + Code + Code. Type + + + + + + + + + ASBIE + Forecast Revision Line. Forecast_ Period. Period + The period to which this forecast revision line applies. + 0..1 + Forecast Revision Line + Forecast + Period + Period + Period + + + + + + + + + ASBIE + Forecast Revision Line. Sales Item + Sales information for the item to which this line applies. + 0..1 + Forecast Revision Line + Sales Item + Sales Item + Sales Item + + + + + + + + + + + ABIE + Framework Agreement. Details + A class to describe a tendering framework agreement. + Framework Agreement + + + + + + + + + BBIE + Framework Agreement. Expected_ Operator. Quantity + The number of economic operators expected to participate in this framework agreement. + 0..1 + Framework Agreement + Expected + Operator + Quantity + Quantity. Type + + + + + + + + + BBIE + Framework Agreement. Maximum_ Operator. Quantity + The maximum number of economic operators allowed to participate in this framework agreement. + 0..1 + Framework Agreement + Maximum + Operator + Quantity + Quantity. Type + + + + + + + + + BBIE + Framework Agreement. Justification. Text + Text describing the justification for this framework agreement. + 0..n + Framework Agreement + Justification + Text + Text. Type + + + + + + + + + BBIE + Framework Agreement. Frequency. Text + Text describing the frequency with which subsequent contracts will be awarded. + 0..n + Framework Agreement + Frequency + Text + Text. Type + + + + + + + + + ASBIE + Framework Agreement. Duration_ Period. Period + The period during which this framework agreement applies. + 0..1 + Framework Agreement + Duration + Period + Period + Period + + + + + + + + + ASBIE + Framework Agreement. Subsequent Process_ Tender Requirement. Tender Requirement + A tender requirement intended for consumption by downstream tendering processes derived from the establishment of this framework agreement. + 0..n + Framework Agreement + Subsequent Process + Tender Requirement + Tender Requirement + Tender Requirement + Curricula required + + + + + + + + + + + ABIE + Goods Item. Details + A class to describe a separately identifiable quantity of goods of a single product type. + Goods Item + + + + + + + + + BBIE + Goods Item. Identifier + An identifier for this goods item. + 0..1 + Goods Item + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Goods Item. Sequence Number. Identifier + A sequence number differentiating a specific goods item within a consignment. + 0..1 + Goods Item + Sequence Number + Identifier + Identifier. Type + + + + + + + + + BBIE + Goods Item. Description. Text + Text describing this goods item to identify it for customs, statistical, or transport purposes. + 0..n + Goods Item + Description + Text + Text. Type + Description of goods (WCO ID 137) + + + + + + + + + BBIE + Goods Item. Hazardous Risk_ Indicator. Indicator + An indication that the transported goods item is subject to an international regulation concerning the carriage of dangerous goods (true) or not (false). + 0..1 + Goods Item + Hazardous Risk + Indicator + Indicator + Indicator. Type + default is negative + + + + + + + + + BBIE + Goods Item. Declared Customs_ Value. Amount + The total declared value for customs purposes of the goods item. + 0..1 + Goods Item + Declared Customs + Value + Amount + Amount. Type + For Customs Value (WCO ID 108) + + + + + + + + + BBIE + Goods Item. Declared For Carriage_ Value. Amount + The value of this goods item, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery. + 0..1 + Goods Item + Declared For Carriage + Value + Amount + Amount. Type + Interest in delivery, declared value for carriage + + + + + + + + + BBIE + Goods Item. Declared Statistics_ Value. Amount + The total declared value of all the goods items in the same consignment with this goods item that have the same statistical heading. + 0..1 + Goods Item + Declared Statistics + Value + Amount + Amount. Type + Statistical Value (WCO ID 114) + + + + + + + + + BBIE + Goods Item. Free On Board_ Value. Amount + The monetary amount that has to be or has been paid as calculated under the applicable trade delivery. + 0..1 + Goods Item + Free On Board + Value + Amount + Amount. Type + FOB Value + + + + + + + + + BBIE + Goods Item. Insurance_ Value. Amount + The amount covered by insurance for this goods item. + 0..1 + Goods Item + Insurance + Value + Amount + Amount. Type + Value Insured + + + + + + + + + BBIE + Goods Item. Value. Amount + The amount on which a duty, tax, or fee will be assessed. + 0..1 + Goods Item + Value + Amount + Amount. Type + + + + + + + + + BBIE + Goods Item. Gross_ Weight. Measure + The weight of this goods item, including packing and packaging but excluding the carrier's equipment. + 0..1 + Goods Item + Gross + Weight + Measure + Measure. Type + Actual Gross Weight + + + + + + + + + BBIE + Goods Item. Net_ Weight. Measure + The weight of this goods item, excluding packing but including packaging that normally accompanies the goods. + 0..1 + Goods Item + Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Goods Item. Net Net_ Weight. Measure + The total weight of this goods item, excluding all packing and packaging. + 0..1 + Goods Item + Net Net + Weight + Measure + Measure. Type + Customs Weight (WCO ID 128) + + + + + + + + + BBIE + Goods Item. Chargeable_ Weight. Measure + The weight on which a charge is to be based. + 0..1 + Goods Item + Chargeable + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Goods Item. Gross_ Volume. Measure + The volume of this goods item, normally calculated by multiplying its maximum length, width, and height. + 0..1 + Goods Item + Gross + Volume + Measure + Measure. Type + Volume, Gross Measurement Cube (GMC), Cube (WCO ID 134) + + + + + + + + + BBIE + Goods Item. Net_ Volume. Measure + The volume contained by a goods item, excluding the volume of any packaging material. + 0..1 + Goods Item + Net + Volume + Measure + Measure. Type + + + + + + + + + BBIE + Goods Item. Quantity + The number of units making up this goods item. + 0..1 + Goods Item + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Goods Item. Preference Criterion Code. Code + A code signifying the treatment preference for this goods item according to international trading agreements. + 0..1 + Goods Item + Preference Criterion Code + Code + Code. Type + Preference Criterion is used in the following manner in the paper CO of another country (e.g.): +A - The good is wholly obtained or produced entirely in the territory of one or more of the NAFTA countries as reference in Article 415. Note: The purchase of a good in the territory does not necessarily render it wholly obtained or produced . If the good is an agricultural good, see also criterion F and Annex 703.2. (Reference: Article 401(a), 415). +B - ... +C - ... +D - ... +E - ... +F - The good is an originating agricultural good under preference criterion A,B, or C above and is not subjected to quantitative restriction in the importing NAFTA country because.... +Thus, the column Preference Criterion will indicate either A, B, C,... + + + + + + + + + BBIE + Goods Item. Required_ Customs Identifier. Identifier + An identifier for a set of tariff codes required to specify a type of goods for customs, transport, statistical, or other regulatory purposes. + 0..1 + Goods Item + Required + Customs Identifier + Identifier + Identifier. Type + Tariff code extensions (WCO ID 255) + + + + + + + + + BBIE + Goods Item. Customs Status Code. Code + A code assigned by customs to signify the status of this goods item. + 0..1 + Goods Item + Customs Status Code + Code + Code. Type + Customs status of goods (WCO ID 094) + + + + + + + + + BBIE + Goods Item. Customs Tariff Quantity. Quantity + Quantity of the units in this goods item as required by customs for tariff, statistical, or fiscal purposes. + 0..1 + Goods Item + Customs Tariff Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Goods Item. Customs Import_ Classified Indicator. Indicator + An indicator that this goods item has been classified for import by customs (true) or not (false). + 0..1 + Goods Item + Customs Import + Classified Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Goods Item. Chargeable_ Quantity. Quantity + The number of units in the goods item to which charges apply. + 0..1 + Goods Item + Chargeable + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Goods Item. Returnable_ Quantity. Quantity + The number of units in the goods item that may be returned. + 0..1 + Goods Item + Returnable + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Goods Item. Trace_ Identifier. Identifier + An identifier for use in tracing this goods item, such as the EPC number used in RFID. + 0..1 + Goods Item + Trace + Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Goods Item. Item + Product information relating to a goods item. + 0..n + Goods Item + Item + Item + Item + + + + + + + + + ASBIE + Goods Item. Goods Item Container + The transporting of a goods item in a unit of transport equipment (e.g., container). + 0..n + Goods Item + Goods Item Container + Goods Item Container + Goods Item Container + + + + + + + + + ASBIE + Goods Item. Freight_ Allowance Charge. Allowance Charge + A cost incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance to the extent that they relate to the freight costs. + 0..n + Goods Item + Freight + Allowance Charge + Allowance Charge + Allowance Charge + Freight Costs + + + + + + + + + ASBIE + Goods Item. Invoice Line + Information about an invoice line relating to this goods item. + 0..n + Goods Item + Invoice Line + Invoice Line + Invoice Line + + + + + + + + + ASBIE + Goods Item. Temperature + The temperature of the goods item. + 0..n + Goods Item + Temperature + Temperature + Temperature + maximum, storage, minimum + + + + + + + + + ASBIE + Goods Item. Contained_ Goods Item. Goods Item + A goods item contained in this goods item. + 0..n + Goods Item + Contained + Goods Item + Goods Item + Goods Item + + + + + + + + + ASBIE + Goods Item. Origin_ Address. Address + The region in which the goods have been produced or manufactured, according to criteria laid down for the purposes of application of the customs tariff, or of quantitative restrictions, or of any other measure related to trade. + 0..1 + Goods Item + Origin + Address + Address + Address + Region of origin (WCO ID 066) + + + + + + + + + ASBIE + Goods Item. Delivery + The delivery of this goods item. + 0..1 + Goods Item + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Goods Item. Pickup + The pickup of this goods item. + 0..1 + Goods Item + Pickup + Pickup + Pickup + + + + + + + + + ASBIE + Goods Item. Despatch + The despatch of this goods item. + 0..1 + Goods Item + Despatch + Despatch + Despatch + + + + + + + + + ASBIE + Goods Item. Measurement_ Dimension. Dimension + A measurable dimension (length, mass, weight, or volume) of this goods item. + 0..n + Goods Item + Measurement + Dimension + Dimension + Dimension + + + + + + + + + ASBIE + Goods Item. Containing_ Package. Package + A package containing this goods item. + 0..n + Goods Item + Containing + Package + Package + Package + + + + + + + + + ASBIE + Goods Item. Shipment_ Document Reference. Document Reference + A reference to a shipping document associated with this goods item. + 0..1 + Goods Item + Shipment + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Goods Item. Minimum_ Temperature. Temperature + Information about minimum temperature. + 0..1 + Goods Item + Minimum + Temperature + Temperature + Temperature + + + + + + + + + ASBIE + Goods Item. Maximum_ Temperature. Temperature + Information about maximum temperature. + 0..1 + Goods Item + Maximum + Temperature + Temperature + Temperature + + + + + + + + + + + ABIE + Goods Item Container. Details + A class defining how goods items are split across transport equipment. + Goods Item Container + + + + + + + + + BBIE + Goods Item Container. Identifier + An identifier for this goods item container. + 1 + Goods Item Container + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Goods Item Container. Quantity + The number of goods items loaded into or onto one piece of transport equipment as a total consignment or part of a consignment. + 0..1 + Goods Item Container + Quantity + Quantity + Quantity. Type + Number of packages stuffed + + + + + + + + + ASBIE + Goods Item Container. Transport Equipment + A piece of transport equipment used to contain a single goods item. + 0..n + Goods Item Container + Transport Equipment + Transport Equipment + Transport Equipment + + + + + + + + + + + ABIE + Hazardous Goods Transit. Details + A class to describe hazardous goods in transit. + Hazardous Goods Transit + + + + + + + + + BBIE + Hazardous Goods Transit. Transport Emergency Card Code. Code + An identifier for a transport emergency card describing the actions to be taken in an emergency in transporting the hazardous goods. It may be the identity number of a hazardous emergency response plan assigned by the appropriate authority. + 0..1 + Hazardous Goods Transit + Transport Emergency Card Code + Code + Code. Type + TREM card + + + + + + + + + BBIE + Hazardous Goods Transit. Packing Criteria Code. Code + A code signifying the packaging requirement for transportation of the hazardous goods as assigned by IATA, IMDB, ADR, RID etc. + 0..1 + Hazardous Goods Transit + Packing Criteria Code + Code + Code. Type + Packing Group + + + + + + + + + BBIE + Hazardous Goods Transit. Hazardous Regulation Code. Code + A code signifying the set of legal regulations governing the transportation of the hazardous goods. + 0..1 + Hazardous Goods Transit + Hazardous Regulation Code + Code + Code. Type + + + + + + + + + BBIE + Hazardous Goods Transit. Inhalation Toxicity Zone Code. Code + A code signifying the Inhalation Toxicity Hazard Zone for the hazardous goods, as defined by the US Department of Transportation. + 0..1 + Hazardous Goods Transit + Inhalation Toxicity Zone Code + Code + Code. Type + + + + + + + + + BBIE + Hazardous Goods Transit. Transport Authorization Code. Code + A code signifying authorization for the transportation of hazardous cargo. + 0..1 + Hazardous Goods Transit + Transport Authorization Code + Code + Code. Type + Permission for Transport + + + + + + + + + ASBIE + Hazardous Goods Transit. Maximum_ Temperature. Temperature + The maximum temperature at which the hazardous goods can safely be transported. + 0..1 + Hazardous Goods Transit + Maximum + Temperature + Temperature + Temperature + + + + + + + + + ASBIE + Hazardous Goods Transit. Minimum_ Temperature. Temperature + The minimum temperature at which the hazardous goods can safely be transported. + 0..1 + Hazardous Goods Transit + Minimum + Temperature + Temperature + Temperature + + + + + + + + + + + ABIE + Hazardous Item. Details + A class to describe a hazardous item. + Hazardous Item + + + + + + + + + BBIE + Hazardous Item. Identifier + An identifier for this hazardous item. + 0..1 + Hazardous Item + Identifier + Identifier + Identifier. Type + Round Up + + + + + + + + + BBIE + Hazardous Item. Placard Notation. Text + Text of the placard notation corresponding to the hazard class of this hazardous item. Can also be the hazard identification number of the orange placard (upper part) required on the means of transport. + 0..1 + Hazardous Item + Placard Notation + Text + Text. Type + 5.1 + + + + + + + + + BBIE + Hazardous Item. Placard Endorsement. Text + Text of the placard endorsement that is to be shown on the shipping papers for this hazardous item. Can also be used for the number of the orange placard (lower part) required on the means of transport. + 0..1 + Hazardous Item + Placard Endorsement + Text + Text. Type + 2 + + + + + + + + + BBIE + Hazardous Item. Additional_ Information. Text + Text providing further information about the hazardous substance. + 0..n + Hazardous Item + Additional + Information + Text + Text. Type + Must be stored away from flammable materials N.O.S. or a Waste Characteristics Code in conjunction with an EPA Waste Stream code + + + + + + + + + BBIE + Hazardous Item. UNDG Code. Code + The UN code for this kind of hazardous item. + 0..1 + Hazardous Item + UNDG Code + Code + Code. Type + UN Code + + + + + + + + + BBIE + Hazardous Item. Emergency Procedures Code. Code + A code signifying the emergency procedures for this hazardous item. + 0..1 + Hazardous Item + Emergency Procedures Code + Code + Code. Type + EMG code, EMS Page Number + + + + + + + + + BBIE + Hazardous Item. Medical First Aid Guide Code. Code + A code signifying a medical first aid guide appropriate to this hazardous item. + 0..1 + Hazardous Item + Medical First Aid Guide Code + Code + Code. Type + MFAG page number + + + + + + + + + BBIE + Hazardous Item. Technical_ Name. Name + The full technical name of a specific hazardous substance contained in this goods item. + 0..1 + Hazardous Item + Technical + Name + Name + Name. Type + Granular Sodium Chlorate WeedKiller + + + + + + + + + BBIE + Hazardous Item. Category. Name + The name of the category of hazard that applies to the Item. + 0..1 + Hazardous Item + Category + Name + Name. Type + + + + + + + + + BBIE + Hazardous Item. Hazardous Category Code. Code + A code signifying a kind of hazard for a material. + 0..1 + Hazardous Item + Hazardous Category Code + Code + Code. Type + Hazardous material class code + + + + + + + + + BBIE + Hazardous Item. Upper_ Orange Hazard Placard Identifier. Identifier + The number for the upper part of the orange hazard placard required on the means of transport. + 0..1 + Hazardous Item + Upper + Orange Hazard Placard Identifier + Identifier + Identifier. Type + Hazard identification number (upper part) + + + + + + + + + BBIE + Hazardous Item. Lower_ Orange Hazard Placard Identifier. Identifier + The number for the lower part of the orange hazard placard required on the means of transport. + 0..1 + Hazardous Item + Lower + Orange Hazard Placard Identifier + Identifier + Identifier. Type + Substance identification number (lower part) + + + + + + + + + BBIE + Hazardous Item. Marking Identifier. Identifier + An identifier to the marking of the Hazardous Item + 0..1 + Hazardous Item + Marking Identifier + Identifier + Identifier. Type + Dangerous goods label marking + + + + + + + + + BBIE + Hazardous Item. Hazard Class Identifier. Identifier + An identifier for the hazard class applicable to this hazardous item as defined by the relevant regulation authority (e.g., the IMDG Class Number of the SOLAS Convention of IMO and the ADR/RID Class Number for the road/rail environment). + 0..1 + Hazardous Item + Hazard Class Identifier + Identifier + Identifier. Type + IMDG Class Number, ADR/RID Class Number + + + + + + + + + BBIE + Hazardous Item. Net_ Weight. Measure + The net weight of this hazardous item, excluding packaging. + 0..1 + Hazardous Item + Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Hazardous Item. Net_ Volume. Measure + The volume of this hazardous item, excluding packaging and transport equipment. + 0..1 + Hazardous Item + Net + Volume + Measure + Measure. Type + + + + + + + + + BBIE + Hazardous Item. Quantity + The quantity of goods items in this hazardous item that are hazardous. + 0..1 + Hazardous Item + Quantity + Quantity + Quantity. Type + + + + + + + + + ASBIE + Hazardous Item. Contact_ Party. Party + The individual, group, or body to be contacted in case of a hazardous incident associated with this item. + 0..1 + Hazardous Item + Contact + Party + Party + Party + + + + + + + + + ASBIE + Hazardous Item. Secondary Hazard + A secondary hazard associated with this hazardous item. + 0..n + Hazardous Item + Secondary Hazard + Secondary Hazard + Secondary Hazard + + + + + + + + + ASBIE + Hazardous Item. Hazardous Goods Transit + Information related to the transit of this kind of hazardous goods. + 0..n + Hazardous Item + Hazardous Goods Transit + Hazardous Goods Transit + Hazardous Goods Transit + + + + + + + + + ASBIE + Hazardous Item. Emergency_ Temperature. Temperature + The threshold temperature at which emergency procedures apply in the handling of temperature-controlled goods. + 0..1 + Hazardous Item + Emergency + Temperature + Temperature + Temperature + + + + + + + + + ASBIE + Hazardous Item. Flashpoint_ Temperature. Temperature + The flashpoint temperature of this hazardous item; i.e., the lowest temperature at which vapors above a volatile combustible substance ignite in air when exposed to flame. + 0..1 + Hazardous Item + Flashpoint + Temperature + Temperature + Temperature + + + + + + + + + ASBIE + Hazardous Item. Additional_ Temperature. Temperature + Another temperature relevant to the handling of this hazardous item. + 0..n + Hazardous Item + Additional + Temperature + Temperature + Temperature + + + + + + + + + + + ABIE + Immobilized Security. Details + A class to describe an immobilized security to be used as a guarantee. + Immobilized Security + + + + + + + + + BBIE + Immobilized Security. Immobilization Certificate Identifier. Identifier + An identifier for the certificate of this immobilized security. + 0..1 + Immobilized Security + Immobilization Certificate Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Immobilized Security. Security Identifier. Identifier + An identifier for the security being immobilized. + 0..1 + Immobilized Security + Security Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Immobilized Security. Issue Date. Date + The date on which this immobilized security was issued. + 0..1 + Immobilized Security + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Immobilized Security. Face Value. Amount + The value of the security on the day it was immobilized. + 0..1 + Immobilized Security + Face Value + Amount + Amount. Type + + + + + + + + + BBIE + Immobilized Security. Market Value. Amount + The current market value of the immobilized security. + 0..1 + Immobilized Security + Market Value + Amount + Amount. Type + + + + + + + + + BBIE + Immobilized Security. Shares Number. Quantity + The number of shares immobilized. + 0..1 + Immobilized Security + Shares Number + Quantity + Quantity. Type + + + + + + + + + ASBIE + Immobilized Security. Issuer_ Party. Party + The party issuing the immobilized security certificate. + 0..1 + Immobilized Security + Issuer + Party + Party + Party + + + + + + + + + + + ABIE + Instruction For Returns Line. Details + A class to define a line in an Instruction for Returns. + Instruction For Returns Line + + + + + + + + + BBIE + Instruction For Returns Line. Identifier + An identifier for this instruction for returns line. + 1 + Instruction For Returns Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Instruction For Returns Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Instruction For Returns Line + Note + Text + Text. Type + + + + + + + + + BBIE + Instruction For Returns Line. Quantity + The quantity of goods being returned. + 1 + Instruction For Returns Line + Quantity + Quantity + Quantity. Type + + + + + + + + + ASBIE + Instruction For Returns Line. Manufacturer_ Party. Party + The manufacturer of the goods being returned. + 0..1 + Instruction For Returns Line + Manufacturer + Party + Party + Party + + + + + + + + + ASBIE + Instruction For Returns Line. Item + A description of the item being returned. + 1 + Instruction For Returns Line + Item + Item + Item + + + + + + + + + + + ABIE + Inventory Report Line. Details + A class to define a line in an Inventory Report. + Inventory Report Line + + + + + + + + + BBIE + Inventory Report Line. Identifier + An identifier for this inventory report line. + 1 + Inventory Report Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Inventory Report Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Inventory Report Line + Note + Text + Text. Type + + + + + + + + + BBIE + Inventory Report Line. Quantity + The quantity of the item reported that is currently in stock. + 1 + Inventory Report Line + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Inventory Report Line. Inventory_ Value. Amount + The value of the quantity of the item reported that is currently in stock. + 0..1 + Inventory Report Line + Inventory + Value + Amount + Amount. Type + + + + + + + + + BBIE + Inventory Report Line. Availability Date. Date + The date from which the goods will be available. If not present, the goods are available now. + 0..1 + Inventory Report Line + Availability Date + Date + Date. Type + + + + + + + + + BBIE + Inventory Report Line. Availability Status Code. Code + A code signifying the item's level of availability. + 0..1 + Inventory Report Line + Availability Status Code + Code + Code. Type + + + + + + + + + ASBIE + Inventory Report Line. Item + The item associated with this inventory report line. + 1 + Inventory Report Line + Item + Item + Item + + + + + + + + + ASBIE + Inventory Report Line. Inventory_ Location. Location + The location of the reported quantity of goods. + 0..1 + Inventory Report Line + Inventory + Location + Location + Location + + + + + + + + + + + ABIE + Invoice Line. Details + A class to define a line in an Invoice. + Invoice Line + + + + + + + + + BBIE + Invoice Line. Identifier + An identifier for this invoice line. + 1 + Invoice Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Invoice Line. UUID. Identifier + A universally unique identifier for this invoice line. + 0..1 + Invoice Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Invoice Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Invoice Line + Note + Text + Text. Type + + + + + + + + + BBIE + Invoice Line. Invoiced_ Quantity. Quantity + The quantity (of items) on this invoice line. + 0..1 + Invoice Line + Invoiced + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Invoice Line. Line Extension Amount. Amount + The total amount for this invoice line, including allowance charges but net of taxes. + 1 + Invoice Line + Line Extension Amount + Amount + Amount. Type + + + + + + + + + BBIE + Invoice Line. Tax Point Date. Date + The date of this invoice line, used to indicate the point at which tax becomes applicable. + 0..1 + Invoice Line + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Invoice Line. Accounting Cost Code. Code + The buyer's accounting cost centre for this invoice line, expressed as a code. + 0..1 + Invoice Line + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Invoice Line. Accounting Cost. Text + The buyer's accounting cost centre for this invoice line, expressed as text. + 0..1 + Invoice Line + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Invoice Line. Payment Purpose Code. Code + A code signifying the business purpose for this payment. + 0..1 + Invoice Line + Payment Purpose Code + Code + Code. Type + + + + + + + + + BBIE + Invoice Line. Free Of Charge_ Indicator. Indicator + An indicator that this invoice line is free of charge (true) or not (false). The default is false. + 0..1 + Invoice Line + Free Of Charge + Indicator + Indicator + Indicator. Type + + + + + + + + + ASBIE + Invoice Line. Invoice_ Period. Period + An invoice period to which this invoice line applies. + 0..n + Invoice Line + Invoice + Period + Period + Period + + + + + + + + + ASBIE + Invoice Line. Order Line Reference + A reference to an order line associated with this invoice line. + 0..n + Invoice Line + Order Line Reference + Order Line Reference + Order Line Reference + + + + + + + + + ASBIE + Invoice Line. Despatch_ Line Reference. Line Reference + A reference to a despatch line associated with this invoice line. + 0..n + Invoice Line + Despatch + Line Reference + Line Reference + Line Reference + + + + + + + + + ASBIE + Invoice Line. Receipt_ Line Reference. Line Reference + A reference to a receipt line associated with this invoice line. + 0..n + Invoice Line + Receipt + Line Reference + Line Reference + Line Reference + + + + + + + + + ASBIE + Invoice Line. Billing Reference + A reference to a billing document associated with this invoice line. + 0..n + Invoice Line + Billing Reference + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Invoice Line. Document Reference + A reference to a document associated with this invoice line. + 0..n + Invoice Line + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Invoice Line. Pricing Reference + A reference to pricing and item location information associated with this invoice line. + 0..1 + Invoice Line + Pricing Reference + Pricing Reference + Pricing Reference + + + + + + + + + ASBIE + Invoice Line. Originator_ Party. Party + The party who originated the Order to which the Invoice is related. + 0..1 + Invoice Line + Originator + Party + Party + Party + + + + + + + + + ASBIE + Invoice Line. Delivery + A delivery associated with this invoice line. + 0..n + Invoice Line + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Invoice Line. Payment Terms + A specification of payment terms associated with this invoice line. + 0..n + Invoice Line + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Invoice Line. Allowance Charge + An allowance or charge associated with this invoice line. + 0..n + Invoice Line + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Invoice Line. Tax Total + A total amount of taxes of a particular kind applicable to this invoice line. + 0..n + Invoice Line + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Invoice Line. Withholding_ Tax Total. Tax Total + A reference to a TaxTotal class describing the amount that has been withhold by the authorities, e.g. if the creditor is in dept because of non paid taxes. + 0..n + Invoice Line + Withholding + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Invoice Line. Item + The item associated with this invoice line. + 1 + Invoice Line + Item + Item + Item + + + + + + + + + ASBIE + Invoice Line. Price + The price of the item associated with this invoice line. + 0..1 + Invoice Line + Price + Price + Price + Unit Price, Base Price + + + + + + + + + ASBIE + Invoice Line. Delivery Terms + Terms and conditions of the delivery associated with this invoice line. + 0..1 + Invoice Line + Delivery Terms + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Invoice Line. Sub_ Invoice Line. Invoice Line + An invoice line subsidiary to this invoice line. + 0..n + Invoice Line + Sub + Invoice Line + Invoice Line + Invoice Line + + + + + + + + + ASBIE + Invoice Line. Item_ Price Extension. Price Extension + The price extension, calculated by multiplying the price per unit by the quantity of items on this invoice line. + 0..1 + Invoice Line + Item + Price Extension + Price Extension + Price Extension + + + + + + + + + + + ABIE + Item. Details + A class to describe an item of trade. It includes a generic description applicable to all examples of the item together with optional subsidiary descriptions of any number of actual instances of the type. + Item + article, product, goods item + + + + + + + + + BBIE + Item. Description. Text + Text describing this item. + 0..n + Item + Description + Text + Text. Type + + + + + + + + + BBIE + Item. Pack Quantity. Quantity + The unit packaging quantity; the number of subunits making up this item. + 0..1 + Item + Pack Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Item. Pack Size. Numeric + The number of items in a pack of this item. + 0..1 + Item + Pack Size + Numeric + Numeric. Type + + + + + + + + + BBIE + Item. Catalogue_ Indicator. Indicator + An indicator that this item was ordered from a catalogue (true) or not (false). + 0..1 + Item + Catalogue + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Item. Name + A short name optionally given to this item, such as a name from a catalogue, as distinct from a description. + 0..1 + Item + Name + Name + Name. Type + + + + + + + + + BBIE + Item. Hazardous Risk_ Indicator. Indicator + An indication that the transported item, as delivered, is subject to an international regulation concerning the carriage of dangerous goods (true) or not (false). + 0..1 + Item + Hazardous Risk + Indicator + Indicator + Indicator. Type + Default is negative + + + + + + + + + BBIE + Item. Additional_ Information. Text + Further details regarding this item (e.g., the URL of a relevant web page). + 0..n + Item + Additional + Information + Text + Text. Type + + + + + + + + + BBIE + Item. Keyword. Text + A keyword (search string) for this item, assigned by the seller party. Can also be a synonym for the name of the item. + 0..n + Item + Keyword + Text + Text. Type + + + + + + + + + BBIE + Item. Brand Name. Name + A brand name of this item. + 0..n + Item + Brand Name + Name + Name. Type + Coca-Cola + + + + + + + + + BBIE + Item. Model Name. Name + A model name of this item. + 0..n + Item + Model Name + Name + Name. Type + VW Beetle + + + + + + + + + ASBIE + Item. Buyers_ Item Identification. Item Identification + Identifying information for this item, assigned by the buyer. + 0..1 + Item + Buyers + Item Identification + Item Identification + Item Identification + + + + + + + + + ASBIE + Item. Sellers_ Item Identification. Item Identification + Identifying information for this item, assigned by the seller. + 0..1 + Item + Sellers + Item Identification + Item Identification + Item Identification + + + + + + + + + ASBIE + Item. Manufacturers_ Item Identification. Item Identification + Identifying information for this item, assigned by the manufacturer. + 0..n + Item + Manufacturers + Item Identification + Item Identification + Item Identification + + + + + + + + + ASBIE + Item. Standard_ Item Identification. Item Identification + Identifying information for this item, assigned according to a standard system. + 0..1 + Item + Standard + Item Identification + Item Identification + Item Identification + + + + + + + + + ASBIE + Item. Catalogue_ Item Identification. Item Identification + Identifying information for this item, assigned according to a cataloguing system. + 0..1 + Item + Catalogue + Item Identification + Item Identification + Item Identification + + + + + + + + + ASBIE + Item. Additional_ Item Identification. Item Identification + An additional identifier for this item. + 0..n + Item + Additional + Item Identification + Item Identification + Item Identification + + + + + + + + + ASBIE + Item. Catalogue_ Document Reference. Document Reference + A reference to the catalogue in which this item appears. + 0..1 + Item + Catalogue + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Item. Item Specification_ Document Reference. Document Reference + A reference to a specification document for this item. + 0..n + Item + Item Specification + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Item. Origin_ Country. Country + The country of origin of this item. + 0..1 + Item + Origin + Country + Country + Country + + + + + + + + + ASBIE + Item. Commodity Classification + A classification of this item according to a specific system for classifying commodities. + 0..n + Item + Commodity Classification + Commodity Classification + Commodity Classification + + + + + + + + + ASBIE + Item. Transaction Conditions + A set of sales conditions applying to this item. + 0..n + Item + Transaction Conditions + Transaction Conditions + Transaction Conditions + + + + + + + + + ASBIE + Item. Hazardous Item + Information pertaining to this item as a hazardous item. + 0..n + Item + Hazardous Item + Hazardous Item + Hazardous Item + + + + + + + + + ASBIE + Item. Classified_ Tax Category. Tax Category + A tax category applicable to this item. + 0..n + Item + Classified + Tax Category + Tax Category + Tax Category + + + + + + + + + ASBIE + Item. Additional_ Item Property. Item Property + An additional property of this item. + 0..n + Item + Additional + Item Property + Item Property + Item Property + + + + + + + + + ASBIE + Item. Manufacturer_ Party. Party + The manufacturer of this item. + 0..n + Item + Manufacturer + Party + Party + Party + + + + + + + + + ASBIE + Item. Information Content Provider_ Party. Party + The party responsible for specification of this item. + 0..1 + Item + Information Content Provider + Party + Party + Party + + + + + + + + + ASBIE + Item. Origin_ Address. Address + A region (not country) of origin of this item. + 0..n + Item + Origin + Address + Address + Address + + + + + + + + + ASBIE + Item. Item Instance + A trackable, unique instantiation of this item. + 0..n + Item + Item Instance + Item Instance + Item Instance + + + + + + + + + ASBIE + Item. Certificate + A certificate associated with this item. + 0..n + Item + Certificate + Certificate + Certificate + + + + + + + + + ASBIE + Item. Dimension + One of the measurable dimensions (length, mass, weight, or volume) of this item. + 0..n + Item + Dimension + Dimension + Dimension + + + + + + + + + + + ABIE + Item Comparison. Details + A class to provide information about price and quantity of an item for use in price comparisons based on price, quantity, or measurements. + Item Comparison + + + + + + + + + BBIE + Item Comparison. Price Amount. Amount + The price for the Item Comparison + 0..1 + Item Comparison + Price Amount + Amount + Amount. Type + + + + + + + + + BBIE + Item Comparison. Quantity + The quantity for which this comparison is valid. + 0..1 + Item Comparison + Quantity + Quantity + Quantity. Type + per unit + + + + + + + + + + + ABIE + Item Identification. Details + A class for assigning identifying information to an item. + Item Identification + + + + + + + + + BBIE + Item Identification. Identifier + An identifier for the item. + 1 + Item Identification + Identifier + Identifier + Identifier. Type + CUST001 3333-44-123 + + + + + + + + + BBIE + Item Identification. Extended_ Identifier. Identifier + An extended identifier for the item that identifies the item with specific properties, e.g., Item 123 = Chair / Item 123 Ext 45 = brown chair. Two chairs can have the same item number, but one is brown. The other is white. + 0..1 + Item Identification + Extended + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Item Identification. Barcode_ Symbology Identifier. Identifier + An identifier for a system of barcodes. + 0..1 + Item Identification + Barcode + Symbology Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Item Identification. Physical Attribute + A physical attribute of the item. + 0..n + Item Identification + Physical Attribute + Physical Attribute + Physical Attribute + + + + + + + + + ASBIE + Item Identification. Measurement_ Dimension. Dimension + A measurable dimension (length, mass, weight, or volume) of the item. + 0..n + Item Identification + Measurement + Dimension + Dimension + Dimension + + + + + + + + + ASBIE + Item Identification. Issuer_ Party. Party + The party that issued this item identification. + 0..1 + Item Identification + Issuer + Party + Party + Party + + + + + + + + + + + ABIE + Item Information Request Line. Details + A class to define a line in an Item Information Request asking a trading partner for item information. + Item Information Request Line + + + + + + + + + BBIE + Item Information Request Line. Time Frequency Code. Code + A code signifying the frequency with which item information should be sent to the requester. + 0..1 + Item Information Request Line + Time Frequency Code + Code + Code. Type + + + + + + + + + BBIE + Item Information Request Line. Supply Chain Activity Type Code. Code + A code used to identify the type of supply chain activity about which information request is issued. Examples: CANCELED_ORDERS EMERGENCY_ORDERS ON_HAND ORDERS + 0..1 + Item Information Request Line + Supply Chain Activity Type Code + Code + Code. Type + + + + + + + + + BBIE + Item Information Request Line. Forecast Type Code. Code + The information request can be either about supply chain activity or about forecasts or about performance metrics, so it should be optional + 0..1 + Item Information Request Line + Forecast Type Code + Code + Code. Type + + + + + + + + + BBIE + Item Information Request Line. Performance Metric Type Code. Code + A code signifying a measure of performance. + 0..1 + Item Information Request Line + Performance Metric Type Code + Code + Code. Type + + + + + + + + + ASBIE + Item Information Request Line. Period + A period for which this information is requested. + 1..n + Item Information Request Line + Period + Period + Period + + + + + + + + + ASBIE + Item Information Request Line. Sales Item + Sales information for the item to which this line applies. + 1..n + Item Information Request Line + Sales Item + Sales Item + Sales Item + + + + + + + + + + + ABIE + Item Instance. Details + A class to describe a specific, trackable instance of an item. + Item Instance + + + + + + + + + BBIE + Item Instance. Product Trace_ Identifier. Identifier + An identifier used for tracing this item instance, such as the EPC number used in RFID. + 0..1 + Item Instance + Product Trace + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Item Instance. Manufacture Date. Date + The date on which this item instance was manufactured. + 0..1 + Item Instance + Manufacture Date + Date + Date. Type + + + + + + + + + BBIE + Item Instance. Manufacture Time. Time + The time at which this item instance was manufactured. + 0..1 + Item Instance + Manufacture Time + Time + Time. Type + + + + + + + + + BBIE + Item Instance. Best Before Date. Date + The date before which it is best to use this item instance. + 0..1 + Item Instance + Best Before Date + Date + Date. Type + + + + + + + + + BBIE + Item Instance. Registration Identifier. Identifier + The registration identifier of this item instance. + 0..1 + Item Instance + Registration Identifier + Identifier + Identifier. Type + car registration or licensing number + + + + + + + + + BBIE + Item Instance. Serial Identifier. Identifier + The serial number of this item instance. + 0..1 + Item Instance + Serial Identifier + Identifier + Identifier. Type + chassis number of a car + + + + + + + + + ASBIE + Item Instance. Additional_ Item Property. Item Property + An additional property of this item instance. + 0..n + Item Instance + Additional + Item Property + Item Property + Item Property + + + + + + + + + ASBIE + Item Instance. Lot Identification + The lot identifier of this item instance (the identifier that allows recall of the item if necessary). + 0..1 + Item Instance + Lot Identification + Lot Identification + Lot Identification + + + + + + + + + + + ABIE + Item Location Quantity. Details + A class for information about pricing structure, lead time, and location associated with an item. + Item Location Quantity + + + + + + + + + BBIE + Item Location Quantity. Lead Time. Measure + The lead time, i.e., the time taken from the time at which an item is ordered to the time of its delivery. + 0..1 + Item Location Quantity + Lead Time + Measure + Measure. Type + 2 days , 24 hours + + + + + + + + + BBIE + Item Location Quantity. Minimum_ Quantity. Quantity + The minimum quantity that can be ordered to qualify for a specific price. + 0..1 + Item Location Quantity + Minimum + Quantity + Quantity + Quantity. Type + 10 boxes , 1 carton , 1000 sheets + + + + + + + + + BBIE + Item Location Quantity. Maximum_ Quantity. Quantity + The maximum quantity that can be ordered to qualify for a specific price. + 0..1 + Item Location Quantity + Maximum + Quantity + Quantity + Quantity. Type + 10 boxes , 1 carton , 1000 sheets + + + + + + + + + BBIE + Item Location Quantity. Hazardous Risk_ Indicator. Indicator + An indication that the transported item, as delivered, in the stated quantity to the stated location, is subject to an international regulation concerning the carriage of dangerous goods (true) or not (false). + 0..1 + Item Location Quantity + Hazardous Risk + Indicator + Indicator + Indicator. Type + Default is negative + + + + + + + + + BBIE + Item Location Quantity. Trading Restrictions. Text + Text describing trade restrictions on the quantity of this item or on the item itself. + 0..n + Item Location Quantity + Trading Restrictions + Text + Text. Type + not for export + + + + + + + + + ASBIE + Item Location Quantity. Applicable Territory_ Address. Address + The applicable sales territory. + 0..n + Item Location Quantity + Applicable Territory + Address + Address + Address + + + + + + + + + ASBIE + Item Location Quantity. Price + The price associated with the given location. + 0..1 + Item Location Quantity + Price + Price + Price + + + + + + + + + ASBIE + Item Location Quantity. Delivery Unit + A delivery unit in which the item is located. + 0..n + Item Location Quantity + Delivery Unit + Delivery Unit + Delivery Unit + + + + + + + + + ASBIE + Item Location Quantity. Applicable_ Tax Category. Tax Category + A tax category applicable to this item location quantity. + 0..n + Item Location Quantity + Applicable + Tax Category + Tax Category + Tax Category + + + + + + + + + ASBIE + Item Location Quantity. Package + The package to which this price applies. + 0..1 + Item Location Quantity + Package + Package + Package + + + + + + + + + ASBIE + Item Location Quantity. Allowance Charge + An allowance or charge associated with this item location quantity. + 0..n + Item Location Quantity + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Item Location Quantity. Dependent Price Reference + The price of the item as a percentage of the price of some other item. + 0..1 + Item Location Quantity + Dependent Price Reference + Dependent Price Reference + Dependent Price Reference + + + + + + + + + + + ABIE + Item Management Profile. Details + A class to define a management profile for an item. + Item Management Profile + + + + + + + + + BBIE + Item Management Profile. Frozen Period Days. Numeric + The number of days in the future that an order forecast quantity automatically becomes a confirmed order for a product. + 0..1 + Item Management Profile + Frozen Period Days + Numeric + Numeric. Type + + + + + + + + + BBIE + Item Management Profile. Minimum_ Inventory Quantity. Quantity + The quantity of the item that should trigger a replenishment order to avoid depleting the safety stock. + 0..1 + Item Management Profile + Minimum + Inventory Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Item Management Profile. Multiple_ Order Quantity. Quantity + The order quantity multiples in which the product may be ordered. + 0..1 + Item Management Profile + Multiple + Order Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Item Management Profile. Order Interval Days. Numeric + The number of days between regular replenishment orders for the product. + 0..1 + Item Management Profile + Order Interval Days + Numeric + Numeric. Type + + + + + + + + + BBIE + Item Management Profile. Replenishment Owner Description. Text + The trading partner maintaining this item management profile. + 0..n + Item Management Profile + Replenishment Owner Description + Text + Text. Type + + + + + + + + + BBIE + Item Management Profile. Target Service Percent. Percent + The Unit Service Level the trading partners expect to be maintained, expressed as a percentage. Unite Service Level (USL) is a term used in Inventory Management, which is sometimes known as "fill rate", counts the average number of units short expressed as the percentage of the order quantity. + 0..1 + Item Management Profile + Target Service Percent + Percent + Percent. Type + + + + + + + + + BBIE + Item Management Profile. Target_ Inventory Quantity. Quantity + The target inventory quantity. + 0..1 + Item Management Profile + Target + Inventory Quantity + Quantity + Quantity. Type + + + + + + + + + ASBIE + Item Management Profile. Effective_ Period. Period + The period during which this profile is effective. + 1 + Item Management Profile + Effective + Period + Period + Period + + + + + + + + + ASBIE + Item Management Profile. Item + The item associated with this item management profile. + 1 + Item Management Profile + Item + Item + Item + + + + + + + + + ASBIE + Item Management Profile. Item Location Quantity + A set of location-specific properties (e.g., price and quantity) associated with the item. + 0..1 + Item Management Profile + Item Location Quantity + Item Location Quantity + Item Location Quantity + + + + + + + + + + + ABIE + Item Property. Details + A class to describe a specific property of an item. + Item Property + + + + + + + + + BBIE + Item Property. Identifier + An identifier for this property of an item. + 0..1 + Item Property + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Item Property. Name + The name of this item property. + 1 + Item Property + Name + Name + Name. Type + Energy Rating , Collar Size , Fat Content + + + + + + + + + BBIE + Item Property. Name Code. Code + The name of this item property, expressed as a code. + 0..1 + Item Property + Name Code + Code + Code. Type + + + + + + + + + BBIE + Item Property. Test Method. Text + The method of testing the value of this item property. + 0..1 + Item Property + Test Method + Text + Text. Type + 100 watts , 15 European , 20% +/- 5% + + + + + + + + + BBIE + Item Property. Value. Text + The value of this item property, expressed as text. + 0..1 + Item Property + Value + Text + Text. Type + 100 watts , 15 European , 20% +/- 5% + + + + + + + + + BBIE + Item Property. Value_ Quantity. Quantity + The value of this item property, expressed as a quantity. + 0..1 + Item Property + Value + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Item Property. Value Qualifier. Text + Text qualifying the value of the property. + 0..n + Item Property + Value Qualifier + Text + Text. Type + + + + + + + + + BBIE + Item Property. Importance Code. Code + A code signifying the importance of this property in using it to describe a related Item. + 0..1 + Item Property + Importance Code + Code + Code. Type + + + + + + + + + BBIE + Item Property. List Value. Text + The value expressed as a text in case the property is a value in a list. For example, a colour. + 0..n + Item Property + List Value + Text + Text. Type + + + + + + + + + ASBIE + Item Property. Usability_ Period. Period + The period during which this item property is valid. + 0..1 + Item Property + Usability + Period + Period + Period + + + + + + + + + ASBIE + Item Property. Item Property Group + A description of the property group to which this item property belongs. + 0..n + Item Property + Item Property Group + Item Property Group + Item Property Group + + + + + + + + + ASBIE + Item Property. Range_ Dimension. Dimension + The range of values for the dimensions of this property. + 0..1 + Item Property + Range + Dimension + Dimension + Dimension + + + + + + + + + ASBIE + Item Property. Item Property Range + A range of values for this item property. + 0..1 + Item Property + Item Property Range + Item Property Range + Item Property Range + + + + + + + + + + + ABIE + Item Property Group. Details + A class to describe a property group or classification. + Item Property Group + + + + + + + + + BBIE + Item Property Group. Identifier + An identifier for this group of item properties. + 1 + Item Property Group + Identifier + Identifier + Identifier. Type + 233-004 + + + + + + + + + BBIE + Item Property Group. Name + The name of this item property group. + 0..1 + Item Property Group + Name + Name + Name. Type + Electrical Specifications , Dietary Content + + + + + + + + + BBIE + Item Property Group. Importance Code. Code + A code signifying the importance of this property group in using it to describe a required Item. + 0..1 + Item Property Group + Importance Code + Code + Code. Type + + + + + + + + + + + ABIE + Item Property Range. Details + A class to describe a range of values for an item property. + Item Property Range + + + + + + + + + BBIE + Item Property Range. Minimum_ Value. Text + The minimum value in this range of values. + 0..1 + Item Property Range + Minimum + Value + Text + Text. Type + + + + + + + + + BBIE + Item Property Range. Maximum_ Value. Text + The maximum value in this range of values. + 0..1 + Item Property Range + Maximum + Value + Text + Text. Type + + + + + + + + + + + ABIE + Language. Details + A class to describe a language. + Language + + + + + + + + + BBIE + Language. Identifier + An identifier for this language. + 0..1 + Language + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Language. Name + The name of this language. + 0..1 + Language + Name + Name + Name. Type + + + + + + + + + BBIE + Language. Locale Code. Code + A code signifying the locale in which this language is used. + 0..1 + Language + Locale Code + Code + Code. Type + + + + + + + + + + + ABIE + Line Item. Details + A class to describe a line item. + Line Item + + + + + + + + + BBIE + Line Item. Identifier + An identifier for this line item, assigned by the buyer. + 1 + Line Item + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Line Item. Sales_ Order Identifier. Identifier + An identifier for this line item, assigned by the seller. + 0..1 + Line Item + Sales + Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Line Item. UUID. Identifier + A universally unique identifier for this line item. + 0..1 + Line Item + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Line Item. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Line Item + Note + Text + Text. Type + + + + + + + + + BBIE + Line Item. Line Status Code. Code + A code signifying the status of this line item with respect to its original state. + 0..1 + Line Item + Line Status Code + Code + Line Status + Line Status_ Code. Type + + + + + + + + + BBIE + Line Item. Quantity + The quantity of items associated with this line item. + 0..1 + Line Item + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Line Item. Line Extension Amount. Amount + The total amount for this line item, including allowance charges but net of taxes. + 0..1 + Line Item + Line Extension Amount + Amount + Amount. Type + + + + + + + + + BBIE + Line Item. Total_ Tax Amount. Amount + The total tax amount for this line item. + 0..1 + Line Item + Total + Tax Amount + Amount + Amount. Type + + + + + + + + + BBIE + Line Item. Minimum_ Quantity. Quantity + The minimum quantity of the item associated with this line. + 0..1 + Line Item + Minimum + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Line Item. Maximum_ Quantity. Quantity + The maximum quantity of the item associated with this line. + 0..1 + Line Item + Maximum + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Line Item. Minimum_ Backorder. Quantity + The minimum back order quantity of the item associated with this line (where back order is allowed). + 0..1 + Line Item + Minimum + Backorder + Quantity + Quantity. Type + + + + + + + + + BBIE + Line Item. Maximum_ Backorder. Quantity + The maximum back order quantity of the item associated with this line (where back order is allowed). + 0..1 + Line Item + Maximum + Backorder + Quantity + Quantity. Type + + + + + + + + + BBIE + Line Item. Inspection Method Code. Code + A code signifying the inspection requirements for the item associated with this line item. + 0..1 + Line Item + Inspection Method Code + Code + Code. Type + + + + + + + + + BBIE + Line Item. Partial Delivery Indicator. Indicator + An indicator that a partial delivery is allowed (true) or not (false). + 0..1 + Line Item + Partial Delivery Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Line Item. Back Order Allowed Indicator. Indicator + An indicator that back order is allowed (true) or not (false). + 0..1 + Line Item + Back Order Allowed Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Line Item. Accounting Cost Code. Code + The buyer's accounting cost centre for this line item, expressed as a code. + 0..1 + Line Item + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Line Item. Accounting Cost. Text + The buyer's accounting cost centre for this line item, expressed as text. + 0..1 + Line Item + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Line Item. Warranty_ Information. Text + Text describing a warranty (provided by WarrantyParty) for the good or service described in this line item. + 0..n + Line Item + Warranty + Information + Text + Text. Type + Unless specified otherwise and in addition to any rights the Customer may have under statute, Dell warrants to the Customer that Dell branded Products (excluding third party products and software), will be free from defects in materials and workmanship affecting normal use for a period of one year from invoice date ( Standard Warranty ). + + + + + + + + + ASBIE + Line Item. Delivery + A delivery associated with this line item. + 0..n + Line Item + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Line Item. Delivery Terms + Terms and conditions of the delivery associated with this line item. + 0..1 + Line Item + Delivery Terms + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Line Item. Originator_ Party. Party + The party who originated the Order associated with this line item. + 0..1 + Line Item + Originator + Party + Party + Party + + + + + + + + + ASBIE + Line Item. Ordered Shipment + An ordered shipment associated with this line item. + 0..n + Line Item + Ordered Shipment + Ordered Shipment + Ordered Shipment + + + + + + + + + ASBIE + Line Item. Pricing Reference + A reference to pricing and item location information associated with this line item. + 0..1 + Line Item + Pricing Reference + Pricing Reference + Pricing Reference + + + + + + + + + ASBIE + Line Item. Allowance Charge + An allowance or charge associated with this line item. + 0..n + Line Item + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Line Item. Price + The price of the item of trade associated with this line item. + 0..1 + Line Item + Price + Price + Price + + + + + + + + + ASBIE + Line Item. Item + The item of trade associated with this line item. + 1 + Line Item + Item + Item + Item + + + + + + + + + ASBIE + Line Item. Sub_ Line Item. Line Item + The subsidiary line items that constitute the main line item, such as in a bill of materials. + 0..n + Line Item + Sub + Line Item + Line Item + Line Item + + + + + + + + + ASBIE + Line Item. Warranty Validity_ Period. Period + The period during which the warranty associated with this line item is valid. + 0..1 + Line Item + Warranty Validity + Period + Period + Period + + + + + + + + + ASBIE + Line Item. Warranty_ Party. Party + The party responsible for any warranty associated with this line item. + 0..1 + Line Item + Warranty + Party + Party + Party + + + + + + + + + ASBIE + Line Item. Tax Total + A total amount of taxes of a particular kind applicable to this item. + 0..n + Line Item + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Line Item. Item_ Price Extension. Price Extension + The price extension, calculated by multiplying the price per unit by the quantity of items. + 0..1 + Line Item + Item + Price Extension + Price Extension + Price Extension + + + + + + + + + ASBIE + Line Item. Line Reference + A reference to a line in a document associated with this line item. + 0..n + Line Item + Line Reference + Line Reference + Line Reference + + + + + + + + + + + ABIE + Line Reference. Details + A class to define a reference to a line in a document. + Line Reference + + + + + + + + + BBIE + Line Reference. Line Identifier. Identifier + Identifies the referenced line in the document. + 1 + Line Reference + Line Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Line Reference. UUID. Identifier + A universally unique identifier for this line reference. + 0..1 + Line Reference + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Line Reference. Line Status Code. Code + A code signifying the status of the referenced line with respect to its original state. + 0..1 + Line Reference + Line Status Code + Code + Line Status + Line Status_ Code. Type + + + + + + + + + ASBIE + Line Reference. Document Reference + A reference to the document containing the referenced line. + 0..1 + Line Reference + Document Reference + Document Reference + Document Reference + + + + + + + + + + + ABIE + Line Response. Details + A class to describe responses to a line in a document. + Line Response + + + + + + + + + ASBIE + Line Response. Line Reference + A reference to the line being responded to. + 1 + Line Response + Line Reference + Line Reference + Line Reference + + + + + + + + + ASBIE + Line Response. Response + A response to the referenced line. + 1..n + Line Response + Response + Response + Response + + + + + + + + + + + ABIE + Location. Details + A class to describe a location. + Location + + + + + + + + + BBIE + Location. Identifier + An identifier for this location, e.g., the EAN Location Number, GLN. + 0..1 + Location + Identifier + Identifier + Identifier. Type + 5790002221134 + + + + + + + + + BBIE + Location. Description. Text + Text describing this location. + 0..n + Location + Description + Text + Text. Type + + + + + + + + + BBIE + Location. Conditions. Text + Free-form text describing the physical conditions of the location. + 0..n + Location + Conditions + Text + Text. Type + + + + + + + + + BBIE + Location. Country Subentity. Text + A territorial division of a country, such as a county or state, expressed as text. + 0..1 + Location + Country Subentity + Text + Text. Type + AdministrativeArea, State, Country, Shire, Canton + Florida , Tamilnadu + + + + + + + + + BBIE + Location. Country Subentity Code. Code + A territorial division of a country, such as a county or state, expressed as a code. + 0..1 + Location + Country Subentity Code + Code + Code. Type + AdministrativeAreaCode, State Code + + + + + + + + + BBIE + Location. Location Type Code. Code + A code signifying the type of location. + 0..1 + Location + Location Type Code + Code + Code. Type + + + + + + + + + BBIE + Location. Information_ URI. Identifier + The Uniform Resource Identifier (URI) of a document providing information about this location. + 0..1 + Location + Information + URI + Identifier + Identifier. Type + + + + + + + + + BBIE + Location. Name + The name of this location. + 0..1 + Location + Name + Name + Name. Type + winter 2005 collection + + + + + + + + + ASBIE + Location. Validity_ Period. Period + A period during which this location can be used (e.g., for delivery). + 0..n + Location + Validity + Period + Period + Period + + + + + + + + + ASBIE + Location. Address + The address of this location. + 0..1 + Location + Address + Address + Address + + + + + + + + + ASBIE + Location. Subsidiary_ Location. Location + A location subsidiary to this location. + 0..n + Location + Subsidiary + Location + Location + Location + + + + + + + + + ASBIE + Location. Location Coordinate + The geographical coordinates of this location. + 0..n + Location + Location Coordinate + Location Coordinate + Location Coordinate + + + + + + + + + + + ABIE + Location Coordinate. Details + A class for defining a set of geographical coordinates (apparently misnamed). + Location Coordinate + + + + + + + + + BBIE + Location Coordinate. Coordinate System Code. Code + A code signifying the location system used. + 0..1 + Location Coordinate + Coordinate System Code + Code + Code. Type + + + + + + + + + BBIE + Location Coordinate. Latitude_ Degrees. Measure + The degree component of a latitude measured in degrees and minutes. + 0..1 + Location Coordinate + Latitude + Degrees + Measure + Measure. Type + + + + + + + + + BBIE + Location Coordinate. Latitude_ Minutes. Measure + The minutes component of a latitude measured in degrees and minutes (modulo 60). + 0..1 + Location Coordinate + Latitude + Minutes + Measure + Measure. Type + + + + + + + + + BBIE + Location Coordinate. Latitude Direction Code. Code + A code signifying the direction of latitude measurement from the equator (north or south). + 0..1 + Location Coordinate + Latitude Direction Code + Code + Latitude Direction + Latitude Direction_ Code. Type + + + + + + + + + BBIE + Location Coordinate. Longitude_ Degrees. Measure + The degree component of a longitude measured in degrees and minutes. + 0..1 + Location Coordinate + Longitude + Degrees + Measure + Measure. Type + + + + + + + + + BBIE + Location Coordinate. Longitude_ Minutes. Measure + The minutes component of a longitude measured in degrees and minutes (modulo 60). + 0..1 + Location Coordinate + Longitude + Minutes + Measure + Measure. Type + + + + + + + + + BBIE + Location Coordinate. Longitude Direction Code. Code + A code signifying the direction of longitude measurement from the prime meridian (east or west). + 0..1 + Location Coordinate + Longitude Direction Code + Code + Longitude Direction + Longitude Direction_ Code. Type + + + + + + + + + BBIE + Location Coordinate. Altitude. Measure + The altitude of the location. + 0..1 + Location Coordinate + Altitude + Measure + Measure. Type + + + + + + + + + + + ABIE + Lot Identification. Details + A class for defining a lot identifier (the identifier of a set of item instances that would be used in case of a recall of that item). + Lot Identification + + + + + + + + + BBIE + Lot Identification. Lot Number. Identifier + An identifier for the lot. + 0..1 + Lot Identification + Lot Number + Identifier + Identifier. Type + + + + + + + + + BBIE + Lot Identification. Expiry Date. Date + The expiry date of the lot. + 0..1 + Lot Identification + Expiry Date + Date + Date. Type + + + + + + + + + ASBIE + Lot Identification. Additional_ Item Property. Item Property + An additional property of the lot. + 0..n + Lot Identification + Additional + Item Property + Item Property + Item Property + + + + + + + + + + + ABIE + Maritime Transport. Details + A class to describe a vessel used for transport by water (including sea, river, and canal). + Maritime Transport + + + + + + + + + BBIE + Maritime Transport. Vessel Identifier. Identifier + An identifier for a specific vessel. + 0..1 + Maritime Transport + Vessel Identifier + Identifier + Identifier. Type + Lloyds Number, Registration Number (WCO ID 167) + International Maritime Organisation number of a vessel + + + + + + + + + BBIE + Maritime Transport. Vessel Name. Name + The name of the vessel. + 0..1 + Maritime Transport + Vessel Name + Name + Name. Type + Ships Name + + + + + + + + + BBIE + Maritime Transport. Radio Call Sign Identifier. Identifier + The radio call sign of the vessel. + 0..1 + Maritime Transport + Radio Call Sign Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Maritime Transport. Ships Requirements. Text + Information about what services a vessel will require when it arrives at a port, such as refueling, maintenance, waste disposal etc. + 0..n + Maritime Transport + Ships Requirements + Text + Text. Type + + + + + + + + + BBIE + Maritime Transport. Gross Tonnage. Measure + Gross tonnage is calculated by measuring a ship's volume (from keel to funnel, to the outside of the hull framing) and applying a mathematical formula and is used to determine things such as a ship's manning regulations, safety rules, registration fees and port dues. + 0..1 + Maritime Transport + Gross Tonnage + Measure + Measure. Type + + + + + + + + + BBIE + Maritime Transport. Net Tonnage. Measure + Net tonnage is calculated by measuring a ship's internal volume and applying a mathematical formula and is used to calculate the port duties. + 0..1 + Maritime Transport + Net Tonnage + Measure + Measure. Type + + + + + + + + + ASBIE + Maritime Transport. Registry Certificate_ Document Reference. Document Reference + The certificate issued to the ship by the ships registry in a given flag state. + 0..1 + Maritime Transport + Registry Certificate + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Maritime Transport. Registry Port_ Location. Location + The port in which a vessel is registered or permanently based. + 0..1 + Maritime Transport + Registry Port + Location + Location + Location + + + + + + + + + + + ABIE + Meter. Details + A class to describe a meter and its readings. + Meter + + + + + + + + + BBIE + Meter. Meter Number. Text + The meter number, expressed as text. + 0..1 + Meter + Meter Number + Text + Text. Type + 61722x + + + + + + + + + BBIE + Meter. Meter Name. Text + The name of this meter, which serves as an identifier to distinguish a main meter from a submeter. + 0..1 + Meter + Meter Name + Text + Text. Type + + + + + + + + + BBIE + Meter. Meter Constant. Text + The factor by which readings of this meter must be multiplied to calculate consumption, expressed as text. + 0..1 + Meter + Meter Constant + Text + Text. Type + 1.000 + + + + + + + + + BBIE + Meter. Meter Constant Code. Code + A code signifying the formula to be used in applying the meter constant. + 0..1 + Meter + Meter Constant Code + Code + Code. Type + Factor + + + + + + + + + BBIE + Meter. Total_ Delivered Quantity. Quantity + The quantity delivered; the total quantity consumed as calculated from the meter readings. + 0..1 + Meter + Total + Delivered Quantity + Quantity + Quantity. Type + 5761.00 + + + + + + + + + ASBIE + Meter. Meter Reading + A reading of this meter. + 0..n + Meter + Meter Reading + Meter Reading + Meter Reading + + + + + + + + + ASBIE + Meter. Meter Property + A property of this meter. + 0..n + Meter + Meter Property + Meter Property + Meter Property + + + + + + + + + + + ABIE + Meter Property. Details + The name of this meter property. + Meter Property + + + + + + + + + BBIE + Meter Property. Name + The name of this meter property, expressed as a code. + 0..1 + Meter Property + Name + Name + Name. Type + Energy Rating , Collar Size , Fat Content + + + + + + + + + BBIE + Meter Property. Name Code. Code + The value of this meter property, expressed as text. + 0..1 + Meter Property + Name Code + Code + Code. Type + + + + + + + + + BBIE + Meter Property. Value. Text + The value of this meter property, expressed as a quantity. + 0..1 + Meter Property + Value + Text + Text. Type + 100 watts , 15 European , 20% +/- 5% + + + + + + + + + BBIE + Meter Property. Value_ Quantity. Quantity + The value of this meter property, expressed as a quantity. + 0..1 + Meter Property + Value + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Meter Property. Value Qualifier. Text + An additional value to qualify the value of the meter + 0..n + Meter Property + Value Qualifier + Text + Text. Type + + + + + + + + + + + ABIE + Meter Reading. Details + A class to describe a meter reading. + Meter Reading + + + + + + + + + BBIE + Meter Reading. Identifier + An identifier for this meter reading. + 0..1 + Meter Reading + Identifier + Identifier + Identifier. Type + 7411013716x + + + + + + + + + BBIE + Meter Reading. Meter Reading Type. Text + The type of this meter reading, expressed as text. + 0..1 + Meter Reading + Meter Reading Type + Text + Text. Type + Electricity + + + + + + + + + BBIE + Meter Reading. Meter Reading Type Code. Code + The type of this meter reading, expressed as a code. + 0..1 + Meter Reading + Meter Reading Type Code + Code + Code. Type + Electricity + + + + + + + + + BBIE + Meter Reading. Previous_ Meter Reading Date. Date + The date of the previous meter reading. + 1 + Meter Reading + Previous + Meter Reading Date + Date + Date. Type + 2006-09-01 + + + + + + + + + BBIE + Meter Reading. Previous_ Meter Quantity. Quantity + The quantity of the previous meter reading. + 1 + Meter Reading + Previous + Meter Quantity + Quantity + Quantity. Type + 122604.00 + + + + + + + + + BBIE + Meter Reading. Latest_ Meter Reading Date. Date + The date of the latest meter reading. + 1 + Meter Reading + Latest + Meter Reading Date + Date + Date. Type + 2006-09-01 + + + + + + + + + BBIE + Meter Reading. Latest_ Meter Quantity. Quantity + The quantity of the latest meter reading. + 1 + Meter Reading + Latest + Meter Quantity + Quantity + Quantity. Type + 128365.00 + + + + + + + + + BBIE + Meter Reading. Previous Meter Reading_ Method. Text + The method used for the previous meter reading, expressed as text. + 0..1 + Meter Reading + Previous Meter Reading + Method + Text + Text. Type + Manuel + + + + + + + + + BBIE + Meter Reading. Previous Meter Reading_ Method Code. Code + The method used for the previous meter reading, expressed as a code. + 0..1 + Meter Reading + Previous Meter Reading + Method Code + Code + Code. Type + Estimated + + + + + + + + + BBIE + Meter Reading. Latest Meter Reading_ Method. Text + The method used for the latest meter reading, expressed as text. + 0..1 + Meter Reading + Latest Meter Reading + Method + Text + Text. Type + Manuel + + + + + + + + + BBIE + Meter Reading. Latest Meter Reading_ Method Code. Code + The method used for the latest meter reading, expressed as a code. + 0..1 + Meter Reading + Latest Meter Reading + Method Code + Code + Code. Type + Estimated + + + + + + + + + BBIE + Meter Reading. Meter Reading_ Comments. Text + Text containing comments on this meter reading. + 0..n + Meter Reading + Meter Reading + Comments + Text + Text. Type + The last stated meterstand is estimated + + + + + + + + + BBIE + Meter Reading. Delivered_ Quantity. Quantity + Consumption in the period from PreviousMeterReadingDate to LatestMeterReadingDate. + 1 + Meter Reading + Delivered + Quantity + Quantity + Quantity. Type + + + + + + + + + + + ABIE + Miscellaneous Event. Details + A class to describe a miscellaneous event associated with a retail event. + Miscellaneous Event + + + + + + + + + BBIE + Miscellaneous Event. Miscellaneous Event Type Code. Code + A code signifying the type of this miscellaneous event. Examples are: ASSORTMENT_CHARGE DISASTER FORECAST_DECREASE FORECAST_INCREASE FREIGHT_FLOW_ALLOCATION INVENTORY_POLICY_CHANGE LOCATION_CLOSING LOCATION_OPENING OTHER OUT_OF_STOCK PACKAGING_LABELING_CHANGE PRICE_DECREASE PRICE_INCREASE STORE_FORMAT_OR_PLANOGRAM_CHANGE TEST_MARKET WEATHER + 1 + Miscellaneous Event + Miscellaneous Event Type Code + Code + Code. Type + + + + + + + + + ASBIE + Miscellaneous Event. Event Line Item + An event line item for this miscellaneous retail event. + 1..n + Miscellaneous Event + Event Line Item + Event Line Item + Event Line Item + + + + + + + + + + + ABIE + Monetary Total. Details + A class to define a monetary total. + Monetary Total + + + + + + + + + BBIE + Monetary Total. Line Extension Amount. Amount + The monetary amount of an extended transaction line, net of tax and settlement discounts, but inclusive of any applicable rounding amount. + 0..1 + Monetary Total + Line Extension Amount + Amount + Amount. Type + + + + + + + + + BBIE + Monetary Total. Tax Exclusive Amount. Amount + The monetary amount of an extended transaction line, exclusive of taxes. + 0..1 + Monetary Total + Tax Exclusive Amount + Amount + Amount. Type + + + + + + + + + BBIE + Monetary Total. Tax Inclusive Amount. Amount + The monetary amount including taxes; the sum of payable amount and prepaid amount. + 0..1 + Monetary Total + Tax Inclusive Amount + Amount + Amount. Type + + + + + + + + + BBIE + Monetary Total. Allowance_ Total Amount. Amount + The total monetary amount of all allowances. + 0..1 + Monetary Total + Allowance + Total Amount + Amount + Amount. Type + + + + + + + + + BBIE + Monetary Total. Charge_ Total Amount. Amount + The total monetary amount of all charges. + 0..1 + Monetary Total + Charge + Total Amount + Amount + Amount. Type + + + + + + + + + BBIE + Monetary Total. Prepaid Amount. Amount + The total prepaid monetary amount. + 0..1 + Monetary Total + Prepaid Amount + Amount + Amount. Type + + + + + + + + + BBIE + Monetary Total. Payable_ Rounding Amount. Amount + The rounding amount (positive or negative) added to produce the line extension amount. + 0..1 + Monetary Total + Payable + Rounding Amount + Amount + Amount. Type + + + + + + + + + BBIE + Monetary Total. Payable_ Amount. Amount + The amount of the monetary total to be paid. + 1 + Monetary Total + Payable + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Monetary Total. Payable_ Alternative Amount. Amount + The amount of the monetary total to be paid, expressed in an alternative currency. + 0..1 + Monetary Total + Payable + Alternative Amount + Amount + Amount. Type + + + + + + + + + + + ABIE + Notification Requirement. Details + A class to describe a notification requirement. + Notification Requirement + + + + + + + + + BBIE + Notification Requirement. Notification Type Code. Code + A code signifying the type of notification (e.g., pickup status). + 1 + Notification Requirement + Notification Type Code + Code + Code. Type + + + + + + + + + BBIE + Notification Requirement. Post Event Notification Duration. Measure + The length of time between the occurrence of a given event and the issuance of a notification. + 0..1 + Notification Requirement + Post Event Notification Duration + Measure + Measure. Type + + + + + + + + + BBIE + Notification Requirement. Pre Event Notification Duration. Measure + The length of time to elapse between the issuance of a notification and the occurrence of the event it relates to. + 0..1 + Notification Requirement + Pre Event Notification Duration + Measure + Measure. Type + + + + + + + + + ASBIE + Notification Requirement. Notify_ Party. Party + A party to be notified. + 0..n + Notification Requirement + Notify + Party + Party + Party + + + + + + + + + ASBIE + Notification Requirement. Notification_ Period. Period + A period during which a notification should be issued. + 0..n + Notification Requirement + Notification + Period + Period + Period + + + + + + + + + ASBIE + Notification Requirement. Notification_ Location. Location + A location at which a notification should be issued. + 0..n + Notification Requirement + Notification + Location + Location + Location + + + + + + + + + + + ABIE + On Account Payment. Details + A scheduled prepayment (on-account payment) for a estimated utility consumption + On Account Payment + + + + + + + + + BBIE + On Account Payment. Estimated_ Consumed Quantity. Quantity + The estimated consumed quantity covered by the payment. + 1 + On Account Payment + Estimated + Consumed Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + On Account Payment. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + On Account Payment + Note + Text + Text. Type + We make a reservation for price regulations. You will receive you next yearly statement about one year from today. + + + + + + + + + ASBIE + On Account Payment. Payment Terms + A specification of payment terms associated with this payment. + 1..n + On Account Payment + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + + + ABIE + Order Line. Details + A class to define a line in an order document (e.g., Order, Order Change, or Order Response) describing an item being ordered. + Order Line + + + + + + + + + BBIE + Order Line. Substitution Status Code. Code + A code signifying the substitution status of the item on this order line. The order line may indicate that the substitute is proposed by the buyer (in Order) or by the seller (in Order Response) or that a substitution has been made by the seller (in Order Response). + 0..1 + Order Line + Substitution Status Code + Code + Substitution Status + Substitution Status_ Code. Type + + + + + + + + + BBIE + Order Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Order Line + Note + Text + Text. Type + + + + + + + + + ASBIE + Order Line. Line Item + The line item itself. + 1 + Order Line + Line Item + Line Item + Line Item + + + + + + + + + ASBIE + Order Line. Seller Proposed Substitute_ Line Item. Line Item + In Order Response, a line item proposed by the seller describing a product that might substitute for the product described in this order line. + 0..n + Order Line + Seller Proposed Substitute + Line Item + Line Item + Line Item + + + + + + + + + ASBIE + Order Line. Seller Substituted_ Line Item. Line Item + In Order Response, a line item that has replaced the original order line item. The specified quantity and pricing may differ from those in the original line item, but when a line item is substituted by the seller, it is assumed that other information, such as shipment details, will remain the same. + 0..n + Order Line + Seller Substituted + Line Item + Line Item + Line Item + + + + + + + + + ASBIE + Order Line. Buyer Proposed Substitute_ Line Item. Line Item + A description of an item proposed by the buyer as a possible alternative to the item associated with this order line. + 0..n + Order Line + Buyer Proposed Substitute + Line Item + Line Item + Line Item + + + + + + + + + ASBIE + Order Line. Catalogue_ Line Reference. Line Reference + A reference to a catalogue line associated with this order line. + 0..1 + Order Line + Catalogue + Line Reference + Line Reference + Line Reference + + + + + + + + + ASBIE + Order Line. Quotation_ Line Reference. Line Reference + A reference to a quotation line associated with this order line. + 0..1 + Order Line + Quotation + Line Reference + Line Reference + Line Reference + + + + + + + + + ASBIE + Order Line. Order Line Reference + A reference to another order line, such as in a replacement order or another line on the same order that is related. + 0..n + Order Line + Order Line Reference + Order Line Reference + Order Line Reference + + + + + + + + + ASBIE + Order Line. Document Reference + A reference to a document associated with this order line. + 0..n + Order Line + Document Reference + Document Reference + Document Reference + + + + + + + + + + + ABIE + Order Line Reference. Details + A class to define a reference to an order line. + Order Line Reference + + + + + + + + + BBIE + Order Line Reference. Line Identifier. Identifier + An identifier for the referenced order line, assigned by the buyer. + 1 + Order Line Reference + Line Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Line Reference. Sales Order_ Line Identifier. Identifier + An identifier for the referenced order line, assigned by the seller. + 0..1 + Order Line Reference + Sales Order + Line Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Line Reference. UUID. Identifier + A universally unique identifier for this order line reference. + 0..1 + Order Line Reference + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Line Reference. Line Status Code. Code + A code signifying the status of the referenced order line with respect to its original state. + 0..1 + Order Line Reference + Line Status Code + Code + Line Status + Line Status_ Code. Type + + + + + + + + + ASBIE + Order Line Reference. Order Reference + A reference to the Order containing the referenced order line. + 0..1 + Order Line Reference + Order Reference + Order Reference + Order Reference + + + + + + + + + + + ABIE + Order Reference. Details + A class to define a reference to an Order. + Order Reference + + + + + + + + + BBIE + Order Reference. Identifier + An identifier for this order reference, assigned by the buyer. + 1 + Order Reference + Identifier + Identifier + Identifier. Type + PO-001 3333-44-123 + + + + + + + + + BBIE + Order Reference. Sales_ Order Identifier. Identifier + An identifier for this order reference, assigned by the seller. + 0..1 + Order Reference + Sales + Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Reference. Copy_ Indicator. Indicator + Indicates whether the referenced Order is a copy (true) or the original (false). + 0..1 + Order Reference + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Order Reference. UUID. Identifier + A universally unique identifier for this order reference. + 0..1 + Order Reference + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Reference. Issue Date. Date + The date on which the referenced Order was issued. + 0..1 + Order Reference + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Order Reference. Issue Time. Time + The time at which the referenced Order was issued. + 0..1 + Order Reference + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Order Reference. Customer_ Reference. Text + Text used for tagging purchasing card transactions. + 0..1 + Order Reference + Customer + Reference + Text + Text. Type + + + + + + + + + BBIE + Order Reference. Order Type Code. Code + A code signifying the type of the referenced Order. + 0..1 + Order Reference + Order Type Code + Code + Code. Type + + + + + + + + + ASBIE + Order Reference. Document Reference + A document associated with this reference to an Order. + 0..1 + Order Reference + Document Reference + Document Reference + Document Reference + + + + + + + + + + + ABIE + Ordered Shipment. Details + A class to describe an ordered shipment. + Ordered Shipment + + + + + + + + + ASBIE + Ordered Shipment. Shipment + The ordered shipment. + 1 + Ordered Shipment + Shipment + Shipment + Shipment + + + + + + + + + ASBIE + Ordered Shipment. Package + A package in this ordered shipment. + 0..n + Ordered Shipment + Package + Package + Package + + + + + + + + + + + ABIE + Package. Details + A class to describe a package. + Package + + + + + + + + + BBIE + Package. Identifier + An identifier for this package. + 0..1 + Package + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Package. Quantity + The quantity of items contained in this package. + 0..1 + Package + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Package. Returnable Material_ Indicator. Indicator + An indicator that the packaging material is returnable (true) or not (false). + 0..1 + Package + Returnable Material + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Package. Package Level Code. Code + A code signifying a level of packaging. + 0..1 + Package + Package Level Code + Code + Code. Type + + + + + + + + + BBIE + Package. Packaging Type Code. Code + A code signifying a type of packaging. + 0..1 + Package + Packaging Type Code + Code + Packaging Type + Packaging Type_ Code. Type + Package classification code + + + + + + + + + BBIE + Package. Packing Material. Text + Text describing the packaging material. + 0..n + Package + Packing Material + Text + Text. Type + + + + + + + + + BBIE + Package. Trace_ Identifier. Identifier + An identifier for use in tracing this package, such as the EPC number used in RFID. + 0..1 + Package + Trace + Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Package. Contained_ Package. Package + A package contained within this package. + 0..n + Package + Contained + Package + Package + Package + + + + + + + + + ASBIE + Package. Containing_ Transport Equipment. Transport Equipment + The piece of transport equipment containing this package. + 0..1 + Package + Containing + Transport Equipment + Transport Equipment + Transport Equipment + + + + + + + + + ASBIE + Package. Goods Item + A goods item included in this package. + 0..n + Package + Goods Item + Goods Item + Goods Item + + + + + + + + + ASBIE + Package. Measurement_ Dimension. Dimension + A measurable dimension (length, mass, weight, or volume) of this package. + 0..n + Package + Measurement + Dimension + Dimension + Dimension + + + + + + + + + ASBIE + Package. Delivery Unit + A delivery unit within this package. + 0..n + Package + Delivery Unit + Delivery Unit + Delivery Unit + + + + + + + + + ASBIE + Package. Delivery + The delivery of this package. + 0..1 + Package + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Package. Pickup + The pickup of this package. + 0..1 + Package + Pickup + Pickup + Pickup + + + + + + + + + ASBIE + Package. Despatch + The despatch of this package. + 0..1 + Package + Despatch + Despatch + Despatch + + + + + + + + + + + ABIE + Party. Details + A class to describe an organization, sub-organization, or individual fulfilling a role in a business process. + Party + + + + + + + + + BBIE + Party. Mark Care_ Indicator. Indicator + An indicator that this party is "care of" (c/o) (true) or not (false). + 0..1 + Party + Mark Care + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Party. Mark Attention_ Indicator. Indicator + An indicator that this party is "for the attention of" (FAO) (true) or not (false). + 0..1 + Party + Mark Attention + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Party. Website_ URI. Identifier + The Uniform Resource Identifier (URI) that identifies this party's web site; i.e., the web site's Uniform Resource Locator (URL). + 0..1 + Party + Website + URI + Identifier + Identifier. Type + + + + + + + + + BBIE + Party. Logo Reference. Identifier + An identifier for this party's logo. + 0..1 + Party + Logo Reference + Identifier + Identifier. Type + http://www2.coca-cola.com/images/logo.gif + + + + + + + + + BBIE + Party. Endpoint Identifier. Identifier + An identifier for the end point of the routing service (e.g., EAN Location Number, GLN). + 0..1 + Party + Endpoint Identifier + Identifier + Identifier. Type + 5790002221134 + + + + + + + + + BBIE + Party. Industry Classification Code. Code + This party's Industry Classification Code. + 0..1 + Party + Industry Classification Code + Code + Code. Type + Public authority , NAIC codes + + + + + + + + + ASBIE + Party. Party Identification + An identifier for this party. + 0..n + Party + Party Identification + Party Identification + Party Identification + + + + + + + + + ASBIE + Party. Party Name + A name for this party. + 0..n + Party + Party Name + Party Name + Party Name + + + + + + + + + ASBIE + Party. Language + The language associated with this party. + 0..1 + Party + Language + Language + Language + + + + + + + + + ASBIE + Party. Postal_ Address. Address + The party's postal address. + 0..1 + Party + Postal + Address + Address + Address + + + + + + + + + ASBIE + Party. Physical_ Location. Location + The physical location of this party. + 0..1 + Party + Physical + Location + Location + Location + + + + + + + + + ASBIE + Party. Party Tax Scheme + A tax scheme applying to this party. + 0..n + Party + Party Tax Scheme + Party Tax Scheme + Party Tax Scheme + + + + + + + + + ASBIE + Party. Party Legal Entity + A description of this party as a legal entity. + 0..n + Party + Party Legal Entity + Party Legal Entity + Party Legal Entity + + + + + + + + + ASBIE + Party. Contact + The primary contact for this party. + 0..1 + Party + Contact + Contact + Contact + + + + + + + + + ASBIE + Party. Person + A person associated with this party. + 0..n + Party + Person + Person + Person + + + + + + + + + ASBIE + Party. Agent_ Party. Party + A party who acts as an agent for this party. + 0..1 + Party + Agent + Party + Party + Party + Customs Broker + + + + + + + + + ASBIE + Party. Service Provider Party + A party providing a service to this party. + 0..n + Party + Service Provider Party + Service Provider Party + Service Provider Party + + + + + + + + + ASBIE + Party. Power Of Attorney + A power of attorney associated with this party. + 0..n + Party + Power Of Attorney + Power Of Attorney + Power Of Attorney + + + + + + + + + ASBIE + Party. Financial Account + The financial account associated with this party. + 0..1 + Party + Financial Account + Financial Account + Financial Account + + + + + + + + + + + ABIE + Party Identification. Details + A class to define an identifier for a party. + Party Identification + + + + + + + + + BBIE + Party Identification. Identifier + An identifier for the party. + 1 + Party Identification + Identifier + Identifier + Identifier. Type + + + + + + + + + + + ABIE + Party Legal Entity. Details + A class to describe a party as a legal entity. + Party Legal Entity + + + + + + + + + BBIE + Party Legal Entity. Registration_ Name. Name + The name of the party as registered with the relevant legal authority. + 0..1 + Party Legal Entity + Registration + Name + Name + Name. Type + Microsoft Corporation + + + + + + + + + BBIE + Party Legal Entity. Company Identifier. Identifier + An identifier for the party as registered within a company registration scheme. + 0..1 + Party Legal Entity + Company Identifier + Identifier + Identifier. Type + Business Registration Number, Company Number + 3556625 + + + + + + + + + BBIE + Party Legal Entity. Registration_ Date. Date + The registration date of the CompanyID. + 0..1 + Party Legal Entity + Registration + Date + Date + Date. Type + + + + + + + + + BBIE + Party Legal Entity. Registration Expiration_ Date. Date + The date upon which a registration expires (e.g., registration for an import/export license). + 0..1 + Party Legal Entity + Registration Expiration + Date + Date + Date. Type + + + + + + + + + BBIE + Party Legal Entity. Company Legal Form Code. Code + A code signifying the party's legal status. + 0..1 + Party Legal Entity + Company Legal Form Code + Code + Code. Type + Legal Status + + + + + + + + + BBIE + Party Legal Entity. Company Legal Form. Text + The company legal status, expressed as a text. + 0..1 + Party Legal Entity + Company Legal Form + Text + Text. Type + + + + + + + + + BBIE + Party Legal Entity. Sole Proprietorship Indicator. Indicator + An indicator that the company is owned and controlled by one person (true) or not (false). + 0..1 + Party Legal Entity + Sole Proprietorship Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Party Legal Entity. Company Liquidation Status Code. Code + A code signifying the party's liquidation status. + 0..1 + Party Legal Entity + Company Liquidation Status Code + Code + Code. Type + + + + + + + + + BBIE + Party Legal Entity. Corporate Stock_ Amount. Amount + The number of shares in the capital stock of a corporation. + 0..1 + Party Legal Entity + Corporate Stock + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Party Legal Entity. Fully Paid Shares Indicator. Indicator + An indicator that all shares of corporate stock have been paid by shareholders (true) or not (false). + 0..1 + Party Legal Entity + Fully Paid Shares Indicator + Indicator + Indicator. Type + + + + + + + + + ASBIE + Party Legal Entity. Registration_ Address. Address + The registered address of the party within a corporate registration scheme. + 0..1 + Party Legal Entity + Registration + Address + Address + Address + + + + + + + + + ASBIE + Party Legal Entity. Corporate Registration Scheme + The corporate registration scheme used to register the party. + 0..1 + Party Legal Entity + Corporate Registration Scheme + Corporate Registration Scheme + Corporate Registration Scheme + + + + + + + + + ASBIE + Party Legal Entity. Head Office_ Party. Party + The head office of the legal entity + 0..1 + Party Legal Entity + Head Office + Party + Party + Party + + + + + + + + + ASBIE + Party Legal Entity. Shareholder Party + A party owning shares in this legal entity. + 0..n + Party Legal Entity + Shareholder Party + Shareholder Party + Shareholder Party + + + + + + + + + + + ABIE + Party Name. Details + A class for defining the name of a party. + Party Name + + + + + + + + + BBIE + Party Name. Name + The name of the party. + 1 + Party Name + Name + Name + Name. Type + Microsoft + + + + + + + + + + + ABIE + Party Tax Scheme. Details + A class to describe a taxation scheme applying to a party. + Party Tax Scheme + + + + + + + + + BBIE + Party Tax Scheme. Registration_ Name. Name + The name of the party as registered with the relevant fiscal authority. + 0..1 + Party Tax Scheme + Registration + Name + Name + Name. Type + Microsoft Corporation + + + + + + + + + BBIE + Party Tax Scheme. Company Identifier. Identifier + An identifier for the party assigned for tax purposes by the taxation authority. + 0..1 + Party Tax Scheme + Company Identifier + Identifier + Identifier. Type + VAT Number + 3556625 + + + + + + + + + BBIE + Party Tax Scheme. Tax Level Code. Code + A code signifying the tax level applicable to the party within this taxation scheme. + 0..1 + Party Tax Scheme + Tax Level Code + Code + Code. Type + + + + + + + + + BBIE + Party Tax Scheme. Exemption Reason Code. Code + A reason for the party's exemption from tax, expressed as a code. + 0..1 + Party Tax Scheme + Exemption Reason Code + Code + Code. Type + + + + + + + + + BBIE + Party Tax Scheme. Exemption_ Reason. Text + A reason for the party's exemption from tax, expressed as text. + 0..n + Party Tax Scheme + Exemption + Reason + Text + Text. Type + + + + + + + + + ASBIE + Party Tax Scheme. Registration_ Address. Address + The address of the party as registered for tax purposes. + 0..1 + Party Tax Scheme + Registration + Address + Address + Address + + + + + + + + + ASBIE + Party Tax Scheme. Tax Scheme + The taxation scheme applicable to the party. + 1 + Party Tax Scheme + Tax Scheme + Tax Scheme + Tax Scheme + + + + + + + + + + + ABIE + Payment. Details + A class to describe a payment. + Payment + + + + + + + + + BBIE + Payment. Identifier + An identifier for this payment. + 0..1 + Payment + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Payment. Paid_ Amount. Amount + The amount of this payment. + 0..1 + Payment + Paid + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Payment. Received_ Date. Date + The date on which this payment was received. + 0..1 + Payment + Received + Date + Date + Date. Type + + + + + + + + + BBIE + Payment. Paid_ Date. Date + The date on which this payment was made. + 0..1 + Payment + Paid + Date + Date + Date. Type + + + + + + + + + BBIE + Payment. Paid_ Time. Time + The time at which this payment was made. + 0..1 + Payment + Paid + Time + Time + Time. Type + + + + + + + + + BBIE + Payment. Instruction Identifier. Identifier + An identifier for the payment instruction. + 0..1 + Payment + Instruction Identifier + Identifier + Identifier. Type + + + + + + + + + + + ABIE + Payment Mandate. Details + A class to describe a payment mandate. + Payment Mandate + + + + + + + + + BBIE + Payment Mandate. Identifier + An identifier for this payment mandate. + 0..1 + Payment Mandate + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Payment Mandate. Mandate Type Code. Code + A code signifying the type of this payment mandate. + 0..1 + Payment Mandate + Mandate Type Code + Code + Code. Type + + + + + + + + + BBIE + Payment Mandate. Maximum Payment Instructions. Numeric + The number of maximum payment instructions allowed within the validity period. + 0..1 + Payment Mandate + Maximum Payment Instructions + Numeric + Numeric. Type + + + + + + + + + BBIE + Payment Mandate. Maximum_ Paid Amount. Amount + The maximum amount to be paid within a single instruction. + 0..1 + Payment Mandate + Maximum + Paid Amount + Amount + Amount. Type + + + + + + + + + BBIE + Payment Mandate. Signature Identifier. Identifier + An identifier for a signature applied by a signatory party. + 0..1 + Payment Mandate + Signature Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Payment Mandate. Payer_ Party. Party + The payer party (if different from the debtor). + 0..1 + Payment Mandate + Payer + Party + Party + Party + + + + + + + + + ASBIE + Payment Mandate. Payer_ Financial Account. Financial Account + The payer's financial account. + 0..1 + Payment Mandate + Payer + Financial Account + Financial Account + Financial Account + + + + + + + + + ASBIE + Payment Mandate. Validity_ Period. Period + The period during which this mandate is valid. + 0..1 + Payment Mandate + Validity + Period + Period + Period + + + + + + + + + ASBIE + Payment Mandate. Payment Reversal_ Period. Period + The period of the reverse payment. + 0..1 + Payment Mandate + Payment Reversal + Period + Period + Period + + + + + + + + + ASBIE + Payment Mandate. Clause + A clause applicable to this payment mandate. + 0..n + Payment Mandate + Clause + Clause + Clause + + + + + + + + + + + ABIE + Payment Means. Details + A class to describe a means of payment. + Payment Means + + + + + + + + + BBIE + Payment Means. Identifier + An identifier for this means of payment. + 0..1 + Payment Means + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Payment Means. Payment Means Code. Code + A code signifying the type of this means of payment. + 1 + Payment Means + Payment Means Code + Code + Payment Means + Payment Means_ Code. Type + + + + + + + + + BBIE + Payment Means. Payment Due Date. Date + The date on which payment is due for this means of payment. + 0..1 + Payment Means + Payment Due Date + Date + Date. Type + + + + + + + + + BBIE + Payment Means. Payment Channel Code. Code + A code signifying the payment channel for this means of payment. + 0..1 + Payment Means + Payment Channel Code + Code + Code. Type + + + + + + + + + BBIE + Payment Means. Instruction Identifier. Identifier + An identifier for the payment instruction. + 0..1 + Payment Means + Instruction Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Payment Means. Instruction_ Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Payment Means + Instruction + Note + Text + Text. Type + + + + + + + + + BBIE + Payment Means. Payment Identifier. Identifier + An identifier for a payment made using this means of payment. + 0..n + Payment Means + Payment Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Payment Means. Card Account + A credit card, debit card, or charge card account that constitutes this means of payment. + 0..1 + Payment Means + Card Account + Card Account + Card Account + + + + + + + + + ASBIE + Payment Means. Payer_ Financial Account. Financial Account + The payer's financial account. + 0..1 + Payment Means + Payer + Financial Account + Financial Account + Financial Account + + + + + + + + + ASBIE + Payment Means. Payee_ Financial Account. Financial Account + The payee's financial account. + 0..1 + Payment Means + Payee + Financial Account + Financial Account + Financial Account + + + + + + + + + ASBIE + Payment Means. Credit Account + A credit account associated with this means of payment. + 0..1 + Payment Means + Credit Account + Credit Account + Credit Account + + + + + + + + + ASBIE + Payment Means. Payment Mandate + The payment mandate associated with this means of payment. + 0..1 + Payment Means + Payment Mandate + Payment Mandate + Payment Mandate + + + + + + + + + ASBIE + Payment Means. Trade Financing + A trade finance agreement applicable to this means of payment. + 0..1 + Payment Means + Trade Financing + Trade Financing + Trade Financing + + + + + + + + + + + ABIE + Payment Terms. Details + A class to describe a set of payment terms. + Payment Terms + + + + + + + + + BBIE + Payment Terms. Identifier + An identifier for this set of payment terms. + 0..1 + Payment Terms + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Payment Terms. Payment Means Identifier. Identifier + An identifier for a means of payment associated with these payment terms. + 0..n + Payment Terms + Payment Means Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Payment Terms. Prepaid Payment Reference Identifier. Identifier + An identifier for a reference to a prepaid payment. + 0..1 + Payment Terms + Prepaid Payment Reference Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Payment Terms. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Payment Terms + Note + Text + Text. Type + + + + + + + + + BBIE + Payment Terms. Reference_ Event Code. Code + A code signifying the event during which these terms are offered. + 0..1 + Payment Terms + Reference + Event Code + Code + Code. Type + + + + + + + + + BBIE + Payment Terms. Settlement_ Discount Percent. Percent + The percentage for the settlement discount that is offered for payment under these payment terms. + 0..1 + Payment Terms + Settlement + Discount Percent + Percent + Percent. Type + + + + + + + + + BBIE + Payment Terms. Penalty_ Surcharge Percent. Percent + The penalty for payment after the settlement period, expressed as a percentage of the payment. + 0..1 + Payment Terms + Penalty + Surcharge Percent + Percent + Percent. Type + + + + + + + + + BBIE + Payment Terms. Payment Percent. Percent + The part of a payment, expressed as a percent, relevant for these payment terms. + 0..1 + Payment Terms + Payment Percent + Percent + Percent. Type + + + + + + + + + BBIE + Payment Terms. Amount + The monetary amount covered by these payment terms. + 0..1 + Payment Terms + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Payment Terms. Settlement_ Discount Amount. Amount + The amount of a settlement discount offered for payment under these payment terms. + 0..1 + Payment Terms + Settlement + Discount Amount + Amount + Amount. Type + + + + + + + + + BBIE + Payment Terms. Penalty_ Amount. Amount + The monetary amount of the penalty for payment after the settlement period. + 0..1 + Payment Terms + Penalty + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Payment Terms. Payment Terms Details URI. Identifier + The Uniform Resource Identifier (URI) of a document providing additional details regarding these payment terms. + 0..1 + Payment Terms + Payment Terms Details URI + Identifier + Identifier. Type + + + + + + + + + BBIE + Payment Terms. Payment Due Date. Date + The due date for these payment terms. + 0..1 + Payment Terms + Payment Due Date + Date + Date. Type + + + + + + + + + BBIE + Payment Terms. Installment Due Date. Date + The due date for an installment payment for these payment terms. + 0..1 + Payment Terms + Installment Due Date + Date + Date. Type + + + + + + + + + BBIE + Payment Terms. Invoicing Party_ Reference. Text + A reference to the payment terms used by the invoicing party. This may have been requested of the payer by the payee to accompany its remittance. + 0..1 + Payment Terms + Invoicing Party + Reference + Text + Text. Type + + + + + + + + + ASBIE + Payment Terms. Settlement_ Period. Period + The period during which settlement may occur. + 0..1 + Payment Terms + Settlement + Period + Period + Period + + + + + + + + + ASBIE + Payment Terms. Penalty_ Period. Period + The period during which penalties may apply. + 0..1 + Payment Terms + Penalty + Period + Period + Period + + + + + + + + + ASBIE + Payment Terms. Exchange Rate + The currency exchange rate for purposes of these payment terms. + 0..1 + Payment Terms + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Payment Terms. Validity_ Period. Period + The period during which these payment terms are valid. + 0..1 + Payment Terms + Validity + Period + Period + Period + + + + + + + + + + + ABIE + Performance Data Line. Details + A class to define a line in a Performance History. + Performance Data Line + + + + + + + + + BBIE + Performance Data Line. Identifier + An identifier for this performance data line. + 1 + Performance Data Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Performance Data Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Performance Data Line + Note + Text + Text. Type + + + + + + + + + BBIE + Performance Data Line. Performance Value. Quantity + The value of the reported attribute. + 1 + Performance Data Line + Performance Value + Quantity + Quantity. Type + + + + + + + + + BBIE + Performance Data Line. Performance Metric Type Code. Code + A code signifying the measure of performance applicable to the reported attribute. + 1 + Performance Data Line + Performance Metric Type Code + Code + Code. Type + + + + + + + + + ASBIE + Performance Data Line. Period + The period to which this performance data line applies. + 0..1 + Performance Data Line + Period + Period + Period + + + + + + + + + ASBIE + Performance Data Line. Item + The item whose performance is reported in this data line. + 0..1 + Performance Data Line + Item + Item + Item + + + + + + + + + + + ABIE + Period. Details + A class to describe a period of time. + Period + + + + + + + + + BBIE + Period. Start Date. Date + The date on which this period begins. + 0..1 + Period + Start Date + Date + Date. Type + + + + + + + + + BBIE + Period. Start Time. Time + The time at which this period begins. + 0..1 + Period + Start Time + Time + Time. Type + + + + + + + + + BBIE + Period. End Date. Date + The date on which this period ends. + 0..1 + Period + End Date + Date + Date. Type + + + + + + + + + BBIE + Period. End Time. Time + The time at which this period ends. + 0..1 + Period + End Time + Time + Time. Type + + + + + + + + + BBIE + Period. Duration. Measure + The duration of this period, expressed as an ISO 8601 code. + 0..1 + Period + Duration + Measure + Measure. Type + + + + + + + + + BBIE + Period. Description Code. Code + A description of this period, expressed as a code. + 0..n + Period + Description Code + Code + Code. Type + + + + + + + + + BBIE + Period. Description. Text + A description of this period, expressed as text. + 0..n + Period + Description + Text + Text. Type + + + + + + + + + + + ABIE + Person. Details + A class to describe a person. + Person + + + + + + + + + BBIE + Person. Identifier + An identifier for this person. + 0..1 + Person + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Person. First_ Name. Name + This person's given name. + 0..1 + Person + First + Name + Name + Name. Type + + + + + + + + + BBIE + Person. Family_ Name. Name + This person's family name. + 0..1 + Person + Family + Name + Name + Name. Type + + + + + + + + + BBIE + Person. Title. Text + This person's title of address (e.g., Mr, Ms, Dr, Sir). + 0..1 + Person + Title + Text + Text. Type + + + + + + + + + BBIE + Person. Middle_ Name. Name + This person's middle name(s) or initials. + 0..1 + Person + Middle + Name + Name + Name. Type + + + + + + + + + BBIE + Person. Other_ Name. Name + This person's second family name. + 0..1 + Person + Other + Name + Name + Name. Type + Delivery Dock + + + + + + + + + BBIE + Person. Name Suffix. Text + A suffix to this person's name (e.g., PhD, OBE, Jr). + 0..1 + Person + Name Suffix + Text + Text. Type + + + + + + + + + BBIE + Person. Job Title. Text + This person's job title (for a particular role) within an organization. + 0..1 + Person + Job Title + Text + Text. Type + + + + + + + + + BBIE + Person. Nationality. Identifier + An identifier for this person's nationality. + 0..1 + Person + Nationality + Identifier + Identifier. Type + + + + + + + + + BBIE + Person. Gender Code. Code + A code (e.g., ISO 5218) signifying the gender of this person. + 0..1 + Person + Gender Code + Code + Code. Type + + + + + + + + + BBIE + Person. Birth Date. Date + This person's date of birth. + 0..1 + Person + Birth Date + Date + Date. Type + + + + + + + + + BBIE + Person. Birthplace Name. Text + The name of the place where this person was born, expressed as text. + 0..1 + Person + Birthplace Name + Text + Text. Type + + + + + + + + + BBIE + Person. Organization_ Department. Text + The department or subdivision of an organization that this person belongs to (in a particular role). + 0..1 + Person + Organization + Department + Text + Text. Type + + + + + + + + + ASBIE + Person. Contact + Contact information for this person. + 0..1 + Person + Contact + Contact + Contact + + + + + + + + + ASBIE + Person. Financial Account + The financial account associated with this person. + 0..1 + Person + Financial Account + Financial Account + Financial Account + + + + + + + + + ASBIE + Person. Identity_ Document Reference. Document Reference + A reference to a document that can precisely identify this person (e.g., a driver's license). + 0..n + Person + Identity + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Person. Residence_ Address. Address + This person's address of residence. + 0..1 + Person + Residence + Address + Address + Address + + + + + + + + + + + ABIE + Physical Attribute. Details + A class to describe a physical attribute. + Physical Attribute + + + + + + + + + BBIE + Physical Attribute. Attribute Identifier. Identifier + An identifier for this physical attribute. + 1 + Physical Attribute + Attribute Identifier + Identifier + Identifier. Type + colour style + + + + + + + + + BBIE + Physical Attribute. Position Code. Code + A code signifying the position of this physical attribute. + 0..1 + Physical Attribute + Position Code + Code + Code. Type + + + + + + + + + BBIE + Physical Attribute. Description Code. Code + A description of the physical attribute, expressed as a code. + 0..1 + Physical Attribute + Description Code + Code + Code. Type + XXL , Small + + + + + + + + + BBIE + Physical Attribute. Description. Text + A description of the physical attribute, expressed as text. + 0..n + Physical Attribute + Description + Text + Text. Type + + + + + + + + + + + ABIE + Pickup. Details + A class to describe a pickup for delivery. + Pickup + Collection + + + + + + + + + BBIE + Pickup. Identifier + An identifier for this pickup. + 0..1 + Pickup + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Pickup. Actual_ Pickup Date. Date + The actual pickup date. + 0..1 + Pickup + Actual + Pickup Date + Date + Date. Type + + + + + + + + + BBIE + Pickup. Actual_ Pickup Time. Time + The actual pickup time. + 0..1 + Pickup + Actual + Pickup Time + Time + Time. Type + + + + + + + + + BBIE + Pickup. Earliest_ Pickup Date. Date + The earliest pickup date. + 0..1 + Pickup + Earliest + Pickup Date + Date + Date. Type + + + + + + + + + BBIE + Pickup. Earliest_ Pickup Time. Time + The earliest pickup time. + 0..1 + Pickup + Earliest + Pickup Time + Time + Time. Type + + + + + + + + + BBIE + Pickup. Latest_ Pickup Date. Date + The latest pickup date. + 0..1 + Pickup + Latest + Pickup Date + Date + Date. Type + + + + + + + + + BBIE + Pickup. Latest_ Pickup Time. Time + The latest pickup time. + 0..1 + Pickup + Latest + Pickup Time + Time + Time. Type + + + + + + + + + ASBIE + Pickup. Pickup_ Location. Location + The pickup location. + 0..1 + Pickup + Pickup + Location + Location + Location + + + + + + + + + ASBIE + Pickup. Pickup_ Party. Party + The party responsible for picking up a delivery. + 0..1 + Pickup + Pickup + Party + Party + Party + + + + + + + + + + + ABIE + Power Of Attorney. Details + A class to describe a power of attorney. + Power Of Attorney + + + + + + + + + BBIE + Power Of Attorney. Identifier + An identifier for this power of attorney. + 0..1 + Power Of Attorney + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Power Of Attorney. Issue Date. Date + The date on which this power of attorney was issued. + 0..1 + Power Of Attorney + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Power Of Attorney. Issue Time. Time + The time at which this power of attorney was issued. + 0..1 + Power Of Attorney + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Power Of Attorney. Description. Text + Text describing this power of attorney. + 0..n + Power Of Attorney + Description + Text + Text. Type + + + + + + + + + ASBIE + Power Of Attorney. Notary_ Party. Party + The party notarizing this power of attorney. + 0..1 + Power Of Attorney + Notary + Party + Party + Party + + + + + + + + + ASBIE + Power Of Attorney. Agent_ Party. Party + The party who acts as an agent or fiduciary for the principal and who holds this power of attorney on behalf of the principal. + 1 + Power Of Attorney + Agent + Party + Party + Party + + + + + + + + + ASBIE + Power Of Attorney. Witness_ Party. Party + An association to a WitnessParty. + 0..n + Power Of Attorney + Witness + Party + Party + Party + + + + + + + + + ASBIE + Power Of Attorney. Mandate_ Document Reference. Document Reference + A reference to a mandate associated with this power of attorney. + 0..n + Power Of Attorney + Mandate + Document Reference + Document Reference + Document Reference + + + + + + + + + + + ABIE + Price. Details + A class to describe a price, expressed in a data structure containing multiple properties (compare with UnstructuredPrice). + Price + + + + + + + + + BBIE + Price. Price Amount. Amount + The amount of the price. + 1 + Price + Price Amount + Amount + Amount. Type + unit price + 23.45 + + + + + + + + + BBIE + Price. Base_ Quantity. Quantity + The quantity at which this price applies. + 0..1 + Price + Base + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Price. Price Change_ Reason. Text + A reason for a price change. + 0..n + Price + Price Change + Reason + Text + Text. Type + Clearance of old stock , New contract applies + + + + + + + + + BBIE + Price. Price Type Code. Code + The type of price, expressed as a code. + 0..1 + Price + Price Type Code + Code + Code. Type + + + + + + + + + BBIE + Price. Price Type. Text + The type of price, expressed as text. + 0..1 + Price + Price Type + Text + Text. Type + retail, wholesale, discount, contract + + + + + + + + + BBIE + Price. Orderable Unit Factor. Rate + The factor by which the base price unit can be converted to the orderable unit. + 0..1 + Price + Orderable Unit Factor + Rate + Rate. Type + Nails are priced by weight but ordered by quantity. So this would say how many nails per kilo + + + + + + + + + ASBIE + Price. Validity_ Period. Period + A period during which this price is valid. + 0..n + Price + Validity + Period + Period + Period + + + + + + + + + ASBIE + Price. Price List + Information about a price list applicable to this price. + 0..1 + Price + Price List + Price List + Price List + + + + + + + + + ASBIE + Price. Allowance Charge + An allowance or charge associated with this price. + 0..n + Price + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Price. Pricing_ Exchange Rate. Exchange Rate + The exchange rate applicable to this price, if it differs from the exchange rate applicable to the document as a whole. + 0..1 + Price + Pricing + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + + + ABIE + Price Extension. Details + A class to describe a price extension, calculated by multiplying the price per unit by the quantity of items. + Price Extension + + + + + + + + + BBIE + Price Extension. Amount + The amount of this price extension. + 1 + Price Extension + Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Price Extension. Tax Total + A total amount of taxes of a particular kind applicable to this price extension. + 0..n + Price Extension + Tax Total + Tax Total + Tax Total + + + + + + + + + + + ABIE + Price List. Details + A class to describe a price list. + Price List + + + + + + + + + BBIE + Price List. Identifier + An identifier for this price list. + 0..1 + Price List + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Price List. Status Code. Code + A code signifying whether this price list is an original, copy, revision, or cancellation. + 0..1 + Price List + Status Code + Code + Code. Type + new - announcement only , new and available , deleted - announcement only + + + + + + + + + ASBIE + Price List. Validity_ Period. Period + A period during which this price list is valid. + 0..n + Price List + Validity + Period + Period + Period + + + + + + + + + ASBIE + Price List. Previous_ Price List. Price List + The previous price list. + 0..1 + Price List + Previous + Price List + Price List + Price List + + + + + + + + + + + ABIE + Pricing Reference. Details + A reference to the basis for pricing. This may be based on a catalogue or a quoted amount from a price list and include some alternative pricing conditions. + Pricing Reference + + + + + + + + + ASBIE + Pricing Reference. Original_ Item Location Quantity. Item Location Quantity + An original set of location-specific properties (e.g., price and quantity) associated with this item. + 0..1 + Pricing Reference + Original + Item Location Quantity + Item Location Quantity + Item Location Quantity + + + + + + + + + ASBIE + Pricing Reference. Alternative Condition_ Price. Price + The price expressed in terms other than the actual price, e.g., the list price v. the contracted price, or the price in bags v. the price in kilos, or the list price in bags v. the contracted price in kilos. + 0..n + Pricing Reference + Alternative Condition + Price + Price + Price + + + + + + + + + + + ABIE + Process Justification. Details + A class to describe a justification for the choice of tendering process. + Process Justification + + + + + + + + + BBIE + Process Justification. Previous_ Cancellation Reason Code. Code + A code signifying the type of the previous tendering process (which is now being cancelled). + 0..1 + Process Justification + Previous + Cancellation Reason Code + Code + Code. Type + + + + + + + + + BBIE + Process Justification. Process_ Reason Code. Code + The reason why the contracting authority has followed a particular tendering procedure for the awarding of a contract, expressed as a code. + 0..1 + Process Justification + Process + Reason Code + Code + Code. Type + + + + + + + + + BBIE + Process Justification. Process_ Reason. Text + The reason why the contracting authority has followed a particular tendering procedure for the awarding of a contract, expressed as text. + 0..n + Process Justification + Process + Reason + Text + Text. Type + + + + + + + + + BBIE + Process Justification. Description. Text + Text providing justification for the selection of this process. + 0..n + Process Justification + Description + Text + Text. Type + + + + + + + + + + + ABIE + Procurement Project. Details + A class to describe a project to procure goods, works, or services. + Procurement Project + + + + + + + + + BBIE + Procurement Project. Identifier + An identifier for this procurement project. + 0..1 + Procurement Project + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Procurement Project. Name + A name of this procurement project. + 1..n + Procurement Project + Name + Name + Name. Type + + + + + + + + + BBIE + Procurement Project. Description. Text + Text describing this procurement project. + 0..n + Procurement Project + Description + Text + Text. Type + + + + + + + + + BBIE + Procurement Project. Procurement_ Type Code. Code + A code signifying the type of procurement project (e.g., goods, works, services). + 0..1 + Procurement Project + Procurement + Type Code + Code + Code. Type + + + + + + + + + BBIE + Procurement Project. Procurement Sub_ Type Code. Code + A code signifying the subcategory of the type of work for this project (e.g., land surveying, IT consulting). + 0..1 + Procurement Project + Procurement Sub + Type Code + Code + Code. Type + + + + + + + + + BBIE + Procurement Project. Quality Control Code. Code + The indication of whether or not the control quality is included in the works project. + 0..1 + Procurement Project + Quality Control Code + Code + Code. Type + + + + + + + + + BBIE + Procurement Project. Required_ Fee. Amount + The amount of the reimbursement fee for concession procurement projects. + 0..1 + Procurement Project + Required + Fee + Amount + Amount. Type + + + + + + + + + BBIE + Procurement Project. Fee_ Description. Text + Text describing the reimbursement fee for concession procurement projects. + 0..n + Procurement Project + Fee + Description + Text + Text. Type + + + + + + + + + BBIE + Procurement Project. Requested_ Delivery Date. Date + The requested delivery date for this procurement project. + 0..1 + Procurement Project + Requested + Delivery Date + Date + Date. Type + + + + + + + + + BBIE + Procurement Project. Estimated_ Overall Contract. Quantity + The estimated overall quantity for this procurement project. + 0..1 + Procurement Project + Estimated + Overall Contract + Quantity + Quantity. Type + + + + + + + + + BBIE + Procurement Project. Note. Text + Free-form text applying to the Procurement Project. This element may contain additional information about the lot/contract that is not contained explicitly in another structure. + 0..n + Procurement Project + Note + Text + Text. Type + + + + + + + + + ASBIE + Procurement Project. Requested Tender Total + Budget monetary amounts for the project as whole. + 0..1 + Procurement Project + Requested Tender Total + Requested Tender Total + Requested Tender Total + + + + + + + + + ASBIE + Procurement Project. Main_ Commodity Classification. Commodity Classification + An association to the main classification category for the deliverable requested. + 0..1 + Procurement Project + Main + Commodity Classification + Commodity Classification + Commodity Classification + + + + + + + + + ASBIE + Procurement Project. Additional_ Commodity Classification. Commodity Classification + An association to additional classification categories for the deliverable requested. + 0..n + Procurement Project + Additional + Commodity Classification + Commodity Classification + Commodity Classification + + + + + + + + + ASBIE + Procurement Project. Realized_ Location. Location + A place where this procurement project will be physically realized. + 0..n + Procurement Project + Realized + Location + Location + Location + + + + + + + + + ASBIE + Procurement Project. Planned_ Period. Period + The period during which this procurement project is planned to take place. + 0..1 + Procurement Project + Planned + Period + Period + Period + + + + + + + + + ASBIE + Procurement Project. Contract Extension + The contract extension for this tendering process. + 0..1 + Procurement Project + Contract Extension + Contract Extension + Contract Extension + + + + + + + + + ASBIE + Procurement Project. Request For Tender Line + A good or service this project is intended to procure. + 0..n + Procurement Project + Request For Tender Line + Request For Tender Line + Request For Tender Line + + + + + + + + + + + ABIE + Procurement Project Lot. Details + A class to describe one of the parts of a procurement project that is being subdivided to allow the contracting party to award different lots to different economic operators under different contracts. + Procurement Project Lot + + + + + + + + + BBIE + Procurement Project Lot. Identifier + An identifier for this procurement project lot. + 1 + Procurement Project Lot + Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Procurement Project Lot. Tendering Terms + Tendering terms for this procurement project lot. + 0..1 + Procurement Project Lot + Tendering Terms + Tendering Terms + Tendering Terms + + + + + + + + + ASBIE + Procurement Project Lot. Procurement Project + A description of the procurement project to be divided. + 0..1 + Procurement Project Lot + Procurement Project + Procurement Project + Procurement Project + + + + + + + + + + + ABIE + Project Reference. Details + A class to define a reference to a procurement project. + Project Reference + + + + + + + + + BBIE + Project Reference. Identifier + An identifier for the referenced project. + 1 + Project Reference + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Project Reference. UUID. Identifier + A universally unique identifier for the referenced project. + 0..1 + Project Reference + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Project Reference. Issue Date. Date + The date on which the referenced project was issued. + 0..1 + Project Reference + Issue Date + Date + Date. Type + + + + + + + + + ASBIE + Project Reference. Work Phase Reference + A specific phase of work in the referenced project. + 0..n + Project Reference + Work Phase Reference + Work Phase Reference + Work Phase Reference + + + + + + + + + + + ABIE + Promotional Event. Details + Agree can be renamed as PromotionalEvents + Promotional Event + + + + + + + + + BBIE + Promotional Event. Promotional Event Type Code. Code + A code signifying the type of this promotional event. Examples can be: Holiday, Seasonal Event, Store Closing, Trade Item Introduction + 1 + Promotional Event + Promotional Event Type Code + Code + Code. Type + + + + + + + + + BBIE + Promotional Event. Submission. Date + The date on which a proposal for this promotional event was submitted. + 0..1 + Promotional Event + Submission + Date + Date. Type + + + + + + + + + BBIE + Promotional Event. First Shipment Availibility Date. Date + The first day that products will be available to ship from buyer to seller if the proposal for this promotional event is accepted. + 0..1 + Promotional Event + First Shipment Availibility Date + Date + Date. Type + + + + + + + + + BBIE + Promotional Event. Latest_ Proposal Acceptance Date. Date + The deadline for acceptance of this promotional event. + 0..1 + Promotional Event + Latest + Proposal Acceptance Date + Date + Date. Type + + + + + + + + + ASBIE + Promotional Event. Promotional Specification + A specification for a promotional event. + 1..n + Promotional Event + Promotional Specification + Promotional Specification + Promotional Specification + + + + + + + + + + + ABIE + Promotional Event Line Item. Details + A class to describe a line item associated with a promotional event. + Promotional Event Line Item + + + + + + + + + BBIE + Promotional Event Line Item. Amount + The amount associated with this promotional event line item. + 1 + Promotional Event Line Item + Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Promotional Event Line Item. Event Line Item + A line item describing the expected impacts associated with this promotional event for a specific product at a specific location. + 1 + Promotional Event Line Item + Event Line Item + Event Line Item + Event Line Item + + + + + + + + + + + ABIE + Promotional Specification. Details + A class to describe a promotional event as a set of item locations that share a set of promotional tactics. + Promotional Specification + + + + + + + + + BBIE + Promotional Specification. Specification Identifier. Identifier + An identifier for this promotional specification. + 0..1 + Promotional Specification + Specification Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Promotional Specification. Promotional Event Line Item + A line item for a promotional event involving a specific product at a specific location; it describes the expected impacts associated with the event and specifies the promotional price of the item." + 1..n + Promotional Specification + Promotional Event Line Item + Promotional Event Line Item + Promotional Event Line Item + + + + + + + + + ASBIE + Promotional Specification. Event Tactic + An event tactic associated with this promotion. + 0..n + Promotional Specification + Event Tactic + Event Tactic + Event Tactic + + + + + + + + + + + ABIE + Qualification Resolution. Details + A class to describe the acceptance or rejection of an economic operator in a tendering process. + Qualification Resolution + + + + + + + + + BBIE + Qualification Resolution. Admission Code. Code + An indicator that the economic operator has been accepted into the tendering process (true) or rejected from the tendering process (false). + 1 + Qualification Resolution + Admission Code + Code + Code. Type + + + + + + + + + BBIE + Qualification Resolution. Exclusion Reason. Text + Text describing a reason for an exclusion from the tendering process. + 0..n + Qualification Resolution + Exclusion Reason + Text + Text. Type + + + + + + + + + BBIE + Qualification Resolution. Resolution. Text + Text describing this qualification resolution. + 0..n + Qualification Resolution + Resolution + Text + Text. Type + + + + + + + + + BBIE + Qualification Resolution. Resolution Date. Date + The date on which this qualification resolution was formalized. + 1 + Qualification Resolution + Resolution Date + Date + Date. Type + + + + + + + + + BBIE + Qualification Resolution. Resolution Time. Time + The time at which this qualification resolution was formalized. + 0..1 + Qualification Resolution + Resolution Time + Time + Time. Type + + + + + + + + + ASBIE + Qualification Resolution. Procurement Project Lot + The Procurement project lot to which this tenderer is accepted or rejected. + 0..1 + Qualification Resolution + Procurement Project Lot + Procurement Project Lot + Procurement Project Lot + + + + + + + + + + + ABIE + Qualifying Party. Details + A class to describe the distinctive features or characteristics qualifying an economic operator to be a party in a tendering process (e.g., number of employees, number of operating units, type of business, technical and financial capabilities, completed projects). + Qualifying Party + + + + + + + + + BBIE + Qualifying Party. Participation. Percent + The extent to which this party is expected to participate in the tendering process, expressed as a percentage. + 0..1 + Qualifying Party + Participation + Percent + Percent. Type + + + + + + + + + BBIE + Qualifying Party. Personal Situation. Text + Text describing the personal situation of the qualifying party. + 0..n + Qualifying Party + Personal Situation + Text + Text. Type + + + + + + + + + BBIE + Qualifying Party. Operating Years. Quantity + The number of years that this qualifying party has been in operation. + 0..1 + Qualifying Party + Operating Years + Quantity + Quantity. Type + + + + + + + + + BBIE + Qualifying Party. Employee. Quantity + The number of people employed by this qualifying party. + 0..1 + Qualifying Party + Employee + Quantity + Quantity. Type + + + + + + + + + BBIE + Qualifying Party. Business Classification Evidence. Identifier + An identifier for an item of evidence to support the classification of this qualifying party. + 0..1 + Qualifying Party + Business Classification Evidence + Identifier + Identifier. Type + + + + + + + + + BBIE + Qualifying Party. Business Identity Evidence. Identifier + An identifier for an item of evidence to support the business identity of this qualifying party. + 0..1 + Qualifying Party + Business Identity Evidence + Identifier + Identifier. Type + + + + + + + + + BBIE + Qualifying Party. Tenderer Role Code. Code + A code stating the Tenderer Role. + 0..1 + Qualifying Party + Tenderer Role Code + Code + Code. Type + + + + + + + + + ASBIE + Qualifying Party. Business_ Classification Scheme. Classification Scheme + The classification scheme used for the business profile. + 0..1 + Qualifying Party + Business + Classification Scheme + Classification Scheme + Classification Scheme + + + + + + + + + ASBIE + Qualifying Party. Technical_ Capability. Capability + A technical capability of this qualifying party. + 0..n + Qualifying Party + Technical + Capability + Capability + Capability + + + + + + + + + ASBIE + Qualifying Party. Financial_ Capability. Capability + A financial capability of this qualifying party. + 0..n + Qualifying Party + Financial + Capability + Capability + Capability + + + + + + + + + ASBIE + Qualifying Party. Completed Task + A former task completed by this qualifying party. + 0..n + Qualifying Party + Completed Task + Completed Task + Completed Task + + + + + + + + + ASBIE + Qualifying Party. Declaration + A declaration by this qualifying party. of certain characteristics or capabilities in fulfilment of requirements specified in a call for tenders. + 0..n + Qualifying Party + Declaration + Declaration + Declaration + + + + + + + + + ASBIE + Qualifying Party. Party + The qualifying party itself. + 0..1 + Qualifying Party + Party + Party + Party + + + + + + + + + ASBIE + Qualifying Party. Economic Operator Role + A class to describe the tenderer contracting role. + 0..1 + Qualifying Party + Economic Operator Role + Economic Operator Role + Economic Operator Role + + + + + + + + + + + ABIE + Quotation Line. Details + A class to define a line in a Quotation. + Quotation Line + + + + + + + + + BBIE + Quotation Line. Identifier + An identifier for this quotation line. + 0..1 + Quotation Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Quotation Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Quotation Line + Note + Text + Text. Type + + + + + + + + + BBIE + Quotation Line. Quantity + The quantity of the item quoted. + 0..1 + Quotation Line + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Quotation Line. Line Extension Amount. Amount + The total amount for this quotation line, including allowance charges but net of taxes. + 0..1 + Quotation Line + Line Extension Amount + Amount + Amount. Type + + + + + + + + + BBIE + Quotation Line. Total_ Tax Amount. Amount + The total tax amount for this quotation line. + 0..1 + Quotation Line + Total + Tax Amount + Amount + Amount. Type + + + + + + + + + BBIE + Quotation Line. Request For Quotation Line Identifier. Identifier + An identifier for the line in the Request for Quotation to which this line is a response. + 0..1 + Quotation Line + Request For Quotation Line Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Quotation Line. Document Reference + A reference to a document associated with this quotation line. + 0..n + Quotation Line + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Quotation Line. Line Item + The item that is the subject of this quotation line. + 1 + Quotation Line + Line Item + Line Item + Line Item + + + + + + + + + ASBIE + Quotation Line. Seller Proposed Substitute_ Line Item. Line Item + An item proposed by the seller as a substitute for the item that is the subject of this quotation line. + 0..n + Quotation Line + Seller Proposed Substitute + Line Item + Line Item + Line Item + + + + + + + + + ASBIE + Quotation Line. Alternative_ Line Item. Line Item + An item proposed by the seller as an alternative to the item that is the subject of this quotation line. + 0..n + Quotation Line + Alternative + Line Item + Line Item + Line Item + + + + + + + + + ASBIE + Quotation Line. Request_ Line Reference. Line Reference + A reference to the line in the Request for Quotation to which this line is a response. + 0..1 + Quotation Line + Request + Line Reference + Line Reference + Line Reference + + + + + + + + + + + ABIE + Rail Transport. Details + A class defining details about a train wagon used as a means of transport. + Rail Transport + + + + + + + + + BBIE + Rail Transport. Train Identifier. Identifier + An identifier for the train used as the means of transport. + 1 + Rail Transport + Train Identifier + Identifier + Identifier. Type + Train Number (WCO ID 167) + + + + + + + + + BBIE + Rail Transport. Rail Car Identifier. Identifier + An identifier for the rail car on the train used as the means of transport. + 0..1 + Rail Transport + Rail Car Identifier + Identifier + Identifier. Type + + + + + + + + + + + ABIE + Receipt Line. Details + A class to define a line in a Receipt Advice. + Receipt Line + + + + + + + + + BBIE + Receipt Line. Identifier + An identifier for this receipt line. + 1 + Receipt Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Receipt Line. UUID. Identifier + A universally unique identifier for this receipt line. + 0..1 + Receipt Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Receipt Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Receipt Line + Note + Text + Text. Type + + + + + + + + + BBIE + Receipt Line. Received_ Quantity. Quantity + The quantity received. + 0..1 + Receipt Line + Received + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Receipt Line. Short_ Quantity. Quantity + The quantity received short; the difference between the quantity reported despatched and the quantity actually received. + 0..1 + Receipt Line + Short + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Receipt Line. Shortage Action Code. Code + A code signifying the action that the delivery party wishes the despatch party to take as the result of a shortage. + 0..1 + Receipt Line + Shortage Action Code + Code + Code. Type + + + + + + + + + BBIE + Receipt Line. Rejected_ Quantity. Quantity + The quantity rejected. + 0..1 + Receipt Line + Rejected + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Receipt Line. Reject Reason Code. Code + The reason for a rejection, expressed as a code. + 0..1 + Receipt Line + Reject Reason Code + Code + Code. Type + + + + + + + + + BBIE + Receipt Line. Reject_ Reason. Text + The reason for a rejection, expressed as text. + 0..n + Receipt Line + Reject + Reason + Text + Text. Type + + + + + + + + + BBIE + Receipt Line. Reject Action Code. Code + A code signifying the action that the delivery party wishes the despatch party to take as the result of a rejection. + 0..1 + Receipt Line + Reject Action Code + Code + Code. Type + + + + + + + + + BBIE + Receipt Line. Quantity Discrepancy Code. Code + A code signifying the type of a discrepancy in quantity. + 0..1 + Receipt Line + Quantity Discrepancy Code + Code + Code. Type + + + + + + + + + BBIE + Receipt Line. Oversupply_ Quantity. Quantity + The quantity over-supplied, i.e., the quantity over and above the quantity ordered. + 0..1 + Receipt Line + Oversupply + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Receipt Line. Received_ Date. Date + The date on which the goods or services were received. + 0..1 + Receipt Line + Received + Date + Date + Date. Type + + + + + + + + + BBIE + Receipt Line. Timing Complaint Code. Code + A complaint about the timing of delivery, expressed as a code. + 0..1 + Receipt Line + Timing Complaint Code + Code + Code. Type + + + + + + + + + BBIE + Receipt Line. Timing Complaint. Text + A complaint about the timing of delivery, expressed as text. + 0..1 + Receipt Line + Timing Complaint + Text + Text. Type + + + + + + + + + ASBIE + Receipt Line. Order Line Reference + A reference to the order line associated with this receipt line. + 0..1 + Receipt Line + Order Line Reference + Order Line Reference + Order Line Reference + + + + + + + + + ASBIE + Receipt Line. Despatch_ Line Reference. Line Reference + A reference to a despatch line associated with this receipt line. + 0..n + Receipt Line + Despatch + Line Reference + Line Reference + Line Reference + + + + + + + + + ASBIE + Receipt Line. Document Reference + A reference to a document associated with this receipt line. + 0..n + Receipt Line + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Receipt Line. Item + An item associated with this receipt line. + 0..n + Receipt Line + Item + Item + Item + + + + + + + + + ASBIE + Receipt Line. Shipment + A shipment associated with this receipt line. + 0..n + Receipt Line + Shipment + Shipment + Shipment + + + + + + + + + + + ABIE + Regulation. Details + A class to describe a regulation. + Regulation + Points to regulation at atomic level + + + + + + + + + BBIE + Regulation. Name + A name for this regulation. + 1 + Regulation + Name + Name + Name. Type + + + + + + + + + BBIE + Regulation. Legal Reference. Text + Text describing a legal reference. + 0..1 + Regulation + Legal Reference + Text + Text. Type + Art. 45 2 b + + + + + + + + + BBIE + Regulation. Ontology URI. Identifier + The Uniform Resource Identifier (URI) of an ontology related to this regulation. + 0..1 + Regulation + Ontology URI + Identifier + Identifier. Type + + + + + + + + + + + ABIE + Related Item. Details + A class to describe the relationship to an item different from the item associated with the item line in which RelatedItem is used. + Related Item + + + + + + + + + BBIE + Related Item. Identifier + An identifier for the related item. + 0..1 + Related Item + Identifier + Identifier + Identifier. Type + First , Second + + + + + + + + + BBIE + Related Item. Quantity + The quantity that applies to the relationship. + 0..1 + Related Item + Quantity + Quantity + Quantity. Type + 6 , 10mg per Kilo + + + + + + + + + BBIE + Related Item. Description. Text + Text describing the relationship. + 0..n + Related Item + Description + Text + Text. Type + If used in wet conditions or extreme environments + + + + + + + + + + + ABIE + Reminder Line. Details + A class to define a line in a Reminder document. + Reminder Line + + + + + + + + + BBIE + Reminder Line. Identifier + An identifier for this reminder line. + 1 + Reminder Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Reminder Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Reminder Line + Note + Text + Text. Type + + + + + + + + + BBIE + Reminder Line. UUID. Identifier + A universally unique identifier for this reminder line. + 0..1 + Reminder Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Reminder Line. Balance Brought Forward_ Indicator. Indicator + An indication that this reminder line contains a balance brought forward (true) or does not (false). + 0..1 + Reminder Line + Balance Brought Forward + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Reminder Line. Debit_ Line Amount. Amount + The amount debited on this reminder line. + 0..1 + Reminder Line + Debit + Line Amount + Amount + Amount. Type + + + + + + + + + BBIE + Reminder Line. Credit_ Line Amount. Amount + The amount credited on this reminder line. + 0..1 + Reminder Line + Credit + Line Amount + Amount + Amount. Type + + + + + + + + + BBIE + Reminder Line. Accounting Cost Code. Code + The buyer's accounting cost centre for this reminder line, expressed as a code. + 0..1 + Reminder Line + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Reminder Line. Accounting Cost. Text + The buyer's accounting cost centre for this reminder line, expressed as text. + 0..1 + Reminder Line + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Reminder Line. Penalty_ Surcharge Percent. Percent + The penalty for late payment, expressed as a percentage. + 0..1 + Reminder Line + Penalty + Surcharge Percent + Percent + Percent. Type + + + + + + + + + BBIE + Reminder Line. Amount + The amount on this reminder line. + 0..1 + Reminder Line + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Reminder Line. Payment Purpose Code. Code + A code signifying the business purpose for this payment. + 0..1 + Reminder Line + Payment Purpose Code + Code + Code. Type + + + + + + + + + ASBIE + Reminder Line. Reminder_ Period. Period + A period to which this reminder line applies. + 0..n + Reminder Line + Reminder + Period + Period + Period + + + + + + + + + ASBIE + Reminder Line. Billing Reference + A reference to a billing document associated with this reminder line. + 0..n + Reminder Line + Billing Reference + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Reminder Line. Exchange Rate + The rate of exchange between the currency of the Reminder and the currency of the document described in the BillingReference. + 0..1 + Reminder Line + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + + + ABIE + Remittance Advice Line. Details + A class to define a line in a Remittance Advice. + Remittance Advice Line + + + + + + + + + BBIE + Remittance Advice Line. Identifier + An identifier for this remittance advice line. + 1 + Remittance Advice Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Remittance Advice Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Remittance Advice Line + Note + Text + Text. Type + + + + + + + + + BBIE + Remittance Advice Line. UUID. Identifier + A universally unique identifier for this remittance advice line. + 0..1 + Remittance Advice Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Remittance Advice Line. Debit_ Line Amount. Amount + The amount debited on this remittance advice line. + 0..1 + Remittance Advice Line + Debit + Line Amount + Amount + Amount. Type + + + + + + + + + BBIE + Remittance Advice Line. Credit_ Line Amount. Amount + The amount credited on this remittance advice line. + 0..1 + Remittance Advice Line + Credit + Line Amount + Amount + Amount. Type + + + + + + + + + BBIE + Remittance Advice Line. Balance Amount. Amount + The monetary balance associated with this remittance advice line. + 0..1 + Remittance Advice Line + Balance Amount + Amount + Amount. Type + + + + + + + + + BBIE + Remittance Advice Line. Payment Purpose Code. Code + A code signifying the business purpose for this payment. + 0..1 + Remittance Advice Line + Payment Purpose Code + Code + Code. Type + + + + + + + + + BBIE + Remittance Advice Line. Invoicing Party_ Reference. Text + A reference to the order for payment used by the invoicing party. This may have been requested of the payer by the payee to accompany its remittance. + 0..1 + Remittance Advice Line + Invoicing Party + Reference + Text + Text. Type + + + + + + + + + ASBIE + Remittance Advice Line. Accounting_ Supplier Party. Supplier Party + The Accounting Supplier Party related to the remittance information reported on this Remittance Advice Line. + 0..1 + Remittance Advice Line + Accounting + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Remittance Advice Line. Accounting_ Customer Party. Customer Party + The Accounting Customer Party related to the remittance information reported on this Remittance Advice Line. + 0..1 + Remittance Advice Line + Accounting + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Remittance Advice Line. Buyer_ Customer Party. Customer Party + The buyer associated with this remittance advice line. + 0..1 + Remittance Advice Line + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Remittance Advice Line. Seller_ Supplier Party. Supplier Party + The seller/supplier associated with this remittance advice line. + 0..1 + Remittance Advice Line + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Remittance Advice Line. Originator_ Customer Party. Customer Party + The originating party. + 0..1 + Remittance Advice Line + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Remittance Advice Line. Payee_ Party. Party + The payee. + 0..1 + Remittance Advice Line + Payee + Party + Party + Party + + + + + + + + + ASBIE + Remittance Advice Line. Invoice_ Period. Period + An invoice period to which this remittance advice line applies. + 0..n + Remittance Advice Line + Invoice + Period + Period + Period + + + + + + + + + ASBIE + Remittance Advice Line. Billing Reference + A reference to a billing document associated with this remittance advice line. + 0..n + Remittance Advice Line + Billing Reference + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Remittance Advice Line. Document Reference + A reference to a document associated with this remittance advice line. + 0..n + Remittance Advice Line + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Remittance Advice Line. Exchange Rate + The rate of exchange between the currency of the Remittance Advice and the currency of the document described in the BillingReference. + 0..1 + Remittance Advice Line + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + + + ABIE + Renewal. Details + A class to describe the renewal of a commercial arrangement, such as a contract or licence fee. + Renewal + + + + + + + + + BBIE + Renewal. Amount + The monetary amount of this renewal. + 0..1 + Renewal + Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Renewal. Period + The period for which the arrangement is now valid + 0..1 + Renewal + Period + Period + Period + + + + + + + + + + + ABIE + Request For Quotation Line. Details + A class to define a line in a Request for Quotation. + Request For Quotation Line + + + + + + + + + BBIE + Request For Quotation Line. Identifier + An identifier for this line in the request for quotation. + 0..1 + Request For Quotation Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Request For Quotation Line. UUID. Identifier + A universally unique identifier for this line in the request for quotation. + 0..1 + Request For Quotation Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Request For Quotation Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Request For Quotation Line + Note + Text + Text. Type + + + + + + + + + BBIE + Request For Quotation Line. Optional_ Line Item Indicator. Indicator + An indication whether this line is optional (true) or not (false) for purposes of this request for quotation. + 0..1 + Request For Quotation Line + Optional + Line Item Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Request For Quotation Line. Privacy Code. Code + A code signifying the level of confidentiality of this request for quotation line. + 0..1 + Request For Quotation Line + Privacy Code + Code + Code. Type + + + + + + + + + BBIE + Request For Quotation Line. Security Classification Code. Code + A code signifying the security classification of this request for quotation line. + 0..1 + Request For Quotation Line + Security Classification Code + Code + Code. Type + + + + + + + + + ASBIE + Request For Quotation Line. Document Reference + A document associated with this request for quotation line. + 0..n + Request For Quotation Line + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Request For Quotation Line. Line Item + A description of the item for which a quotation is requested. + 1 + Request For Quotation Line + Line Item + Line Item + Line Item + + + + + + + + + + + ABIE + Request For Tender Line. Details + A class to define a line in a Request for Tender describing an item of goods or a service solicited in the Request for Tender. + Request For Tender Line + + + + + + + + + BBIE + Request For Tender Line. Identifier + An identifier for this request for tender line. + 0..1 + Request For Tender Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Request For Tender Line. UUID. Identifier + A universally unique identifier for this request for tender line. + 0..1 + Request For Tender Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Request For Tender Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Request For Tender Line + Note + Text + Text. Type + + + + + + + + + BBIE + Request For Tender Line. Quantity + The quantity of the item for which a tender is requested in this line. + 0..1 + Request For Tender Line + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Request For Tender Line. Minimum_ Quantity. Quantity + The minimum quantity of the item associated with this request for tender line. + 0..1 + Request For Tender Line + Minimum + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Request For Tender Line. Maximum_ Quantity. Quantity + The maximum quantity of the item associated with this request for tender line. + 0..1 + Request For Tender Line + Maximum + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Request For Tender Line. Tax Included_ Indicator. Indicator + Indicates whether the amounts are taxes included (true) or not (false). + 0..1 + Request For Tender Line + Tax Included + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Request For Tender Line. Minimum_ Amount. Amount + The minimum amount allowed for this deliverable. + 0..1 + Request For Tender Line + Minimum + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Request For Tender Line. Maximum_ Amount. Amount + The maximum amount allowed for this deliverable. + 0..1 + Request For Tender Line + Maximum + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Request For Tender Line. Estimated_ Amount. Amount + The estimated total amount of the deliverable. + 0..1 + Request For Tender Line + Estimated + Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Request For Tender Line. Document Reference + A reference to a document associated with this request for tender line. + 0..n + Request For Tender Line + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Request For Tender Line. Delivery_ Period. Period + An applicable period for the deliverable or set of deliverables in this tendering process. + 0..n + Request For Tender Line + Delivery + Period + Period + Period + + + + + + + + + ASBIE + Request For Tender Line. Required_ Item Location Quantity. Item Location Quantity + Properties of the item specified in this request for tender line that are dependent on location and quantity. + 0..n + Request For Tender Line + Required + Item Location Quantity + Item Location Quantity + Item Location Quantity + + + + + + + + + ASBIE + Request For Tender Line. Warranty Validity_ Period. Period + The period during which a warranty to be associated with this request for tender line must apply. + 0..1 + Request For Tender Line + Warranty Validity + Period + Period + Period + + + + + + + + + ASBIE + Request For Tender Line. Item + An item for which a tender is requested. + 1 + Request For Tender Line + Item + Item + Item + + + + + + + + + ASBIE + Request For Tender Line. Sub_ Request For Tender Line. Request For Tender Line + A subsidiary request for tender line. + 0..n + Request For Tender Line + Sub + Request For Tender Line + Request For Tender Line + Request For Tender Line + + + + + + + + + + + ABIE + Requested Tender Total. Details + A class defining budgeted monetary amounts. + Requested Tender Total + + + + + + + + + BBIE + Requested Tender Total. Estimated_ Overall Contract. Amount + The estimated overall monetary amount of a contract. + 0..1 + Requested Tender Total + Estimated + Overall Contract + Amount + Amount. Type + + + + + + + + + BBIE + Requested Tender Total. Total_ Amount. Amount + The monetary amount of the total budget including net amount, taxes, and material and instalment costs. + 0..1 + Requested Tender Total + Total + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Requested Tender Total. Tax Included_ Indicator. Indicator + Indicates whether the amounts are taxes included (true) or not (false). + 0..1 + Requested Tender Total + Tax Included + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Requested Tender Total. Minimum_ Amount. Amount + The minimum monetary amount of the budget. + 0..1 + Requested Tender Total + Minimum + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Requested Tender Total. Maximum_ Amount. Amount + The maximum monetary amount of the budget. + 0..1 + Requested Tender Total + Maximum + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Requested Tender Total. Monetary Scope. Text + A description of the monetary scope of the budget. + 0..n + Requested Tender Total + Monetary Scope + Text + Text. Type + + + + + + + + + BBIE + Requested Tender Total. Average_ Subsequent Contract. Amount + The average monetary amount for the subsequent contracts following this budget amount. + 0..1 + Requested Tender Total + Average + Subsequent Contract + Amount + Amount. Type + + + + + + + + + ASBIE + Requested Tender Total. Applicable_ Tax Category. Tax Category + Describes the categories of taxes that apply to the budget amount. + 0..n + Requested Tender Total + Applicable + Tax Category + Tax Category + Tax Category + + + + + + + + + + + ABIE + Response. Details + A class to describe an application-level response to a document. + Response + + + + + + + + + BBIE + Response. Reference. Identifier + An identifier for the section (or line) of the document to which this response applies. + 0..1 + Response + Reference + Identifier + Identifier. Type + + + + + + + + + BBIE + Response. Response Code. Code + A code signifying the type of response. + 0..1 + Response + Response Code + Code + Code. Type + + + + + + + + + BBIE + Response. Description. Text + Text describing this response. + 0..n + Response + Description + Text + Text. Type + + + + + + + + + BBIE + Response. Effective Date. Date + The date upon which this response is valid. + 0..1 + Response + Effective Date + Date + Date. Type + + + + + + + + + BBIE + Response. Effective Time. Time + The time at which this response is valid. + 0..1 + Response + Effective Time + Time + Time. Type + + + + + + + + + ASBIE + Response. Status + A status report associated with this response. + 0..n + Response + Status + Status + Status + + + + + + + + + + + ABIE + Result Of Verification. Details + A class to describe the result of an attempt to verify a signature. + Result Of Verification + + + + + + + + + BBIE + Result Of Verification. Validator. Identifier + An identifier for the organization, person, service, or server that verified the signature. + 0..1 + Result Of Verification + Validator + Identifier + Identifier. Type + + + + + + + + + BBIE + Result Of Verification. Validation_ Result Code. Code + A code signifying the result of the verification. + 0..1 + Result Of Verification + Validation + Result Code + Code + Code. Type + + + + + + + + + BBIE + Result Of Verification. Validation Date. Date + The date upon which verification took place. + 0..1 + Result Of Verification + Validation Date + Date + Date. Type + + + + + + + + + BBIE + Result Of Verification. Validation Time. Time + The time at which verification took place. + 0..1 + Result Of Verification + Validation Time + Time + Time. Type + + + + + + + + + BBIE + Result Of Verification. Validate_ Process. Text + The verification process. + 0..1 + Result Of Verification + Validate + Process + Text + Text. Type + + + + + + + + + BBIE + Result Of Verification. Validate_ Tool. Text + The tool used to verify the signature. + 0..1 + Result Of Verification + Validate + Tool + Text + Text. Type + + + + + + + + + BBIE + Result Of Verification. Validate_ Tool Version. Text + The version of the tool used to verify the signature. + 0..1 + Result Of Verification + Validate + Tool Version + Text + Text. Type + + + + + + + + + ASBIE + Result Of Verification. Signatory_ Party. Party + The signing party. + 0..1 + Result Of Verification + Signatory + Party + Party + Party + + + + + + + + + + + ABIE + Retail Planned Impact. Details + A class to describe a planned effect of a retail event (e.g., a promotion or a change in inventory policy) upon supply or demand. + Retail Planned Impact + + + + + + + + + BBIE + Retail Planned Impact. Amount + Estimated monetary value of the planned event as an impact + 1 + Retail Planned Impact + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Retail Planned Impact. Forecast_ Purpose Code. Code + It will have impact on either Sales forecast or Order Forecast + 1 + Retail Planned Impact + Forecast + Purpose Code + Code + Code. Type + + + + + + + + + BBIE + Retail Planned Impact. Forecast Type Code. Code + A code signifying the type of forecast. Examples of values are: BASE PROMOTIONAL SEASONAL TOTAL + 1 + Retail Planned Impact + Forecast Type Code + Code + Code. Type + + + + + + + + + ASBIE + Retail Planned Impact. Period + The period to which this impact applies. + 0..1 + Retail Planned Impact + Period + Period + Period + + + + + + + + + + + ABIE + Road Transport. Details + A class for identifying a vehicle used for road transport. + Road Transport + + + + + + + + + BBIE + Road Transport. License Plate Identifier. Identifier + The license plate identifier of this vehicle. + 1 + Road Transport + License Plate Identifier + Identifier + Identifier. Type + Vehicle registration number (WCO ID 167) + + + + + + + + + + + ABIE + Sales Item. Details + A class to describe information related to an item in a sales context + Sales Item + + + + + + + + + BBIE + Sales Item. Quantity + The quantity the given information are related to + 1 + Sales Item + Quantity + Quantity + Quantity. Type + + + + + + + + + ASBIE + Sales Item. Activity Property + A class to describe the activity (for example "sales", "movement", ...) related to the item. + 0..n + Sales Item + Activity Property + Activity Property + Activity Property + + + + + + + + + ASBIE + Sales Item. Tax Exclusive_ Price. Price + A price for this sales item, exclusive of tax. + 0..n + Sales Item + Tax Exclusive + Price + Price + Price + + + + + + + + + ASBIE + Sales Item. Tax Inclusive_ Price. Price + A price for this sales item, including tax. + 0..n + Sales Item + Tax Inclusive + Price + Price + Price + + + + + + + + + ASBIE + Sales Item. Item + The sales item itself. + 1 + Sales Item + Item + Item + Item + + + + + + + + + + + ABIE + Secondary Hazard. Details + A class to describe a secondary hazard associated with a hazardous item. + Secondary Hazard + + + + + + + + + BBIE + Secondary Hazard. Identifier + An identifier for this secondary hazard. + 0..1 + Secondary Hazard + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Secondary Hazard. Placard Notation. Text + Text of the placard notation corresponding to the hazard class of this secondary hazard. Can also be the hazard identification number of the orange placard (upper part) required on the means of transport. + 0..1 + Secondary Hazard + Placard Notation + Text + Text. Type + 5.1 + + + + + + + + + BBIE + Secondary Hazard. Placard Endorsement. Text + Text of the placard endorsement for this secondary hazard that is to be shown on the shipping papers for a hazardous item. Can also be used for the number of the orange placard (lower part) required on the means of transport. + 0..1 + Secondary Hazard + Placard Endorsement + Text + Text. Type + 2 + + + + + + + + + BBIE + Secondary Hazard. Emergency Procedures Code. Code + A code signifying the emergency procedures for this secondary hazard. + 0..1 + Secondary Hazard + Emergency Procedures Code + Code + Code. Type + EMG code, EMS Page Number + + + + + + + + + BBIE + Secondary Hazard. Extension. Text + Additional information about the hazardous substance, which can be used (for example) to specify the type of regulatory requirements that apply to this secondary hazard. + 0..n + Secondary Hazard + Extension + Text + Text. Type + N.O.S. or a Waste Characteristics Code in conjunction with an EPA Waste Stream code + + + + + + + + + + + ABIE + Service Frequency. Details + A class to specify which day of the week a transport service is operational. + Service Frequency + + + + + + + + + BBIE + Service Frequency. Week Day. Code + A day of the week, expressed as code. + 1 + Service Frequency + Week Day + Code + Week Day + Week Day_ Code. Type + + + + + + + + + + + ABIE + Service Provider Party. Details + A class to describe a party contracting to provide services, such as transportation, finance, etc. + Service Provider Party + + + + + + + + + BBIE + Service Provider Party. Identifier + An identifier for this service provider. + 0..1 + Service Provider Party + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Service Provider Party. Service Type Code. Code + The type of service provided, expressed as a code. + 0..1 + Service Provider Party + Service Type Code + Code + Code. Type + + + + + + + + + BBIE + Service Provider Party. Service Type. Text + The type of service provided, expressed as text. + 0..n + Service Provider Party + Service Type + Text + Text. Type + + + + + + + + + ASBIE + Service Provider Party. Party + The party providing the service. + 1 + Service Provider Party + Party + Party + Party + + + + + + + + + ASBIE + Service Provider Party. Seller_ Contact. Contact + The contact for the service provider. + 0..1 + Service Provider Party + Seller + Contact + Contact + Contact + + + + + + + + + + + ABIE + Shareholder Party. Details + A class to describe a shareholder party. + Shareholder Party + + + + + + + + + BBIE + Shareholder Party. Partecipation. Percent + The shareholder participation, expressed as a percentage. + 0..1 + Shareholder Party + Partecipation + Percent + Percent. Type + + + + + + + + + ASBIE + Shareholder Party. Party + The shareholder party. + 0..1 + Shareholder Party + Party + Party + Party + + + + + + + + + + + ABIE + Shipment. Details + A class defining an identifiable collection of one or more goods items to be transported between the seller party and the buyer party. This information may be defined within a commercial contract. A shipment can be transported in different consignments (e.g., split for logistical purposes). + Shipment + + + + + + + + + BBIE + Shipment. Identifier + An identifier for this shipment. + 1 + Shipment + Identifier + Identifier + Identifier. Type + Waybill Number + + + + + + + + + BBIE + Shipment. Shipping Priority Level Code. Code + A code signifying the priority or level of service required for this shipment. + 0..1 + Shipment + Shipping Priority Level Code + Code + Code. Type + Service Level, Service Priority + + + + + + + + + BBIE + Shipment. Handling Code. Code + The handling required for this shipment, expressed as a code. + 0..1 + Shipment + Handling Code + Code + Code. Type + Special Handling + + + + + + + + + BBIE + Shipment. Handling_ Instructions. Text + The handling required for this shipment, expressed as text. + 0..n + Shipment + Handling + Instructions + Text + Text. Type + + + + + + + + + BBIE + Shipment. Information. Text + Free-form text pertinent to this shipment, conveying information that is not contained explicitly in other structures. + 0..n + Shipment + Information + Text + Text. Type + + + + + + + + + BBIE + Shipment. Gross_ Weight. Measure + The total gross weight of a shipment; the weight of the goods plus packaging plus transport equipment. + 0..1 + Shipment + Gross + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Shipment. Net_ Weight. Measure + The net weight of this shipment, excluding packaging. + 0..1 + Shipment + Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Shipment. Net Net_ Weight. Measure + The total net weight of this shipment, excluding packaging and transport equipment. + 0..1 + Shipment + Net Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Shipment. Gross_ Volume. Measure + The total volume of the goods in this shipment, including packaging. + 0..1 + Shipment + Gross + Volume + Measure + Measure. Type + + + + + + + + + BBIE + Shipment. Net_ Volume. Measure + The total volume of the goods in this shipment, excluding packaging and transport equipment. + 0..1 + Shipment + Net + Volume + Measure + Measure. Type + + + + + + + + + BBIE + Shipment. Total_ Goods Item Quantity. Quantity + The total number of goods items in this shipment. + 0..1 + Shipment + Total + Goods Item Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Shipment. Total_ Transport Handling Unit Quantity. Quantity + The number of pieces of transport handling equipment (pallets, boxes, cases, etc.) in this shipment. + 0..1 + Shipment + Total + Transport Handling Unit Quantity + Quantity + Quantity. Type + Number of THUs + + + + + + + + + BBIE + Shipment. Insurance_ Value. Amount + The amount covered by insurance for this shipment. + 0..1 + Shipment + Insurance + Value + Amount + Amount. Type + Value Insured + + + + + + + + + BBIE + Shipment. Declared Customs_ Value. Amount + The total declared value for customs purposes of those goods in this shipment that are subject to the same customs procedure and have the same tariff/statistical heading, country information, and duty regime. + 0..1 + Shipment + Declared Customs + Value + Amount + Amount. Type + + + + + + + + + BBIE + Shipment. Declared For Carriage_ Value. Amount + The value of this shipment, declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage, in case of loss or damage to goods or delayed delivery. + 0..1 + Shipment + Declared For Carriage + Value + Amount + Amount. Type + Declared value for carriage, Interest in delivery + + + + + + + + + BBIE + Shipment. Declared Statistics_ Value. Amount + The value, declared for statistical purposes, of those goods in this shipment that have the same statistical heading. + 0..1 + Shipment + Declared Statistics + Value + Amount + Amount. Type + Statistical Value + + + + + + + + + BBIE + Shipment. Free On Board_ Value. Amount + The monetary amount that has to be or has been paid as calculated under the applicable trade delivery. + 0..1 + Shipment + Free On Board + Value + Amount + Amount. Type + FOB Value + + + + + + + + + BBIE + Shipment. Special_ Instructions. Text + Special instructions relating to this shipment. + 0..n + Shipment + Special + Instructions + Text + Text. Type + + + + + + + + + BBIE + Shipment. Delivery_ Instructions. Text + Delivery instructions relating to this shipment. + 0..n + Shipment + Delivery + Instructions + Text + Text. Type + + + + + + + + + BBIE + Shipment. Split Consignment_ Indicator. Indicator + An indicator that the consignment has been split in transit (true) or not (false). + 0..1 + Shipment + Split Consignment + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Shipment. Consignment_ Quantity. Quantity + The total number of consignments within this shipment. + 0..1 + Shipment + Consignment + Quantity + Quantity + Quantity. Type + + + + + + + + + ASBIE + Shipment. Consignment + A consignment covering this shipment. + 0..n + Shipment + Consignment + Consignment + Consignment + + + + + + + + + ASBIE + Shipment. Goods Item + A goods item included in this shipment. + 0..n + Shipment + Goods Item + Goods Item + Goods Item + + + + + + + + + ASBIE + Shipment. Shipment Stage + A stage in the transport movement of this shipment. + 0..n + Shipment + Shipment Stage + Shipment Stage + Shipment Stage + + + + + + + + + ASBIE + Shipment. Delivery + The delivery of this shipment. + 0..1 + Shipment + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Shipment. Transport Handling Unit + A transport handling unit associated with this shipment. + 0..n + Shipment + Transport Handling Unit + Transport Handling Unit + Transport Handling Unit + + + + + + + + + ASBIE + Shipment. Return_ Address. Address + The address to which a shipment should be returned. + 0..1 + Shipment + Return + Address + Address + Address + + + + + + + + + ASBIE + Shipment. Origin_ Address. Address + The region in which the goods have been produced or manufactured, according to criteria laid down for the purposes of application of the customs tariff, or of quantitative restrictions, or of any other measure related to trade. + 0..1 + Shipment + Origin + Address + Address + Address + + + + + + + + + ASBIE + Shipment. First Arrival Port_ Location. Location + The first arrival location of a shipment. This would be a port for sea, an airport for air, a terminal for rail, or a border post for land crossing. + 0..1 + Shipment + First Arrival Port + Location + Location + Location + + + + + + + + + ASBIE + Shipment. Last Exit Port_ Location. Location + The final exporting location for a shipment. This would be a port for sea, an airport for air, a terminal for rail, or a border post for land crossing. + 0..1 + Shipment + Last Exit Port + Location + Location + Location + + + + + + + + + ASBIE + Shipment. Export_ Country. Country + The country from which the goods were originally exported, without any commercial transaction taking place in intermediate countries. + 0..1 + Shipment + Export + Country + Country + Country + Country of exportation (WCO ID 062) + + + + + + + + + ASBIE + Shipment. Freight_ Allowance Charge. Allowance Charge + A cost incurred by the shipper in moving goods, by whatever means, from one place to another under the terms of the contract of carriage. In addition to transport costs, this may include such elements as packing, documentation, loading, unloading, and insurance to the extent that they relate to the freight costs. + 0..n + Shipment + Freight + Allowance Charge + Allowance Charge + Allowance Charge + Freight Costs + + + + + + + + + + + ABIE + Shipment Stage. Details + A class to describe one stage of movement in a transport of goods. + Shipment Stage + + + + + + + + + BBIE + Shipment Stage. Identifier + An identifier for this shipment stage. + 0..1 + Shipment Stage + Identifier + Identifier + Identifier. Type + 1 , 2 , etc.. + + + + + + + + + BBIE + Shipment Stage. Transport Mode Code. Code + A code signifying the method of transport used for this shipment stage. + 0..1 + Shipment Stage + Transport Mode Code + Code + Transport Mode + Transport Mode_ Code. Type + + + + + + + + + BBIE + Shipment Stage. Transport Means Type Code. Code + A code signifying the kind of transport means (truck, vessel, etc.) used for this shipment stage. + 0..1 + Shipment Stage + Transport Means Type Code + Code + Code. Type + + + + + + + + + BBIE + Shipment Stage. Transit_ Direction Code. Code + A code signifying the direction of transit in this shipment stage. + 0..1 + Shipment Stage + Transit + Direction Code + Code + Code. Type + + + + + + + + + BBIE + Shipment Stage. Pre Carriage_ Indicator. Indicator + An indicator that this stage takes place before the main carriage of the shipment (true) or not (false). + 0..1 + Shipment Stage + Pre Carriage + Indicator + Indicator + Indicator. Type + Truck delivery to wharf + + + + + + + + + BBIE + Shipment Stage. On Carriage_ Indicator. Indicator + An indicator that this stage takes place after the main carriage of the shipment (true) or not (false). + 0..1 + Shipment Stage + On Carriage + Indicator + Indicator + Indicator. Type + Truck delivery from wharf + + + + + + + + + BBIE + Shipment Stage. Estimated_ Delivery Date. Date + The estimated date of delivery in this shipment stage. + 0..1 + Shipment Stage + Estimated + Delivery Date + Date + Date. Type + + + + + + + + + BBIE + Shipment Stage. Estimated_ Delivery Time. Time + The estimated time of delivery in this shipment stage. + 0..1 + Shipment Stage + Estimated + Delivery Time + Time + Time. Type + + + + + + + + + BBIE + Shipment Stage. Required_ Delivery Date. Date + The delivery date required by the buyer in this shipment stage. + 0..1 + Shipment Stage + Required + Delivery Date + Date + Date. Type + + + + + + + + + BBIE + Shipment Stage. Required_ Delivery Time. Time + The delivery time required by the buyer in this shipment stage. + 0..1 + Shipment Stage + Required + Delivery Time + Time + Time. Type + + + + + + + + + BBIE + Shipment Stage. Loading_ Sequence Identifier. Identifier + An identifier for the loading sequence (of consignments) associated with this shipment stage. + 0..1 + Shipment Stage + Loading + Sequence Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Shipment Stage. Successive_ Sequence Identifier. Identifier + Identifies the successive loading sequence (of consignments) associated with a shipment stage. + 0..1 + Shipment Stage + Successive + Sequence Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Shipment Stage. Instructions. Text + Text of instructions applicable to a shipment stage. + 0..n + Shipment Stage + Instructions + Text + Text. Type + + + + + + + + + BBIE + Shipment Stage. Demurrage_ Instructions. Text + Text of instructions relating to demurrage (the case in which a vessel is prevented from loading or discharging cargo within the stipulated laytime). + 0..n + Shipment Stage + Demurrage + Instructions + Text + Text. Type + + + + + + + + + BBIE + Shipment Stage. Crew Quantity. Quantity + The total number of crew aboard a transport means. + 0..1 + Shipment Stage + Crew Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Shipment Stage. Passenger Quantity. Quantity + The total number of passengers aboard a transport means. + 0..1 + Shipment Stage + Passenger Quantity + Quantity + Quantity. Type + + + + + + + + + ASBIE + Shipment Stage. Transit_ Period. Period + The period during which this shipment stage actually took place. + 0..1 + Shipment Stage + Transit + Period + Period + Period + + + + + + + + + ASBIE + Shipment Stage. Carrier_ Party. Party + A carrier party responsible for this shipment stage. + 0..n + Shipment Stage + Carrier + Party + Party + Party + + + + + + + + + ASBIE + Shipment Stage. Transport Means + The means of transport used in this shipment stage. + 0..1 + Shipment Stage + Transport Means + Transport Means + Transport Means + + + + + + + + + ASBIE + Shipment Stage. Loading Port_ Location. Location + The location of loading for a shipment stage. + 0..1 + Shipment Stage + Loading Port + Location + Location + Location + + + + + + + + + ASBIE + Shipment Stage. Unloading Port_ Location. Location + The location of unloading for a shipment stage. + 0..1 + Shipment Stage + Unloading Port + Location + Location + Location + + + + + + + + + ASBIE + Shipment Stage. Transship Port_ Location. Location + The location of transshipment relating to a shipment stage. + 0..1 + Shipment Stage + Transship Port + Location + Location + Location + + + + + + + + + ASBIE + Shipment Stage. Loading_ Transport Event. Transport Event + The loading of goods in this shipment stage. + 0..1 + Shipment Stage + Loading + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Examination_ Transport Event. Transport Event + The examination of shipments in this shipment stage. + 0..1 + Shipment Stage + Examination + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Availability_ Transport Event. Transport Event + The making available of shipments in this shipment stage. + 0..1 + Shipment Stage + Availability + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Exportation_ Transport Event. Transport Event + The export event associated with this shipment stage. + 0..1 + Shipment Stage + Exportation + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Discharge_ Transport Event. Transport Event + The discharge event associated with this shipment stage. + 0..1 + Shipment Stage + Discharge + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Warehousing_ Transport Event. Transport Event + The warehousing event associated with this shipment stage. + 0..1 + Shipment Stage + Warehousing + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Takeover_ Transport Event. Transport Event + The receiver's takeover of the goods in this shipment stage. + 0..1 + Shipment Stage + Takeover + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Optional Takeover_ Transport Event. Transport Event + The optional takeover of the goods in this shipment stage. + 0..1 + Shipment Stage + Optional Takeover + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Dropoff_ Transport Event. Transport Event + The dropping off of goods in this shipment stage. + 0..1 + Shipment Stage + Dropoff + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Actual Pickup_ Transport Event. Transport Event + The pickup of goods in this shipment stage. + 0..1 + Shipment Stage + Actual Pickup + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Delivery_ Transport Event. Transport Event + The delivery of goods in this shipment stage. + 0..1 + Shipment Stage + Delivery + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Receipt_ Transport Event. Transport Event + The receipt of goods in this shipment stage. + 0..1 + Shipment Stage + Receipt + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Storage_ Transport Event. Transport Event + The storage of goods in this shipment stage. + 0..1 + Shipment Stage + Storage + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Acceptance_ Transport Event. Transport Event + The acceptance of goods in this shipment stage. + 0..1 + Shipment Stage + Acceptance + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Terminal Operator_ Party. Party + A terminal operator associated with this shipment stage. + 0..1 + Shipment Stage + Terminal Operator + Party + Party + Party + + + + + + + + + ASBIE + Shipment Stage. Customs Agent_ Party. Party + A customs agent associated with this shipment stage. + 0..1 + Shipment Stage + Customs Agent + Party + Party + Party + + + + + + + + + ASBIE + Shipment Stage. Estimated Transit_ Period. Period + The estimated transit period of this shipment stage. + 0..1 + Shipment Stage + Estimated Transit + Period + Period + Period + + + + + + + + + ASBIE + Shipment Stage. Freight_ Allowance Charge. Allowance Charge + A freight allowance charge for this shipment stage. + 0..n + Shipment Stage + Freight + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Shipment Stage. Freight Charge_ Location. Location + The location associated with a freight charge related to this shipment stage. + 0..1 + Shipment Stage + Freight Charge + Location + Location + Location + + + + + + + + + ASBIE + Shipment Stage. Detention_ Transport Event. Transport Event + The detention of a transport means during loading and unloading operations. + 0..n + Shipment Stage + Detention + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Requested Departure_ Transport Event. Transport Event + The departure requested by the party requesting a transportation service. + 0..1 + Shipment Stage + Requested Departure + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Requested Arrival_ Transport Event. Transport Event + The arrival requested by the party requesting a transportation service. + 0..1 + Shipment Stage + Requested Arrival + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Requested Waypoint_ Transport Event. Transport Event + A waypoint requested by the party requesting a transportation service. + 0..n + Shipment Stage + Requested Waypoint + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Planned Departure_ Transport Event. Transport Event + The departure planned by the party providing a transportation service. + 0..1 + Shipment Stage + Planned Departure + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Planned Arrival_ Transport Event. Transport Event + The arrival planned by the party providing a transportation service. + 0..1 + Shipment Stage + Planned Arrival + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Planned Waypoint_ Transport Event. Transport Event + A waypoint planned by the party providing a transportation service. + 0..n + Shipment Stage + Planned Waypoint + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Actual Departure_ Transport Event. Transport Event + The actual departure from a specific location during a transportation service. + 0..1 + Shipment Stage + Actual Departure + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Actual Waypoint_ Transport Event. Transport Event + The location of an actual waypoint during a transportation service. + 0..1 + Shipment Stage + Actual Waypoint + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Actual Arrival_ Transport Event. Transport Event + The actual arrival at a specific location during a transportation service. + 0..1 + Shipment Stage + Actual Arrival + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Transport Event + A significant occurrence in the course of this shipment of goods. + 0..n + Shipment Stage + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Estimated Departure_ Transport Event. Transport Event + Describes an estimated departure at a location during a transport service. + 0..1 + Shipment Stage + Estimated Departure + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Estimated Arrival_ Transport Event. Transport Event + Describes an estimated arrival at a location during a transport service. + 0..1 + Shipment Stage + Estimated Arrival + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Shipment Stage. Passenger_ Person. Person + A person who travels in a conveyance without participating in its operation. + 0..n + Shipment Stage + Passenger + Person + Person + Person + + + + + + + + + ASBIE + Shipment Stage. Driver_ Person. Person + Describes a person responsible for driving the transport means. + 0..n + Shipment Stage + Driver + Person + Person + Person + + + + + + + + + ASBIE + Shipment Stage. Reporting_ Person. Person + Describes a person being responsible for providing the required administrative reporting relating to a transport. + 0..1 + Shipment Stage + Reporting + Person + Person + Person + + + + + + + + + ASBIE + Shipment Stage. Crew Member_ Person. Person + A person operating or serving aboard a transport means. + 0..n + Shipment Stage + Crew Member + Person + Person + Person + + + + + + + + + ASBIE + Shipment Stage. Security Officer_ Person. Person + The person on board the vessel, accountable to the master, designated by the company as responsible for the security of the ship, including implementation and maintenance of the ship security plan and for the liaison with the company security officer and the port facility security officers. + 0..1 + Shipment Stage + Security Officer + Person + Person + Person + + + + + + + + + ASBIE + Shipment Stage. Master_ Person. Person + The person responsible for the ship's safe and efficient operation, including cargo operations, navigation, crew management and for ensuring that the vessel complies with local and international laws, as well as company and flag state policies. + 0..1 + Shipment Stage + Master + Person + Person + Person + + + + + + + + + ASBIE + Shipment Stage. Ships Surgeon_ Person. Person + The person responsible for the health of the people aboard a ship at sea. + 0..1 + Shipment Stage + Ships Surgeon + Person + Person + Person + + + + + + + + + + + ABIE + Signature. Details + A class to define a signature. + Signature + + + + + + + + + BBIE + Signature. Identifier + An identifier for this signature. + 1 + Signature + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Signature. Note. Text + Free-form text conveying information that is not contained explicitly in other structures; in particular, information regarding the circumstances in which the signature is being used. + 0..n + Signature + Note + Text + Text. Type + + + + + + + + + BBIE + Signature. Validation Date. Date + The date upon which this signature was verified. + 0..1 + Signature + Validation Date + Date + Date. Type + + + + + + + + + BBIE + Signature. Validation Time. Time + The time at which this signature was verified. + 0..1 + Signature + Validation Time + Time + Time. Type + + + + + + + + + BBIE + Signature. Validator. Identifier + An identifier for the organization, person, service, or server that verified this signature. + 0..1 + Signature + Validator + Identifier + Identifier. Type + + + + + + + + + BBIE + Signature. Canonicalization Method. Text + The method used to perform XML canonicalization of this signature. + 0..1 + Signature + Canonicalization Method + Text + Text. Type + + + + + + + + + BBIE + Signature. Signature Method. Text + Text describing the method of signature. + 0..1 + Signature + Signature Method + Text + Text. Type + + + + + + + + + ASBIE + Signature. Signatory_ Party. Party + The signing party. + 0..1 + Signature + Signatory + Party + Party + Party + + + + + + + + + ASBIE + Signature. Digital Signature_ Attachment. Attachment + The actual encoded signature (e.g., in XMLDsig format). + 0..1 + Signature + Digital Signature + Attachment + Attachment + Attachment + + + + + + + + + ASBIE + Signature. Original_ Document Reference. Document Reference + A reference to the document that the signature applies to. For evidentiary purposes, this may be the document image that the signatory party saw when applying their signature. + 0..1 + Signature + Original + Document Reference + Document Reference + Document Reference + + + + + + + + + + + ABIE + Statement Line. Details + A class to define a line in a Statement of account. + Statement Line + + + + + + + + + BBIE + Statement Line. Identifier + An identifier for this statement line. + 1 + Statement Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Statement Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Statement Line + Note + Text + Text. Type + + + + + + + + + BBIE + Statement Line. UUID. Identifier + A universally unique identifier for this statement line. + 0..1 + Statement Line + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Statement Line. Balance Brought Forward_ Indicator. Indicator + An indication that this statement line contains an outstanding balance from the previous bill(s) (true) or does not (false). + 0..1 + Statement Line + Balance Brought Forward + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Statement Line. Debit_ Line Amount. Amount + The amount debited on this statement line. + 0..1 + Statement Line + Debit + Line Amount + Amount + Amount. Type + + + + + + + + + BBIE + Statement Line. Credit_ Line Amount. Amount + The amount credited on this statement line. + 0..1 + Statement Line + Credit + Line Amount + Amount + Amount. Type + + + + + + + + + BBIE + Statement Line. Balance Amount. Amount + The balance amount on this statement line. + 0..1 + Statement Line + Balance Amount + Amount + Amount. Type + + + + + + + + + BBIE + Statement Line. Payment Purpose Code. Code + A code signifying the business purpose for this payment. + 0..1 + Statement Line + Payment Purpose Code + Code + Code. Type + + + + + + + + + ASBIE + Statement Line. Payment Means + A means of payment associated with this statement line. + 0..1 + Statement Line + Payment Means + Payment Means + Payment Means + + + + + + + + + ASBIE + Statement Line. Payment Terms + A specification of payment terms associated with this statement line. + 0..n + Statement Line + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Statement Line. Buyer_ Customer Party. Customer Party + The buyer associated with this statement line. + 0..1 + Statement Line + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Statement Line. Seller_ Supplier Party. Supplier Party + The seller/supplier associated with this statement line. + 0..1 + Statement Line + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Statement Line. Originator_ Customer Party. Customer Party + The originating party. + 0..1 + Statement Line + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Statement Line. Accounting_ Customer Party. Customer Party + The Accounting Customer Party related to the statement information reported on this Statement Line. + 0..1 + Statement Line + Accounting + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Statement Line. Accounting_ Supplier Party. Supplier Party + The Accounting Supplier Party related to the statement information reported on this Statement Line. + 0..1 + Statement Line + Accounting + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Statement Line. Payee_ Party. Party + The payee. + 0..1 + Statement Line + Payee + Party + Party + Party + + + + + + + + + ASBIE + Statement Line. Invoice_ Period. Period + An invoice period to which this statement line applies. + 0..n + Statement Line + Invoice + Period + Period + Period + + + + + + + + + ASBIE + Statement Line. Billing Reference + A reference to a billing document associated with this statement line. + 0..n + Statement Line + Billing Reference + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Statement Line. Document Reference + A reference to a document associated with this statement line. + 0..n + Statement Line + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Statement Line. Exchange Rate + The rate of exchange between the currency of the Statement and the currency of the document described in the BillingReference. + 0..1 + Statement Line + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Statement Line. Allowance Charge + A charge or discount price component associated with this statement line. + 0..n + Statement Line + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Statement Line. Collected_ Payment. Payment + A collected payment. + 0..n + Statement Line + Collected + Payment + Payment + Payment + + + + + + + + + + + ABIE + Status. Details + A class to describe the condition or position of an object. + Status + + + + + + + + + BBIE + Status. Condition Code. Code + Specifies the status condition of the related object. + 0..1 + Status + Condition Code + Code + Code. Type + + + + + + + + + BBIE + Status. Reference Date. Date + The reference date for this status. + 0..1 + Status + Reference Date + Date + Date. Type + + + + + + + + + BBIE + Status. Reference Time. Time + The reference time for this status. + 0..1 + Status + Reference Time + Time + Time. Type + + + + + + + + + BBIE + Status. Description. Text + Text describing this status. + 0..n + Status + Description + Text + Text. Type + + + + + + + + + BBIE + Status. Status Reason Code. Code + The reason for this status condition or position, expressed as a code. + 0..1 + Status + Status Reason Code + Code + Code. Type + + + + + + + + + BBIE + Status. Status_ Reason. Text + The reason for this status condition or position, expressed as text. + 0..n + Status + Status + Reason + Text + Text. Type + + + + + + + + + BBIE + Status. Sequence Identifier. Identifier + A sequence identifier for this status. + 0..1 + Status + Sequence Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Status. Text + Provides any textual information related to this status. + 0..n + Status + Text + Text + Text. Type + + + + + + + + + BBIE + Status. Indication_ Indicator. Indicator + Specifies an indicator relevant to a specific status. + 0..1 + Status + Indication + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Status. Percent + A percentage meaningful in the context of this status. + 0..1 + Status + Percent + Percent + Percent. Type + + + + + + + + + BBIE + Status. Reliability Percent. Percent + The reliability of this status, expressed as a percentage. + 0..1 + Status + Reliability Percent + Percent + Percent. Type + + + + + + + + + ASBIE + Status. Condition + Measurements that quantify the condition of the objects covered by the status. + 0..n + Status + Condition + Condition + Condition + + + + + + + + + + + ABIE + Stock Availability Report Line. Details + A class to define a line in a Stock Availability Report describing the availability of an item of sale. + Stock Availability Report Line + + + + + + + + + BBIE + Stock Availability Report Line. Identifier + An identifier for this stock availability line. + 1 + Stock Availability Report Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Stock Availability Report Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Stock Availability Report Line + Note + Text + Text. Type + + + + + + + + + BBIE + Stock Availability Report Line. Quantity + The quantity of the item currently in stock. + 1 + Stock Availability Report Line + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Stock Availability Report Line. Value. Amount + The monetary value of the quantity of the item currently in stock. + 0..1 + Stock Availability Report Line + Value + Amount + Amount. Type + + + + + + + + + BBIE + Stock Availability Report Line. Availability Date. Date + The date from which the item will be available. A date identical to or earlier than the IssueDate of the Stock Availability Report means that the item is available now + 0..1 + Stock Availability Report Line + Availability Date + Date + Date. Type + + + + + + + + + BBIE + Stock Availability Report Line. Availability Status Code. Code + A code signifying the level of availability of the item. + 0..1 + Stock Availability Report Line + Availability Status Code + Code + Code. Type + + + + + + + + + ASBIE + Stock Availability Report Line. Item + The item associated with this stock availability report line. + 1 + Stock Availability Report Line + Item + Item + Item + + + + + + + + + + + ABIE + Stowage. Details + A class to describe a location on board a means of transport where specified goods or transport equipment have been stowed or are to be stowed. + Stowage + + + + + + + + + BBIE + Stowage. Location Identifier. Identifier + An identifier for the location. + 0..1 + Stowage + Location Identifier + Identifier + Identifier. Type + Cell Location, coded + + + + + + + + + BBIE + Stowage. Location. Text + Text describing the location. + 0..n + Stowage + Location + Text + Text. Type + Cell Location + + + + + + + + + ASBIE + Stowage. Measurement_ Dimension. Dimension + A measurable dimension (length, mass, weight, or volume) of this stowage. + 0..n + Stowage + Measurement + Dimension + Dimension + Dimension + + + + + + + + + + + ABIE + Subcontract Terms. Details + A class to describe subcontract terms for a tendering process. + Subcontract Terms + + + + + + + + + BBIE + Subcontract Terms. Rate + MF: I agree with the query. Rate? + 0..1 + Subcontract Terms + Rate + Rate + Rate. Type + + + + + + + + + BBIE + Subcontract Terms. Unknown_ Price. Indicator + An indicator that the subcontract price is known (true) or not (false). + 0..1 + Subcontract Terms + Unknown + Price + Indicator + Indicator. Type + + + + + + + + + BBIE + Subcontract Terms. Description. Text + Text describing the subcontract terms. + 0..n + Subcontract Terms + Description + Text + Text. Type + + + + + + + + + BBIE + Subcontract Terms. Amount + The monetary amount assigned to the subcontracted task. + 0..1 + Subcontract Terms + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Subcontract Terms. Subcontracting Conditions Code. Code + A code specifying the conditions for subcontracting. + 0..1 + Subcontract Terms + Subcontracting Conditions Code + Code + Code. Type + + + + + + + + + BBIE + Subcontract Terms. Maximum_ Percent. Percent + The maximum percentage allowed to be subcontracted. + 0..1 + Subcontract Terms + Maximum + Percent + Percent + Percent. Type + + + + + + + + + BBIE + Subcontract Terms. Minimum_ Percent. Percent + The minimum percentage allowed to be subcontracted. + 0..1 + Subcontract Terms + Minimum + Percent + Percent + Percent. Type + + + + + + + + + + + ABIE + Subscriber Consumption. Details + The consumption for a specific party for given consumption point provided by a numbers of suppliers. An enterprise can have one utility statement for several parties (e.g. a ministry of defence receiving a telephone bill). In this way each subscriber consumption represent a sub utility statement. + Subscriber Consumption + + + + + + + + + BBIE + Subscriber Consumption. Consumption Identifier. Identifier + The identifier tor this specification. + 0..1 + Subscriber Consumption + Consumption Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Subscriber Consumption. Specification Type Code. Code + The code which specifies the type of this specification, e.g. an on account specification or the yearly specification. + 0..1 + Subscriber Consumption + Specification Type Code + Code + Code. Type + + + + + + + + + BBIE + Subscriber Consumption. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Subscriber Consumption + Note + Text + Text. Type + This is how we have calculating your yearly statement + + + + + + + + + BBIE + Subscriber Consumption. Total Metered Quantity. Quantity + The total quantity consumed, as calculated from meter readings. + 0..1 + Subscriber Consumption + Total Metered Quantity + Quantity + Quantity. Type + 2000.0 + + + + + + + + + ASBIE + Subscriber Consumption. Subscriber_ Party. Party + The party subscribing to the utility. + 0..1 + Subscriber Consumption + Subscriber + Party + Party + Party + + + + + + + + + ASBIE + Subscriber Consumption. Utility_ Consumption Point. Consumption Point + The point at which the utility is consumed. + 1 + Subscriber Consumption + Utility + Consumption Point + Consumption Point + Consumption Point + + + + + + + + + ASBIE + Subscriber Consumption. On Account Payment + The planned prepayments (on account) regarding this subscription. + 0..n + Subscriber Consumption + On Account Payment + On Account Payment + On Account Payment + + + + + + + + + ASBIE + Subscriber Consumption. Consumption + The consumption in case the consumption is from one and only one supplier. + 0..1 + Subscriber Consumption + Consumption + Consumption + Consumption + + + + + + + + + ASBIE + Subscriber Consumption. Supplier Consumption + The consumption in case the consumption is from more than one supplier. + 0..n + Subscriber Consumption + Supplier Consumption + Supplier Consumption + Supplier Consumption + + + + + + + + + + + ABIE + Supplier Consumption. Details + The consumption in case the consumption is for one and only one supplier. + Supplier Consumption + + + + + + + + + BBIE + Supplier Consumption. Description. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Supplier Consumption + Description + Text + Text. Type + This is what you pay for electricity to DONG Energy North Utility + + + + + + + + + ASBIE + Supplier Consumption. Utility Supplier_ Party. Party + The party supplying the utility. + 0..1 + Supplier Consumption + Utility Supplier + Party + Party + Party + + + + + + + + + ASBIE + Supplier Consumption. Utility Customer_ Party. Party + The utility customer. + 0..1 + Supplier Consumption + Utility Customer + Party + Party + Party + + + + + + + + + ASBIE + Supplier Consumption. Consumption + The consumption regarding this supplier + 1 + Supplier Consumption + Consumption + Consumption + Consumption + + + + + + + + + ASBIE + Supplier Consumption. Contract + A contract setting forth conditions regulating the consumption. + 0..1 + Supplier Consumption + Contract + Contract + Contract + + + + + + + + + ASBIE + Supplier Consumption. Consumption Line + The consumption of a utility product. + 1..n + Supplier Consumption + Consumption Line + Consumption Line + Consumption Line + + + + + + + + + + + ABIE + Supplier Party. Details + A class to describe a supplier party. + Supplier Party + + + + + + + + + BBIE + Supplier Party. Customer Assigned_ Account Identifier. Identifier + An identifier for this supplier party, assigned by the customer. + 0..1 + Supplier Party + Customer Assigned + Account Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Supplier Party. Additional_ Account Identifier. Identifier + An additional identifier for this supplier party. + 0..n + Supplier Party + Additional + Account Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Supplier Party. Data Sending Capability. Text + Text describing the supplier's ability to send invoice data via a purchase card provider (e.g., VISA, MasterCard, American Express). + 0..1 + Supplier Party + Data Sending Capability + Text + Text. Type + + + + + + + + + ASBIE + Supplier Party. Party + The supplier party itself. + 0..1 + Supplier Party + Party + Party + Party + + + + + + + + + ASBIE + Supplier Party. Despatch_ Contact. Contact + A contact at this supplier party for despatches (pickups). + 0..1 + Supplier Party + Despatch + Contact + Contact + Contact + + + + + + + + + ASBIE + Supplier Party. Accounting_ Contact. Contact + A contact at this supplier party for accounting. + 0..1 + Supplier Party + Accounting + Contact + Contact + Contact + + + + + + + + + ASBIE + Supplier Party. Seller_ Contact. Contact + The primary contact for this supplier party. + 0..1 + Supplier Party + Seller + Contact + Contact + Contact + + + + + + + + + + + ABIE + Tax Category. Details + A class to describe one of the tax categories within a taxation scheme (e.g., High Rate VAT, Low Rate VAT). + Tax Category + + + + + + + + + BBIE + Tax Category. Identifier + An identifier for this tax category. + 0..1 + Tax Category + Identifier + Identifier + Identifier. Type + http://www.unece.org/uncefact/codelist/standard/UNECE_DutyorTaxorFeeCategoryCode_D09B.xsd + + + + + + + + + BBIE + Tax Category. Name + The name of this tax category. + 0..1 + Tax Category + Name + Name + Name. Type + Luxury Goods , Wine Equalization , Exempt + + + + + + + + + BBIE + Tax Category. Percent + The tax rate for this category, expressed as a percentage. + 0..1 + Tax Category + Percent + Percent + Percent. Type + + + + + + + + + BBIE + Tax Category. Base Unit Measure. Measure + A Unit of Measures used as the basic for the tax calculation applied at a certain rate per unit. + 0..1 + Tax Category + Base Unit Measure + Measure + Measure. Type + + + + + + + + + BBIE + Tax Category. Per Unit_ Amount. Amount + Where a tax is applied at a certain rate per unit, the rate per unit applied. + 0..1 + Tax Category + Per Unit + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tax Category. Tax Exemption Reason Code. Code + The reason for tax being exempted, expressed as a code. + 0..1 + Tax Category + Tax Exemption Reason Code + Code + Code. Type + http://www.unece.org/uncefact/codelist/standard/UNECE_DutyTaxFeeTypeCode_D09B.xsd + + + + + + + + + BBIE + Tax Category. Tax Exemption Reason. Text + The reason for tax being exempted, expressed as text. + 0..n + Tax Category + Tax Exemption Reason + Text + Text. Type + + + + + + + + + BBIE + Tax Category. Tier Range. Text + Where a tax is tiered, the range of taxable amounts that determines the rate of tax applicable to this tax category. + 0..1 + Tax Category + Tier Range + Text + Text. Type + + + + + + + + + BBIE + Tax Category. Tier Rate. Percent + Where a tax is tiered, the tax rate that applies within the specified range of taxable amounts for this tax category. + 0..1 + Tax Category + Tier Rate + Percent + Percent. Type + + + + + + + + + ASBIE + Tax Category. Tax Scheme + The taxation scheme within which this tax category is defined. + 1 + Tax Category + Tax Scheme + Tax Scheme + Tax Scheme + + + + + + + + + + + ABIE + Tax Scheme. Details + A class to describe a taxation scheme (e.g., VAT, State tax, County tax). + Tax Scheme + + + + + + + + + BBIE + Tax Scheme. Identifier + An identifier for this taxation scheme. + 0..1 + Tax Scheme + Identifier + Identifier + Identifier. Type + http://www.unece.org/uncefact/codelist/standard/EDIFICASEU_TaxExemptionReason_D09B.xsd + + + + + + + + + BBIE + Tax Scheme. Name + The name of this taxation scheme. + 0..1 + Tax Scheme + Name + Name + Name. Type + Value Added Tax , Wholesale Tax , Sales Tax , State Tax + + + + + + + + + BBIE + Tax Scheme. Tax Type Code. Code + A code signifying the type of tax. + 0..1 + Tax Scheme + Tax Type Code + Code + Code. Type + Consumption , Sales + + + + + + + + + BBIE + Tax Scheme. Currency Code. Code + A code signifying the currency in which the tax is collected and reported. + 0..1 + Tax Scheme + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + ASBIE + Tax Scheme. Jurisdiction Region_ Address. Address + A geographic area in which this taxation scheme applies. + 0..n + Tax Scheme + Jurisdiction Region + Address + Address + Address + + + + + + + + + + + ABIE + Tax Subtotal. Details + A class to define the subtotal for a particular tax category within a particular taxation scheme, such as standard rate within VAT. + Tax Subtotal + + + + + + + + + BBIE + Tax Subtotal. Taxable_ Amount. Amount + The net amount to which the tax percent (rate) is applied to calculate the tax amount. + 0..1 + Tax Subtotal + Taxable + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tax Subtotal. Tax Amount. Amount + The amount of this tax subtotal. + 1 + Tax Subtotal + Tax Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tax Subtotal. Calculation Sequence. Numeric + The number of this tax subtotal in the sequence of subtotals corresponding to the order in which multiple taxes are applied. If all taxes are applied to the same taxable amount (i.e., their order of application is inconsequential), then CalculationSequenceNumeric is 1 for all tax subtotals applied to a given amount. + 0..1 + Tax Subtotal + Calculation Sequence + Numeric + Numeric. Type + + + + + + + + + BBIE + Tax Subtotal. Transaction Currency_ Tax Amount. Amount + The amount of this tax subtotal, expressed in the currency used for invoicing. + 0..1 + Tax Subtotal + Transaction Currency + Tax Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tax Subtotal. Percent + The tax rate of the tax category applied to this tax subtotal, expressed as a percentage. + 0..1 + Tax Subtotal + Percent + Percent + Percent. Type + + + + + + + + + BBIE + Tax Subtotal. Base Unit Measure. Measure + The unit of measure on which the tax calculation is based + 0..1 + Tax Subtotal + Base Unit Measure + Measure + Measure. Type + + + + + + + + + BBIE + Tax Subtotal. Per Unit_ Amount. Amount + Where a tax is applied at a certain rate per unit, the rate per unit applied. + 0..1 + Tax Subtotal + Per Unit + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tax Subtotal. Tier Range. Text + Where a tax is tiered, the range of taxable amounts that determines the rate of tax applicable to this tax subtotal. + 0..1 + Tax Subtotal + Tier Range + Text + Text. Type + + + + + + + + + BBIE + Tax Subtotal. Tier Rate. Percent + Where a tax is tiered, the tax rate that applies within a specified range of taxable amounts for this tax subtotal. + 0..1 + Tax Subtotal + Tier Rate + Percent + Percent. Type + + + + + + + + + ASBIE + Tax Subtotal. Tax Category + The tax category applicable to this subtotal. + 1 + Tax Subtotal + Tax Category + Tax Category + Tax Category + + + + + + + + + + + ABIE + Tax Total. Details + A class to describe the total tax for a particular taxation scheme. + Tax Total + + + + + + + + + BBIE + Tax Total. Tax Amount. Amount + The total tax amount for a particular taxation scheme, e.g., VAT; the sum of the tax subtotals for each tax category within the taxation scheme. + 1 + Tax Total + Tax Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tax Total. Rounding Amount. Amount + The rounding amount (positive or negative) added to the calculated tax total to produce the rounded TaxAmount. + 0..1 + Tax Total + Rounding Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tax Total. Tax Evidence_ Indicator. Indicator + An indicator that this total is recognized as legal evidence for taxation purposes (true) or not (false). + 0..1 + Tax Total + Tax Evidence + Indicator + Indicator + Indicator. Type + default is negative + + + + + + + + + BBIE + Tax Total. Tax Included_ Indicator. Indicator + An indicator that tax is included in the calculation (true) or not (false). + 0..1 + Tax Total + Tax Included + Indicator + Indicator + Indicator. Type + + + + + + + + + ASBIE + Tax Total. Tax Subtotal + One of the subtotals the sum of which equals the total tax amount for a particular taxation scheme. + 0..n + Tax Total + Tax Subtotal + Tax Subtotal + Tax Subtotal + + + + + + + + + + + ABIE + Telecommunications Service. Details + A class to describe a telecommunications service (e.g., a telephone call or a video on demand service). + Telecommunications Service + + + + + + + + + BBIE + Telecommunications Service. Identifier + An identifier for this telecommunications service. + 0..1 + Telecommunications Service + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Telecommunications Service. Call_ Date. Date + In the case of a telephone call, the date of the call. + 1 + Telecommunications Service + Call + Date + Date + Date. Type + 2008-01-01 + + + + + + + + + BBIE + Telecommunications Service. Call_ Time. Time + In the case of a telephone call, the time of the call. + 1 + Telecommunications Service + Call + Time + Time + Time. Type + 00:01:00 + + + + + + + + + BBIE + Telecommunications Service. Service Number Called. Text + In the case of a telephone call, the phone number called. + 1 + Telecommunications Service + Service Number Called + Text + Text. Type + 12345679 + + + + + + + + + BBIE + Telecommunications Service. Telecommunications Service Category. Text + The telecommunications category, expressed as text. + 0..1 + Telecommunications Service + Telecommunications Service Category + Text + Text. Type + Subscription + + + + + + + + + BBIE + Telecommunications Service. Telecommunications Service Category Code. Code + The telecommunications category, expressed as a code. + 0..1 + Telecommunications Service + Telecommunications Service Category Code + Code + Code. Type + Subscription + + + + + + + + + BBIE + Telecommunications Service. Movie Title. Text + The title of a movie delivered via this telecommunications service. + 0..1 + Telecommunications Service + Movie Title + Text + Text. Type + The Matrix + + + + + + + + + BBIE + Telecommunications Service. Roaming Partner Name. Name + Statement of the roaming partner name. + 0..1 + Telecommunications Service + Roaming Partner Name + Name + Name. Type + + + + + + + + + BBIE + Telecommunications Service. Pay Per View. Text + A pay-per-view delivered via this telecommunications service. + 0..1 + Telecommunications Service + Pay Per View + Text + Text. Type + + + + + + + + + BBIE + Telecommunications Service. Quantity + The number of calls. + 0..1 + Telecommunications Service + Quantity + Quantity + Quantity. Type + 5761 + + + + + + + + + BBIE + Telecommunications Service. Telecommunications Service Call. Text + The telecommunications call described as a text + 0..1 + Telecommunications Service + Telecommunications Service Call + Text + Text. Type + CallAttempt + + + + + + + + + BBIE + Telecommunications Service. Telecommunications Service Call Code. Code + The telecommunications call described as a code + 0..1 + Telecommunications Service + Telecommunications Service Call Code + Code + Code. Type + CallAttempt + + + + + + + + + BBIE + Telecommunications Service. Call Base_ Amount. Amount + The amount to be payed as the base for one call + 0..1 + Telecommunications Service + Call Base + Amount + Amount + Amount. Type + + + + + + + + + BBIE + Telecommunications Service. Call Extension_ Amount. Amount + The amount to be payed for the call + 0..1 + Telecommunications Service + Call Extension + Amount + Amount + Amount. Type + 542.44 + + + + + + + + + ASBIE + Telecommunications Service. Price + The price for using the telecommunication service + 0..1 + Telecommunications Service + Price + Price + Price + + + + + + + + + ASBIE + Telecommunications Service. Country + The country to which the service is provided. In case of a telephone call it is the country where the receiver is located. + 0..1 + Telecommunications Service + Country + Country + Country + + + + + + + + + ASBIE + Telecommunications Service. Exchange Rate + A exchanges rates used in the pricing e.g.. when phone calls has crossed border lines. + 0..n + Telecommunications Service + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Telecommunications Service. Allowance Charge + An allowance or charge that applies to the UtilityStatement as a whole. + 0..n + Telecommunications Service + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Telecommunications Service. Tax Total + A total amount of taxes of a particular kind applicable to this telecommunications service. + 0..n + Telecommunications Service + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Telecommunications Service. Call_ Duty. Duty + In the case of a telephone call, a duty on this call. + 0..n + Telecommunications Service + Call + Duty + Duty + Duty + + + + + + + + + ASBIE + Telecommunications Service. Time_ Duty. Duty + A duty on a consumption of time. + 0..n + Telecommunications Service + Time + Duty + Duty + Duty + + + + + + + + + + + ABIE + Telecommunications Supply. Details + A class describing the supply of a telecommunication service, e.g., providing telephone calls. + Telecommunications Supply + + + + + + + + + BBIE + Telecommunications Supply. Telecommunications Supply Type. Text + The type of telecommunications supply, expressed as text. + 0..1 + Telecommunications Supply + Telecommunications Supply Type + Text + Text. Type + Itemized tele Statement + + + + + + + + + BBIE + Telecommunications Supply. Telecommunications Supply Type Code. Code + The type of telecommunications supply, expressed as a code. + 0..1 + Telecommunications Supply + Telecommunications Supply Type Code + Code + Code. Type + TeleExtended + + + + + + + + + BBIE + Telecommunications Supply. Privacy Code. Code + A code signifying the level of confidentiality of this information for this telecommunication supply. + 1 + Telecommunications Supply + Privacy Code + Code + Code. Type + CompanyLevel + + + + + + + + + BBIE + Telecommunications Supply. Description. Text + Text describing the telecommunications supply. + 0..n + Telecommunications Supply + Description + Text + Text. Type + Extended conversation Statement January quarter 2008. + + + + + + + + + BBIE + Telecommunications Supply. Total_ Amount. Amount + The total amount associated with this telecommunications supply. + 0..1 + Telecommunications Supply + Total + Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Telecommunications Supply. Telecommunications Supply Line + Outlines the provided telecommunication supply + 1..n + Telecommunications Supply + Telecommunications Supply Line + Telecommunications Supply Line + Telecommunications Supply Line + + + + + + + + + + + ABIE + Telecommunications Supply Line. Details + A class that outlines the telecommunication supply in details + Telecommunications Supply Line + + + + + + + + + BBIE + Telecommunications Supply Line. Identifier + An identifier for this telecommunications supply line. + 1 + Telecommunications Supply Line + Identifier + Identifier + Identifier. Type + 1 + + + + + + + + + BBIE + Telecommunications Supply Line. Phone Number. Text + The phone number used for this telecommunication supply line + 1 + Telecommunications Supply Line + Phone Number + Text + Text. Type + 12345678 + + + + + + + + + BBIE + Telecommunications Supply Line. Description. Text + The description of the telecommunication supply line + 0..n + Telecommunications Supply Line + Description + Text + Text. Type + Additional informations + + + + + + + + + BBIE + Telecommunications Supply Line. Line Extension Amount. Amount + An amount specifying the cost of this telecommunication line + 0..1 + Telecommunications Supply Line + Line Extension Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Telecommunications Supply Line. Exchange Rate + Exchanges rates used to calculate the amount for this line. + 0..n + Telecommunications Supply Line + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Telecommunications Supply Line. Allowance Charge + An allowance or charge that applies to this telecommunication supply line. + 0..n + Telecommunications Supply Line + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Telecommunications Supply Line. Tax Total + A total amount of taxes of a particular kind applicable to this telecommunications supply line + 0..n + Telecommunications Supply Line + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Telecommunications Supply Line. Telecommunications Service + A telecommunications service (e.g., a telephone call). + 1..n + Telecommunications Supply Line + Telecommunications Service + Telecommunications Service + Telecommunications Service + + + + + + + + + + + ABIE + Temperature. Details + A class to describe a measurement of temperature. + Temperature + + + + + + + + + BBIE + Temperature. Attribute Identifier. Identifier + An identifier for this temperature measurement. + 1 + Temperature + Attribute Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Temperature. Measure + The value of this temperature measurement. + 1 + Temperature + Measure + Measure + Measure. Type + + + + + + + + + BBIE + Temperature. Description. Text + Text describing this temperature measurement. + 0..n + Temperature + Description + Text + Text. Type + at sea level + + + + + + + + + + + ABIE + Tender Line. Details + A class to define a line in a Tender. + Tender Line + + + + + + + + + BBIE + Tender Line. Identifier + An identifier for this tender line. + 0..1 + Tender Line + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Tender Line. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Tender Line + Note + Text + Text. Type + + + + + + + + + BBIE + Tender Line. Quantity + The quantity of the item quoted in this tender line. + 0..1 + Tender Line + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Tender Line. Line Extension Amount. Amount + The total amount for this tender line, including allowance charges but net of taxes. + 0..1 + Tender Line + Line Extension Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tender Line. Total_ Tax Amount. Amount + The total tax amount for this tender line. + 0..1 + Tender Line + Total + Tax Amount + Amount + Amount. Type + + + + + + + + + BBIE + Tender Line. Orderable_ Unit. Text + Text describing a unit in which the item described in this tender line can be ordered. + 0..1 + Tender Line + Orderable + Unit + Text + Text. Type + + + + + + + + + BBIE + Tender Line. Content Unit. Quantity + The unit of measure and quantity of the orderable unit. + 0..1 + Tender Line + Content Unit + Quantity + Quantity. Type + If order unit measure identifier is each , then content unit quantity is 1 . + + + + + + + + + BBIE + Tender Line. Order Quantity Increment. Numeric + The number of items that can set the order quantity increments. + 0..1 + Tender Line + Order Quantity Increment + Numeric + Numeric. Type + + + + + + + + + BBIE + Tender Line. Minimum_ Order Quantity. Quantity + The minimum number of items described in this tender line that can be ordered. + 0..1 + Tender Line + Minimum + Order Quantity + Quantity + Quantity. Type + 10 boxes + + + + + + + + + BBIE + Tender Line. Maximum_ Order Quantity. Quantity + The maximum number of items described in this tender line that can be ordered. + 0..1 + Tender Line + Maximum + Order Quantity + Quantity + Quantity. Type + 1 tonne + + + + + + + + + BBIE + Tender Line. Warranty_ Information. Text + Text about a warranty (provided by WarrantyParty) for the good or service described in this tender line. + 0..n + Tender Line + Warranty + Information + Text + Text. Type + Unless specified otherwise and in addition to any rights the Customer may have under statute, Dell warrants to the Customer that Dell branded Products (excluding third party products and software), will be free from defects in materials and workmanship affecting normal use for a period of one year from invoice date ( Standard Warranty ). + + + + + + + + + BBIE + Tender Line. Pack Level Code. Code + A mutually agreed code signifying the level of packaging associated with the item described in this tender line. + 0..1 + Tender Line + Pack Level Code + Code + Code. Type + Consumer Unit, Trading Unit + level 2 , Group 4 + + + + + + + + + ASBIE + Tender Line. Document Reference + A reference to a document associated with this tender line. + 0..n + Tender Line + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Tender Line. Item + The item associated with this tender line. + 0..1 + Tender Line + Item + Item + Item + + + + + + + + + ASBIE + Tender Line. Offered_ Item Location Quantity. Item Location Quantity + A set of location-specific properties (e.g., price, quantity, lead time) associated with the item described in this tender line. + 0..n + Tender Line + Offered + Item Location Quantity + Item Location Quantity + Item Location Quantity + + + + + + + + + ASBIE + Tender Line. Replacement_ Related Item. Related Item + A catalogue item that may be a replacement for the item described in this tender line. + 0..n + Tender Line + Replacement + Related Item + Related Item + Related Item + + + + + + + + + ASBIE + Tender Line. Warranty_ Party. Party + The party responsible for any warranty described in this tender line. + 0..1 + Tender Line + Warranty + Party + Party + Party + + + + + + + + + ASBIE + Tender Line. Warranty Validity_ Period. Period + The period for which a warranty associated with the item described in this tender line is valid. + 0..1 + Tender Line + Warranty Validity + Period + Period + Period + + + + + + + + + ASBIE + Tender Line. Sub_ Tender Line. Tender Line + An association to a Sub Tender Line + 0..n + Tender Line + Sub + Tender Line + Tender Line + Tender Line + + + + + + + + + ASBIE + Tender Line. Call For Tenders_ Line Reference. Line Reference + Reference to a Line on a Call For Tenders document. + 0..1 + Tender Line + Call For Tenders + Line Reference + Line Reference + Line Reference + + + + + + + + + ASBIE + Tender Line. Call For Tenders_ Document Reference. Document Reference + A class defining references to a Call For Tenders document. + 0..1 + Tender Line + Call For Tenders + Document Reference + Document Reference + Document Reference + + + + + + + + + + + ABIE + Tender Preparation. Details + A class to describe directions for preparing a tender. + Tender Preparation + + + + + + + + + BBIE + Tender Preparation. Tender Envelope Identifier. Identifier + An identifier for the tender envelope to be used with the tender. + 1 + Tender Preparation + Tender Envelope Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Tender Preparation. Tender Envelope Type Code. Code + A code signifying the type of tender envelope (economical or objective criteria versus technical or subjective criteria). + 0..1 + Tender Preparation + Tender Envelope Type Code + Code + Code. Type + + + + + + + + + BBIE + Tender Preparation. Description. Text + Text describing the tender envelope. + 0..n + Tender Preparation + Description + Text + Text. Type + + + + + + + + + BBIE + Tender Preparation. Open Tender Identifier. Identifier + An identifier for the open tender associated with this tender preparation. + 0..1 + Tender Preparation + Open Tender Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Tender Preparation. Procurement Project Lot + The procurement project lot associated with a particular tenderer. + 0..n + Tender Preparation + Procurement Project Lot + Procurement Project Lot + Procurement Project Lot + + + + + + + + + ASBIE + Tender Preparation. Document_ Tender Requirement. Tender Requirement + A reference to the template for a required document in a tendering process. + 0..n + Tender Preparation + Document + Tender Requirement + Tender Requirement + Tender Requirement + Curricula required, Experience required, .... + + + + + + + + + + + ABIE + Tender Requirement. Details + A template for a required document in a tendering process. + Tender Requirement + + + + + + + + + BBIE + Tender Requirement. Name + A name of this tender requirement. + 1 + Tender Requirement + Name + Name + Name. Type + + + + + + + + + BBIE + Tender Requirement. Description. Text + Text describing this tender requirement. + 0..n + Tender Requirement + Description + Text + Text. Type + + + + + + + + + ASBIE + Tender Requirement. Template_ Document Reference. Document Reference + A reference to the template for a required document. + 0..1 + Tender Requirement + Template + Document Reference + Document Reference + Document Reference + + + + + + + + + + + ABIE + Tender Result. Details + A class to describe the awarding of a tender in a tendering process. + Tender Result + + + + + + + + + BBIE + Tender Result. Tender_ Result Code. Code + A code signifying the result of the tendering process. + 0..1 + Tender Result + Tender + Result Code + Code + Code. Type + + + + + + + + + BBIE + Tender Result. Description. Text + Text describing the result of the tendering process. + 0..n + Tender Result + Description + Text + Text. Type + + + + + + + + + BBIE + Tender Result. Advertisement. Amount + The monetary value of the advertisement for this tendering process. + 0..1 + Tender Result + Advertisement + Amount + Amount. Type + + + + + + + + + BBIE + Tender Result. Award Date. Date + The date on which this result was formalized. + 1 + Tender Result + Award Date + Date + Date. Type + + + + + + + + + BBIE + Tender Result. Award Time. Time + The time at which this result was formalized. + 0..1 + Tender Result + Award Time + Time + Time. Type + + + + + + + + + BBIE + Tender Result. Received_ Tender. Quantity + The total number of tenders received in this tendering process. + 0..1 + Tender Result + Received + Tender + Quantity + Quantity. Type + + + + + + + + + BBIE + Tender Result. Lower_ Tender. Amount + The least expensive tender received in the tendering process. + 0..1 + Tender Result + Lower + Tender + Amount + Amount. Type + + + + + + + + + BBIE + Tender Result. Higher_ Tender. Amount + The most expensive tender received in this tendering process. + 0..1 + Tender Result + Higher + Tender + Amount + Amount. Type + + + + + + + + + BBIE + Tender Result. Start Date. Date + The date on which the awarded contract begins. + 0..1 + Tender Result + Start Date + Date + Date. Type + + + + + + + + + BBIE + Tender Result. Received_ Electronic Tender Quantity. Quantity + The number of electronic tenders received. + 0..1 + Tender Result + Received + Electronic Tender Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Tender Result. Received_ Foreign Tender Quantity. Quantity + The number of foreing tenders received. + 0..1 + Tender Result + Received + Foreign Tender Quantity + Quantity + Quantity. Type + + + + + + + + + ASBIE + Tender Result. Contract + A contract governing this tender result. + 0..1 + Tender Result + Contract + Contract + Contract + + + + + + + + + ASBIE + Tender Result. Awarded_ Tendered Project. Tendered Project + The awarded tendered project associated with this tender result. + 0..1 + Tender Result + Awarded + Tendered Project + Tendered Project + Tendered Project + + + + + + + + + ASBIE + Tender Result. Contract Formalization_ Period. Period + The period during which a contract associated with the awarded project is to be formalized. + 0..1 + Tender Result + Contract Formalization + Period + Period + Period + + + + + + + + + ASBIE + Tender Result. Subcontract Terms + Subcontract terms for this tender result. + 0..n + Tender Result + Subcontract Terms + Subcontract Terms + Subcontract Terms + + + + + + + + + ASBIE + Tender Result. Winning Party + A party that is identified as the awarded by a tender result. + 0..n + Tender Result + Winning Party + Winning Party + Winning Party + + + + + + + + + + + ABIE + Tendered Project. Details + A class to describe a tendered project or project lot. + Tendered Project + + + + + + + + + BBIE + Tendered Project. Variant. Identifier + An identifier for this variant of a tendered project. + 0..1 + Tendered Project + Variant + Identifier + Identifier. Type + + + + + + + + + BBIE + Tendered Project. Fee. Amount + The fee amount for tendered projects. + 0..1 + Tendered Project + Fee + Amount + Amount. Type + + + + + + + + + BBIE + Tendered Project. Fee_ Description. Text + Text describing the fee amount for tendered projects. + 0..n + Tendered Project + Fee + Description + Text + Text. Type + + + + + + + + + BBIE + Tendered Project. Tender Envelope Identifier. Identifier + An identifier for the tender envelope this tendered project belongs to. + 0..1 + Tendered Project + Tender Envelope Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Tendered Project. Tender Envelope Type Code. Code + A code signifying the type of tender envelope this tendered project belongs to. + 0..1 + Tendered Project + Tender Envelope Type Code + Code + Code. Type + + + + + + + + + ASBIE + Tendered Project. Procurement Project Lot + The procurement project lot to which this Tender Line refers to. If there are no lots, this should not be defined. + 0..1 + Tendered Project + Procurement Project Lot + Procurement Project Lot + Procurement Project Lot + + + + + + + + + ASBIE + Tendered Project. Evidence_ Document Reference. Document Reference + A reference to a non-structured evidentiary document supporting this tendered project. + 0..n + Tendered Project + Evidence + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Tendered Project. Tax Total + A total amount of taxes of a particular kind applicable to the monetary total for this tendered project. + 0..n + Tendered Project + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Tendered Project. Legal_ Monetary Total. Monetary Total + The total amount for this tendered project. + 0..1 + Tendered Project + Legal + Monetary Total + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Tendered Project. Tender Line + A line in the tender for this tendered project. + 0..n + Tendered Project + Tender Line + Tender Line + Tender Line + + + + + + + + + ASBIE + Tendered Project. Awarding Criterion Response + An association to an Awarding Criterion Response. + 0..n + Tendered Project + Awarding Criterion Response + Awarding Criterion Response + Awarding Criterion Response + + + + + + + + + + + ABIE + Tenderer Party Qualification. Details + A class to describe the qualifications of a tenderer party. + Tenderer Party Qualification + + + + + + + + + ASBIE + Tenderer Party Qualification. Interested_ Procurement Project Lot. Procurement Project Lot + The procurement project lot the party is interested in. + 0..n + Tenderer Party Qualification + Interested + Procurement Project Lot + Procurement Project Lot + Procurement Project Lot + + + + + + + + + ASBIE + Tenderer Party Qualification. Main_ Qualifying Party. Qualifying Party + The qualifications of the main tenderer party. + 1 + Tenderer Party Qualification + Main + Qualifying Party + Qualifying Party + Qualifying Party + + + + + + + + + ASBIE + Tenderer Party Qualification. Additional_ Qualifying Party. Qualifying Party + The qualifications of a tenderer party other than the main tenderer party when bidding as a consortium. + 0..n + Tenderer Party Qualification + Additional + Qualifying Party + Qualifying Party + Qualifying Party + + + + + + + + + + + ABIE + Tenderer Qualification Request. Details + The evaluation that the Contracting Authority party requests to fulfill to the tenderers. + Tenderer Qualification Request + + + + + + + + + BBIE + Tenderer Qualification Request. Company Legal Form Code. Code + The legal status requested for potential tenderers, expressed as a code. + 0..1 + Tenderer Qualification Request + Company Legal Form Code + Code + Code. Type + + + + + + + + + BBIE + Tenderer Qualification Request. Company Legal Form. Text + The legal status requested for potential tenderers, expressed as text + 0..1 + Tenderer Qualification Request + Company Legal Form + Text + Text. Type + + + + + + + + + BBIE + Tenderer Qualification Request. Personal Situation. Text + Text describing the personal situation of the economic operators in this tendering process. + 0..n + Tenderer Qualification Request + Personal Situation + Text + Text. Type + + + + + + + + + BBIE + Tenderer Qualification Request. Operating Years. Quantity + Textual description of the legal form required for potential tenderers. + 0..1 + Tenderer Qualification Request + Operating Years + Quantity + Quantity. Type + + + + + + + + + BBIE + Tenderer Qualification Request. Employee. Quantity + Textual description of the legal form required for potential tenderers. + 0..1 + Tenderer Qualification Request + Employee + Quantity + Quantity. Type + + + + + + + + + BBIE + Tenderer Qualification Request. Description. Text + Text describing the evaluation requirements for this tenderer. + 0..n + Tenderer Qualification Request + Description + Text + Text. Type + + + + + + + + + ASBIE + Tenderer Qualification Request. Required Business_ Classification Scheme. Classification Scheme + A classification scheme for the business profile. + 0..n + Tenderer Qualification Request + Required Business + Classification Scheme + Classification Scheme + Classification Scheme + + + + + + + + + ASBIE + Tenderer Qualification Request. Technical_ Evaluation Criterion. Evaluation Criterion + A technical evaluation criterion required for an economic operator in a tendering process. + 0..n + Tenderer Qualification Request + Technical + Evaluation Criterion + Evaluation Criterion + Evaluation Criterion + + + + + + + + + ASBIE + Tenderer Qualification Request. Financial_ Evaluation Criterion. Evaluation Criterion + A financial evaluation criterion required for an economic operator in a tendering process. + 0..n + Tenderer Qualification Request + Financial + Evaluation Criterion + Evaluation Criterion + Evaluation Criterion + + + + + + + + + ASBIE + Tenderer Qualification Request. Specific_ Tenderer Requirement. Tenderer Requirement + A requirement to be met by a tenderer. + 0..n + Tenderer Qualification Request + Specific + Tenderer Requirement + Tenderer Requirement + Tenderer Requirement + Preregistration in a Business Registry + + + + + + + + + ASBIE + Tenderer Qualification Request. Economic Operator Role + A class to describe the tenderer contracting role. + 0..n + Tenderer Qualification Request + Economic Operator Role + Economic Operator Role + Economic Operator Role + + + + + + + + + + + ABIE + Tenderer Requirement. Details + A class to describe an action or statement required of an economic operator participating in a tendering process. + Tenderer Requirement + + + + + + + + + BBIE + Tenderer Requirement. Name + A name of this tenderer requirement. + 0..n + Tenderer Requirement + Name + Name + Name. Type + + + + + + + + + BBIE + Tenderer Requirement. Tenderer Requirement_ Type Code. Code + A code signifying this requirement. + 0..1 + Tenderer Requirement + Tenderer Requirement + Type Code + Code + Code. Type + + + + + + + + + BBIE + Tenderer Requirement. Description. Text + Text describing this requirement. + 0..n + Tenderer Requirement + Description + Text + Text. Type + + + + + + + + + BBIE + Tenderer Requirement. Legal Reference. Text + The legal reference of the exclusion criterion. + 0..1 + Tenderer Requirement + Legal Reference + Text + Text. Type + Art. 45 2 b + + + + + + + + + ASBIE + Tenderer Requirement. Suggested_ Evidence. Evidence + An item of evidence that should be submitted to satisfy this requirement. + 0..n + Tenderer Requirement + Suggested + Evidence + Evidence + Evidence + + + + + + + + + + + ABIE + Tendering Process. Details + A class to describe the process of a formal offer and response to execute work or supply goods at a stated price. + Tendering Process + + + + + + + + + BBIE + Tendering Process. Identifier + An identifier for this tendering process. + 0..1 + Tendering Process + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Tendering Process. Original_ Contracting System. Identifier + When reopening a tendering process, the identifier of the original framework agreement or dynamic purchasing system. + 0..1 + Tendering Process + Original + Contracting System + Identifier + Identifier. Type + + + + + + + + + BBIE + Tendering Process. Description. Text + Text describing the tendering process. + 0..n + Tendering Process + Description + Text + Text. Type + + + + + + + + + BBIE + Tendering Process. Negotiation_ Description. Text + Text describing the negotiation to be followed during the tendering process. + 0..n + Tendering Process + Negotiation + Description + Text + Text. Type + + + + + + + + + BBIE + Tendering Process. Procedure Code. Code + A code signifying the type of this tendering procedure. + 0..1 + Tendering Process + Procedure Code + Code + Code. Type + Open, Restricted, Negotiated + + + + + + + + + BBIE + Tendering Process. Urgency Code. Code + A code signifying the urgency of this tendering process. + 0..1 + Tendering Process + Urgency Code + Code + Code. Type + Urgent, Normal, Emergency + + + + + + + + + BBIE + Tendering Process. Expense Code. Code + A code signifying the type of expense for this tendering process. + 0..1 + Tendering Process + Expense Code + Code + Code. Type + Normal, Anticipated + + + + + + + + + BBIE + Tendering Process. Part Presentation Code. Code + A code signifying the type of presentation of tenders required (e.g., one lot, multiple lots, or all the lots). + 0..1 + Tendering Process + Part Presentation Code + Code + Code. Type + One Lot, Multiple Lots, All Lots + + + + + + + + + BBIE + Tendering Process. Contracting System Code. Code + A code signifying the type of contracting system (e.g., framework agreement, dynamic purchasing system). If the procedure is individual (nonrepetitive), this code should be omitted. + 0..1 + Tendering Process + Contracting System Code + Code + Code. Type + Framework Agreement, Dynamic Purchasing System + + + + + + + + + BBIE + Tendering Process. Submission Method Code. Code + A code signifying the method to be followed in submitting tenders. + 0..1 + Tendering Process + Submission Method Code + Code + Code. Type + Manual, Electronically, etc. + + + + + + + + + BBIE + Tendering Process. Candidate Reduction_ Constraint. Indicator + An indicator that the number of candidates participating in this process has been reduced (true) or not (false). + 0..1 + Tendering Process + Candidate Reduction + Constraint + Indicator + Indicator. Type + + + + + + + + + BBIE + Tendering Process. Government Agreement_ Constraint. Indicator + An indicator that the project associated with this tendering process is constrained by a government procurement agreement (true) or not (false). + 0..1 + Tendering Process + Government Agreement + Constraint + Indicator + Indicator. Type + + + + + + + + + ASBIE + Tendering Process. Document Availability_ Period. Period + The period during which documents relating to this tendering process must be completed. + 0..1 + Tendering Process + Document Availability + Period + Period + Period + + + + + + + + + ASBIE + Tendering Process. Tender Submission Deadline_ Period. Period + The period during which tenders must be delivered. + 0..1 + Tendering Process + Tender Submission Deadline + Period + Period + Period + + + + + + + + + ASBIE + Tendering Process. Invitation Submission_ Period. Period + The period during which invitations to tender must be completed and delivered. + 0..1 + Tendering Process + Invitation Submission + Period + Period + Period + + + + + + + + + ASBIE + Tendering Process. Participation Request Reception_ Period. Period + The period during which requests for participation must be completed and delivered. + 0..1 + Tendering Process + Participation Request Reception + Period + Period + Period + + + + + + + + + ASBIE + Tendering Process. Notice_ Document Reference. Document Reference + A reference to a notice pertaining to this tendering process. + 0..n + Tendering Process + Notice + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Tendering Process. Additional_ Document Reference. Document Reference + A reference to an additional document. + 0..n + Tendering Process + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Tendering Process. Process Justification + A justification for the selection of this tendering process. + 0..n + Tendering Process + Process Justification + Process Justification + Process Justification + + + + + + + + + ASBIE + Tendering Process. Economic Operator Short List + A set of criteria used to create a short list of candidates. + 0..1 + Tendering Process + Economic Operator Short List + Economic Operator Short List + Economic Operator Short List + + + + + + + + + ASBIE + Tendering Process. Open Tender_ Event. Event + Textual description of the legal form required for potential tenderers. + 0..n + Tendering Process + Open Tender + Event + Event + Event + + + + + + + + + ASBIE + Tendering Process. Auction Terms + The terms to be fulfilled by tenderers if an auction is to be executed before the awarding of a tender. + 0..1 + Tendering Process + Auction Terms + Auction Terms + Auction Terms + + + + + + + + + ASBIE + Tendering Process. Framework Agreement + A tendering framework agreement. + 0..1 + Tendering Process + Framework Agreement + Framework Agreement + Framework Agreement + + + + + + + + + + + ABIE + Tendering Terms. Details + A class to describe tendering terms for a tendering process. + Tendering Terms + + + + + + + + + BBIE + Tendering Terms. Awarding Method Type Code. Code + A code signifying the awarding method in a tendering process (e.g., a method favoring the tender with the lowest price or the tender that is most economically advantageous). + 0..1 + Tendering Terms + Awarding Method Type Code + Code + Code. Type + Price, Multiple criteria + + + + + + + + + BBIE + Tendering Terms. Price Evaluation Code. Code + Textual description of the legal form required for potential tenderers. + 0..1 + Tendering Terms + Price Evaluation Code + Code + Code. Type + Unit prices, global price + + + + + + + + + BBIE + Tendering Terms. Maximum Variant_ Quantity. Quantity + Maximum number of variants the tenderer is allowed to present for this tendering project. + 0..1 + Tendering Terms + Maximum Variant + Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Tendering Terms. Variant_ Constraint. Indicator + An indicator that variants are allowed and unconstrained in number (true) or not allowed (false). + 0..1 + Tendering Terms + Variant + Constraint + Indicator + Indicator. Type + + + + + + + + + BBIE + Tendering Terms. Accepted Variants_ Description. Text + Text specifying the things for which variants are accepted. + 0..n + Tendering Terms + Accepted Variants + Description + Text + Text. Type + + + + + + + + + BBIE + Tendering Terms. Price Revision_ Formula Description. Text + Text describing the formula for price revision. + 0..n + Tendering Terms + Price Revision + Formula Description + Text + Text. Type + + + + + + + + + BBIE + Tendering Terms. Funding_ Program Code. Code + The program that funds the tendering process (e.g., "National", "European"), expressed as a code. + 0..1 + Tendering Terms + Funding + Program Code + Code + Code. Type + + + + + + + + + BBIE + Tendering Terms. Funding_ Program. Text + The program that funds the tendering process (e.g., EU 6th Framework Program) expressed as text. + 0..n + Tendering Terms + Funding + Program + Text + Text. Type + + + + + + + + + BBIE + Tendering Terms. Maximum_ Advertisement. Amount + The maximum advertised monetary value of the tendering process. + 0..1 + Tendering Terms + Maximum + Advertisement + Amount + Amount. Type + + + + + + + + + BBIE + Tendering Terms. Note. Text + Free-form text conveying information that is not contained explicitly in other structures. + 0..n + Tendering Terms + Note + Text + Text. Type + + + + + + + + + BBIE + Tendering Terms. Payment Frequency Code. Code + A code signifying the frequency of payment in the contract associated with the tendering process. + 0..1 + Tendering Terms + Payment Frequency Code + Code + Code. Type + + + + + + + + + BBIE + Tendering Terms. Economic Operator Registry_ URI. Identifier + The Uniform Resource Identifier (URI) of an electronic registry of economic operators. + 0..1 + Tendering Terms + Economic Operator Registry + URI + Identifier + Identifier. Type + Web site + + + + + + + + + BBIE + Tendering Terms. Required Curricula. Indicator + An indicator that tenderers are required to provide a curriculum vitae for each participant in the project (true) or are not so required (false). + 0..1 + Tendering Terms + Required Curricula + Indicator + Indicator. Type + + + + + + + + + BBIE + Tendering Terms. Other_ Conditions. Indicator + Indicates whether other conditions exist (true) or not (false). If the indicator is true, the description may be provided. + 0..1 + Tendering Terms + Other + Conditions + Indicator + Indicator. Type + + + + + + + + + BBIE + Tendering Terms. Additional_ Conditions. Text + Other existing conditions. + 0..n + Tendering Terms + Additional + Conditions + Text + Text. Type + + + + + + + + + BBIE + Tendering Terms. Latest_ Security Clearance Date. Date + The end date until which the candidates can obtain the necessary level of security clearance. + 0..1 + Tendering Terms + Latest + Security Clearance Date + Date + Date. Type + + + + + + + + + BBIE + Tendering Terms. Documentation Fee Amount. Amount + The amount to be paid to obtain the contract documents and additional documentation. + 0..1 + Tendering Terms + Documentation Fee Amount + Amount + Amount. Type + + + + + + + + + ASBIE + Tendering Terms. Penalty_ Clause. Clause + The penalty clauses + 0..n + Tendering Terms + Penalty + Clause + Clause + Clause + + + + + + + + + ASBIE + Tendering Terms. Required_ Financial Guarantee. Financial Guarantee + A financial guarantee of a tenderer or bid submitter's actual entry into a contract in the event that it is the successful bidder. + 0..n + Tendering Terms + Required + Financial Guarantee + Financial Guarantee + Financial Guarantee + + + + + + + + + ASBIE + Tendering Terms. Procurement Legislation_ Document Reference. Document Reference + A reference to a document providing references to procurement legislation applicable to the tendering process. + 0..1 + Tendering Terms + Procurement Legislation + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Tendering Terms. Fiscal Legislation_ Document Reference. Document Reference + A reference to a document providing references to fiscal legislation applicable to the tendering process. + 0..1 + Tendering Terms + Fiscal Legislation + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Tendering Terms. Environmental Legislation_ Document Reference. Document Reference + A reference to a document providing references to environmental legislation applicable to the tendering process. + 0..1 + Tendering Terms + Environmental Legislation + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Tendering Terms. Employment Legislation_ Document Reference. Document Reference + A reference to a document providing references to employment legislation applicable to the tendering process. + 0..1 + Tendering Terms + Employment Legislation + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Tendering Terms. Contractual_ Document Reference. Document Reference + A reference to a document that will become part of the awarded contract. + 0..n + Tendering Terms + Contractual + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Tendering Terms. Call For Tenders_ Document Reference. Document Reference + A reference to the Call for Tender associated with these tendering terms. + 0..1 + Tendering Terms + Call For Tenders + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Tendering Terms. Warranty Validity_ Period. Period + The period during which a warranty for work, service, or goods associated with these tendering terms is valid. + 0..1 + Tendering Terms + Warranty Validity + Period + Period + Period + + + + + + + + + ASBIE + Tendering Terms. Payment Terms + A specification of payment terms associated with the tendering process. + 0..n + Tendering Terms + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Tendering Terms. Tenderer Qualification Request + Required set of qualifications for a tenderer in this tendering process. + 0..n + Tendering Terms + Tenderer Qualification Request + Tenderer Qualification Request + Tenderer Qualification Request + + + + + + + + + ASBIE + Tendering Terms. Allowed_ Subcontract Terms. Subcontract Terms + Subcontract terms for the tendering process. + 0..n + Tendering Terms + Allowed + Subcontract Terms + Subcontract Terms + Subcontract Terms + + + + + + + + + ASBIE + Tendering Terms. Tender Preparation + Directions for preparing a tender for the+D2057 tendering process. + 0..n + Tendering Terms + Tender Preparation + Tender Preparation + Tender Preparation + Curricula required, Experience required, .... + + + + + + + + + ASBIE + Tendering Terms. Contract Execution Requirement + A requirement relating to execution of the contract that will be awarded as a result of the tendering process. + 0..n + Tendering Terms + Contract Execution Requirement + Contract Execution Requirement + Contract Execution Requirement + + + + + + + + + ASBIE + Tendering Terms. Awarding Terms + The terms in the tendering process for awarding the contract for a project. + 0..1 + Tendering Terms + Awarding Terms + Awarding Terms + Awarding Terms + + + + + + + + + ASBIE + Tendering Terms. Additional Information_ Party. Party + A party that has additional information about the tendering process. + 0..1 + Tendering Terms + Additional Information + Party + Party + Party + + + + + + + + + ASBIE + Tendering Terms. Document Provider_ Party. Party + The party that has the contract documents for the tendering process. + 0..1 + Tendering Terms + Document Provider + Party + Party + Party + + + + + + + + + ASBIE + Tendering Terms. Tender Recipient_ Party. Party + The party to which tenders should be presented. + 0..1 + Tendering Terms + Tender Recipient + Party + Party + Party + + + + + + + + + ASBIE + Tendering Terms. Contract Responsible_ Party. Party + The party responsible for the execution of the contract. + 0..1 + Tendering Terms + Contract Responsible + Party + Party + Party + + + + + + + + + ASBIE + Tendering Terms. Tender Evaluation_ Party. Party + A party in the contracting authority responsible for evaluating tenders received. + 0..n + Tendering Terms + Tender Evaluation + Party + Party + Party + + + + + + + + + ASBIE + Tendering Terms. Tender Validity_ Period. Period + The period during which tenders submitted for this tendering process must remain valid. + 0..1 + Tendering Terms + Tender Validity + Period + Period + Period + + + + + + + + + ASBIE + Tendering Terms. Contract Acceptance_ Period. Period + The period of time during which the contracting authority may accept a contract. + 0..1 + Tendering Terms + Contract Acceptance + Period + Period + Period + + + + + + + + + ASBIE + Tendering Terms. Appeal Terms + Information about the terms to present for an appeal against a tender award. + 0..1 + Tendering Terms + Appeal Terms + Appeal Terms + Appeal Terms + + + + + + + + + ASBIE + Tendering Terms. Language + One of the default languages specified for the tendering process. + 0..n + Tendering Terms + Language + Language + Language + + + + + + + + + ASBIE + Tendering Terms. Budget Account Line + A budget account line associated with the tendering process. + 0..n + Tendering Terms + Budget Account Line + Budget Account Line + Budget Account Line + + + + + + + + + ASBIE + Tendering Terms. Replaced Notice_ Document Reference. Document Reference + A class defining a reference to the notice that is being replaced. + 0..1 + Tendering Terms + Replaced Notice + Document Reference + Document Reference + Document Reference + + + + + + + + + + + ABIE + Trade Financing. Details + A class to describe a trade financing instrument. + Trade Financing + + + + + + + + + BBIE + Trade Financing. Identifier + An identifier for this trade financing instrument. + 0..1 + Trade Financing + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Trade Financing. Financing Instrument Code. Code + A code signifying the type of this financing instrument. + 0..1 + Trade Financing + Financing Instrument Code + Code + Code. Type + Factoring , Invoice Financing , Pre-shipment Financing , Letter of Credit , Irrevocable Letter of Credit . + + + + + + + + + + ASBIE + Trade Financing. Contract_ Document Reference. Document Reference + A reference to a contract document. + 0..1 + Trade Financing + Contract + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Trade Financing. Document Reference + A reference to a document associated with this trade financing instrument. + 0..n + Trade Financing + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Trade Financing. Financing_ Party. Party + The financing party (bank or other enabled party). + 1 + Trade Financing + Financing + Party + Party + Party + + + + + + + + + ASBIE + Trade Financing. Financing_ Financial Account. Financial Account + An internal bank account used by the bank or its first agent to manage the line of credit granted to the financing requester. + 0..1 + Trade Financing + Financing + Financial Account + Financial Account + Financial Account + + + + + + + + + ASBIE + Trade Financing. Clause + A clause applicable to this trade financing instrument. + 0..n + Trade Financing + Clause + Clause + Clause + + + + + + + + + + + ABIE + Trading Terms. Details + A class for describing the terms of a trade agreement. + Trading Terms + + + + + + + + + BBIE + Trading Terms. Information. Text + Text describing the terms of a trade agreement. + 0..n + Trading Terms + Information + Text + Text. Type + Unless credit terms have been expressly agreed by Dell, payment for the products or services shall be made in full before physical delivery of products or services. Customer shall pay for all shipping and handling charges. + + + + + + + + + BBIE + Trading Terms. Reference. Text + A reference quoting the basis of the terms + 0..1 + Trading Terms + Reference + Text + Text. Type + http://www1.ap.dell.com/content/topics/topic.aspx/ap/policy/en/au/sales_terms_au?c=au&l=en&s=gen + + + + + + + + + ASBIE + Trading Terms. Applicable_ Address. Address + The address at which these trading terms apply. + 0..1 + Trading Terms + Applicable + Address + Address + Address + + + + + + + + + + + ABIE + Transaction Conditions. Details + A class to describe purchasing, sales, or payment conditions. + Transaction Conditions + Payment Conditions, Sales Conditions + + + + + + + + + BBIE + Transaction Conditions. Identifier + An identifier for conditions of the transaction, typically purchase/sales conditions. + 0..1 + Transaction Conditions + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transaction Conditions. Action Code. Code + A code signifying a type of action relating to sales or payment conditions. + 0..1 + Transaction Conditions + Action Code + Code + Code. Type + + + + + + + + + BBIE + Transaction Conditions. Description. Text + Text describing the transaction conditions. + 0..n + Transaction Conditions + Description + Text + Text. Type + + + + + + + + + ASBIE + Transaction Conditions. Document Reference + A document associated with these transaction conditions. + 0..n + Transaction Conditions + Document Reference + Document Reference + Document Reference + + + + + + + + + + + ABIE + Transport Equipment. Details + A class to describe a piece of equipment used to transport goods. + Transport Equipment + Shipping Container, Sea Container, Rail Wagon, Pallet, Trailer, Unit Load Device, ULD + + + + + + + + + BBIE + Transport Equipment. Identifier + An identifier for this piece of transport equipment. + 0..1 + Transport Equipment + Identifier + Identifier + Identifier. Type + OCLU 1234567 + + + + + + + + + BBIE + Transport Equipment. Referenced_ Consignment Identifier. Identifier + An identifier for the consignment contained by this piece of transport equipment. + 0..n + Transport Equipment + Referenced + Consignment Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Equipment. Transport Equipment Type Code. Code + A code signifying the type of this piece of transport equipment. + 0..1 + Transport Equipment + Transport Equipment Type Code + Code + Transport Equipment Type + Transport Equipment Type_ Code. Type + + + + + + + + + BBIE + Transport Equipment. Provider Type Code. Code + A code signifying the type of provider of this piece of transport equipment. + 0..1 + Transport Equipment + Provider Type Code + Code + Code. Type + + + + + + + + + BBIE + Transport Equipment. Owner Type Code. Code + A code signifying the type of owner of this piece of transport equipment. + 0..1 + Transport Equipment + Owner Type Code + Code + Code. Type + + + + + + + + + BBIE + Transport Equipment. Size Type Code. Code + A code signifying the size and type of this piece of piece of transport equipment. When the piece of transport equipment is a shipping container, it is recommended to use ContainerSizeTypeCode for validation. + 0..1 + Transport Equipment + Size Type Code + Code + Code. Type + Container Size Type Code + + + + + + + + + BBIE + Transport Equipment. Disposition Code. Code + A code signifying the current disposition of this piece of transport equipment. + 0..1 + Transport Equipment + Disposition Code + Code + Code. Type + Status + + + + + + + + + BBIE + Transport Equipment. Fullness Indication Code. Code + A code signifying whether this piece of transport equipment is full, partially full, or empty. + 0..1 + Transport Equipment + Fullness Indication Code + Code + Code. Type + + + + + + + + + BBIE + Transport Equipment. Refrigeration On_ Indicator. Indicator + An indicator that this piece of transport equipment's refrigeration is on (true) or off (false). + 0..1 + Transport Equipment + Refrigeration On + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Equipment. Information. Text + Additional information about this piece of transport equipment. + 0..n + Transport Equipment + Information + Text + Text. Type + + + + + + + + + BBIE + Transport Equipment. Returnability_ Indicator. Indicator + An indicator that this piece of transport equipment is returnable (true) or not (false). + 0..1 + Transport Equipment + Returnability + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Equipment. Legal Status_ Indicator. Indicator + An indication of the legal status of this piece of transport equipment with respect to the Container Convention Code. + 0..1 + Transport Equipment + Legal Status + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Equipment. Air Flow Percent. Percent + The percent of the airflow within this piece of transport equipment. + 0..1 + Transport Equipment + Air Flow Percent + Percent + Percent. Type + + + + + + + + + BBIE + Transport Equipment. Humidity Percent. Percent + The percent humidity within this piece of transport equipment. + 0..1 + Transport Equipment + Humidity Percent + Percent + Percent. Type + + + + + + + + + BBIE + Transport Equipment. Animal Food_ Approved Indicator. Indicator + An indicator that this piece of transport equipment is approved for animal food (true) or not (false). + 0..1 + Transport Equipment + Animal Food + Approved Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Equipment. Human Food_ Approved Indicator. Indicator + An indicator that this piece of transport equipment is approved for human food (true) or not (false). + 0..1 + Transport Equipment + Human Food + Approved Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Equipment. Dangerous Goods_ Approved Indicator. Indicator + An indicator that this piece of transport equipment is approved for dangerous goods (true) or not (false). + 0..1 + Transport Equipment + Dangerous Goods + Approved Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Equipment. Refrigerated_ Indicator. Indicator + An indicator that this piece of transport equipment is refrigerated (true) or not (false). + 0..1 + Transport Equipment + Refrigerated + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Equipment. Characteristics. Text + Characteristics of this piece of transport equipment. + 0..1 + Transport Equipment + Characteristics + Text + Text. Type + + + + + + + + + BBIE + Transport Equipment. Damage_ Remarks. Text + Damage associated with this piece of transport equipment. + 0..n + Transport Equipment + Damage + Remarks + Text + Text. Type + + + + + + + + + BBIE + Transport Equipment. Description. Text + Text describing this piece of transport equipment. + 0..n + Transport Equipment + Description + Text + Text. Type + + + + + + + + + BBIE + Transport Equipment. Special_ Transport Requirements. Text + Special transport requirements expressed as text. + 0..n + Transport Equipment + Special + Transport Requirements + Text + Text. Type + + + + + + + + + BBIE + Transport Equipment. Gross_ Weight. Measure + The gross weight of this piece of transport equipment. + 0..1 + Transport Equipment + Gross + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Transport Equipment. Gross_ Volume. Measure + The gross volume of this piece of transport equipment. + 0..1 + Transport Equipment + Gross + Volume + Measure + Measure. Type + + + + + + + + + BBIE + Transport Equipment. Tare_ Weight. Measure + The weight of this piece of transport equipment when empty. + 0..1 + Transport Equipment + Tare + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Transport Equipment. Tracking Device Code. Code + A code signifying the tracking device for this piece of transport equipment. + 0..1 + Transport Equipment + Tracking Device Code + Code + Code. Type + + + + + + + + + BBIE + Transport Equipment. Power. Indicator + An indicator that this piece of transport equipment can supply power (true) or not (false). + 0..1 + Transport Equipment + Power + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Equipment. Trace_ Identifier. Identifier + An identifier for use in tracing this piece of transport equipment, such as the EPC number used in RFID. + 0..1 + Transport Equipment + Trace + Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Transport Equipment. Measurement_ Dimension. Dimension + A measurable dimension (length, mass, weight, or volume) of this piece of transport equipment. + 0..n + Transport Equipment + Measurement + Dimension + Dimension + Dimension + + + + + + + + + ASBIE + Transport Equipment. Transport Equipment Seal + A seal securing the door of a piece of transport equipment. + 0..n + Transport Equipment + Transport Equipment Seal + Transport Equipment Seal + Transport Equipment Seal + + + + + + + + + ASBIE + Transport Equipment. Minimum_ Temperature. Temperature + In the case of a refrigeration unit, the minimum allowable operating temperature for this container. + 0..1 + Transport Equipment + Minimum + Temperature + Temperature + Temperature + + + + + + + + + ASBIE + Transport Equipment. Maximum_ Temperature. Temperature + In the case of a refrigeration unit, the maximum allowable operating temperature for this container. + 0..1 + Transport Equipment + Maximum + Temperature + Temperature + Temperature + + + + + + + + + ASBIE + Transport Equipment. Provider_ Party. Party + The party providing this piece of transport equipment. + 0..1 + Transport Equipment + Provider + Party + Party + Party + + + + + + + + + ASBIE + Transport Equipment. Loading Proof_ Party. Party + The authorized party responsible for certifying that the goods were loaded into this piece of transport equipment. + 0..1 + Transport Equipment + Loading Proof + Party + Party + Party + Party responsible for proof of vanning (WCO ID 059) + + + + + + + + + ASBIE + Transport Equipment. Supplier Party + The party that supplies this piece of transport equipment. + 0..1 + Transport Equipment + Supplier Party + Supplier Party + Supplier Party + Party responsible for proof of vanning (WCO ID 059) + + + + + + + + + ASBIE + Transport Equipment. Owner_ Party. Party + The party that owns this piece of transport equipment. + 0..1 + Transport Equipment + Owner + Party + Party + Party + Party responsible for proof of vanning (WCO ID 059) + + + + + + + + + ASBIE + Transport Equipment. Operating_ Party. Party + The party that operates this piece of transport equipment. + 0..1 + Transport Equipment + Operating + Party + Party + Party + Party responsible for proof of vanning (WCO ID 059) + + + + + + + + + ASBIE + Transport Equipment. Loading_ Location. Location + The location where this piece of transport equipment is loaded. + 0..1 + Transport Equipment + Loading + Location + Location + Location + Vanning address (WCO ID 068), Stuffing location + + + + + + + + + ASBIE + Transport Equipment. Unloading_ Location. Location + The location where this piece of transport equipment is unloaded. + 0..1 + Transport Equipment + Unloading + Location + Location + Location + + + + + + + + + ASBIE + Transport Equipment. Storage_ Location. Location + The location where this piece of transport equipment is being stored. + 0..1 + Transport Equipment + Storage + Location + Location + Location + + + + + + + + + ASBIE + Transport Equipment. Positioning_ Transport Event. Transport Event + A positioning of this piece of transport equipment. + 0..n + Transport Equipment + Positioning + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transport Equipment. Quarantine_ Transport Event. Transport Event + A quarantine of this piece of transport equipment. + 0..n + Transport Equipment + Quarantine + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transport Equipment. Delivery_ Transport Event. Transport Event + A delivery of this piece of transport equipment. + 0..n + Transport Equipment + Delivery + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transport Equipment. Pickup_ Transport Event. Transport Event + A pickup of this piece of transport equipment. + 0..n + Transport Equipment + Pickup + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transport Equipment. Handling_ Transport Event. Transport Event + A handling of this piece of transport equipment. + 0..n + Transport Equipment + Handling + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transport Equipment. Loading_ Transport Event. Transport Event + A loading of this piece of transport equipment. + 0..n + Transport Equipment + Loading + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transport Equipment. Transport Event + A transport event associated with this piece of transport equipment. + 0..n + Transport Equipment + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transport Equipment. Applicable_ Transport Means. Transport Means + The applicable transport means associated with this piece of transport equipment. + 0..1 + Transport Equipment + Applicable + Transport Means + Transport Means + Transport Means + + + + + + + + + ASBIE + Transport Equipment. Haulage_ Trading Terms. Trading Terms + A set of haulage trading terms associated with this piece of transport equipment. + 0..n + Transport Equipment + Haulage + Trading Terms + Trading Terms + Trading Terms + + + + + + + + + ASBIE + Transport Equipment. Hazardous Goods Transit + Transit-related information regarding a type of hazardous goods contained in this piece of transport equipment. + 0..n + Transport Equipment + Hazardous Goods Transit + Hazardous Goods Transit + Hazardous Goods Transit + + + + + + + + + ASBIE + Transport Equipment. Packaged_ Transport Handling Unit. Transport Handling Unit + A packaged transport handling unit associated with this piece of transport equipment. + 0..n + Transport Equipment + Packaged + Transport Handling Unit + Transport Handling Unit + Transport Handling Unit + + + + + + + + + ASBIE + Transport Equipment. Service_ Allowance Charge. Allowance Charge + A service allowance charge associated with this piece of transport equipment. + 0..n + Transport Equipment + Service + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Transport Equipment. Freight_ Allowance Charge. Allowance Charge + A freight allowance charge associated with this piece of transport equipment. + 0..n + Transport Equipment + Freight + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Transport Equipment. Attached_ Transport Equipment. Transport Equipment + A piece of transport equipment attached to this piece of transport equipment. + 0..n + Transport Equipment + Attached + Transport Equipment + Transport Equipment + Transport Equipment + + + + + + + + + ASBIE + Transport Equipment. Delivery + The delivery of this piece of transport equipment. + 0..1 + Transport Equipment + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Transport Equipment. Pickup + The pickup of this piece of transport equipment. + 0..1 + Transport Equipment + Pickup + Pickup + Pickup + + + + + + + + + ASBIE + Transport Equipment. Despatch + The despatch of this piece of transport equipment. + 0..1 + Transport Equipment + Despatch + Despatch + Despatch + + + + + + + + + ASBIE + Transport Equipment. Shipment_ Document Reference. Document Reference + A reference to a shipping document associated with this piece of transport equipment. + 0..n + Transport Equipment + Shipment + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transport Equipment. Contained In_ Transport Equipment. Transport Equipment + A piece of transport equipment contained in this piece of transport equipment. + 0..n + Transport Equipment + Contained In + Transport Equipment + Transport Equipment + Transport Equipment + e.g. pallets inside containers + + + + + + + + + ASBIE + Transport Equipment. Package + A package contained in this piece of transport equipment. + 0..n + Transport Equipment + Package + Package + Package + + + + + + + + + ASBIE + Transport Equipment. Goods Item + A goods item contained in this piece of transport equipment. + 0..n + Transport Equipment + Goods Item + Goods Item + Goods Item + + + + + + + + + + + ABIE + Transport Equipment Seal. Details + A class to describe a device (a transport equipment seal) for securing the doors of a shipping container. + Transport Equipment Seal + Container Seal + + + + + + + + + BBIE + Transport Equipment Seal. Identifier + An identifier for this transport equipment seal. + 1 + Transport Equipment Seal + Identifier + Identifier + Identifier. Type + ACS1234 + + + + + + + + + BBIE + Transport Equipment Seal. Seal Issuer Type Code. Code + A code signifying the type of party that issues and is responsible for this transport equipment seal. + 0..1 + Transport Equipment Seal + Seal Issuer Type Code + Code + Code. Type + + + + + + + + + BBIE + Transport Equipment Seal. Condition. Text + The condition of this transport equipment seal. + 0..1 + Transport Equipment Seal + Condition + Text + Text. Type + + + + + + + + + BBIE + Transport Equipment Seal. Seal Status Code. Code + A code signifying the condition of this transport equipment seal. + 0..1 + Transport Equipment Seal + Seal Status Code + Code + Code. Type + + + + + + + + + BBIE + Transport Equipment Seal. Sealing Party Type. Text + The role of the sealing party. + 0..1 + Transport Equipment Seal + Sealing Party Type + Text + Text. Type + Sealing Party + + + + + + + + + + + ABIE + Transport Event. Details + A class to describe a significant occurrence or happening related to the transportation of goods. + Transport Event + + + + + + + + + BBIE + Transport Event. Identification. Identifier + An identifier for this transport event within an agreed event identification scheme. + 0..1 + Transport Event + Identification + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Event. Occurrence Date. Date + The date of this transport event. + 0..1 + Transport Event + Occurrence Date + Date + Date. Type + + + + + + + + + BBIE + Transport Event. Occurrence Time. Time + The time of this transport event. + 0..1 + Transport Event + Occurrence Time + Time + Time. Type + + + + + + + + + BBIE + Transport Event. Transport Event Type Code. Code + A code signifying the type of this transport event. + 0..1 + Transport Event + Transport Event Type Code + Code + Code. Type + + + + + + + + + BBIE + Transport Event. Description. Text + Text describing this transport event. + 0..n + Transport Event + Description + Text + Text. Type + + + + + + + + + BBIE + Transport Event. Completion_ Indicator. Indicator + An indicator that this transport event has been completed (true) or not (false). + 0..1 + Transport Event + Completion + Indicator + Indicator + Indicator. Type + + + + + + + + + ASBIE + Transport Event. Reported_ Shipment. Shipment + The shipment involved in this transport event. + 0..1 + Transport Event + Reported + Shipment + Shipment + Shipment + + + + + + + + + ASBIE + Transport Event. Current_ Status. Status + The current status of this transport event. + 0..n + Transport Event + Current + Status + Status + Status + + + + + + + + + ASBIE + Transport Event. Contact + A contact associated with this transport event. + 0..n + Transport Event + Contact + Contact + Contact + + + + + + + + + ASBIE + Transport Event. Location + The location associated with this transport event. + 0..1 + Transport Event + Location + Location + Location + + + + + + + + + ASBIE + Transport Event. Signature + A signature that can be used to sign for an entry or an exit at a transport location (e.g., port terminal). + 0..1 + Transport Event + Signature + Signature + Signature + + + + + + + + + ASBIE + Transport Event. Period + A period of time associated with this transport event. + 0..n + Transport Event + Period + Period + Period + + + + + + + + + + + ABIE + Transport Execution Terms. Details + A class to describe terms applying to a transport execution plan. + Transport Execution Terms + + + + + + + + + BBIE + Transport Execution Terms. Transport User_ Special Terms. Text + Text describing special terms specified by the transport user. + 0..n + Transport Execution Terms + Transport User + Special Terms + Text + Text. Type + + + + + + + + + BBIE + Transport Execution Terms. Transport Service Provider_ Special Terms. Text + Text describing special terms specified by the transport service provider. + 0..n + Transport Execution Terms + Transport Service Provider + Special Terms + Text + Text. Type + + + + + + + + + BBIE + Transport Execution Terms. Change Conditions. Text + Text describing conditions applying to a change of these transport execution terms. + 0..n + Transport Execution Terms + Change Conditions + Text + Text. Type + + + + + + + + + ASBIE + Transport Execution Terms. Payment Terms + Payment terms associated with the transportation service. + 0..n + Transport Execution Terms + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Transport Execution Terms. Delivery Terms + Delivery terms (e.g., Incoterms) associated with the transportation service. + 0..n + Transport Execution Terms + Delivery Terms + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Transport Execution Terms. Bonus_ Payment Terms. Payment Terms + Terms relating to payment of applicable bonuses associated with the transport service. + 0..1 + Transport Execution Terms + Bonus + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Transport Execution Terms. Commission_ Payment Terms. Payment Terms + Terms of payment applying to a commission specified in the transport execution plan. + 0..1 + Transport Execution Terms + Commission + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Transport Execution Terms. Penalty_ Payment Terms. Payment Terms + Terms of payment applying to a penalty specified in the transport execution plan. + 0..1 + Transport Execution Terms + Penalty + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Transport Execution Terms. Environmental Emission + An environmental emission resulting from the transportation service. + 0..n + Transport Execution Terms + Environmental Emission + Environmental Emission + Environmental Emission + + + + + + + + + ASBIE + Transport Execution Terms. Notification Requirement + A notification requirement related to the transportation service; e.g., a requirement that the transport user should be notified when goods are ready for pickup. + 0..n + Transport Execution Terms + Notification Requirement + Notification Requirement + Notification Requirement + + + + + + + + + ASBIE + Transport Execution Terms. Service Charge_ Payment Terms. Payment Terms + Payment terms for the service charge associated with the transport service. + 0..1 + Transport Execution Terms + Service Charge + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + + + ABIE + Transport Handling Unit. Details + A class to describe a uniquely identifiable unit consisting of one or more packages, goods items, or pieces of transport equipment. + Transport Handling Unit + Logistics Unit, Handling Unit, THU + + + + + + + + + BBIE + Transport Handling Unit. Identifier + An identifier for this transport handling unit. + 0..1 + Transport Handling Unit + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Handling Unit. Transport Handling Unit Type Code. Code + A code signifying the type of this transport handling unit. + 0..1 + Transport Handling Unit + Transport Handling Unit Type Code + Code + Code. Type + + + + + + + + + BBIE + Transport Handling Unit. Handling Code. Code + The handling required for this transport handling unit, expressed as a code. + 0..1 + Transport Handling Unit + Handling Code + Code + Code. Type + Special Handling + + + + + + + + + BBIE + Transport Handling Unit. Handling_ Instructions. Text + The handling required for this transport handling unit, expressed as text. + 0..n + Transport Handling Unit + Handling + Instructions + Text + Text. Type + + + + + + + + + BBIE + Transport Handling Unit. Hazardous Risk_ Indicator. Indicator + An indicator that the materials contained in this transport handling unit are subject to an international regulation concerning the carriage of dangerous goods (true) or not (false). + 0..1 + Transport Handling Unit + Hazardous Risk + Indicator + Indicator + Indicator. Type + Default is negative + + + + + + + + + BBIE + Transport Handling Unit. Total_ Goods Item Quantity. Quantity + The total number of goods items in this transport handling unit. + 0..1 + Transport Handling Unit + Total + Goods Item Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Transport Handling Unit. Total_ Package Quantity. Quantity + The total number of packages in this transport handling unit. + 0..1 + Transport Handling Unit + Total + Package Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Transport Handling Unit. Damage_ Remarks. Text + Text describing damage associated with this transport handling unit. + 0..n + Transport Handling Unit + Damage + Remarks + Text + Text. Type + + + + + + + + + BBIE + Transport Handling Unit. Shipping_ Marks. Text + Text describing the marks and numbers on this transport handling unit. + 0..n + Transport Handling Unit + Shipping + Marks + Text + Text. Type + Marks and Numbers, Shipping Marks + + + + + + + + + BBIE + Transport Handling Unit. Trace_ Identifier. Identifier + An identifier for use in tracing this transport handling unit, such as the EPC number used in RFID. + 0..1 + Transport Handling Unit + Trace + Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Transport Handling Unit. Handling Unit_ Despatch Line. Despatch Line + A despatch line associated with this transport handling unit. + 0..n + Transport Handling Unit + Handling Unit + Despatch Line + Despatch Line + Despatch Line + + + + + + + + + ASBIE + Transport Handling Unit. Actual_ Package. Package + A package contained in this transport handling unit. + 0..n + Transport Handling Unit + Actual + Package + Package + Package + + + + + + + + + ASBIE + Transport Handling Unit. Received Handling Unit_ Receipt Line. Receipt Line + A receipt line associated with this transport handling unit. + 0..n + Transport Handling Unit + Received Handling Unit + Receipt Line + Receipt Line + Receipt Line + + + + + + + + + ASBIE + Transport Handling Unit. Transport Equipment + A piece of transport equipment associated with this transport handling unit. + 0..n + Transport Handling Unit + Transport Equipment + Transport Equipment + Transport Equipment + + + + + + + + + ASBIE + Transport Handling Unit. Transport Means + A means of transport associated with this transport handling unit. + 0..n + Transport Handling Unit + Transport Means + Transport Means + Transport Means + + + + + + + + + ASBIE + Transport Handling Unit. Hazardous Goods Transit + Transit-related information regarding a type of hazardous goods contained in this transport handling unit. + 0..n + Transport Handling Unit + Hazardous Goods Transit + Hazardous Goods Transit + Hazardous Goods Transit + + + + + + + + + ASBIE + Transport Handling Unit. Measurement_ Dimension. Dimension + A measurable dimension (length, mass, weight, or volume) of this transport handling unit. + 0..n + Transport Handling Unit + Measurement + Dimension + Dimension + Dimension + + + + + + + + + ASBIE + Transport Handling Unit. Minimum_ Temperature. Temperature + The minimum required operating temperature of this transport handling unit. + 0..1 + Transport Handling Unit + Minimum + Temperature + Temperature + Temperature + + + + + + + + + ASBIE + Transport Handling Unit. Maximum_ Temperature. Temperature + The maximum allowable operating temperature of this transport handling unit. + 0..1 + Transport Handling Unit + Maximum + Temperature + Temperature + Temperature + + + + + + + + + ASBIE + Transport Handling Unit. Goods Item + A goods item contained in this transport handling unit. + 0..n + Transport Handling Unit + Goods Item + Goods Item + Goods Item + + + + + + + + + ASBIE + Transport Handling Unit. Floor Space Measurement_ Dimension. Dimension + The floor space measurement dimension associated with this transport handling unit. + 0..1 + Transport Handling Unit + Floor Space Measurement + Dimension + Dimension + Dimension + + + + + + + + + ASBIE + Transport Handling Unit. Pallet Space Measurement_ Dimension. Dimension + The pallet space measurement dimension associated to this transport handling unit. + 0..1 + Transport Handling Unit + Pallet Space Measurement + Dimension + Dimension + Dimension + + + + + + + + + ASBIE + Transport Handling Unit. Shipment_ Document Reference. Document Reference + A reference to a shipping document associated with this transport handling unit. + 0..n + Transport Handling Unit + Shipment + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transport Handling Unit. Status + The status of this transport handling unit. + 0..n + Transport Handling Unit + Status + Status + Status + + + + + + + + + ASBIE + Transport Handling Unit. Customs Declaration + Describes identifiers or references relating to customs procedures. + 0..n + Transport Handling Unit + Customs Declaration + Customs Declaration + Customs Declaration + + + + + + + + + ASBIE + Transport Handling Unit. Referenced_ Shipment. Shipment + A shipment associated with this transport handling unit. + 0..n + Transport Handling Unit + Referenced + Shipment + Shipment + Shipment + + + + + + + + + ASBIE + Transport Handling Unit. Package + A package contained in this transport handling unit. + 0..n + Transport Handling Unit + Package + Package + Package + + + + + + + + + + + ABIE + Transport Means. Details + A class to describe a particular vehicle or vessel used for the conveyance of goods or persons. + Transport Means + Conveyance + + + + + + + + + BBIE + Transport Means. Journey Identifier. Identifier + An identifier for the regular service schedule of this means of transport. + 0..1 + Transport Means + Journey Identifier + Identifier + Identifier. Type + Voyage Number, Scheduled Conveyance Identifier (WCO ID 205), Flight Number + + + + + + + + + BBIE + Transport Means. Registration_ Nationality Identifier. Identifier + An identifier for the country in which this means of transport is registered. + 0..1 + Transport Means + Registration + Nationality Identifier + Identifier + Identifier. Type + Nationality of Means of Transport (WCO 175, 178 and 179) + LIB + + + + + + + + + BBIE + Transport Means. Registration_ Nationality. Text + Text describing the country in which this means of transport is registered. + 0..n + Transport Means + Registration + Nationality + Text + Text. Type + Flag of Vessel, Nationality of Ship + Liberia + + + + + + + + + BBIE + Transport Means. Direction Code. Code + A code signifying the direction of this means of transport. + 0..1 + Transport Means + Direction Code + Code + Code. Type + Transit Direction + North , East + + + + + + + + + BBIE + Transport Means. Transport Means Type Code. Code + A code signifying the type of this means of transport (truck, vessel, etc.). + 0..1 + Transport Means + Transport Means Type Code + Code + Code. Type + + + + + + + + + BBIE + Transport Means. Trade Service Code. Code + A code signifying the service regularly provided by the carrier operating this means of transport. + 0..1 + Transport Means + Trade Service Code + Code + Code. Type + + + + + + + + + ASBIE + Transport Means. Stowage + The location within the means of transport where goods are to be or have been stowed. + 0..1 + Transport Means + Stowage + Stowage + Stowage + + + + + + + + + ASBIE + Transport Means. Air Transport + An aircraft used for transport. + 0..1 + Transport Means + Air Transport + Air Transport + Air Transport + + + + + + + + + ASBIE + Transport Means. Road Transport + A vehicle used for road transport. + 0..1 + Transport Means + Road Transport + Road Transport + Road Transport + + + + + + + + + ASBIE + Transport Means. Rail Transport + Equipment used for rail transport. + 0..1 + Transport Means + Rail Transport + Rail Transport + Rail Transport + + + + + + + + + ASBIE + Transport Means. Maritime Transport + A vessel used for transport by water (not only by sea). + 0..1 + Transport Means + Maritime Transport + Maritime Transport + Maritime Transport + + + + + + + + + ASBIE + Transport Means. Owner_ Party. Party + The party that owns this means of transport. + 0..1 + Transport Means + Owner + Party + Party + Party + + + + + + + + + ASBIE + Transport Means. Measurement_ Dimension. Dimension + A measurable dimension (length, mass, weight, or volume) of this means of transport. + 0..n + Transport Means + Measurement + Dimension + Dimension + Dimension + + + + + + + + + + + ABIE + Transport Schedule. Details + Describes the location and schedule relating to a transport means. + Transport Schedule + + + + + + + + + BBIE + Transport Schedule. Sequence. Numeric + A number indicating the order of this status in the sequence in which statuses are to be presented. + 1 + Transport Schedule + Sequence + Numeric + Numeric. Type + + + + + + + + + BBIE + Transport Schedule. Reference Date. Date + The reference date for the transport schedule status. + 0..1 + Transport Schedule + Reference Date + Date + Date. Type + + + + + + + + + BBIE + Transport Schedule. Reference Time. Time + The reference time for the transport schedule status. + 0..1 + Transport Schedule + Reference Time + Time + Time. Type + + + + + + + + + BBIE + Transport Schedule. Reliability Percent. Percent + The reliability of the transport schedule status, expressed as a percentage. + 0..1 + Transport Schedule + Reliability Percent + Percent + Percent. Type + + + + + + + + + BBIE + Transport Schedule. Remarks. Text + Remarks related to the transport schedule status. + 0..n + Transport Schedule + Remarks + Text + Text. Type + + + + + + + + + ASBIE + Transport Schedule. Status_ Location. Location + The location for which status is reported. + 1 + Transport Schedule + Status + Location + Location + Location + + + + + + + + + ASBIE + Transport Schedule. Actual Arrival_ Transport Event. Transport Event + The actual arrival at a location. + 0..1 + Transport Schedule + Actual Arrival + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transport Schedule. Actual Departure_ Transport Event. Transport Event + The actual departure from a location. + 0..1 + Transport Schedule + Actual Departure + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transport Schedule. Estimated Departure_ Transport Event. Transport Event + An estimated departure from a specified location. + 0..1 + Transport Schedule + Estimated Departure + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transport Schedule. Estimated Arrival_ Transport Event. Transport Event + An estimated arrival at a specified location. + 0..1 + Transport Schedule + Estimated Arrival + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transport Schedule. Planned Departure_ Transport Event. Transport Event + The planned departure from a specified location. + 0..1 + Transport Schedule + Planned Departure + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transport Schedule. Planned Arrival_ Transport Event. Transport Event + The planned arrival at a specified location. + 0..1 + Transport Schedule + Planned Arrival + Transport Event + Transport Event + Transport Event + + + + + + + + + + + ABIE + Transportation Segment. Details + A class to describe one segment or leg in a transportation service. + Transportation Segment + + + + + + + + + BBIE + Transportation Segment. Sequence. Numeric + A number indicating the order of this segment in the sequence of transportation segments making up a transportation service. + 1 + Transportation Segment + Sequence + Numeric + Numeric. Type + 1, 2, 3, 4, etc. + + + + + + + + + BBIE + Transportation Segment. Transport Execution Plan Reference. Identifier + An identifier for the transport execution plan governing this transportation segment. + 0..1 + Transportation Segment + Transport Execution Plan Reference + Identifier + Identifier. Type + + + + + + + + + ASBIE + Transportation Segment. Transportation Service + The transportation service used in this transportation segment. + 1 + Transportation Segment + Transportation Service + Transportation Service + Transportation Service + + + + + + + + + ASBIE + Transportation Segment. Transport Service Provider_ Party. Party + The transport service provider responsible for carrying out transportation services in this transportation segment. + 1 + Transportation Segment + Transport Service Provider + Party + Party + Party + + + + + + + + + ASBIE + Transportation Segment. Referenced_ Consignment. Consignment + A consignment referenced in this transportation segment. Such a consignment may have different identifiers than the consignment identifiers being used in the transportation service agreed between the transport user and the transport service provider. + 0..1 + Transportation Segment + Referenced + Consignment + Consignment + Consignment + + + + + + + + + ASBIE + Transportation Segment. Shipment Stage + The shipment stage associated with this transportation segment. + 0..n + Transportation Segment + Shipment Stage + Shipment Stage + Shipment Stage + + + + + + + + + + + ABIE + Transportation Service. Details + A class to describe a transportation service. + Transportation Service + + + + + + + + + BBIE + Transportation Service. Transport Service Code. Code + A code signifying the extent of this transportation service (e.g., door-to-door, port-to-port). + 1 + Transportation Service + Transport Service Code + Code + Code. Type + + + + + + + + + BBIE + Transportation Service. Tariff Class Code. Code + A code signifying the tariff class applicable to this transportation service. + 0..1 + Transportation Service + Tariff Class Code + Code + Code. Type + Tariff Class Specifier + + + + + + + + + BBIE + Transportation Service. Priority. Text + The priority of this transportation service. + 0..1 + Transportation Service + Priority + Text + Text. Type + + + + + + + + + BBIE + Transportation Service. Freight Rate Class Code. Code + A code signifying the rate class for freight in this transportation service. + 0..1 + Transportation Service + Freight Rate Class Code + Code + Code. Type + Charge Basis + + + + + + + + + BBIE + Transportation Service. Transportation Service Description. Text + Text describing this transportation service. + 0..n + Transportation Service + Transportation Service Description + Text + Text. Type + + + + + + + + + BBIE + Transportation Service. Transportation Service Details URI. Identifier + The Uniform Resource Identifier (URI) of a document providing additional details regarding this transportation service. + 0..1 + Transportation Service + Transportation Service Details URI + Identifier + Identifier. Type + + + + + + + + + BBIE + Transportation Service. Nomination Date. Date + In a transport contract, the deadline date by which this transportation service has to be booked. For example, if this service is scheduled for Wednesday 16 February 2011 at 10 a.m. CET, the nomination date might be Tuesday15 February 2011. + 0..1 + Transportation Service + Nomination Date + Date + Date. Type + + + + + + + + + BBIE + Transportation Service. Nomination Time. Time + In a transport contract, the deadline time by which this transportation service has to be booked. For example, if this service is scheduled for Wednesday 16 February 2011 at 10 a.m. CET, the nomination date might be Tuesday15 February 2011 and the nomination time 4 p.m. at the latest. + 0..1 + Transportation Service + Nomination Time + Time + Time. Type + + + + + + + + + BBIE + Transportation Service. Name + The name of this transportation service. + 0..1 + Transportation Service + Name + Name + Name. Type + + + + + + + + + BBIE + Transportation Service. Sequence. Numeric + A number indicating the order of this transportation service in a sequence of transportation services. + 0..1 + Transportation Service + Sequence + Numeric + Numeric. Type + + + + + + + + + ASBIE + Transportation Service. Transport Equipment + A piece of transport equipment used in this transportation service. + 0..n + Transportation Service + Transport Equipment + Transport Equipment + Transport Equipment + + + + + + + + + ASBIE + Transportation Service. Supported_ Transport Equipment. Transport Equipment + A piece of transport equipment supported in this transportation service. + 0..n + Transportation Service + Supported + Transport Equipment + Transport Equipment + Transport Equipment + + + + + + + + + ASBIE + Transportation Service. Unsupported_ Transport Equipment. Transport Equipment + A piece of transport equipment that is not supported in this transportation service. + 0..n + Transportation Service + Unsupported + Transport Equipment + Transport Equipment + Transport Equipment + + + + + + + + + ASBIE + Transportation Service. Commodity Classification + A classification of this transportation service. + 0..n + Transportation Service + Commodity Classification + Commodity Classification + Commodity Classification + + + + + + + + + ASBIE + Transportation Service. Supported_ Commodity Classification. Commodity Classification + A classification (e.g., general cargo) for commodities that can be handled in this transportation service. + 0..n + Transportation Service + Supported + Commodity Classification + Commodity Classification + Commodity Classification + + + + + + + + + ASBIE + Transportation Service. Unsupported_ Commodity Classification. Commodity Classification + A classification for commodities that cannot be handled in this transportation service. + 0..n + Transportation Service + Unsupported + Commodity Classification + Commodity Classification + Commodity Classification + + + + + + + + + ASBIE + Transportation Service. Total Capacity_ Dimension. Dimension + The total capacity or volume available in this transportation service. + 0..1 + Transportation Service + Total Capacity + Dimension + Dimension + Dimension + + + + + + + + + ASBIE + Transportation Service. Shipment Stage + One of the stages of shipment in this transportation service. + 0..n + Transportation Service + Shipment Stage + Shipment Stage + Shipment Stage + + + + + + + + + ASBIE + Transportation Service. Transport Event + One of the transport events taking place in this transportation service. + 0..n + Transportation Service + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transportation Service. Responsible Transport Service Provider_ Party. Party + The transport service provider responsible for this transportation service. + 0..1 + Transportation Service + Responsible Transport Service Provider + Party + Party + Party + + + + + + + + + ASBIE + Transportation Service. Environmental Emission + An environmental emission resulting from this transportation service. + 0..n + Transportation Service + Environmental Emission + Environmental Emission + Environmental Emission + + + + + + + + + ASBIE + Transportation Service. Estimated Duration_ Period. Period + The estimated duration of this transportation service. + 0..1 + Transportation Service + Estimated Duration + Period + Period + Period + + + + + + + + + ASBIE + Transportation Service. Scheduled_ Service Frequency. Service Frequency + A class to specify which day of the week a transport service is operational. + 0..n + Transportation Service + Scheduled + Service Frequency + Service Frequency + Service Frequency + + + + + + + + + + + ABIE + Unstructured Price. Details + A simplified version of the Price class intended for applications such as telephone billing. + Unstructured Price + + + + + + + + + BBIE + Unstructured Price. Price Amount. Amount + The price amount. + 0..1 + Unstructured Price + Price Amount + Amount + Amount. Type + 23.45 + + + + + + + + + BBIE + Unstructured Price. Time Amount. Text + The usage time upon which the price is based. + 0..1 + Unstructured Price + Time Amount + Text + Text. Type + + + + + + + + + + + ABIE + Utility Item. Details + A class to describe the consumption of a utility product. + Utility Item + + + + + + + + + BBIE + Utility Item. Identifier + An identifier for this utility item. + 1 + Utility Item + Identifier + Identifier + Identifier. Type + 1 + + + + + + + + + BBIE + Utility Item. Subscriber Identifier. Identifier + An identifier for the subscriber to the utility. + 0..1 + Utility Item + Subscriber Identifier + Identifier + Identifier. Type + 98143211 + + + + + + + + + BBIE + Utility Item. Subscriber Type. Text + Identification of the subscriber type, expressed as text.. + 0..1 + Utility Item + Subscriber Type + Text + Text. Type + + + + + + + + + BBIE + Utility Item. Subscriber Type Code. Code + The code identifying for the service type. + 0..1 + Utility Item + Subscriber Type Code + Code + Code. Type + + + + + + + + + BBIE + Utility Item. Description. Text + Text describing the consumption product. + 0..n + Utility Item + Description + Text + Text. Type + Basis price quarter (5.761 kWh per 35,58 cents), Transport of electricity, etc. + + + + + + + + + BBIE + Utility Item. Pack Quantity. Quantity + The unit packaging quantity. + 0..1 + Utility Item + Pack Quantity + Quantity + Quantity. Type + 1 + + + + + + + + + BBIE + Utility Item. Pack Size. Numeric + The number of items in a pack. + 0..1 + Utility Item + Pack Size + Numeric + Numeric. Type + + + + + + + + + BBIE + Utility Item. Consumption Type. Text + The type of product consumed, expressed as text. + 0..1 + Utility Item + Consumption Type + Text + Text. Type + Consumption + + + + + + + + + BBIE + Utility Item. Consumption Type Code. Code + The type of product consumed, expressed as a code. + 0..1 + Utility Item + Consumption Type Code + Code + Code. Type + Consumption + + + + + + + + + BBIE + Utility Item. Current_ Charge Type. Text + Information of the actual payments type for the utility Item + 0..1 + Utility Item + Current + Charge Type + Text + Text. Type + + + + + + + + + BBIE + Utility Item. Current_ Charge Type Code. Code + Information of the actual payments type code expressed as a code + 0..1 + Utility Item + Current + Charge Type Code + Code + Code. Type + + + + + + + + + BBIE + Utility Item. One Time_ Charge Type. Text + Information about the one-time payment type in case everything is paid One time + 0..1 + Utility Item + One Time + Charge Type + Text + Text. Type + + + + + + + + + BBIE + Utility Item. One Time_ Charge Type Code. Code + Information about the one-time payment type code + 0..1 + Utility Item + One Time + Charge Type Code + Code + Code. Type + + + + + + + + + ASBIE + Utility Item. Tax Category + The tax category applicable to this utility item. + 0..1 + Utility Item + Tax Category + Tax Category + Tax Category + + + + + + + + + ASBIE + Utility Item. Contract + A contract setting forth conditions applicable to this utility item. + 0..1 + Utility Item + Contract + Contract + Contract + + + + + + + + + + + ABIE + Web Site Access. Details + A class to describe access to a web site. + Web Site Access + + + + + + + + + BBIE + Web Site Access. URI. Identifier + The Uniform Resource Identifier (URI) for this web site; i.e., its Uniform Resource Locator (URL). + 0..1 + Web Site Access + URI + Identifier + Identifier. Type + + + + + + + + + BBIE + Web Site Access. Password. Text + A password to the web site. + 1 + Web Site Access + Password + Text + Text. Type + confidence + + + + + + + + + BBIE + Web Site Access. Login. Text + Text describing login details. + 1 + Web Site Access + Login + Text + Text. Type + Utsuser + + + + + + + + + + + ABIE + Winning Party. Details + A party that is identified as the awarded by a tender result. + Winning Party + + + + + + + + + BBIE + Winning Party. Rank. Text + Indicates the rank obtained in the award. + 0..1 + Winning Party + Rank + Text + Text. Type + + + + + + + + + ASBIE + Winning Party. Party + Information about an organization, sub-organization, or individual fulfilling a role in a business process. + 1 + Winning Party + Party + Party + Party + + + + + + + + + + + ABIE + Work Phase Reference. Details + A class that refers to a phase of work. Used for instance to specify what part of the contract the billing is referring to. + Work Phase Reference + + + + + + + + + BBIE + Work Phase Reference. Identifier + An identifier for this phase of work. + 0..1 + Work Phase Reference + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Work Phase Reference. Work Phase Code. Code + A code signifying this phase of work. + 0..1 + Work Phase Reference + Work Phase Code + Code + Code. Type + + + + + + + + + BBIE + Work Phase Reference. Work Phase. Text + Text describing this phase of work. + 0..n + Work Phase Reference + Work Phase + Text + Text. Type + + + + + + + + + BBIE + Work Phase Reference. Progress Percent. Percent + The progress percentage of the work phase. + 0..1 + Work Phase Reference + Progress Percent + Percent + Percent. Type + + + + + + + + + BBIE + Work Phase Reference. Start Date. Date + The date on which this phase of work begins. + 0..1 + Work Phase Reference + Start Date + Date + Date. Type + + + + + + + + + BBIE + Work Phase Reference. End Date. Date + The date on which this phase of work ends. + 0..1 + Work Phase Reference + End Date + Date + Date. Type + + + + + + + + + ASBIE + Work Phase Reference. Work Order_ Document Reference. Document Reference + A reference to a document regarding the work order for the project in which this phase of work takes place. + 0..n + Work Phase Reference + Work Order + Document Reference + Document Reference + Document Reference + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/common/UBL-CommonBasicComponents-2.1.xsd b/base_ubl/data/xsd-2.1/common/UBL-CommonBasicComponents-2.1.xsd new file mode 100644 index 0000000000..81179677e8 --- /dev/null +++ b/base_ubl/data/xsd-2.1/common/UBL-CommonBasicComponents-2.1.xsd @@ -0,0 +1,5389 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/common/UBL-CommonExtensionComponents-2.1.xsd b/base_ubl/data/xsd-2.1/common/UBL-CommonExtensionComponents-2.1.xsd new file mode 100644 index 0000000000..46c7a020e4 --- /dev/null +++ b/base_ubl/data/xsd-2.1/common/UBL-CommonExtensionComponents-2.1.xsd @@ -0,0 +1,223 @@ + + + + + + + + + + + + + A container for all extensions present in the document. + + + + + + + A container for all extensions present in the document. + + + + + + + A single extension for private use. + + + + + + + + + A single extension for private use. + + + + + + + A single extension for private use. + + + + + + + An identifier for the Extension assigned by the creator of the extension. + + + + + + + A name for the Extension assigned by the creator of the extension. + + + + + + + An agency that maintains one or more Extensions. + + + + + + + The name of the agency that maintains the Extension. + + + + + + + The version of the Extension. + + + + + + + A URI for the Agency that maintains the Extension. + + + + + + + A URI for the Extension. + + + + + + + A code for reason the Extension is being included. + + + + + + + A description of the reason for the Extension. + + + + + + + The definition of the extension content. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/common/UBL-CommonSignatureComponents-2.1.xsd b/base_ubl/data/xsd-2.1/common/UBL-CommonSignatureComponents-2.1.xsd new file mode 100644 index 0000000000..39acb435cb --- /dev/null +++ b/base_ubl/data/xsd-2.1/common/UBL-CommonSignatureComponents-2.1.xsd @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + ABIE + UBL Document Signatures. Details + This class collects all signature information for a document. + UBL Document Signatures + + + + + + + + + ASBIE + UBL Document Signatures. Signature Information + Each of these is scaffolding for a single digital signature. + 1..n + UBL Document Signatures + Signature Information + Signature Information + Signature Information + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/common/UBL-CoreComponentParameters-2.1.xsd b/base_ubl/data/xsd-2.1/common/UBL-CoreComponentParameters-2.1.xsd new file mode 100644 index 0000000000..1a80c18172 --- /dev/null +++ b/base_ubl/data/xsd-2.1/common/UBL-CoreComponentParameters-2.1.xsd @@ -0,0 +1,63 @@ + + + + + + diff --git a/base_ubl/data/xsd-2.1/common/UBL-ExtensionContentDataType-2.1.xsd b/base_ubl/data/xsd-2.1/common/UBL-ExtensionContentDataType-2.1.xsd new file mode 100644 index 0000000000..94eb8cd99a --- /dev/null +++ b/base_ubl/data/xsd-2.1/common/UBL-ExtensionContentDataType-2.1.xsd @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + Any element in any namespace other than the UBL extension + namespace is allowed to be the apex element of an extension. + Only those elements found in the UBL schemas and in the + trees of schemas imported in this module are validated. + Any element for which there is no schema declaration in any + of the trees of schemas passes validation and is not + treated as a schema constraint violation. + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/common/UBL-QualifiedDataTypes-2.1.xsd b/base_ubl/data/xsd-2.1/common/UBL-QualifiedDataTypes-2.1.xsd new file mode 100644 index 0000000000..d16047bad6 --- /dev/null +++ b/base_ubl/data/xsd-2.1/common/UBL-QualifiedDataTypes-2.1.xsd @@ -0,0 +1,69 @@ + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.1/common/UBL-SignatureAggregateComponents-2.1.xsd b/base_ubl/data/xsd-2.1/common/UBL-SignatureAggregateComponents-2.1.xsd new file mode 100644 index 0000000000..5b4bd23e16 --- /dev/null +++ b/base_ubl/data/xsd-2.1/common/UBL-SignatureAggregateComponents-2.1.xsd @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + ABIE + Signature Information. Details + This class captures a single signature and optionally associates to a signature in the document with the corresponding identifier. + Signature Information + + + + + + + + + BBIE + Signature Information. Identifier + This specifies the identifier of the signature distinguishing it from other signatures. + 0..1 + Signature Information + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Signature Information. Referenced Signature Identifier. Identifier + This associates this signature with the identifier of a signature business object in the document. + 0..1 + Signature Information + Referenced Signature Identifier + Identifier + Identifier. Type + + + + + + + This is a single digital signature as defined by the W3C specification. + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/common/UBL-SignatureBasicComponents-2.1.xsd b/base_ubl/data/xsd-2.1/common/UBL-SignatureBasicComponents-2.1.xsd new file mode 100644 index 0000000000..c04a945421 --- /dev/null +++ b/base_ubl/data/xsd-2.1/common/UBL-SignatureBasicComponents-2.1.xsd @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/common/UBL-UnqualifiedDataTypes-2.1.xsd b/base_ubl/data/xsd-2.1/common/UBL-UnqualifiedDataTypes-2.1.xsd new file mode 100644 index 0000000000..96f97c1390 --- /dev/null +++ b/base_ubl/data/xsd-2.1/common/UBL-UnqualifiedDataTypes-2.1.xsd @@ -0,0 +1,553 @@ + + + + + + + + + + UBLUDT000001 + UDT + Amount. Type + 1.0 + A number of monetary units specified using a given unit of currency. + Amount + + + + + + + + UNDT000001-SC2 + SC + Amount. Currency. Identifier + The currency of the amount. + Amount Currency + Identification + Identifier + string + Reference UNECE Rec 9, using 3-letter alphabetic codes. + + + + + + + + + + + UBLUDT000002 + UDT + Binary Object. Type + 1.0 + A set of finite-length sequences of binary octets. + Binary Object + binary + + + + + + + + UNDT000002-SC3 + SC + Binary Object. Mime. Code + The mime type of the binary object. + Binary Object + Mime + Code + string + + + + + + + + + + + UBLUDT000003 + UDT + Graphic. Type + 1.0 + A diagram, graph, mathematical curve, or similar representation. + Graphic + binary + + + + + + + + UNDT000003-SC3 + SC + Graphic. Mime. Code + The mime type of the graphic object. + Graphic + Mime + Code + normalizedString + + + + + + + + + + + UBLUDT000004 + UDT + Picture. Type + 1.0 + A diagram, graph, mathematical curve, or similar representation. + Picture + binary + + + + + + + + UNDT000004-SC3 + SC + Picture. Mime. Code + The mime type of the picture object. + Picture + Mime + Code + normalizedString + + + + + + + + + + + UBLUDT000005 + UDT + Sound. Type + 1.0 + An audio representation. + Sound + binary + + + + + + + + UNDT000005-SC3 + SC + Sound. Mime. Code + The mime type of the sound object. + Sound + Mime + Code + normalizedString + + + + + + + + + + + UBLUDT000006 + UDT + Video. Type + 1.0 + A video representation. + Video + binary + + + + + + + + UNDT000006-SC3 + SC + Video. Mime. Code + The mime type of the video object. + Video + Mime + Code + normalizedString + + + + + + + + + + + UBLUDT000007 + UDT + Code. Type + 1.0 + A character string (letters, figures, or symbols) that for brevity and/or language independence may be used to represent or replace a definitive value or text of an attribute, together with relevant supplementary information. + Code + string + Other supplementary components in the CCT are captured as part of the token and name for the schema module containing the code list and thus, are not declared as attributes. + + + + + + + + + + + UBLUDT000008 + UDT + Date Time. Type + 1.0 + A particular point in the progression of time, together with relevant supplementary information. + Date Time + string + Can be used for a date and/or time. + + + + + + + + + + + UBLUDT000009 + UDT + Date. Type + 1.0 + One calendar day according the Gregorian calendar. + Date + string + + + + + + + + + + + UBLUDT0000010 + UDT + Time. Type + 1.0 + An instance of time that occurs every day. + Time + string + + + + + + + + + + + UBLUDT0000011 + UDT + Identifier. Type + 1.0 + A character string to identify and uniquely distinguish one instance of an object in an identification scheme from all other objects in the same scheme, together with relevant supplementary information. + Identifier + string + Other supplementary components in the CCT are captured as part of the token and name for the schema module containing the identifier list and thus, are not declared as attributes. + + + + + + + + + + + UBLUDT0000012 + UDT + Indicator. Type + 1.0 + A list of two mutually exclusive Boolean values that express the only possible states of a property. + Indicator + string + + + + + + + + + + + UBLUDT0000013 + UDT + Measure. Type + 1.0 + A numeric value determined by measuring an object using a specified unit of measure. + Measure + Type + decimal + + + + + + + + UNDT000013-SC2 + SC + Measure. Unit. Code + The type of unit of measure. + Measure Unit + Code + Code + normalizedString + Reference UNECE Rec. 20 and X12 355 + + + + + + + + + + + UBLUDT0000014 + UDT + Numeric. Type + 1.0 + Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure. + Numeric + string + + + + + + + + + + + UBLUDT0000015 + UDT + 1.0 + Value. Type + Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure. + Value + string + + + + + + + + + + + UBLUDT0000016 + UDT + 1.0 + Percent. Type + Numeric information that is assigned or is determined by calculation, counting, or sequencing and is expressed as a percentage. It does not require a unit of quantity or unit of measure. + Percent + string + + + + + + + + + + + UBLUDT0000017 + UDT + 1.0 + Rate. Type + A numeric expression of a rate that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure. + Rate + string + + + + + + + + + + + UBLUDT0000018 + UDT + Quantity. Type + 1.0 + A counted number of non-monetary units, possibly including a fractional part. + Quantity + decimal + + + + + + + + + + + UBLUDT0000019 + UDT + Text. Type + 1.0 + A character string (i.e. a finite set of characters), generally in the form of words of a language. + Text + string + + + + + + + + + + + UBLUDT0000020 + UDT + Name. Type + 1.0 + A character string that constitutes the distinctive designation of a person, place, thing or concept. + Name + string + + + + + + + diff --git a/base_ubl/data/xsd-2.1/common/UBL-XAdESv132-2.1.xsd b/base_ubl/data/xsd-2.1/common/UBL-XAdESv132-2.1.xsd new file mode 100644 index 0000000000..aee01c262b --- /dev/null +++ b/base_ubl/data/xsd-2.1/common/UBL-XAdESv132-2.1.xsd @@ -0,0 +1,476 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.1/common/UBL-XAdESv141-2.1.xsd b/base_ubl/data/xsd-2.1/common/UBL-XAdESv141-2.1.xsd new file mode 100644 index 0000000000..4be919110f --- /dev/null +++ b/base_ubl/data/xsd-2.1/common/UBL-XAdESv141-2.1.xsd @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.1/common/UBL-xmldsig-core-schema-2.1.xsd b/base_ubl/data/xsd-2.1/common/UBL-xmldsig-core-schema-2.1.xsd new file mode 100644 index 0000000000..3b06be385a --- /dev/null +++ b/base_ubl/data/xsd-2.1/common/UBL-xmldsig-core-schema-2.1.xsd @@ -0,0 +1,330 @@ + + + + + + + ]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-ApplicationResponse-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-ApplicationResponse-2.1.xsd new file mode 100644 index 0000000000..a3f6914356 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-ApplicationResponse-2.1.xsd @@ -0,0 +1,362 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Application Response. Details + A document to indicate the application's response to a transaction. This may be a business response initiated by a user or a technical response sent automatically by an application. + Application Response + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Application Response. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Application Response + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Application Response. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Application Response + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Application Response. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Application Response + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Application Response. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Application Response + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Application Response. Identifier + An identifier for this document, assigned by the sender. + 1 + Application Response + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Application Response. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Application Response + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Application Response. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Application Response + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Application Response. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Application Response + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Application Response. Response Date. Date + The date on which the information in the response was created. + 0..1 + Application Response + Response Date + Date + Date. Type + + + + + + + + + BBIE + Application Response. Response Time. Time + The time at which the information in the response was created. + 0..1 + Application Response + Response Time + Time + Time. Type + + + + + + + + + BBIE + Application Response. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Application Response + Note + Text + Text. Type + + + + + + + + + BBIE + Application Response. Version. Identifier + Identifies the current version of this document. + 0..1 + Application Response + Version + Identifier + Identifier. Type + + + + + + + + + ASBIE + Application Response. Signature + A signature applied to this document. + 0..n + Application Response + Signature + Signature + Signature + + + + + + + + + ASBIE + Application Response. Sender_ Party. Party + The party sending this document. + 1 + Application Response + Sender + Party + Party + Party + + + + + + + + + ASBIE + Application Response. Receiver_ Party. Party + The party receiving this document. + 1 + Application Response + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Application Response. Document Response + A response to a document. + 0..n + Application Response + Document Response + Document Response + Document Response + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-AttachedDocument-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-AttachedDocument-2.1.xsd new file mode 100644 index 0000000000..e9d2cc992f --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-AttachedDocument-2.1.xsd @@ -0,0 +1,416 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Attached Document. Details + A wrapper that allows a document of any kind to be packaged with the UBL document that references it. + Attached Document + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Attached Document. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Attached Document + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Attached Document. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Attached Document + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Attached Document. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Attached Document + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Attached Document. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Attached Document + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Attached Document. Identifier + An identifier for this document, assigned by the sender. + 1 + Attached Document + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Attached Document. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Attached Document + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Attached Document. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Attached Document + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Attached Document. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Attached Document + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Attached Document. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Attached Document + Note + Text + Text. Type + + + + + + + + + BBIE + Attached Document. Document Type Code. Code + A code signifying the type of document. + 0..1 + Attached Document + Document Type Code + Code + Code. Type + + + + + + + + + BBIE + Attached Document. Document Type. Text + Text specifying the type of document. + 0..1 + Attached Document + Document Type + Text + Text. Type + + + + + + + + + BBIE + Attached Document. Parent_ Document Identifier. Identifier + The Identifier of the parent document. + 1 + Attached Document + Parent + Document Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Attached Document. Parent_ Document Type Code. Code + A code signifying the type of parent document. + 0..1 + Attached Document + Parent + Document Type Code + Code + Code. Type + + + + + + + + + BBIE + Attached Document. Parent Document_ Version. Identifier + Indicates the current version of the referred document. + 0..1 + Attached Document + Parent Document + Version + Identifier + Identifier. Type + 1.1 + + + + + + + + + ASBIE + Attached Document. Signature + A signature applied to this document. + 0..n + Attached Document + Signature + Signature + Signature + + + + + + + + + ASBIE + Attached Document. Sender_ Party. Party + The party sending this document. + 1 + Attached Document + Sender + Party + Party + Party + + + + + + + + + ASBIE + Attached Document. Receiver_ Party. Party + The party receiving this document. + 1 + Attached Document + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Attached Document. Attachment + An attachment containing the document content. + 1 + Attached Document + Attachment + Attachment + Attachment + + + + + + + + + ASBIE + Attached Document. Parent Document_ Line Reference. Line Reference + A reference to a line in the attached document. + 0..n + Attached Document + Parent Document + Line Reference + Line Reference + Line Reference + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-AwardedNotification-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-AwardedNotification-2.1.xsd new file mode 100644 index 0000000000..0638c9fe4f --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-AwardedNotification-2.1.xsd @@ -0,0 +1,418 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Awarded Notification. Details + The document used to communicate a contract award to the winner. + Awarded Notification + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Awarded Notification. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Awarded Notification + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Awarded Notification. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Awarded Notification + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Awarded Notification. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Awarded Notification + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Awarded Notification. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Awarded Notification + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Awarded Notification. Identifier + An identifier for this document, assigned by the sender. + 0..1 + Awarded Notification + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Awarded Notification. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Awarded Notification + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Awarded Notification. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Awarded Notification + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Awarded Notification. Contract Folder Identifier. Identifier + An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs. + 1 + Awarded Notification + Contract Folder Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Awarded Notification. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Awarded Notification + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Awarded Notification. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Awarded Notification + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Awarded Notification. Contract Name. Text + The name, expressed as text, of this procurement project. + 0..n + Awarded Notification + Contract Name + Text + Text. Type + + + + + + + + + BBIE + Awarded Notification. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Awarded Notification + Note + Text + Text. Type + + + + + + + + + ASBIE + Awarded Notification. Sender_ Party. Party + The party sending this document. + 1 + Awarded Notification + Sender + Party + Party + Party + + + + + + + + + ASBIE + Awarded Notification. Receiver_ Party. Party + The party receiving this document. + 1 + Awarded Notification + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Awarded Notification. Minutes_ Document Reference. Document Reference + A reference to a set of minutes associated with this award. + 0..1 + Awarded Notification + Minutes + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Awarded Notification. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Awarded Notification + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Awarded Notification. Tender Result + The result of the tendering process reported in this notification. + 1..n + Awarded Notification + Tender Result + Tender Result + Tender Result + + + + + + + + + ASBIE + Awarded Notification. Final_ Financial Guarantee. Financial Guarantee + A bond guarantee by the submitter of a tender or bid, required of the tender winner. + 0..n + Awarded Notification + Final + Financial Guarantee + Financial Guarantee + Financial Guarantee + + + + + + + + + ASBIE + Awarded Notification. Signature + A signature applied to this document. + 0..n + Awarded Notification + Signature + Signature + Signature + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-BillOfLading-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-BillOfLading-2.1.xsd new file mode 100644 index 0000000000..ad70987497 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-BillOfLading-2.1.xsd @@ -0,0 +1,540 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Bill Of Lading. Details + A document issued by the party who acts as an agent for a transportation carrier or other agents to the party who gives instructions for the transportation services (shipper, consignor, etc.) stating the details of the transportation, charges, and terms and conditions under which the transportation service is provided. The party issuing this document does not necessarily provide the physical transportation service. The information in the Bill of Lading corresponds to the information on the Forwarding Instructions. It is used for any mode of transport. A Bill of Lading can serve as a contractual document between the parties for the transportation service. The document evidences a contract of carriage by sea and the acceptance of responsibility for the goods by the carrier, by which the carrier undertakes to deliver the goods against surrender of the document. A provision in the document that the goods are to be delivered to the order of a named person, or to order, or to bearer, constitutes such an undertaking. + Bill Of Lading + House Bill of Landing, Master Bill, Bill + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Bill Of Lading. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Bill Of Lading + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Bill Of Lading. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Bill Of Lading + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Bill Of Lading. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Bill Of Lading + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Bill Of Lading. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Bill Of Lading + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Bill Of Lading. Identifier + An identifier for this document, assigned by the sender. + 1 + Bill Of Lading + Identifier + Identifier + Identifier. Type + Bill of Lading Number + + + + + + + + + BBIE + Bill Of Lading. Carrier Assigned_ Identifier. Identifier + Reference number (such as a booking reference number) assigned by a carrier or its agent to identify a specific shipment when cargo space is reserved prior to loading. + 0..1 + Bill Of Lading + Carrier Assigned + Identifier + Identifier + Identifier. Type + Booking Reference Number + + + + + + + + + BBIE + Bill Of Lading. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Bill Of Lading + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Bill Of Lading. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 0..1 + Bill Of Lading + Issue Date + Date + Date. Type + Transport Document Date + + + + + + + + + BBIE + Bill Of Lading. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Bill Of Lading + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Bill Of Lading. Name + Text, assigned by the sender, that identifies this document to business users. + 0..1 + Bill Of Lading + Name + Name + Name. Type + House Bill , Consolidated Bill of Lading , Proforma , Sea Waybill + + + + + + + + + BBIE + Bill Of Lading. Description. Text + Textual description of the document instance. + 0..n + Bill Of Lading + Description + Text + Text. Type + + + + + + + + + BBIE + Bill Of Lading. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Bill Of Lading + Note + Text + Text. Type + + + + + + + + + BBIE + Bill Of Lading. Document Status Code. Code + A code signifying the status of the Bill Of Lading (revision, replacement, etc.). + 0..1 + Bill Of Lading + Document Status Code + Code + Document Status + Document Status_ Code. Type + + + + + + + + + BBIE + Bill Of Lading. Shipping Order Identifier. Identifier + Reference number to identify a Shipping Order or Forwarding Instruction. + 0..1 + Bill Of Lading + Shipping Order Identifier + Identifier + Identifier. Type + Freight forwarding instruction, Shippers letter of instruction + + + + + + + + + BBIE + Bill Of Lading. To Order_ Indicator. Indicator + Indicates whether the transport document is consigned to order. + 0..1 + Bill Of Lading + To Order + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Bill Of Lading. Ad Valorem_ Indicator. Indicator + A term used in commerce in reference to certain duties, called ad valorem duties, which are levied on commodities at certain rates per centum on their value. + 0..1 + Bill Of Lading + Ad Valorem + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Bill Of Lading. Declared Carriage_ Value. Amount + Value declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage in case of loss or damage to goods or delayed delivery. + 0..1 + Bill Of Lading + Declared Carriage + Value + Amount + Amount. Type + Interest in Delivery + + + + + + + + + BBIE + Bill Of Lading. Other_ Instruction. Text + Other free-text instructions to the forwarders or carriers related to the shipment. This element should only be used where such information cannot be represented in other structured information entities within the document. + 0..n + Bill Of Lading + Other + Instruction + Text + Text. Type + Bill of Lading Remark + + + + + + + + + ASBIE + Bill Of Lading. Consignor_ Party. Party + The party consigning goods as stipulated in the transport contract by the party ordering transport. + 0..1 + Bill Of Lading + Consignor + Party + Party + Party + Consignor (WCO ID 71 and 72) + + + + + + + + + ASBIE + Bill Of Lading. Carrier_ Party. Party + The party providing the transport of goods between named points. + 0..1 + Bill Of Lading + Carrier + Party + Party + Party + Transport Company, Shipping Line, NVOCC, Airline, Haulier, Courier, Carrier (WCO ID 49 and 50) + + + + + + + + + ASBIE + Bill Of Lading. Freight Forwarder_ Party. Party + A party combining individual smaller consignments into a single larger shipment (a so-called consolidated consignment or shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components. + 0..1 + Bill Of Lading + Freight Forwarder + Party + Party + Party + Consolidator (WCO ID 192 AND 193) + + + + + + + + + ASBIE + Bill Of Lading. Shipment + An identifiable collection of one or more goods items to be transported between the seller party and the buyer party. + 0..1 + Bill Of Lading + Shipment + Shipment + Shipment + + + + + + + + + ASBIE + Bill Of Lading. Document Reference + A reference to another document associated with this document. + 0..n + Bill Of Lading + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Bill Of Lading. Exchange Rate + Information that directly relates to the rate of exchange (conversion) between two currencies. + 0..n + Bill Of Lading + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Bill Of Lading. Document Distribution + A list of interested parties to whom this document is distributed. + 0..n + Bill Of Lading + Document Distribution + Document Distribution + Document Distribution + + + + + + + + + ASBIE + Bill Of Lading. Signature + A signature applied to this document. + 0..n + Bill Of Lading + Signature + Signature + Signature + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-CallForTenders-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-CallForTenders-2.1.xsd new file mode 100644 index 0000000000..7997b10017 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-CallForTenders-2.1.xsd @@ -0,0 +1,513 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Call For Tenders. Details + A document used by a Contracting Party to define a procurement project to buy goods, services, or works during a specified period. + Call For Tenders + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Call For Tenders. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Call For Tenders + UBL Version Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Call For Tenders. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Call For Tenders + Customization Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Call For Tenders. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Call For Tenders + Profile Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Call For Tenders. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Call For Tenders + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Call For Tenders. Identifier + An identifier for this document, assigned by the sender. + 0..1 + Call For Tenders + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Call For Tenders. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Call For Tenders + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Call For Tenders. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Call For Tenders + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Call For Tenders. Contract Folder Identifier. Identifier + An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs. + 1 + Call For Tenders + Contract Folder Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Call For Tenders. Approval Date. Date + The date, assigned by the contracting party, on which the Call For Tenders was approved. + 0..1 + Call For Tenders + Approval Date + Date + Date. Type + + + + + + + + + BBIE + Call For Tenders. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Call For Tenders + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Call For Tenders. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Call For Tenders + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Call For Tenders. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Call For Tenders + Note + Text + Text. Type + + + + + + + + + BBIE + Call For Tenders. Version. Identifier + Indicates the current version of the Call for Tenders. + 0..1 + Call For Tenders + Version + Identifier + Identifier. Type + 1.1 + + + + + + + + + BBIE + Call For Tenders. Previous_ Version. Identifier + Identifies the previous version of the Call for Tenders which is superceded by this version. + 0..1 + Call For Tenders + Previous + Version + Identifier + Identifier. Type + 1.0 + + + + + + + + + ASBIE + Call For Tenders. Legal_ Document Reference. Document Reference + A reference to a legal document. + 0..1 + Call For Tenders + Legal + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Call For Tenders. Technical_ Document Reference. Document Reference + A reference to a technical document. + 0..1 + Call For Tenders + Technical + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Call For Tenders. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Call For Tenders + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Call For Tenders. Signature + A signature applied to this document. + 0..n + Call For Tenders + Signature + Signature + Signature + + + + + + + + + ASBIE + Call For Tenders. Contracting Party + The contracting party. + 1 + Call For Tenders + Contracting Party + Contracting Party + Contracting Party + + + + + + + + + ASBIE + Call For Tenders. Originator_ Customer Party. Customer Party + The party who originated Order. + 0..n + Call For Tenders + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Call For Tenders. Receiver_ Party. Party + The party receiving this document. + 0..1 + Call For Tenders + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Call For Tenders. Tendering Terms + The tendering terms associated with this tendering process. + 0..1 + Call For Tenders + Tendering Terms + Tendering Terms + Tendering Terms + + + + + + + + + ASBIE + Call For Tenders. Tendering Process + A description of the tendering process itself. + 0..1 + Call For Tenders + Tendering Process + Tendering Process + Tendering Process + + + + + + + + + ASBIE + Call For Tenders. Procurement Project + An overall definition of this procurement project. + 1 + Call For Tenders + Procurement Project + Procurement Project + Procurement Project + + + + + + + + + ASBIE + Call For Tenders. Procurement Project Lot + One of the procurement project lots into which this contract can be split. + 0..n + Call For Tenders + Procurement Project Lot + Procurement Project Lot + Procurement Project Lot + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-Catalogue-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-Catalogue-2.1.xsd new file mode 100644 index 0000000000..27de6e5fc1 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-Catalogue-2.1.xsd @@ -0,0 +1,565 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Catalogue. Details + A document that describes items, prices, and price validity. + Catalogue + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Catalogue. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Catalogue + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Catalogue. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Catalogue + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Catalogue. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Catalogue + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Catalogue. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Catalogue + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Catalogue. Identifier + An identifier for this document, assigned by the sender. + 1 + Catalogue + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Catalogue + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue. Action Code. Code + A code signifying whether the transaction is a replacement or an update. + 0..1 + Catalogue + Action Code + Code + Code. Type + Replace , Update . + + + + + + + + + BBIE + Catalogue. Name + Text, assigned by the sender, that identifies this document to business users. + 0..1 + Catalogue + Name + Name + Name. Type + winter 2005 collection + + + + + + + + + BBIE + Catalogue. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Catalogue + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Catalogue + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue. Revision Date. Date + The date, assigned by the seller party, on which the information in the Catalogue was last revised. + 0..1 + Catalogue + Revision Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue. Revision Time. Time + The time, assigned by the Seller party, at which the information in the Catalogue was last revised. + 0..1 + Catalogue + Revision Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Catalogue + Note + Text + Text. Type + + + + + + + + + BBIE + Catalogue. Description. Text + Textual description of the document instance. + 0..n + Catalogue + Description + Text + Text. Type + computer accessories for laptops + + + + + + + + + BBIE + Catalogue. Version. Identifier + An identifier for the current version of the Catalogue. + 0..1 + Catalogue + Version + Identifier + Identifier. Type + 1.1 + + + + + + + + + BBIE + Catalogue. Previous_ Version. Identifier + An identifier for the previous version of the Catalogue that is superseded by this version. + 0..1 + Catalogue + Previous + Version + Identifier + Identifier. Type + 1.0 + + + + + + + + + BBIE + Catalogue. Line Count. Numeric + The number of Catalogue Lines in the document. + 0..1 + Catalogue + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Catalogue. Validity_ Period. Period + A period, assigned by the seller, during which the information in the Catalogue is effective. This may be given as start and end dates or as a duration. + 0..n + Catalogue + Validity + Period + Period + Period + + + + + + + + + ASBIE + Catalogue. Referenced_ Contract. Contract + A contract or framework agreement with which this Catalogue is associated. + 0..n + Catalogue + Referenced + Contract + Contract + Contract + + + + + + + + + ASBIE + Catalogue. Source_ Catalogue Reference. Catalogue Reference + A reference to the source catalogue. + 0..1 + Catalogue + Source + Catalogue Reference + Catalogue Reference + Catalogue Reference + + + + + + + + + ASBIE + Catalogue. Document Reference + A reference to another document associated with this document. + 0..n + Catalogue + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Catalogue. Signature + A signature applied to this document. + 0..n + Catalogue + Signature + Signature + Signature + + + + + + + + + ASBIE + Catalogue. Provider_ Party. Party + The party providing the Catalogue. + 1 + Catalogue + Provider + Party + Party + Party + + + + + + + + + ASBIE + Catalogue. Receiver_ Party. Party + The party receiving the Catalogue. + 1 + Catalogue + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Catalogue. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Catalogue + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue. Contractor_ Customer Party. Customer Party + The customer party responsible for the contracts with which the Catalogue is associated. + 0..1 + Catalogue + Contractor + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Catalogue. Trading Terms + The trading terms associated with this Catalogue. + 0..n + Catalogue + Trading Terms + Trading Terms + Trading Terms + + + + + + + + + ASBIE + Catalogue. Catalogue Line + A line in a Catalogue describing an item of sale. + 1..n + Catalogue + Catalogue Line + Catalogue Line + Catalogue Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-CatalogueDeletion-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-CatalogueDeletion-2.1.xsd new file mode 100644 index 0000000000..219a40d759 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-CatalogueDeletion-2.1.xsd @@ -0,0 +1,465 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Catalogue Deletion. Details + A document used to cancel an entire Catalogue. + Catalogue Deletion + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Catalogue Deletion. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Catalogue Deletion + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Catalogue Deletion. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Catalogue Deletion + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Catalogue Deletion. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Catalogue Deletion + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Catalogue Deletion. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Catalogue Deletion + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Catalogue Deletion. Identifier + An identifier for this document, assigned by the sender. + 1 + Catalogue Deletion + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Deletion. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Catalogue Deletion + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Deletion. Name + Text, assigned by the sender, that identifies this document to business users. + 0..1 + Catalogue Deletion + Name + Name + Name. Type + + + + + + + + + BBIE + Catalogue Deletion. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Catalogue Deletion + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Deletion. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Catalogue Deletion + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Deletion. Effective Date. Date + The effective date, assigned by the seller, on which the Catalogue expires. + 0..1 + Catalogue Deletion + Effective Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Deletion. Effective Time. Time + The effective time, assigned by the seller, at which the Catalogue expires. + 0..1 + Catalogue Deletion + Effective Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Deletion. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Catalogue Deletion + Note + Text + Text. Type + + + + + + + + + BBIE + Catalogue Deletion. Version. Identifier + Identifies the current version of the Catalogue. + 0..1 + Catalogue Deletion + Version + Identifier + Identifier. Type + 1.1 + + + + + + + + + BBIE + Catalogue Deletion. Description. Text + Textual description of the document instance. + 0..n + Catalogue Deletion + Description + Text + Text. Type + stock no longer provided + + + + + + + + + ASBIE + Catalogue Deletion. Validity_ Period. Period + The period during which the Deletion of the catalogue becomes effective. This may be given as start (after date) and end dates (before date). + 0..n + Catalogue Deletion + Validity + Period + Period + Period + + + + + + + + + ASBIE + Catalogue Deletion. Deleted_ Catalogue Reference. Catalogue Reference + A reference to the Catalogue being deleted. + 1 + Catalogue Deletion + Deleted + Catalogue Reference + Catalogue Reference + Catalogue Reference + + + + + + + + + ASBIE + Catalogue Deletion. Referenced_ Contract. Contract + A contract or framework agreement with which the Catalogue was associated. + 0..n + Catalogue Deletion + Referenced + Contract + Contract + Contract + + + + + + + + + ASBIE + Catalogue Deletion. Signature + A signature applied to this document. + 0..n + Catalogue Deletion + Signature + Signature + Signature + + + + + + + + + ASBIE + Catalogue Deletion. Receiver_ Party. Party + The party receiving the Catalogue Deletion. + 1 + Catalogue Deletion + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Catalogue Deletion. Provider_ Party. Party + The party sending the Catalogue Deletion. + 1 + Catalogue Deletion + Provider + Party + Party + Party + + + + + + + + + ASBIE + Catalogue Deletion. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Catalogue Deletion + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue Deletion. Contractor_ Customer Party. Customer Party + The customer party responsible for the contracts with which the Catalogue was associated. + 0..1 + Catalogue Deletion + Contractor + Customer Party + Customer Party + Customer Party + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-CatalogueItemSpecificationUpdate-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-CatalogueItemSpecificationUpdate-2.1.xsd new file mode 100644 index 0000000000..e4c365c296 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-CatalogueItemSpecificationUpdate-2.1.xsd @@ -0,0 +1,533 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Catalogue Item Specification Update. Details + A document used to update information (e.g., technical descriptions and properties) about Items in an existing Catalogue. + Catalogue Item Specification Update + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Catalogue Item Specification Update. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Catalogue Item Specification Update + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Catalogue Item Specification Update. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Catalogue Item Specification Update + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Catalogue Item Specification Update. Profile Identifier. Identifier + Identifies a user-defined profile of the subset of UBL being used. + 0..1 + Catalogue Item Specification Update + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Catalogue Item Specification Update. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Catalogue Item Specification Update + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Item Specification Update. Identifier + An identifier for this document, assigned by the sender. + 1 + Catalogue Item Specification Update + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Item Specification Update. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Catalogue Item Specification Update + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Item Specification Update. Name + Text, assigned by the sender, that identifies this document to business users. + 0..1 + Catalogue Item Specification Update + Name + Name + Name. Type + electrical goods - new energy ratings. + + + + + + + + + BBIE + Catalogue Item Specification Update. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Catalogue Item Specification Update + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Item Specification Update. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Catalogue Item Specification Update + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Item Specification Update. Revision Date. Date + The date, assigned by the seller, on which the Catalogue was revised. + 0..1 + Catalogue Item Specification Update + Revision Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Item Specification Update. Revision Time. Time + The time, assigned by the seller, at which the Catalogue was revised. + 0..1 + Catalogue Item Specification Update + Revision Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Item Specification Update. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Catalogue Item Specification Update + Note + Text + Text. Type + + + + + + + + + BBIE + Catalogue Item Specification Update. Description. Text + Textual description of the document instance. + 0..n + Catalogue Item Specification Update + Description + Text + Text. Type + ratings based on new environmental standards for EU + + + + + + + + + BBIE + Catalogue Item Specification Update. Version. Identifier + Identifies the current version of the Catalogue. + 0..1 + Catalogue Item Specification Update + Version + Identifier + Identifier. Type + 1.1 + + + + + + + + + BBIE + Catalogue Item Specification Update. Line Count. Numeric + The number of Catalogue Item Specification Update Lines in this document. + 0..1 + Catalogue Item Specification Update + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Catalogue Item Specification Update. Validity_ Period. Period + A period, assigned by the seller, during which the information in the Catalogue Revision is effective. This may be given as start and end dates or as a duration. + 0..n + Catalogue Item Specification Update + Validity + Period + Period + Period + + + + + + + + + ASBIE + Catalogue Item Specification Update. Related_ Catalogue Reference. Catalogue Reference + A reference to the Catalogue being updated. + 1 + Catalogue Item Specification Update + Related + Catalogue Reference + Catalogue Reference + Catalogue Reference + + + + + + + + + ASBIE + Catalogue Item Specification Update. Referenced_ Contract. Contract + A contract or framework agreement with which the Catalogue is associated. + 0..n + Catalogue Item Specification Update + Referenced + Contract + Contract + Contract + + + + + + + + + ASBIE + Catalogue Item Specification Update. Signature + A signature applied to this document. + 0..n + Catalogue Item Specification Update + Signature + Signature + Signature + + + + + + + + + ASBIE + Catalogue Item Specification Update. Provider_ Party. Party + The party sending the Catalogue Item Specification Update. + 1 + Catalogue Item Specification Update + Provider + Party + Party + Party + + + + + + + + + ASBIE + Catalogue Item Specification Update. Receiver_ Party. Party + The party receiving the Catalogue Item Specification Update. + 1 + Catalogue Item Specification Update + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Catalogue Item Specification Update. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Catalogue Item Specification Update + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue Item Specification Update. Contractor_ Customer Party. Customer Party + The customer party responsible for the contracts with which the Catalogue is associated. + 0..1 + Catalogue Item Specification Update + Contractor + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Catalogue Item Specification Update. Trading Terms + The trading terms associated with the Catalogue. + 0..1 + Catalogue Item Specification Update + Trading Terms + Trading Terms + Trading Terms + + + + + + + + + ASBIE + Catalogue Item Specification Update. Default_ Language. Language + The default language for the item specifications. + 0..1 + Catalogue Item Specification Update + Default + Language + Language + Language + + + + + + + + + ASBIE + Catalogue Item Specification Update. Catalogue Item Specification Update Line + One or more lines in the Catalogue Item Specification Update, each line updating a specific catalogue item. + 1..n + Catalogue Item Specification Update + Catalogue Item Specification Update Line + Catalogue Item Specification Update Line + Catalogue Item Specification Update Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-CataloguePricingUpdate-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-CataloguePricingUpdate-2.1.xsd new file mode 100644 index 0000000000..d0c144c5bd --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-CataloguePricingUpdate-2.1.xsd @@ -0,0 +1,532 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Catalogue Pricing Update. Details + A document used to update information about prices in an existing Catalogue. + Catalogue Pricing Update + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Catalogue Pricing Update. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Catalogue Pricing Update + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Catalogue Pricing Update. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Catalogue Pricing Update + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Catalogue Pricing Update. Profile Identifier. Identifier + Identifies a user-defined profile of the subset of UBL being used. + 0..1 + Catalogue Pricing Update + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Catalogue Pricing Update. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Catalogue Pricing Update + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Pricing Update. Identifier + An identifier for this document, assigned by the sender. + 1 + Catalogue Pricing Update + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Pricing Update. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Catalogue Pricing Update + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Pricing Update. Name + Text, assigned by the sender, that identifies this document to business users. + 0..1 + Catalogue Pricing Update + Name + Name + Name. Type + Seasonal Promotion + + + + + + + + + BBIE + Catalogue Pricing Update. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Catalogue Pricing Update + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Pricing Update. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Catalogue Pricing Update + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Pricing Update. Revision Date. Date + The date, assigned by the seller, on which the Catalogue was revised. + 0..1 + Catalogue Pricing Update + Revision Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Pricing Update. Revision Time. Time + The time, assigned by the seller, at which the Catalogue was revised. + 0..1 + Catalogue Pricing Update + Revision Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Pricing Update. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Catalogue Pricing Update + Note + Text + Text. Type + + + + + + + + + BBIE + Catalogue Pricing Update. Description. Text + Describes the Catalogue Revision. + 0..n + Catalogue Pricing Update + Description + Text + Text. Type + adjustment of prices for Christmas trading period + + + + + + + + + BBIE + Catalogue Pricing Update. Version. Identifier + Indicates the current version of the catalogue. + 0..1 + Catalogue Pricing Update + Version + Identifier + Identifier. Type + 1.1 + + + + + + + + + BBIE + Catalogue Pricing Update. Line Count. Numeric + The number of lines in the document. + 0..1 + Catalogue Pricing Update + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Catalogue Pricing Update. Validity_ Period. Period + A period, assigned by the seller, during which the information in the Catalogue Revision is effective. This may be given as start and end dates or as a duration. + 0..n + Catalogue Pricing Update + Validity + Period + Period + Period + + + + + + + + + ASBIE + Catalogue Pricing Update. Related_ Catalogue Reference. Catalogue Reference + A reference to the Catalogue being updated. + 1 + Catalogue Pricing Update + Related + Catalogue Reference + Catalogue Reference + Catalogue Reference + + + + + + + + + ASBIE + Catalogue Pricing Update. Referenced_ Contract. Contract + A contract or framework agreement with which the Catalogue is associated. + 0..n + Catalogue Pricing Update + Referenced + Contract + Contract + Contract + + + + + + + + + ASBIE + Catalogue Pricing Update. Signature + A signature applied to this document. + 0..n + Catalogue Pricing Update + Signature + Signature + Signature + + + + + + + + + ASBIE + Catalogue Pricing Update. Provider_ Party. Party + The party sending the Catalogue Pricing Update. + 1 + Catalogue Pricing Update + Provider + Party + Party + Party + + + + + + + + + ASBIE + Catalogue Pricing Update. Receiver_ Party. Party + The party receiving the Catalogue Pricing Update. + 1 + Catalogue Pricing Update + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Catalogue Pricing Update. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Catalogue Pricing Update + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue Pricing Update. Contractor_ Customer Party. Customer Party + The customer party responsible for the contracts with which the Catalogue is associated. + 0..1 + Catalogue Pricing Update + Contractor + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Catalogue Pricing Update. Trading Terms + The trading terms associated with the Catalogue. + 0..1 + Catalogue Pricing Update + Trading Terms + Trading Terms + Trading Terms + + + + + + + + + ASBIE + Catalogue Pricing Update. Default_ Language. Language + The default language for the catalogue pricing update. + 0..1 + Catalogue Pricing Update + Default + Language + Language + Language + + + + + + + + + ASBIE + Catalogue Pricing Update. Catalogue Pricing Update Line + One or more lines in the Catalogue Pricing Update, each line updating a specific catalogue item. + 1..n + Catalogue Pricing Update + Catalogue Pricing Update Line + Catalogue Pricing Update Line + Catalogue Pricing Update Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-CatalogueRequest-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-CatalogueRequest-2.1.xsd new file mode 100644 index 0000000000..c02106ad9f --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-CatalogueRequest-2.1.xsd @@ -0,0 +1,571 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Catalogue Request. Details + A document used to request a Catalogue. + Catalogue Request + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Catalogue Request. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Catalogue Request + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Catalogue Request. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Catalogue Request + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Catalogue Request. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Catalogue Request + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Catalogue Request. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Catalogue Request + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Request. Identifier + An identifier for this document, assigned by the sender. + 1 + Catalogue Request + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Request. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Catalogue Request + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Catalogue Request. Name + Text, assigned by the sender, that identifies this document to business users. + 0..1 + Catalogue Request + Name + Name + Name. Type + winter 2005 collection + + + + + + + + + BBIE + Catalogue Request. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Catalogue Request + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Catalogue Request. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Catalogue Request + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Catalogue Request. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Catalogue Request + Note + Text + Text. Type + + + + + + + + + BBIE + Catalogue Request. Description. Text + Textual description of the document instance. + 0..n + Catalogue Request + Description + Text + Text. Type + latest computer accessories for laptops + + + + + + + + + BBIE + Catalogue Request. Pricing Update Request_ Indicator. Indicator + Indicates a request for a pricing update. + 0..1 + Catalogue Request + Pricing Update Request + Indicator + Indicator + Indicator. Type + default is true + + + + + + + + + BBIE + Catalogue Request. Item Update Request_ Indicator. Indicator + Indicates a request for an update of the item specifications. + 0..1 + Catalogue Request + Item Update Request + Indicator + Indicator + Indicator. Type + default is true + + + + + + + + + BBIE + Catalogue Request. Line Count. Numeric + The number of Catalogue Lines in this document. + 0..1 + Catalogue Request + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Catalogue Request. Validity_ Period. Period + The period, assigned by the Catalogue Managing party, during which the information in the Catalogue requested is to be effective. This may be given as start and end dates or a duration. + 0..n + Catalogue Request + Validity + Period + Period + Period + + + + + + + + + ASBIE + Catalogue Request. Signature + A signature applied to this document. + 0..n + Catalogue Request + Signature + Signature + Signature + + + + + + + + + ASBIE + Catalogue Request. Receiver_ Party. Party + The party receiving the Catalogue Request. + 1 + Catalogue Request + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Catalogue Request. Provider_ Party. Party + The party sending the Catalogue Request. + 1 + Catalogue Request + Provider + Party + Party + Party + + + + + + + + + ASBIE + Catalogue Request. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Catalogue Request + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Catalogue Request. Contractor_ Customer Party. Customer Party + The customer party responsible for the contracts with which the Catalogue is associated. + 0..1 + Catalogue Request + Contractor + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Catalogue Request. Requested_ Catalogue Reference. Catalogue Reference + A reference to a specific Catalogue; used if the Catalogue Request is for an update. + 0..1 + Catalogue Request + Requested + Catalogue Reference + Catalogue Reference + Catalogue Reference + + + + + + + + + ASBIE + Catalogue Request. Referenced_ Contract. Contract + A contract or framework agreement with which the Catalogue being requested is associated. + 0..n + Catalogue Request + Referenced + Contract + Contract + Contract + + + + + + + + + ASBIE + Catalogue Request. Trading Terms + The trading terms associated with the requested Catalogue. + 0..1 + Catalogue Request + Trading Terms + Trading Terms + Trading Terms + + + + + + + + + ASBIE + Catalogue Request. Document Reference + A reference to another document associated with this document. + 0..n + Catalogue Request + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Catalogue Request. Applicable Territory_ Address. Address + A reference to a territory (region, country, city, etc.) to which the requested Catalogue will apply, expressed as an Address. + 0..n + Catalogue Request + Applicable Territory + Address + Address + Address + + + + + + + + + ASBIE + Catalogue Request. Requested_ Language. Language + The language in which the Catalogue is requested to be provided. + 0..1 + Catalogue Request + Requested + Language + Language + Language + + + + + + + + + ASBIE + Catalogue Request. Requested_ Classification Scheme. Classification Scheme + A requested classification scheme for the requested Catalogue. + 0..n + Catalogue Request + Requested + Classification Scheme + Classification Scheme + Classification Scheme + + + + + + + + + ASBIE + Catalogue Request. Catalogue Request Line + An association to specific Catalogue Lines for the catalogue requested. + 0..n + Catalogue Request + Catalogue Request Line + Catalogue Request Line + Catalogue Request Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-CertificateOfOrigin-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-CertificateOfOrigin-2.1.xsd new file mode 100644 index 0000000000..9bb222ee9d --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-CertificateOfOrigin-2.1.xsd @@ -0,0 +1,417 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Certificate Of Origin. Details + A document that describes the Certificate of Origin. + Certificate Of Origin + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Certificate Of Origin. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Certificate Of Origin + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Certificate Of Origin. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Certificate Of Origin + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Certificate Of Origin. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Certificate Of Origin + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Certificate Of Origin. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Certificate Of Origin + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Certificate Of Origin. Identifier + An identifier for this document, assigned by the sender. + 1 + Certificate Of Origin + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Certificate Of Origin. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Certificate Of Origin + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Certificate Of Origin. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 0..1 + Certificate Of Origin + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Certificate Of Origin. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Certificate Of Origin + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Certificate Of Origin. Description. Text + Textual description of the document instance. + 0..n + Certificate Of Origin + Description + Text + Text. Type + + + + + + + + + BBIE + Certificate Of Origin. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Certificate Of Origin + Note + Text + Text. Type + + + + + + + + + BBIE + Certificate Of Origin. Version. Identifier + Identifies the version of this Certificate of Origin. + 0..1 + Certificate Of Origin + Version + Identifier + Identifier. Type + + + + + + + + + ASBIE + Certificate Of Origin. Signature + A signature applied to this document. + 0..n + Certificate Of Origin + Signature + Signature + Signature + + + + + + + + + ASBIE + Certificate Of Origin. Exporter_ Party. Party + The Party who makes the export declaration, or on whose behalf the export declaration is made, and who is the owner of the goods or has similar right of disposal over them at the time when the declaration is accepted. + 0..1 + Certificate Of Origin + Exporter + Party + Party + Party + Exporter (WCO ID 41 and 42) + + + + + + + + + ASBIE + Certificate Of Origin. Importer_ Party. Party + The Party who makes an import declaration, or on whose behalf a Customs clearing agent or other authorized person makes an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned. + 0..1 + Certificate Of Origin + Importer + Party + Party + Party + Importer (WCO ID 39 and 40) + + + + + + + + + ASBIE + Certificate Of Origin. Endorser Party + The Party providing the endorsement. + 0..n + Certificate Of Origin + Endorser Party + Endorser Party + Endorser Party + + + + + + + + + ASBIE + Certificate Of Origin. Certificate Of Origin Application + Details of the application for a Certificate of Origin. + 1 + Certificate Of Origin + Certificate Of Origin Application + Certificate Of Origin Application + Certificate Of Origin Application + + + + + + + + + ASBIE + Certificate Of Origin. Issuer_ Endorsement. Endorsement + Issuer Endorsement details. + 1 + Certificate Of Origin + Issuer + Endorsement + Endorsement + Endorsement + + + + + + + + + ASBIE + Certificate Of Origin. Embassy_ Endorsement. Endorsement + Embassy Endorsement details. + 0..1 + Certificate Of Origin + Embassy + Endorsement + Endorsement + Endorsement + + + + + + + + + ASBIE + Certificate Of Origin. Insurance_ Endorsement. Endorsement + Insurance Endorsement details. + 0..1 + Certificate Of Origin + Insurance + Endorsement + Endorsement + Endorsement + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-ContractAwardNotice-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-ContractAwardNotice-2.1.xsd new file mode 100644 index 0000000000..57e042cb04 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-ContractAwardNotice-2.1.xsd @@ -0,0 +1,493 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Contract Award Notice. Details + A document published by a Contracting Party to announce the awarding of a procurement project. + Contract Award Notice + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Contract Award Notice. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Contract Award Notice + UBL Version Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Contract Award Notice. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Contract Award Notice + Customization Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Contract Award Notice. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Contract Award Notice + Profile Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Contract Award Notice. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Contract Award Notice + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Contract Award Notice. Identifier + An identifier for this document, assigned by the sender. + 0..1 + Contract Award Notice + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Contract Award Notice. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Contract Award Notice + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Contract Award Notice. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Contract Award Notice + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Contract Award Notice. Contract Folder Identifier. Identifier + An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs. + 1 + Contract Award Notice + Contract Folder Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Contract Award Notice. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Contract Award Notice + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Contract Award Notice. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Contract Award Notice + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Contract Award Notice. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Contract Award Notice + Note + Text + Text. Type + + + + + + + + + BBIE + Contract Award Notice. Regulatory Domain. Text + Information about the law that defines the regulatory domain. + 0..n + Contract Award Notice + Regulatory Domain + Text + Text. Type + + + + + + + + + BBIE + Contract Award Notice. Publish Award Indicator. Indicator + An indicator specifying if the notice is published for service contracts within certain service categories (true) or not (false). + 0..1 + Contract Award Notice + Publish Award Indicator + Indicator + Indicator. Type + + + + + + + + + ASBIE + Contract Award Notice. Previous_ Document Reference. Document Reference + A reference to a previously sent document. + 0..n + Contract Award Notice + Previous + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Contract Award Notice. Minutes_ Document Reference. Document Reference + A reference to a set of minutes. + 0..n + Contract Award Notice + Minutes + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Contract Award Notice. Signature + A signature applied to this document. + 0..n + Contract Award Notice + Signature + Signature + Signature + + + + + + + + + ASBIE + Contract Award Notice. Contracting Party + The contracting party. + 1 + Contract Award Notice + Contracting Party + Contracting Party + Contracting Party + + + + + + + + + ASBIE + Contract Award Notice. Originator_ Customer Party. Customer Party + The party who originated Order. + 0..1 + Contract Award Notice + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Contract Award Notice. Receiver_ Party. Party + The party receiving this document. + 0..1 + Contract Award Notice + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Contract Award Notice. Tendering Terms + The tendering terms associated with this tendering process. + 0..1 + Contract Award Notice + Tendering Terms + Tendering Terms + Tendering Terms + + + + + + + + + ASBIE + Contract Award Notice. Tendering Process + A description of the tendering process itself. + 0..1 + Contract Award Notice + Tendering Process + Tendering Process + Tendering Process + + + + + + + + + ASBIE + Contract Award Notice. Procurement Project + An overall definition of this procurement project. + 0..1 + Contract Award Notice + Procurement Project + Procurement Project + Procurement Project + + + + + + + + + ASBIE + Contract Award Notice. Procurement Project Lot + One of the procurement project lots into which this contract can be split. + 0..n + Contract Award Notice + Procurement Project Lot + Procurement Project Lot + Procurement Project Lot + + + + + + + + + ASBIE + Contract Award Notice. Tender Result + A result of the bid opening in the tendering process. + 1..n + Contract Award Notice + Tender Result + Tender Result + Tender Result + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-ContractNotice-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-ContractNotice-2.1.xsd new file mode 100644 index 0000000000..fa34d7573b --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-ContractNotice-2.1.xsd @@ -0,0 +1,459 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Contract Notice. Details + A document used by a Contracting party to announce a project to buy goods, services, or works. + Contract Notice + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Contract Notice. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Contract Notice + UBL Version Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Contract Notice. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Contract Notice + Customization Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Contract Notice. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Contract Notice + Profile Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Contract Notice. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Contract Notice + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Contract Notice. Identifier + An identifier for this document, assigned by the sender. + 0..1 + Contract Notice + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Contract Notice. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Contract Notice + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Contract Notice. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Contract Notice + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Contract Notice. Contract Folder Identifier. Identifier + An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs. + 1 + Contract Notice + Contract Folder Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Contract Notice. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 0..1 + Contract Notice + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Contract Notice. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Contract Notice + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Contract Notice. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Contract Notice + Note + Text + Text. Type + + + + + + + + + BBIE + Contract Notice. Requested_ Publication Date. Date + The requested publication date for this Contract Notice. + 0..1 + Contract Notice + Requested + Publication Date + Date + Date. Type + + + + + + + + + BBIE + Contract Notice. Regulatory Domain. Text + Information about the law that defines the regulatory domain. + 0..n + Contract Notice + Regulatory Domain + Text + Text. Type + + + + + + + + + ASBIE + Contract Notice. Frequency_ Period. Period + The estimated frequency of future notices. + 0..1 + Contract Notice + Frequency + Period + Period + Period + + + + + + + + + ASBIE + Contract Notice. Signature + A signature applied to this document. + 0..n + Contract Notice + Signature + Signature + Signature + + + + + + + + + ASBIE + Contract Notice. Contracting Party + The contracting party. + 1 + Contract Notice + Contracting Party + Contracting Party + Contracting Party + + + + + + + + + ASBIE + Contract Notice. Originator_ Customer Party. Customer Party + A party who originally requested the tender. + 0..n + Contract Notice + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Contract Notice. Receiver_ Party. Party + The party receiving this document. + 0..1 + Contract Notice + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Contract Notice. Tendering Terms + The tendering terms associated with this tendering process. + 0..1 + Contract Notice + Tendering Terms + Tendering Terms + Tendering Terms + + + + + + + + + ASBIE + Contract Notice. Tendering Process + A description of the tendering process itself. + 0..1 + Contract Notice + Tendering Process + Tendering Process + Tendering Process + + + + + + + + + ASBIE + Contract Notice. Procurement Project + An overall definition of this procurement project. + 1 + Contract Notice + Procurement Project + Procurement Project + Procurement Project + + + + + + + + + ASBIE + Contract Notice. Procurement Project Lot + One of the procurement project lots into which this contract can be split. + 0..n + Contract Notice + Procurement Project Lot + Procurement Project Lot + Procurement Project Lot + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-CreditNote-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-CreditNote-2.1.xsd new file mode 100644 index 0000000000..e4f2c7cfb1 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-CreditNote-2.1.xsd @@ -0,0 +1,951 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Credit Note. Details + A document used to specify credits due to the Debtor from the Creditor. + Credit Note + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Credit Note. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Credit Note + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Credit Note. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Credit Note + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Credit Note. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Credit Note + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Credit Note. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Credit Note + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Credit Note. Identifier + An identifier for this document, assigned by the sender. + 1 + Credit Note + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Credit Note. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Credit Note + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Credit Note. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Credit Note + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Credit Note. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Credit Note + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Credit Note. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Credit Note + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Credit Note. Tax Point Date. Date + The date of the Credit Note, used to indicate the point at which tax becomes applicable. + 0..1 + Credit Note + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Credit Note. Credit Note Type Code. Code + A code signifying the type of the Credit Note. + 0..1 + Credit Note + Credit Note Type Code + Code + Code. Type + + + + + + + + + BBIE + Credit Note. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Credit Note + Note + Text + Text. Type + + + + + + + + + BBIE + Credit Note. Document_ Currency Code. Code + A code signifying the default currency for this document. + 0..1 + Credit Note + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Credit Note. Tax_ Currency Code. Code + A code signifying the currency used for tax amounts in the Credit Note. + 0..1 + Credit Note + Tax + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Credit Note. Pricing_ Currency Code. Code + A code signifying the currency used for prices in the Credit Note. + 0..1 + Credit Note + Pricing + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Credit Note. Payment_ Currency Code. Code + A code signifying the currency used for payment in the Credit Note. + 0..1 + Credit Note + Payment + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Credit Note. Payment Alternative_ Currency Code. Code + A code signifying the alternative currency used for payment in the Credit Note. + 0..1 + Credit Note + Payment Alternative + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Credit Note. Accounting Cost Code. Code + The buyer's accounting code, applied to the Credit Note as a whole. + 0..1 + Credit Note + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Credit Note. Accounting Cost. Text + The buyer's accounting code, applied to the Credit Note as a whole, expressed as text. + 0..1 + Credit Note + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Credit Note. Line Count. Numeric + The number of Credit Note Lines in the document. + 0..1 + Credit Note + Line Count + Numeric + Numeric. Type + + + + + + + + + BBIE + Credit Note. Buyer_ Reference. Text + A reference provided by the buyer used for internal routing of the document. + 0..1 + Credit Note + Buyer + Reference + Text + Text. Type + + + + + + + + + ASBIE + Credit Note. Invoice_ Period. Period + Associates the Credit Note with Invoicing Periods rather than with a specific Invoice. + 0..n + Credit Note + Invoice + Period + Period + Period + + + + + + + + + ASBIE + Credit Note. Discrepancy_ Response. Response + A reason for the Credit Note as a whole. + 0..n + Credit Note + Discrepancy + Response + Response + Response + + + + + + + + + ASBIE + Credit Note. Order Reference + The Order associated with this Credit Note. + 0..1 + Credit Note + Order Reference + Order Reference + Order Reference + + + + + + + + + ASBIE + Credit Note. Billing Reference + A reference to a billing document associated with this document. + 0..n + Credit Note + Billing Reference + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Credit Note. Despatch_ Document Reference. Document Reference + A reference to a Despatch Advice associated with this document. + 0..n + Credit Note + Despatch + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Credit Note. Receipt_ Document Reference. Document Reference + A reference to a Receipt Advice associated with this document. + 0..n + Credit Note + Receipt + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Credit Note. Contract_ Document Reference. Document Reference + A reference to a contract associated with this document. + 0..n + Credit Note + Contract + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Credit Note. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Credit Note + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Credit Note. Statement_ Document Reference. Document Reference + A reference to a Statement associated with this document. + 0..n + Credit Note + Statement + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Credit Note. Originator_ Document Reference. Document Reference + A reference to an originator document associated with this document. + 0..n + Credit Note + Originator + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Credit Note. Signature + A signature applied to this document. + 0..n + Credit Note + Signature + Signature + Signature + + + + + + + + + ASBIE + Credit Note. Accounting_ Supplier Party. Supplier Party + The accounting supplier party. + 1 + Credit Note + Accounting + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Credit Note. Accounting_ Customer Party. Customer Party + The accounting customer party. + 1 + Credit Note + Accounting + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Credit Note. Payee_ Party. Party + The payee. + 0..1 + Credit Note + Payee + Party + Party + Party + + + + + + + + + ASBIE + Credit Note. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Credit Note + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Credit Note. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Credit Note + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Credit Note. Tax Representative_ Party. Party + The tax representative. + 0..1 + Credit Note + Tax Representative + Party + Party + Party + + + + + + + + + ASBIE + Credit Note. Delivery + A delivery associated with this document. + 0..n + Credit Note + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Credit Note. Delivery Terms + A set of delivery terms associated with this document. + 0..n + Credit Note + Delivery Terms + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Credit Note. Payment Means + Expected means of payment. + 0..n + Credit Note + Payment Means + Payment Means + Payment Means + + + + + + + + + ASBIE + Credit Note. Payment Terms + A set of payment terms associated with this document. + 0..n + Credit Note + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Credit Note. Tax_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the tax currency. + 0..1 + Credit Note + Tax + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Credit Note. Pricing_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the pricing currency. + 0..1 + Credit Note + Pricing + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Credit Note. Payment_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment currency. + 0..1 + Credit Note + Payment + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Credit Note. Payment Alternative_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment alternative currency. + 0..1 + Credit Note + Payment Alternative + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Credit Note. Allowance Charge + A discount or charge that applies to a price component. + 0..n + Credit Note + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Credit Note. Tax Total + The total amount of a specific type of tax. + 0..n + Credit Note + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Credit Note. Legal_ Monetary Total. Monetary Total + The total amount payable on the Credit Note, including allowances, charges, and taxes. + 1 + Credit Note + Legal + Monetary Total + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Credit Note. Credit Note Line + A Credit Note line. + 1..n + Credit Note + Credit Note Line + Credit Note Line + Credit Note Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-DebitNote-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-DebitNote-2.1.xsd new file mode 100644 index 0000000000..7c89614248 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-DebitNote-2.1.xsd @@ -0,0 +1,916 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Debit Note. Details + A document used to specify debts incurred by the Debtor. + Debit Note + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Debit Note. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Debit Note + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Debit Note. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Debit Note + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Debit Note. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Debit Note + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Debit Note. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Debit Note + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Debit Note. Identifier + An identifier for this document, assigned by the sender. + 1 + Debit Note + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Debit Note. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Debit Note + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Debit Note. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Debit Note + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Debit Note. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Debit Note + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Debit Note. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Debit Note + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Debit Note. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Debit Note + Note + Text + Text. Type + + + + + + + + + BBIE + Debit Note. Tax Point Date. Date + The date of the Debit Note, used to indicate the point at which tax becomes applicable. + 0..1 + Debit Note + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Debit Note. Document_ Currency Code. Code + A code signifying the default currency for this document. + 0..1 + Debit Note + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Debit Note. Tax_ Currency Code. Code + A code signifying the currency used for tax amounts in the Debit Note. + 0..1 + Debit Note + Tax + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Debit Note. Pricing_ Currency Code. Code + A code signifying the currency used for prices in the Debit Note. + 0..1 + Debit Note + Pricing + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Debit Note. Payment_ Currency Code. Code + A code signifying the currency used for payment in the Debit Note. + 0..1 + Debit Note + Payment + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Debit Note. Payment Alternative_ Currency Code. Code + A code signifying the alternative currency used for payment in the Debit Note. + 0..1 + Debit Note + Payment Alternative + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Debit Note. Accounting Cost Code. Code + The Buyer's accounting code, applied to the Credit Note as a whole. + 0..1 + Debit Note + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Debit Note. Accounting Cost. Text + The Buyer's accounting code, applied to the Credit Note as a whole, expressed as text. + 0..1 + Debit Note + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Debit Note. Line Count. Numeric + The number of Debit Note Lines in this document. + 0..1 + Debit Note + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Debit Note. Invoice_ Period. Period + A period (rather than a specific invoice) associated with this document. + 0..n + Debit Note + Invoice + Period + Period + Period + + + + + + + + + ASBIE + Debit Note. Discrepancy_ Response. Response + A reason for the Debit Note as a whole. + 0..n + Debit Note + Discrepancy + Response + Response + Response + + + + + + + + + ASBIE + Debit Note. Order Reference + A reference to an Order with which this Debit Note is associated. + 0..1 + Debit Note + Order Reference + Order Reference + Order Reference + + + + + + + + + ASBIE + Debit Note. Billing Reference + A reference to a billing document associated with this document. + 0..n + Debit Note + Billing Reference + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Debit Note. Despatch_ Document Reference. Document Reference + A reference to a Despatch Advice associated with this document. + 0..n + Debit Note + Despatch + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Debit Note. Receipt_ Document Reference. Document Reference + A reference to a Receipt Advice associated with this document. + 0..n + Debit Note + Receipt + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Debit Note. Statement_ Document Reference. Document Reference + A reference to a Statement associated with this document. + 0..n + Debit Note + Statement + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Debit Note. Contract_ Document Reference. Document Reference + A reference to a contract associated with this document. + 0..n + Debit Note + Contract + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Debit Note. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Debit Note + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Debit Note. Signature + A signature applied to this document. + 0..n + Debit Note + Signature + Signature + Signature + + + + + + + + + ASBIE + Debit Note. Accounting_ Supplier Party. Supplier Party + The accounting supplier party. + 1 + Debit Note + Accounting + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Debit Note. Accounting_ Customer Party. Customer Party + The accounting customer party. + 1 + Debit Note + Accounting + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Debit Note. Payee_ Party. Party + The payee. + 0..1 + Debit Note + Payee + Party + Party + Party + + + + + + + + + ASBIE + Debit Note. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Debit Note + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Debit Note. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Debit Note + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Debit Note. Tax Representative_ Party. Party + The tax representative. + 0..1 + Debit Note + Tax Representative + Party + Party + Party + + + + + + + + + ASBIE + Debit Note. Prepaid_ Payment. Payment + A prepaid payment. + 0..n + Debit Note + Prepaid + Payment + Payment + Payment + + + + + + + + + ASBIE + Debit Note. Allowance Charge + A discount or charge that applies to a price component. + 0..n + Debit Note + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Debit Note. Delivery + A delivery associated with this document. + 0..n + Debit Note + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Debit Note. Delivery Terms + A set of delivery terms associated with this document. + 0..n + Debit Note + Delivery Terms + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Debit Note. Payment Means + Expected means of payment. + 0..n + Debit Note + Payment Means + Payment Means + Payment Means + + + + + + + + + ASBIE + Debit Note. Payment Terms + A set of payment terms associated with this document. + 0..n + Debit Note + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Debit Note. Tax_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the tax currency. + 0..1 + Debit Note + Tax + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Debit Note. Pricing_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the pricing currency. + 0..1 + Debit Note + Pricing + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Debit Note. Payment_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment currency. + 0..1 + Debit Note + Payment + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Debit Note. Payment Alternative_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment alternative currency. + 0..1 + Debit Note + Payment Alternative + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Debit Note. Tax Total + The total amount of a specific type of tax. + 0..n + Debit Note + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Debit Note. Requested_ Monetary Total. Monetary Total + The total amount payable on the Debit Note, including allowances, charges, and taxes. + 1 + Debit Note + Requested + Monetary Total + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Debit Note. Debit Note Line + A Debit Note line. + 1..n + Debit Note + Debit Note Line + Debit Note Line + Debit Note Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-DespatchAdvice-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-DespatchAdvice-2.1.xsd new file mode 100644 index 0000000000..2094fa55f4 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-DespatchAdvice-2.1.xsd @@ -0,0 +1,482 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Despatch Advice. Details + A document used to describe the despatch or delivery of goods and services. + Despatch Advice + Ship Note, Dispatch Advice, Consignment Note + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Despatch Advice. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Despatch Advice + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Despatch Advice. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Despatch Advice + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Despatch Advice. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Despatch Advice + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Despatch Advice. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Despatch Advice + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Despatch Advice. Identifier + An identifier for this document, assigned by the sender. + 1 + Despatch Advice + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Despatch Advice. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Despatch Advice + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Despatch Advice. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Despatch Advice + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Despatch Advice. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Despatch Advice + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Despatch Advice. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Despatch Advice + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Despatch Advice. Document Status Code. Code + A code signifying the status of the Despatch Advice with respect to its original state. This code may be used if the document precedes the event and is subsequently found to be incorrect and in need of cancellation or revision. + 0..1 + Despatch Advice + Document Status Code + Code + Document Status + Document Status_ Code. Type + + + + + + + + + BBIE + Despatch Advice. Despatch Advice Type Code. Code + A code signifying the type of the Despatch Advice. + 0..1 + Despatch Advice + Despatch Advice Type Code + Code + Code. Type + + + + + + + + + BBIE + Despatch Advice. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Despatch Advice + Note + Text + Text. Type + + + + + + + + + BBIE + Despatch Advice. Line Count. Numeric + The number of Despatch Lines in this document. + 0..1 + Despatch Advice + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Despatch Advice. Order Reference + A reference to an Order with which this Despatch Advice is associated. + 0..n + Despatch Advice + Order Reference + Order Reference + Order Reference + + + + + + + + + ASBIE + Despatch Advice. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Despatch Advice + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Despatch Advice. Signature + A signature applied to this document. + 0..n + Despatch Advice + Signature + Signature + Signature + + + + + + + + + ASBIE + Despatch Advice. Despatch_ Supplier Party. Supplier Party + The despatch party. + 1 + Despatch Advice + Despatch + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Despatch Advice. Delivery_ Customer Party. Customer Party + The delivery recipient. + 1 + Despatch Advice + Delivery + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Despatch Advice. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Despatch Advice + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Despatch Advice. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Despatch Advice + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Despatch Advice. Originator_ Customer Party. Customer Party + A customer party as originator. + 0..1 + Despatch Advice + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Despatch Advice. Shipment + The shipment. + 0..1 + Despatch Advice + Shipment + Shipment + Shipment + + + + + + + + + ASBIE + Despatch Advice. Despatch Line + A Despatch Line associated with a kind of item delivered. + 1..n + Despatch Advice + Despatch Line + Despatch Line + Despatch Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-DocumentStatus-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-DocumentStatus-2.1.xsd new file mode 100644 index 0000000000..d306d7df58 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-DocumentStatus-2.1.xsd @@ -0,0 +1,350 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Document Status. Details + A document used to provide information about document status. + Document Status + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Document Status. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Document Status + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Document Status. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Document Status + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Document Status. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Document Status + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Document Status. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Document Status + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Document Status. Identifier + An identifier for this document, assigned by the sender. + 1 + Document Status + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Document Status. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Document Status + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Document Status. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Document Status + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Document Status. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Document Status + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Document Status. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Document Status + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Document Status. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Document Status + Note + Text + Text. Type + + + + + + + + + ASBIE + Document Status. Signature + A signature applied to this document. + 0..n + Document Status + Signature + Signature + Signature + + + + + + + + + ASBIE + Document Status. Sender_ Party. Party + The party sending this document. + 0..1 + Document Status + Sender + Party + Party + Party + + + + + + + + + ASBIE + Document Status. Receiver_ Party. Party + The party receiving this document. + 0..1 + Document Status + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Document Status. Document Response + A response to the document. + 0..1 + Document Status + Document Response + Document Response + Document Response + + + + + + + + + ASBIE + Document Status. Additional_ Document Response. Document Response + A document linked or related to the document for which the status was requested. + 0..n + Document Status + Additional + Document Response + Document Response + Document Response + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-DocumentStatusRequest-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-DocumentStatusRequest-2.1.xsd new file mode 100644 index 0000000000..8b26d2b6fc --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-DocumentStatusRequest-2.1.xsd @@ -0,0 +1,348 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Document Status Request. Details + A document used to request the status of another document. + Document Status Request + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Document Status Request. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Document Status Request + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Document Status Request. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Document Status Request + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Document Status Request. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Document Status Request + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Document Status Request. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Document Status Request + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Document Status Request. Identifier + An identifier for this document, assigned by the sender. + 1 + Document Status Request + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Document Status Request. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Document Status Request + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Document Status Request. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Document Status Request + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Document Status Request. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Document Status Request + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Document Status Request. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Document Status Request + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Document Status Request. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Document Status Request + Note + Text + Text. Type + + + + + + + + + BBIE + Document Status Request. Tracking Identifier. Identifier + An identifier for tracking status of the business process . + 0..1 + Document Status Request + Tracking Identifier + Identifier + Identifier. Type + + + + + + + + + ASBIE + Document Status Request. Requested_ Document Reference. Document Reference + The document about which status is requested. + 0..1 + Document Status Request + Requested + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Document Status Request. Signature + A signature applied to this document. + 0..n + Document Status Request + Signature + Signature + Signature + + + + + + + + + ASBIE + Document Status Request. Sender_ Party. Party + The party sending this document. + 0..1 + Document Status Request + Sender + Party + Party + Party + + + + + + + + + ASBIE + Document Status Request. Receiver_ Party. Party + The party receiving this document. + 0..1 + Document Status Request + Receiver + Party + Party + Party + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-ExceptionCriteria-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-ExceptionCriteria-2.1.xsd new file mode 100644 index 0000000000..d965175a5b --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-ExceptionCriteria-2.1.xsd @@ -0,0 +1,417 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Exception Criteria. Details + A document used to specify the thresholds for forecast variance, product activity, and performance history beyond which exceptions should be triggered. + Exception Criteria + Exception Criteria + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Exception Criteria. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Exception Criteria + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Exception Criteria. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Exception Criteria + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Exception Criteria. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Exception Criteria + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Exception Criteria. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Exception Criteria + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Exception Criteria. Identifier + An identifier for this document, assigned by the sender. + 1 + Exception Criteria + Identifier + Identifier + Identifier. Type + Exception Criteria Number + + + + + + + + + BBIE + Exception Criteria. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Exception Criteria + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Exception Criteria. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Exception Criteria + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Exception Criteria. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Exception Criteria + Issue Date + Date + Date. Type + Exception Criteria Date + + + + + + + + + BBIE + Exception Criteria. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Exception Criteria + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Exception Criteria. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Exception Criteria + Note + Text + Text. Type + + + + + + + + + BBIE + Exception Criteria. Version. Identifier + Identifies the current version of this document. + 0..1 + Exception Criteria + Version + Identifier + Identifier. Type + + + + + + + + + ASBIE + Exception Criteria. Validity_ Period. Period + The period of time during which the Exception Criteria is valid. + 1 + Exception Criteria + Validity + Period + Period + Period + + + + + + + + + ASBIE + Exception Criteria. Document Reference + A reference to another document associated with this document. + 0..n + Exception Criteria + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Exception Criteria. Signature + A signature applied to this document. + 0..n + Exception Criteria + Signature + Signature + Signature + + + + + + + + + ASBIE + Exception Criteria. Sender_ Party. Party + The party sending this document. + 1 + Exception Criteria + Sender + Party + Party + Party + + + + + + + + + ASBIE + Exception Criteria. Receiver_ Party. Party + The party receiving this document. + 1 + Exception Criteria + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Exception Criteria. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Exception Criteria + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Exception Criteria. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Exception Criteria + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Exception Criteria. Exception Criteria Line + A line expressing an exception criterion setting thresholds beyond which an exception should be triggered. + 1..n + Exception Criteria + Exception Criteria Line + Exception Criteria Line + Exception Criteria Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-ExceptionNotification-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-ExceptionNotification-2.1.xsd new file mode 100644 index 0000000000..ee1a46a3b7 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-ExceptionNotification-2.1.xsd @@ -0,0 +1,403 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Exception Notification. Details + A document used to notify an exception in forecast variance, product activity, or performance history. + Exception Notification + ExceptionNotification + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Exception Notification. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Exception Notification + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Exception Notification. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Exception Notification + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Exception Notification. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Exception Notification + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Exception Notification. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Exception Notification + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Exception Notification. Identifier + An identifier for this document, assigned by the sender. + 1 + Exception Notification + Identifier + Identifier + Identifier. Type + Exception Notification Number + + + + + + + + + BBIE + Exception Notification. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Exception Notification + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Exception Notification. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Exception Notification + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Exception Notification. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Exception Notification + Issue Date + Date + Date. Type + Exception Notification Date + + + + + + + + + BBIE + Exception Notification. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Exception Notification + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Exception Notification. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Exception Notification + Note + Text + Text. Type + + + + + + + + + ASBIE + Exception Notification. Exception Observation_ Period. Period + The period of time during which the exceptions are observed. + 1 + Exception Notification + Exception Observation + Period + Period + Period + + + + + + + + + ASBIE + Exception Notification. Document Reference + A reference to another document associated with this document. + 0..n + Exception Notification + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Exception Notification. Signature + A signature applied to this document. + 0..n + Exception Notification + Signature + Signature + Signature + + + + + + + + + ASBIE + Exception Notification. Sender_ Party. Party + The party sending this document. + 1 + Exception Notification + Sender + Party + Party + Party + + + + + + + + + ASBIE + Exception Notification. Receiver_ Party. Party + The party receiving this document. + 1 + Exception Notification + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Exception Notification. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Exception Notification + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Exception Notification. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Exception Notification + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Exception Notification. Exception Notification Line + A line in the Exception Notification. + 1..n + Exception Notification + Exception Notification Line + Exception Notification Line + Exception Notification Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-Forecast-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-Forecast-2.1.xsd new file mode 100644 index 0000000000..fdf840b822 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-Forecast-2.1.xsd @@ -0,0 +1,454 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Forecast. Details + A document used to forecast sales or orders. + Forecast + Forecast + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Forecast. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Forecast + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Forecast. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Forecast + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Forecast. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Forecast + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Forecast. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Forecast + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Forecast. Identifier + An identifier for this document, assigned by the sender. + 1 + Forecast + Identifier + Identifier + Identifier. Type + Forecast Number + + + + + + + + + BBIE + Forecast. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Forecast + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Forecast. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Forecast + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Forecast. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Forecast + Issue Date + Date + Date. Type + Forecast Date + + + + + + + + + BBIE + Forecast. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Forecast + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Forecast. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Forecast + Note + Text + Text. Type + + + + + + + + + BBIE + Forecast. Version. Identifier + Identifies the current version of this document. + 0..1 + Forecast + Version + Identifier + Identifier. Type + + + + + + + + + BBIE + Forecast. Based On Consensus_ Indicator. Indicator + Indicates whether the Forecast is based on consensus (true) or not (false). + 0..1 + Forecast + Based On Consensus + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Forecast. Forecast_ Purpose Code. Code + A code signifying the purpose of the Forecast document. + 1 + Forecast + Forecast + Purpose Code + Code + Code. Type + + + + + + + + + ASBIE + Forecast. Forecast_ Period. Period + The period to which the Forecast applies. + 1 + Forecast + Forecast + Period + Period + Period + + + + + + + + + ASBIE + Forecast. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Forecast + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Forecast. Signature + A signature applied to this document. + 0..n + Forecast + Signature + Signature + Signature + + + + + + + + + ASBIE + Forecast. Sender_ Party. Party + The party sending this document. + 1 + Forecast + Sender + Party + Party + Party + + + + + + + + + ASBIE + Forecast. Receiver_ Party. Party + The party receiving this document. + 1 + Forecast + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Forecast. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Forecast + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Forecast. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Forecast + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Forecast. Forecast Line + A Forecast Line. + 1..n + Forecast + Forecast Line + Forecast Line + Forecast Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-ForecastRevision-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-ForecastRevision-2.1.xsd new file mode 100644 index 0000000000..a5294d0c41 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-ForecastRevision-2.1.xsd @@ -0,0 +1,453 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Forecast Revision. Details + A document used to revise a Forecast. + Forecast Revision + Forecast Revision + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Forecast Revision. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Forecast Revision + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Forecast Revision. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Forecast Revision + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Forecast Revision. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Forecast Revision + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Forecast Revision. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Forecast Revision + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Forecast Revision. Identifier + An identifier for this document, assigned by the sender. + 1 + Forecast Revision + Identifier + Identifier + Identifier. Type + Forecast Revision Number + + + + + + + + + BBIE + Forecast Revision. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Forecast Revision + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Forecast Revision. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Forecast Revision + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Forecast Revision. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Forecast Revision + Issue Date + Date + Date. Type + Forecast Date + + + + + + + + + BBIE + Forecast Revision. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Forecast Revision + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Forecast Revision. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Forecast Revision + Note + Text + Text. Type + + + + + + + + + BBIE + Forecast Revision. Sequence Number. Identifier + A sequence number, to ensure the proper sequencing of revisions. + 1 + Forecast Revision + Sequence Number + Identifier + Identifier. Type + + + + + + + + + BBIE + Forecast Revision. Revision_ Status Code. Code + Indicates the revision status of this Forecast Revision. + 0..1 + Forecast Revision + Revision + Status Code + Code + Code. Type + + + + + + + + + BBIE + Forecast Revision. Purpose Code. Code + Indicates the purpose of the revision. + 0..1 + Forecast Revision + Purpose Code + Code + Code. Type + + + + + + + + + ASBIE + Forecast Revision. Forecast_ Period. Period + The period to which the Forecast applies. + 1 + Forecast Revision + Forecast + Period + Period + Period + + + + + + + + + ASBIE + Forecast Revision. Original_ Document Reference. Document Reference + The Forecast document being revised. + 0..n + Forecast Revision + Original + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Forecast Revision. Signature + A signature applied to this document. + 0..n + Forecast Revision + Signature + Signature + Signature + + + + + + + + + ASBIE + Forecast Revision. Sender_ Party. Party + The party sending this document. + 1 + Forecast Revision + Sender + Party + Party + Party + + + + + + + + + ASBIE + Forecast Revision. Receiver_ Party. Party + The party receiving this document. + 1 + Forecast Revision + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Forecast Revision. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Forecast Revision + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Forecast Revision. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Forecast Revision + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Forecast Revision. Forecast Revision Line + A line that revises a line in the Forecast. + 1..n + Forecast Revision + Forecast Revision Line + Forecast Revision Line + Forecast Revision Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-ForwardingInstructions-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-ForwardingInstructions-2.1.xsd new file mode 100644 index 0000000000..6702ab2c54 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-ForwardingInstructions-2.1.xsd @@ -0,0 +1,517 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Forwarding Instructions. Details + A document issued to a forwarder, giving instructions regarding the action to be taken for the forwarding of goods described therein. Forwarding Instructions is used by any party who gives instructions for the transportation services required for a consignment of goods to any party who is contracted to provide the transportation services. The parties who issue this document are commonly referred to as the shipper or consignor, while the parties who receive this document are forwarders, carriers, shipping agents, etc. This document may also be issued by a forwarder or shipping agent in its capacity as a shipper. This document can be used to arrange for the transportation (1) of different types of goods or cargoes; (2) whether containerized or non-containerized; (3) through different modes of transport including multi-modal; and (4) from any origin to any destination. + Forwarding Instructions + Forwarding Instruction, Freight Forwarding Instruction, Shippers Letter of Instruction, Shipper's Letter of Instruction, Shipping Instruction + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Forwarding Instructions. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Forwarding Instructions + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Forwarding Instructions. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Forwarding Instructions + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Forwarding Instructions. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Forwarding Instructions + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Forwarding Instructions. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Forwarding Instructions + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Forwarding Instructions. Identifier + An identifier for this document, assigned by the sender. + 1 + Forwarding Instructions + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Forwarding Instructions. Carrier Assigned_ Identifier. Identifier + Reference number assigned by a carrier or its agent to identify a specific shipment, such as a booking reference number when cargo space is reserved prior to loading. + 0..1 + Forwarding Instructions + Carrier Assigned + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Forwarding Instructions. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Forwarding Instructions + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Forwarding Instructions. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 0..1 + Forwarding Instructions + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Forwarding Instructions. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Forwarding Instructions + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Forwarding Instructions. Name + Text, assigned by the sender, that identifies this document to business users. + 0..1 + Forwarding Instructions + Name + Name + Name. Type + + + + + + + + + BBIE + Forwarding Instructions. Description. Text + Textual description of the document instance. + 0..n + Forwarding Instructions + Description + Text + Text. Type + + + + + + + + + BBIE + Forwarding Instructions. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Forwarding Instructions + Note + Text + Text. Type + + + + + + + + + BBIE + Forwarding Instructions. Document Status Code. Code + A code signifying the status of the Forwarding Instructions with respect to its original state. This code may be used if the document precedes the event and is subsequently found to be incorrect and in need of cancellation or revision. + 0..1 + Forwarding Instructions + Document Status Code + Code + Document Status + Document Status_ Code. Type + + + + + + + + + BBIE + Forwarding Instructions. Shipping Order Identifier. Identifier + Reference number to identify a Shipping Order. + 0..1 + Forwarding Instructions + Shipping Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Forwarding Instructions. To Order_ Indicator. Indicator + Indicates whether the transport document is consigned to order. + 0..1 + Forwarding Instructions + To Order + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Forwarding Instructions. Ad Valorem_ Indicator. Indicator + A term used in commerce in reference to certain duties, called ad valorem duties, which are levied on commodities at certain rates per centum on their value. + 0..1 + Forwarding Instructions + Ad Valorem + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Forwarding Instructions. Declared Carriage_ Value. Amount + Value declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage in case of loss or damage to goods or delayed delivery. + 0..1 + Forwarding Instructions + Declared Carriage + Value + Amount + Amount. Type + + + + + + + + + BBIE + Forwarding Instructions. Other_ Instruction. Text + Contains other free-text instructions to the forwarders or carriers related to the shipment. This should only be used where such information cannot be represented in other structured information entities within the document. + 0..n + Forwarding Instructions + Other + Instruction + Text + Text. Type + + + + + + + + + ASBIE + Forwarding Instructions. Consignor_ Party. Party + The party consigning goods, as stipulated in the transport contract by the party ordering transport. + 0..1 + Forwarding Instructions + Consignor + Party + Party + Party + Consignor (WCO ID 71 and 72) + + + + + + + + + ASBIE + Forwarding Instructions. Carrier_ Party. Party + The party providing the transport of goods between named points. + 0..1 + Forwarding Instructions + Carrier + Party + Party + Party + Transport Company, Shipping Line, NVOCC, Airline, Haulier, Courier, Carrier (WCO ID 49 and 50) + + + + + + + + + ASBIE + Forwarding Instructions. Freight Forwarder_ Party. Party + A party combining individual smaller consignments into a single larger shipment (a so-called consolidated consignment or shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components. + 0..1 + Forwarding Instructions + Freight Forwarder + Party + Party + Party + Consolidator (WCO ID 192 AND 193) + + + + + + + + + ASBIE + Forwarding Instructions. Shipment + An identifiable collection of one or more goods items to be transported between the seller party and the buyer party. + 1 + Forwarding Instructions + Shipment + Shipment + Shipment + + + + + + + + + ASBIE + Forwarding Instructions. Document Reference + A reference to another document associated with this document. + 0..n + Forwarding Instructions + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Forwarding Instructions. Exchange Rate + Information about the rate of exchange (conversion) between two currencies. + 0..n + Forwarding Instructions + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Forwarding Instructions. Signature + A signature applied to this document. + 0..n + Forwarding Instructions + Signature + Signature + Signature + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-FreightInvoice-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-FreightInvoice-2.1.xsd new file mode 100644 index 0000000000..ecdc1e8e9e --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-FreightInvoice-2.1.xsd @@ -0,0 +1,867 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Freight Invoice. Details + A document stating the charges incurred for a logistics service. + Freight Invoice + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Freight Invoice. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Freight Invoice + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Freight Invoice. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Freight Invoice + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Freight Invoice. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Freight Invoice + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Freight Invoice. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Freight Invoice + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Freight Invoice. Identifier + An identifier for this document, assigned by the sender. + 1 + Freight Invoice + Identifier + Identifier + Identifier. Type + Invoice Number + + + + + + + + + BBIE + Freight Invoice. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Freight Invoice + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Freight Invoice. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Freight Invoice + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Freight Invoice. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Freight Invoice + Issue Date + Date + Date. Type + Invoice Date + + + + + + + + + BBIE + Freight Invoice. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Freight Invoice + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Freight Invoice. Invoice Type Code. Code + A code signifying the type of the Freight Invoice. + 0..1 + Freight Invoice + Invoice Type Code + Code + Code. Type + + + + + + + + + BBIE + Freight Invoice. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Freight Invoice + Note + Text + Text. Type + + + + + + + + + BBIE + Freight Invoice. Tax Point Date. Date + The date of the Freight Invoice, used to indicate the point at which tax becomes applicable. + 0..1 + Freight Invoice + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Freight Invoice. Document_ Currency Code. Code + A code signifying the default currency for this document. + 0..1 + Freight Invoice + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Freight Invoice. Tax_ Currency Code. Code + A code signifying the currency used for tax amounts in the Freight Invoice. + 0..1 + Freight Invoice + Tax + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Freight Invoice. Pricing_ Currency Code. Code + A code signifying the currency used for prices in the Freight Invoice. + 0..1 + Freight Invoice + Pricing + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Freight Invoice. Payment_ Currency Code. Code + A code signifying the currency used for payment in the Freight Invoice. + 0..1 + Freight Invoice + Payment + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Freight Invoice. Payment Alternative_ Currency Code. Code + A code signifying the alternative currency used for payment in the Freight Invoice. + 0..1 + Freight Invoice + Payment Alternative + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Freight Invoice. Accounting Cost Code. Code + The buyer's accounting code, applied to the Freight Invoice as a whole. + 0..1 + Freight Invoice + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Freight Invoice. Accounting Cost. Text + The buyer's accounting cost centre, applied to the Freight Invoice as a whole, expressed as text. + 0..1 + Freight Invoice + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Freight Invoice. Line Count. Numeric + The number of Invoice Lines in the document. + 0..1 + Freight Invoice + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Freight Invoice. Invoice_ Period. Period + The time periods to which the Freight Invoice applies. + 0..n + Freight Invoice + Invoice + Period + Period + Period + + + + + + + + + ASBIE + Freight Invoice. Shipment + Details about one or more shipments covered by this Freight Invoice. + 1..n + Freight Invoice + Shipment + Shipment + Shipment + + + + + + + + + ASBIE + Freight Invoice. Order Reference + Reference to an Order associated with this Freight Invoice. + 0..1 + Freight Invoice + Order Reference + Order Reference + Order Reference + + + + + + + + + ASBIE + Freight Invoice. Billing Reference + A reference to a billing document associated with this document. + 0..n + Freight Invoice + Billing Reference + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Freight Invoice. Despatch_ Document Reference. Document Reference + A reference to a Despatch Advice associated with this document. + 0..n + Freight Invoice + Despatch + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Freight Invoice. Receipt_ Document Reference. Document Reference + A reference to a Receipt Advice associated with this document. + 0..n + Freight Invoice + Receipt + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Freight Invoice. Originator_ Document Reference. Document Reference + A reference to an originator document associated with this document. + 0..n + Freight Invoice + Originator + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Freight Invoice. Contract_ Document Reference. Document Reference + A reference to a contract associated with this document. + 0..n + Freight Invoice + Contract + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Freight Invoice. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Freight Invoice + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Freight Invoice. Signature + A signature applied to this document. + 0..n + Freight Invoice + Signature + Signature + Signature + + + + + + + + + ASBIE + Freight Invoice. Accounting_ Supplier Party. Supplier Party + The accounting supplier party. + 1 + Freight Invoice + Accounting + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Freight Invoice. Accounting_ Customer Party. Customer Party + The accounting customer party. + 1 + Freight Invoice + Accounting + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Freight Invoice. Payee_ Party. Party + The payee. + 0..1 + Freight Invoice + Payee + Party + Party + Party + + + + + + + + + ASBIE + Freight Invoice. Tax Representative_ Party. Party + The tax representative. + 0..1 + Freight Invoice + Tax Representative + Party + Party + Party + + + + + + + + + ASBIE + Freight Invoice. Payment Means + Expected means of payment. + 0..n + Freight Invoice + Payment Means + Payment Means + Payment Means + + + + + + + + + ASBIE + Freight Invoice. Payment Terms + A set of payment terms associated with this document. + 0..n + Freight Invoice + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Freight Invoice. Prepaid_ Payment. Payment + A prepaid payment. + 0..n + Freight Invoice + Prepaid + Payment + Payment + Payment + + + + + + + + + ASBIE + Freight Invoice. Allowance Charge + A discount or charge that applies to a price component. + 0..n + Freight Invoice + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Freight Invoice. Tax_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the tax currency. + 0..1 + Freight Invoice + Tax + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Freight Invoice. Pricing_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the pricing currency. + 0..1 + Freight Invoice + Pricing + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Freight Invoice. Payment_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment currency. + 0..1 + Freight Invoice + Payment + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Freight Invoice. Payment Alternative_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment alternative currency. + 0..1 + Freight Invoice + Payment Alternative + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Freight Invoice. Tax Total + The total amount of a specific type of tax. + 0..n + Freight Invoice + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Freight Invoice. Legal_ Monetary Total. Monetary Total + The total amount payable on the Freight Invoice, including Allowances, Charges, and Taxes. + 1 + Freight Invoice + Legal + Monetary Total + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Freight Invoice. Invoice Line + An Invoice Line. + 1..n + Freight Invoice + Invoice Line + Invoice Line + Invoice Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-FulfilmentCancellation-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-FulfilmentCancellation-2.1.xsd new file mode 100644 index 0000000000..ff4c26b3ed --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-FulfilmentCancellation-2.1.xsd @@ -0,0 +1,471 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Fulfilment Cancellation. Details + A document used to cancel an entire fulfilment document (Despatch Advice or Receipt Advice). + Fulfilment Cancellation + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Fulfilment Cancellation. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Fulfilment Cancellation + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Fulfilment Cancellation. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Fulfilment Cancellation + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Fulfilment Cancellation. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Fulfilment Cancellation + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Fulfilment Cancellation. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Fulfilment Cancellation + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Fulfilment Cancellation. Identifier + An identifier for this document, assigned by the sender. + 1 + Fulfilment Cancellation + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Fulfilment Cancellation. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Fulfilment Cancellation + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Fulfilment Cancellation. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Fulfilment Cancellation + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Fulfilment Cancellation. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Fulfilment Cancellation + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Fulfilment Cancellation. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Fulfilment Cancellation + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Fulfilment Cancellation. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Fulfilment Cancellation + Note + Text + Text. Type + + + + + + + + + BBIE + Fulfilment Cancellation. Cancellation_ Note. Text + The reason for cancellation of the referenced document. + 1..n + Fulfilment Cancellation + Cancellation + Note + Text + Text. Type + + + + + + + + + ASBIE + Fulfilment Cancellation. Despatch_ Document Reference. Document Reference + A reference to a Despatch Advice associated with this document. + 0..n + Fulfilment Cancellation + Despatch + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Fulfilment Cancellation. Receipt_ Document Reference. Document Reference + A reference to a Receipt Advice associated with this document. + 0..n + Fulfilment Cancellation + Receipt + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Fulfilment Cancellation. Order Reference + A reference to an Order document associated with the referenced Despatch or Receipt Advice(s). + 0..n + Fulfilment Cancellation + Order Reference + Order Reference + Order Reference + + + + + + + + + ASBIE + Fulfilment Cancellation. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Fulfilment Cancellation + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Fulfilment Cancellation. Contract + The contracts or framework agreements with which the referenced fulfilment document is associated. + 0..n + Fulfilment Cancellation + Contract + Contract + Contract + + + + + + + + + ASBIE + Fulfilment Cancellation. Signature + A signature applied to this document. + 0..n + Fulfilment Cancellation + Signature + Signature + Signature + + + + + + + + + ASBIE + Fulfilment Cancellation. Buyer_ Customer Party. Customer Party + The buyer. + 1 + Fulfilment Cancellation + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Fulfilment Cancellation. Seller_ Supplier Party. Supplier Party + The seller. + 1 + Fulfilment Cancellation + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Fulfilment Cancellation. Delivery_ Customer Party. Customer Party + The delivery party. + 0..1 + Fulfilment Cancellation + Delivery + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Fulfilment Cancellation. Despatch_ Supplier Party. Supplier Party + The despatch party. + 0..1 + Fulfilment Cancellation + Despatch + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Fulfilment Cancellation. Originator_ Customer Party. Customer Party + The originator party + 0..1 + Fulfilment Cancellation + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-GoodsItemItinerary-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-GoodsItemItinerary-2.1.xsd new file mode 100644 index 0000000000..634a25d5e6 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-GoodsItemItinerary-2.1.xsd @@ -0,0 +1,431 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Goods Item Itinerary. Details + A document providing details relating to a transport service, such as transport movement, identification of equipment and goods, subcontracted service providers, etc. + Goods Item Itinerary + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Goods Item Itinerary. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Goods Item Itinerary + UBL Version Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Goods Item Itinerary. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Goods Item Itinerary + Customization Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Goods Item Itinerary. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Goods Item Itinerary + Profile Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Goods Item Itinerary. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Goods Item Itinerary + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Goods Item Itinerary. Identifier + An identifier for this document, assigned by the sender. + 1 + Goods Item Itinerary + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Goods Item Itinerary. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Goods Item Itinerary + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Goods Item Itinerary. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Goods Item Itinerary + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Goods Item Itinerary. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Goods Item Itinerary + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Goods Item Itinerary. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 1 + Goods Item Itinerary + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Goods Item Itinerary. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Goods Item Itinerary + Note + Text + Text. Type + + + + + + + + + BBIE + Goods Item Itinerary. Version. Identifier + Identifies a version of a Goods Item Itinerary in order to distinguish updates. + 1 + Goods Item Itinerary + Version + Identifier + Identifier. Type + + + + + + + + + BBIE + Goods Item Itinerary. Transport Execution Plan Reference. Identifier + The Transport Execution Plan associated with this Goods Item Itinerary. + 1 + Goods Item Itinerary + Transport Execution Plan Reference + Identifier + Identifier. Type + + + + + + + + + ASBIE + Goods Item Itinerary. Signature + A signature applied to this document. + 0..n + Goods Item Itinerary + Signature + Signature + Signature + + + + + + + + + ASBIE + Goods Item Itinerary. Sender_ Party. Party + The sender of this Goods Item Itinerary. + 0..1 + Goods Item Itinerary + Sender + Party + Party + Party + + + + + + + + + ASBIE + Goods Item Itinerary. Receiver_ Party. Party + The receiver of this Goods Item Itinerary. + 0..1 + Goods Item Itinerary + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Goods Item Itinerary. Referenced_ Consignment. Consignment + A consignment being transported in the transport service associated with this Goods Item Itinerary. + 0..n + Goods Item Itinerary + Referenced + Consignment + Consignment + Consignment + + + + + + + + + ASBIE + Goods Item Itinerary. Referenced_ Transport Equipment. Transport Equipment + Transport equipment being transported in the transport service associated with this Goods Item Itinerary. + 0..n + Goods Item Itinerary + Referenced + Transport Equipment + Transport Equipment + Transport Equipment + + + + + + + + + ASBIE + Goods Item Itinerary. Referenced_ Package. Package + A package being transported in the transport service associated with this Goods Item Itinerary. + 0..n + Goods Item Itinerary + Referenced + Package + Package + Package + + + + + + + + + ASBIE + Goods Item Itinerary. Referenced_ Goods Item. Goods Item + An item of goods being transported in the transport service associated with this Goods Item Itinerary. + 0..n + Goods Item Itinerary + Referenced + Goods Item + Goods Item + Goods Item + + + + + + + + + ASBIE + Goods Item Itinerary. Transportation Segment + A part of a transport service that has its own Transport Execution Plan. A Transportation Segment may cover services other than transport, such as terminal handling, document management, customs procedures, etc. + 1..n + Goods Item Itinerary + Transportation Segment + Transportation Segment + Transportation Segment + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-GuaranteeCertificate-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-GuaranteeCertificate-2.1.xsd new file mode 100644 index 0000000000..e44eb0897c --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-GuaranteeCertificate-2.1.xsd @@ -0,0 +1,481 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Guarantee Certificate. Details + A document to notify the deposit of a bid bond guarantee. + Guarantee Certificate + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Guarantee Certificate. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Guarantee Certificate + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Guarantee Certificate. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Guarantee Certificate + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Guarantee Certificate. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Guarantee Certificate + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Guarantee Certificate. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Guarantee Certificate + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Guarantee Certificate. Identifier + An identifier for this document, assigned by the sender. + 0..1 + Guarantee Certificate + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Guarantee Certificate. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Guarantee Certificate + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Guarantee Certificate. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Guarantee Certificate + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Guarantee Certificate. Contract Folder Identifier. Identifier + An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs. + 1 + Guarantee Certificate + Contract Folder Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Guarantee Certificate. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Guarantee Certificate + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Guarantee Certificate. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Guarantee Certificate + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Guarantee Certificate. Guarantee Type Code. Code + A code signifying the type of the guarantee. + 0..1 + Guarantee Certificate + Guarantee Type Code + Code + Code. Type + + + + + + + + + BBIE + Guarantee Certificate. Purpose. Text + A textual description of the purpose of the bid bond guarantee. + 0..n + Guarantee Certificate + Purpose + Text + Text. Type + + + + + + + + + BBIE + Guarantee Certificate. Liability. Amount + The liability amount (a monetary value) in the bid bond guarantee. + 1 + Guarantee Certificate + Liability + Amount + Amount. Type + + + + + + + + + BBIE + Guarantee Certificate. Constitution Code. Code + The code stating the constitution means of the guarantee. + 0..1 + Guarantee Certificate + Constitution Code + Code + Code. Type + + + + + + + + + BBIE + Guarantee Certificate. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Guarantee Certificate + Note + Text + Text. Type + + + + + + + + + ASBIE + Guarantee Certificate. Applicable_ Period. Period + The specified period in the tendering process for which this bid bond guarantee is effective + 0..1 + Guarantee Certificate + Applicable + Period + Period + Period + + + + + + + + + ASBIE + Guarantee Certificate. Applicable_ Regulation. Regulation + A reference to an applicable regulation. + 0..n + Guarantee Certificate + Applicable + Regulation + Regulation + Regulation + + + + + + + + + ASBIE + Guarantee Certificate. Guarantee_ Document Reference. Document Reference + A reference to a legal document. + 0..n + Guarantee Certificate + Guarantee + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Guarantee Certificate. Immobilized Security + Details of an immobilized security. + 0..n + Guarantee Certificate + Immobilized Security + Immobilized Security + Immobilized Security + + + + + + + + + ASBIE + Guarantee Certificate. Signature + A signature applied to this document. + 1..n + Guarantee Certificate + Signature + Signature + Signature + + + + + + + + + ASBIE + Guarantee Certificate. Guarantor_ Party. Party + The guarantee creditor organization that has the authority to charge bid bond guarantee credit. + 1 + Guarantee Certificate + Guarantor + Party + Party + Party + + + + + + + + + ASBIE + Guarantee Certificate. Interested_ Party. Party + The party depositing the bid bond guarantee. + 1 + Guarantee Certificate + Interested + Party + Party + Party + + + + + + + + + ASBIE + Guarantee Certificate. Beneficiary_ Party. Party + The beneficiary of the bid bond guarantee. + 0..1 + Guarantee Certificate + Beneficiary + Party + Party + Party + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-InstructionForReturns-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-InstructionForReturns-2.1.xsd new file mode 100644 index 0000000000..ee7bad811c --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-InstructionForReturns-2.1.xsd @@ -0,0 +1,383 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Instruction For Returns. Details + A document used to initiate a return of goods. The producer is requesting the return of products that are not selling well, either to use in other places or to free up rack or shelf space. + Instruction For Returns + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Instruction For Returns. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Instruction For Returns + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Instruction For Returns. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Instruction For Returns + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Instruction For Returns. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Instruction For Returns + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Instruction For Returns. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Instruction For Returns + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Instruction For Returns. Identifier + An identifier for this document, assigned by the sender. + 1 + Instruction For Returns + Identifier + Identifier + Identifier. Type + Document Number, Instruction for Returns Number + + + + + + + + + BBIE + Instruction For Returns. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Instruction For Returns + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Instruction For Returns. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Instruction For Returns + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Instruction For Returns. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Instruction For Returns + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Instruction For Returns. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Instruction For Returns + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Instruction For Returns. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Instruction For Returns + Note + Text + Text. Type + + + + + + + + + ASBIE + Instruction For Returns. Document Reference + A reference to another document associated with this document. + 0..n + Instruction For Returns + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Instruction For Returns. Signature + A signature applied to this document. + 0..n + Instruction For Returns + Signature + Signature + Signature + + + + + + + + + ASBIE + Instruction For Returns. Seller_ Supplier Party. Supplier Party + The seller. + 1 + Instruction For Returns + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Instruction For Returns. Retailer_ Customer Party. Customer Party + The retailer. + 1 + Instruction For Returns + Retailer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Instruction For Returns. Manufacturer_ Party. Party + The manufacturer. + 0..1 + Instruction For Returns + Manufacturer + Party + Party + Party + + + + + + + + + ASBIE + Instruction For Returns. Shipment + The shipment. + 0..1 + Instruction For Returns + Shipment + Shipment + Shipment + + + + + + + + + ASBIE + Instruction For Returns. Instruction For Returns Line + A line providing details about one type of article to be returned. + 1..n + Instruction For Returns + Instruction For Returns Line + Instruction For Returns Line + Instruction For Returns Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-InventoryReport-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-InventoryReport-2.1.xsd new file mode 100644 index 0000000000..2d3e7c8816 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-InventoryReport-2.1.xsd @@ -0,0 +1,401 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Inventory Report. Details + A report on the quantities of each item that are, or will be, in stock. This document is sent by a Buyer (for example a retailer) to a Seller (for example a producer). + Inventory Report + Storage status report. + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Inventory Report. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Inventory Report + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Inventory Report. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Inventory Report + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Inventory Report. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Inventory Report + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Inventory Report. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Inventory Report + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Inventory Report. Identifier + An identifier for the Inventory Report, assigned by the Issuer. + 1 + Inventory Report + Identifier + Identifier + Identifier. Type + Document Number, Inventory Report Number + + + + + + + + + BBIE + Inventory Report. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Inventory Report + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Inventory Report. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Inventory Report + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Inventory Report. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Inventory Report + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Inventory Report. Issue Time. Time + The time at which the Inventory Report was issued. + 0..1 + Inventory Report + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Inventory Report. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Inventory Report + Note + Text + Text. Type + + + + + + + + + BBIE + Inventory Report. Document_ Currency Code. Code + A code signifying the currency in which the Document is presented. This may be the same currency as the pricing or as the tax. + 0..1 + Inventory Report + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + ASBIE + Inventory Report. Inventory_ Period. Period + The period covered by this report. + 0..1 + Inventory Report + Inventory + Period + Period + Period + + + + + + + + + ASBIE + Inventory Report. Document Reference + A reference to another document associated with this document. + 0..n + Inventory Report + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Inventory Report. Signature + A signature applied to this document. + 0..n + Inventory Report + Signature + Signature + Signature + + + + + + + + + ASBIE + Inventory Report. Retailer_ Customer Party. Customer Party + The retailer, who sends this message. + 1 + Inventory Report + Retailer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Inventory Report. Inventory Reporting_ Party. Party + An association to the Party that will really use the Inventory report (normally the branch for which the stock is reported). + 1 + Inventory Report + Inventory Reporting + Party + Party + Party + + + + + + + + + ASBIE + Inventory Report. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Inventory Report + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Inventory Report. Inventory Report Line + A line representing a particular item of sale and associated with a line in the Catalogue. + 1..n + Inventory Report + Inventory Report Line + Inventory Report Line + Inventory Report Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-Invoice-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-Invoice-2.1.xsd new file mode 100644 index 0000000000..5d358c0aca --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-Invoice-2.1.xsd @@ -0,0 +1,1002 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Invoice. Details + A document used to request payment. + Invoice + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Invoice. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Invoice + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Invoice. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Invoice + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Invoice. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Invoice + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Invoice. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Invoice + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Invoice. Identifier + An identifier for this document, assigned by the sender. + 1 + Invoice + Identifier + Identifier + Identifier. Type + Invoice Number + + + + + + + + + BBIE + Invoice. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Invoice + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Invoice. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Invoice + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Invoice. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Invoice + Issue Date + Date + Date. Type + Invoice Date + + + + + + + + + BBIE + Invoice. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Invoice + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Invoice. Due Date. Date + The date on which Invoice is due. + 0..1 + Invoice + Due Date + Date + Date. Type + + + + + + + + + BBIE + Invoice. Invoice Type Code. Code + A code signifying the type of the Invoice. + 0..1 + Invoice + Invoice Type Code + Code + Code. Type + + + + + + + + + BBIE + Invoice. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Invoice + Note + Text + Text. Type + + + + + + + + + BBIE + Invoice. Tax Point Date. Date + The date of the Invoice, used to indicate the point at which tax becomes applicable. + 0..1 + Invoice + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Invoice. Document_ Currency Code. Code + A code signifying the default currency for this document. + 0..1 + Invoice + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Invoice. Tax_ Currency Code. Code + A code signifying the currency used for tax amounts in the Invoice. + 0..1 + Invoice + Tax + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Invoice. Pricing_ Currency Code. Code + A code signifying the currency used for prices in the Invoice. + 0..1 + Invoice + Pricing + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Invoice. Payment_ Currency Code. Code + A code signifying the currency used for payment in the Invoice. + 0..1 + Invoice + Payment + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Invoice. Payment Alternative_ Currency Code. Code + A code signifying the alternative currency used for payment in the Invoice. + 0..1 + Invoice + Payment Alternative + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Invoice. Accounting Cost Code. Code + The buyer's accounting code, applied to the Invoice as a whole. + 0..1 + Invoice + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Invoice. Accounting Cost. Text + The buyer's accounting code, applied to the Invoice as a whole, expressed as text. + 0..1 + Invoice + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Invoice. Line Count. Numeric + The number of lines in the document. + 0..1 + Invoice + Line Count + Numeric + Numeric. Type + + + + + + + + + BBIE + Invoice. Buyer_ Reference. Text + A reference provided by the buyer used for internal routing of the document. + 0..1 + Invoice + Buyer + Reference + Text + Text. Type + + + + + + + + + ASBIE + Invoice. Invoice_ Period. Period + A period to which the Invoice applies. + 0..n + Invoice + Invoice + Period + Period + Period + + + + + + + + + ASBIE + Invoice. Order Reference + A reference to the Order with which this Invoice is associated. + 0..1 + Invoice + Order Reference + Order Reference + Order Reference + + + + + + + + + ASBIE + Invoice. Billing Reference + A reference to a billing document associated with this document. + 0..n + Invoice + Billing Reference + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Invoice. Despatch_ Document Reference. Document Reference + A reference to a Despatch Advice associated with this document. + 0..n + Invoice + Despatch + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Invoice. Receipt_ Document Reference. Document Reference + A reference to a Receipt Advice associated with this document. + 0..n + Invoice + Receipt + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Invoice. Statement_ Document Reference. Document Reference + A reference to a Statement associated with this document. + 0..n + Invoice + Statement + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Invoice. Originator_ Document Reference. Document Reference + A reference to an originator document associated with this document. + 0..n + Invoice + Originator + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Invoice. Contract_ Document Reference. Document Reference + A reference to a contract associated with this document. + 0..n + Invoice + Contract + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Invoice. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Invoice + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Invoice. Project Reference + Information about a project. + 0..n + Invoice + Project Reference + Project Reference + Project Reference + + + + + + + + + ASBIE + Invoice. Signature + A signature applied to this document. + 0..n + Invoice + Signature + Signature + Signature + + + + + + + + + ASBIE + Invoice. Accounting_ Supplier Party. Supplier Party + The accounting supplier party. + 1 + Invoice + Accounting + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Invoice. Accounting_ Customer Party. Customer Party + The accounting customer party. + 1 + Invoice + Accounting + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Invoice. Payee_ Party. Party + The payee. + 0..1 + Invoice + Payee + Party + Party + Party + + + + + + + + + ASBIE + Invoice. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Invoice + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Invoice. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Invoice + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Invoice. Tax Representative_ Party. Party + The tax representative. + 0..1 + Invoice + Tax Representative + Party + Party + Party + + + + + + + + + ASBIE + Invoice. Delivery + A delivery associated with this document. + 0..n + Invoice + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Invoice. Delivery Terms + A set of delivery terms associated with this document. + 0..1 + Invoice + Delivery Terms + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Invoice. Payment Means + Expected means of payment. + 0..n + Invoice + Payment Means + Payment Means + Payment Means + + + + + + + + + ASBIE + Invoice. Payment Terms + A set of payment terms associated with this document. + 0..n + Invoice + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Invoice. Prepaid_ Payment. Payment + A prepaid payment. + 0..n + Invoice + Prepaid + Payment + Payment + Payment + + + + + + + + + ASBIE + Invoice. Allowance Charge + A discount or charge that applies to a price component. + 0..n + Invoice + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Invoice. Tax_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the tax currency. + 0..1 + Invoice + Tax + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Invoice. Pricing_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the pricing currency. + 0..1 + Invoice + Pricing + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Invoice. Payment_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment currency. + 0..1 + Invoice + Payment + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Invoice. Payment Alternative_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment alternative currency. + 0..1 + Invoice + Payment Alternative + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Invoice. Tax Total + The total amount of a specific type of tax. + 0..n + Invoice + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Invoice. Withholding_ Tax Total. Tax Total + The total withholding tax. + 0..n + Invoice + Withholding + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Invoice. Legal_ Monetary Total. Monetary Total + The total amount payable on the Invoice, including Allowances, Charges, and Taxes. + 1 + Invoice + Legal + Monetary Total + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Invoice. Invoice Line + A line describing an invoice item. + 1..n + Invoice + Invoice Line + Invoice Line + Invoice Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-ItemInformationRequest-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-ItemInformationRequest-2.1.xsd new file mode 100644 index 0000000000..08214da36e --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-ItemInformationRequest-2.1.xsd @@ -0,0 +1,402 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Item Information Request. Details + A document used to request product activity, forecast, or performance data. + Item Information Request + Item Information Request + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Item Information Request. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Item Information Request + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Item Information Request. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Item Information Request + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Item Information Request. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Item Information Request + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Item Information Request. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Item Information Request + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Item Information Request. Identifier + An identifier for this document, assigned by the sender. + 1 + Item Information Request + Identifier + Identifier + Identifier. Type + Item Information Request Number + + + + + + + + + BBIE + Item Information Request. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Item Information Request + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Item Information Request. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Item Information Request + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Item Information Request. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Item Information Request + Issue Date + Date + Date. Type + Item Information Request Date + + + + + + + + + BBIE + Item Information Request. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Item Information Request + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Item Information Request. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Item Information Request + Note + Text + Text. Type + + + + + + + + + ASBIE + Item Information Request. Period + The period of time to which the Item Information Request applies. + 1 + Item Information Request + Period + Period + Period + + + + + + + + + ASBIE + Item Information Request. Document Reference + A reference to another document associated with this document. + 0..n + Item Information Request + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Item Information Request. Signature + A signature applied to this document. + 0..n + Item Information Request + Signature + Signature + Signature + + + + + + + + + ASBIE + Item Information Request. Sender_ Party. Party + The buyer. + 1 + Item Information Request + Sender + Party + Party + Party + + + + + + + + + ASBIE + Item Information Request. Receiver_ Party. Party + The seller. + 1 + Item Information Request + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Item Information Request. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Item Information Request + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Item Information Request. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Item Information Request + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Item Information Request. Item Information Request Line + A line requesting information regarding an item of sale. + 1..n + Item Information Request + Item Information Request Line + Item Information Request Line + Item Information Request Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-Order-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-Order-2.1.xsd new file mode 100644 index 0000000000..c249477f16 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-Order-2.1.xsd @@ -0,0 +1,891 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Order. Details + A document used to order goods and services. + Order + Purchase Order + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Order. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Order + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Order. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Order + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Order. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Order + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Order. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Order + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Order. Identifier + An identifier for this document, assigned by the sender. + 1 + Order + Identifier + Identifier + Identifier. Type + Purchase Order Number, Order Number + + + + + + + + + BBIE + Order. Sales_ Order Identifier. Identifier + An identifier for the Order, assigned by the seller. + 0..1 + Order + Sales + Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Order + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Order. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Order + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Order. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Order + Issue Date + Date + Date. Type + Order Date + + + + + + + + + BBIE + Order. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Order + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Order. Order Type Code. Code + A code signifying the type of Order. + 0..1 + Order + Order Type Code + Code + Code. Type + + + + + + + + + BBIE + Order. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Order + Note + Text + Text. Type + + + + + + + + + BBIE + Order. Requested Invoice_ Currency Code. Code + A code signifying the currency requested for amount totals in Invoices related to this Order. + 0..1 + Order + Requested Invoice + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Order. Document_ Currency Code. Code + A code signifying the default currency for this document. + 0..1 + Order + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Order. Pricing_ Currency Code. Code + A code signifying the currency used for all prices in the Order. + 0..1 + Order + Pricing + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Order. Tax_ Currency Code. Code + A code signifying the currency requested for tax amounts in Invoices related to this Order. + 0..1 + Order + Tax + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Order. Customer_ Reference. Text + A supplementary reference for the Order. + 0..1 + Order + Customer + Reference + Text + Text. Type + + + + + + + + + BBIE + Order. Accounting Cost Code. Code + The buyer's accounting code, applied to the Order as a whole. + 0..1 + Order + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Order. Accounting Cost. Text + The buyer's accounting cost centre, applied to the Order as a whole, expressed as text. + 0..1 + Order + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Order. Line Count. Numeric + The number of Order Lines in the document. + 0..1 + Order + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Order. Validity_ Period. Period + The period for which the Order is valid. + 0..n + Order + Validity + Period + Period + Period + + + + + + + + + ASBIE + Order. Quotation_ Document Reference. Document Reference + A reference to a Quotation. + 0..1 + Order + Quotation + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Order. Order_ Document Reference. Document Reference + A reference to another Order. + 0..n + Order + Order + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Order. Originator_ Document Reference. Document Reference + A reference to an originator document associated with this document. + 0..1 + Order + Originator + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Order. Catalogue Reference + A reference to the Catalogue on which this Order is based. + 0..1 + Order + Catalogue Reference + Catalogue Reference + Catalogue Reference + + + + + + + + + ASBIE + Order. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Order + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Order. Contract + A contracts associated with this Order. + 0..n + Order + Contract + Contract + Contract + + + + + + + + + ASBIE + Order. Project Reference + A project with which this Order is associated. + 0..n + Order + Project Reference + Project Reference + Project Reference + + + + + + + + + ASBIE + Order. Signature + A signature applied to this document. + 0..n + Order + Signature + Signature + Signature + + + + + + + + + ASBIE + Order. Buyer_ Customer Party. Customer Party + The buyer. + 1 + Order + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Order. Seller_ Supplier Party. Supplier Party + The seller. + 1 + Order + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order. Originator_ Customer Party. Customer Party + The originator. + 0..1 + Order + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Order. Freight Forwarder_ Party. Party + A freight forwarder or carrier. + 0..1 + Order + Freight Forwarder + Party + Party + Party + Carrier + + + + + + + + + ASBIE + Order. Accounting_ Customer Party. Customer Party + The accounting customer party. + 0..1 + Order + Accounting + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Order. Delivery + A delivery associated with this document. + 0..n + Order + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Order. Delivery Terms + A set of delivery terms associated with this document. + 0..n + Order + Delivery Terms + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Order. Payment Means + Expected means of payment. + 0..n + Order + Payment Means + Payment Means + Payment Means + + + + + + + + + ASBIE + Order. Payment Terms + A set of payment terms associated with this document. + 0..n + Order + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Order. Transaction Conditions + A specification of purchasing or sales conditions applying to the whole Order. + 0..1 + Order + Transaction Conditions + Transaction Conditions + Transaction Conditions + Sales condition, procurement condition + + + + + + + + + ASBIE + Order. Allowance Charge + A discount or charge that applies to a price component. + 0..n + Order + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Order. Tax_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the tax currency. + 0..1 + Order + Tax + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Order. Pricing_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the pricing currency. + 0..1 + Order + Pricing + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Order. Payment_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment currency. + 0..1 + Order + Payment + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Order. Destination_ Country. Country + The country of destination (for customs purposes). + 0..1 + Order + Destination + Country + Country + Country + + + + + + + + + ASBIE + Order. Tax Total + The total amount of a specific type of tax. + 0..n + Order + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Order. Anticipated_ Monetary Total. Monetary Total + The total amount for the Order anticipated by the buyer. + 0..1 + Order + Anticipated + Monetary Total + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Order. Order Line + A line associated with a line in the Catalogue and specifying a kind of item being ordered. + 1..n + Order + Order Line + Order Line + Order Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-OrderCancellation-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-OrderCancellation-2.1.xsd new file mode 100644 index 0000000000..aa0489ff9e --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-OrderCancellation-2.1.xsd @@ -0,0 +1,416 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Order Cancellation. Details + A document used to cancel an entire Order. + Order Cancellation + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Order Cancellation. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Order Cancellation + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Order Cancellation. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Order Cancellation + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Order Cancellation. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Order Cancellation + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Order Cancellation. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Order Cancellation + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Cancellation. Identifier + An identifier for this document, assigned by the sender. + 1 + Order Cancellation + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Cancellation. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Order Cancellation + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Order Cancellation. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Order Cancellation + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Cancellation. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Order Cancellation + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Order Cancellation. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Order Cancellation + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Order Cancellation. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Order Cancellation + Note + Text + Text. Type + + + + + + + + + BBIE + Order Cancellation. Cancellation_ Note. Text + The general reason for cancellation of the referenced order. + 1..n + Order Cancellation + Cancellation + Note + Text + Text. Type + + + + + + + + + ASBIE + Order Cancellation. Order Reference + A reference to the Order being cancelled. While multiple references are allowed, it is considered better practice to cancel only one Order in each Order Cancellation document. + 1..n + Order Cancellation + Order Reference + Order Reference + Order Reference + + + + + + + + + ASBIE + Order Cancellation. Originator_ Document Reference. Document Reference + A reference to an originator document associated with this document. + 0..1 + Order Cancellation + Originator + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Cancellation. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Order Cancellation + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Cancellation. Contract + A contract associated with the original Order(s). + 0..n + Order Cancellation + Contract + Contract + Contract + + + + + + + + + ASBIE + Order Cancellation. Signature + A signature applied to this document. + 0..n + Order Cancellation + Signature + Signature + Signature + + + + + + + + + ASBIE + Order Cancellation. Buyer_ Customer Party. Customer Party + The buyer. + 1 + Order Cancellation + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Cancellation. Seller_ Supplier Party. Supplier Party + The seller. + 1 + Order Cancellation + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order Cancellation. Originator_ Customer Party. Customer Party + The originator. + 0..1 + Order Cancellation + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-OrderChange-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-OrderChange-2.1.xsd new file mode 100644 index 0000000000..ba0e7232f4 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-OrderChange-2.1.xsd @@ -0,0 +1,869 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Order Change. Details + A document used to specify changes to an existing Order. + Order Change + Purchase Order Change + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Order Change. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Order Change + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Order Change. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Order Change + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Order Change. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Order Change + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Order Change. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Order Change + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Order Change. Identifier + An identifier for this document, assigned by the sender. + 0..1 + Order Change + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Change. Sales_ Order Identifier. Identifier + An identifier for the Order Change, assigned by the seller. + 0..1 + Order Change + Sales + Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Change. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Order Change + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Order Change. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Order Change + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Change. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Order Change + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Order Change. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Order Change + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Order Change. Sequence Number. Identifier + The Order Change Sequence Number assigned by the Buyer to ensure the proper sequencing of changes. + 1 + Order Change + Sequence Number + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Change. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Order Change + Note + Text + Text. Type + + + + + + + + + BBIE + Order Change. Requested Invoice_ Currency Code. Code + A code signifying he currency requested for amount totals in Invoices related to this Order Change. + 0..1 + Order Change + Requested Invoice + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Order Change. Document_ Currency Code. Code + A code signifying the default currency for this document. + 0..1 + Order Change + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Order Change. Pricing_ Currency Code. Code + A code signifying the currency that is used for all prices in the Order Change. + 0..1 + Order Change + Pricing + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Order Change. Tax_ Currency Code. Code + A code signifying the currency requested for tax amounts in Invoices related to this Order Change. + 0..1 + Order Change + Tax + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Order Change. Customer_ Reference. Text + A supplementary reference for the transaction (e.g., CRI when using purchasing card). + 0..1 + Order Change + Customer + Reference + Text + Text. Type + + + + + + + + + BBIE + Order Change. Accounting Cost Code. Code + The buyer's accounting code, applied to the Order Change as a whole. + 0..1 + Order Change + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Order Change. Accounting Cost. Text + The buyer's accounting code, applied to the Order Change as a whole, expressed as text. + 0..1 + Order Change + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Order Change. Line Count. Numeric + The number of Order Change lines in the document. + 0..1 + Order Change + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Order Change. Validity_ Period. Period + A period during which the Order Change is valid. + 0..n + Order Change + Validity + Period + Period + Period + + + + + + + + + ASBIE + Order Change. Order Reference + A reference to the Order being changed. + 1 + Order Change + Order Reference + Order Reference + Order Reference + + + + + + + + + ASBIE + Order Change. Quotation_ Document Reference. Document Reference + A reference to a Quotation. + 0..1 + Order Change + Quotation + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Change. Originator_ Document Reference. Document Reference + A reference to an originator document associated with this document. + 0..1 + Order Change + Originator + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Change. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Order Change + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Change. Contract + A contract associated with the Order being changed. + 0..n + Order Change + Contract + Contract + Contract + + + + + + + + + ASBIE + Order Change. Signature + A signature applied to this document. + 0..n + Order Change + Signature + Signature + Signature + + + + + + + + + ASBIE + Order Change. Buyer_ Customer Party. Customer Party + The buyer. + 1 + Order Change + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Change. Seller_ Supplier Party. Supplier Party + The seller. + 1 + Order Change + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order Change. Originator_ Customer Party. Customer Party + The originator. + 0..1 + Order Change + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Change. Freight Forwarder_ Party. Party + A freight forwarder or carrier. + 0..1 + Order Change + Freight Forwarder + Party + Party + Party + + + + + + + + + ASBIE + Order Change. Accounting_ Customer Party. Customer Party + The accounting customer party. + 0..1 + Order Change + Accounting + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Change. Accounting_ Supplier Party. Supplier Party + The accounting supplier party. + 0..1 + Order Change + Accounting + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order Change. Delivery + A delivery associated with this document. + 0..n + Order Change + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Order Change. Delivery Terms + A set of delivery terms associated with this document. + 0..1 + Order Change + Delivery Terms + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Order Change. Payment Means + Expected means of payment. + 0..n + Order Change + Payment Means + Payment Means + Payment Means + + + + + + + + + ASBIE + Order Change. Payment Terms + A set of payment terms associated with this document. + 0..n + Order Change + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Order Change. Transaction Conditions + Purchasing, sales, or payment conditions applying to the whole Order being changed. + 0..1 + Order Change + Transaction Conditions + Transaction Conditions + Transaction Conditions + + + + + + + + + ASBIE + Order Change. Allowance Charge + A discount or charge that applies to a price component. + 0..n + Order Change + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Order Change. Tax_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the tax currency. + 0..1 + Order Change + Tax + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Order Change. Pricing_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the pricing currency. + 0..1 + Order Change + Pricing + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Order Change. Payment_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment currency. + 0..1 + Order Change + Payment + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Order Change. Destination_ Country. Country + The country of destination (for customs purposes). + 0..1 + Order Change + Destination + Country + Country + Country + + + + + + + + + ASBIE + Order Change. Tax Total + The total amount of a specific type of tax. + 0..n + Order Change + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Order Change. Anticipated_ Monetary Total. Monetary Total + The amount of change to the total cost of the order anticipated by the buyer. + 0..1 + Order Change + Anticipated + Monetary Total + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Order Change. Order Line + An association to one or more (changed) Order Lines. + 1..n + Order Change + Order Line + Order Line + Order Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-OrderResponse-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-OrderResponse-2.1.xsd new file mode 100644 index 0000000000..2ad59ba602 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-OrderResponse-2.1.xsd @@ -0,0 +1,956 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Order Response. Details + A document used to indicate detailed acceptance or rejection of an Order or to make a counter-offer. + Order Response + Order Acknowledgement, PO Response + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Order Response. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Order Response + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Order Response. Customization Identifier. Identifier + Identifies a user-defined customization of UBL. + 0..1 + Order Response + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Order Response. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Order Response + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Order Response. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Order Response + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Order Response. Identifier + An identifier for this document, assigned by the sender. + 1 + Order Response + Identifier + Identifier + Identifier. Type + Purchase Order Response Number, Acknowledgement of Order Number + + + + + + + + + BBIE + Order Response. Sales_ Order Identifier. Identifier + An identifier for the Order, issued by the Seller. + 0..1 + Order Response + Sales + Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Response. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Order Response + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Order Response. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Order Response + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Response. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Order Response + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Order Response. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Order Response + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Order Response. Order Response Code. Code + A code signifying the type of response for this Order. + 0..1 + Order Response + Order Response Code + Code + Code. Type + + + + + + + + + BBIE + Order Response. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Order Response + Note + Text + Text. Type + + + + + + + + + BBIE + Order Response. Document_ Currency Code. Code + A code signifying the default currency for this document. + 0..1 + Order Response + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Order Response. Pricing_ Currency Code. Code + A code signifying the currency that is used for all prices in the Order Response. + 0..1 + Order Response + Pricing + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Order Response. Tax_ Currency Code. Code + A code signifying the currency that is used for all tax amounts in the Order Response. + 0..1 + Order Response + Tax + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Order Response. Total_ Packages Quantity. Quantity + The total number of packages contained in the Order Response. + 0..1 + Order Response + Total + Packages Quantity + Quantity + Quantity. Type + + + + + + + + + BBIE + Order Response. Gross_ Weight. Measure + The total gross weight for the Order Response (goods + packaging + transport equipment). + 0..1 + Order Response + Gross + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Order Response. Net_ Weight. Measure + The total net weight for the Order Response (goods + packaging). + 0..1 + Order Response + Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Order Response. Net Net_ Weight. Measure + The total net weight of the goods in the Order Response excluding packaging. + 0..1 + Order Response + Net Net + Weight + Measure + Measure. Type + + + + + + + + + BBIE + Order Response. Gross_ Volume. Measure + The total volume of the goods in the Order Response including packaging. + 0..1 + Order Response + Gross + Volume + Measure + Measure. Type + + + + + + + + + BBIE + Order Response. Net_ Volume. Measure + The total volume of the goods in the Order Response excluding packaging. + 0..1 + Order Response + Net + Volume + Measure + Measure. Type + + + + + + + + + BBIE + Order Response. Customer_ Reference. Text + A supplementary reference assigned by the buyer, e.g., the CRI in a purchasing card transaction. + 0..1 + Order Response + Customer + Reference + Text + Text. Type + + + + + + + + + BBIE + Order Response. Accounting Cost Code. Code + An accounting cost code applied to the order as a whole. + 0..1 + Order Response + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Order Response. Accounting Cost. Text + An accounting cost code applied to the order as a whole, expressed as text. + 0..1 + Order Response + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Order Response. Line Count. Numeric + The number of Order Lines in this document. + 0..1 + Order Response + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Order Response. Validity_ Period. Period + The period for which the Order Response is valid. + 0..n + Order Response + Validity + Period + Period + Period + + + + + + + + + ASBIE + Order Response. Order Reference + A reference to the Order being responded to. + 1..n + Order Response + Order Reference + Order Reference + Order Reference + + + + + + + + + ASBIE + Order Response. Order_ Document Reference. Document Reference + A reference to an Order other than the one being responded to. + 0..n + Order Response + Order + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Response. Originator_ Document Reference. Document Reference + A reference to an originator document associated with this document. + 0..1 + Order Response + Originator + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Response. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Order Response + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Response. Contract + A contract associated with the Order being responded to. + 0..n + Order Response + Contract + Contract + Contract + + + + + + + + + ASBIE + Order Response. Signature + A signature applied to this document. + 0..n + Order Response + Signature + Signature + Signature + + + + + + + + + ASBIE + Order Response. Seller_ Supplier Party. Supplier Party + The seller. + 1 + Order Response + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order Response. Buyer_ Customer Party. Customer Party + The buyer. + 1 + Order Response + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Response. Originator_ Customer Party. Customer Party + The originator. + 0..1 + Order Response + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Response. Freight Forwarder_ Party. Party + A freight forwarder or carrier. + 0..1 + Order Response + Freight Forwarder + Party + Party + Party + + + + + + + + + ASBIE + Order Response. Accounting_ Supplier Party. Supplier Party + The accounting supplier party. + 0..1 + Order Response + Accounting + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order Response. Accounting_ Customer Party. Customer Party + The accounting customer party. + 0..1 + Order Response + Accounting + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Response. Delivery + A delivery associated with this document. + 0..n + Order Response + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Order Response. Delivery Terms + A set of delivery terms associated with this document. + 0..1 + Order Response + Delivery Terms + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Order Response. Payment Means + Expected means of payment. + 0..n + Order Response + Payment Means + Payment Means + Payment Means + + + + + + + + + ASBIE + Order Response. Payment Terms + A set of payment terms associated with this document. + 0..n + Order Response + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Order Response. Allowance Charge + A discount or charge that applies to a price component. + 0..n + Order Response + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Order Response. Transaction Conditions + A specification of purchasing or sales conditions applying to the whole Order. + 0..1 + Order Response + Transaction Conditions + Transaction Conditions + Transaction Conditions + + + + + + + + + ASBIE + Order Response. Tax_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the tax currency. + 0..1 + Order Response + Tax + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Order Response. Pricing_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the pricing currency. + 0..1 + Order Response + Pricing + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Order Response. Payment_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment currency. + 0..1 + Order Response + Payment + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Order Response. Destination_ Country. Country + The country of destination (for customs purposes). + 0..1 + Order Response + Destination + Country + Country + Country + + + + + + + + + ASBIE + Order Response. Tax Total + The total amount of a specific type of tax, as calculated by the seller. + 0..n + Order Response + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Order Response. Legal_ Monetary Total. Monetary Total + The total amount of the Order (or counter-offer). + 0..1 + Order Response + Legal + Monetary Total + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Order Response. Order Line + A line associated with a line in the Catalogue and specifying a kind of item being ordered. + 0..n + Order Response + Order Line + Order Line + Order Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-OrderResponseSimple-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-OrderResponseSimple-2.1.xsd new file mode 100644 index 0000000000..e2112eed3d --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-OrderResponseSimple-2.1.xsd @@ -0,0 +1,486 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Order Response Simple. Details + A document used to indicate simple acceptance or rejection of an entire Order. + Order Response Simple + Order Acknowledgement, PO Response + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Order Response Simple. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Order Response Simple + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Order Response Simple. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Order Response Simple + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Order Response Simple. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Order Response Simple + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Order Response Simple. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Order Response Simple + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Response Simple. Identifier + An identifier for this document, assigned by the sender. + 1 + Order Response Simple + Identifier + Identifier + Identifier. Type + Purchase Order Response Number, Acknowledgement of Order Number + + + + + + + + + BBIE + Order Response Simple. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Order Response Simple + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Order Response Simple. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Order Response Simple + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Order Response Simple. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Order Response Simple + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Order Response Simple. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Order Response Simple + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Order Response Simple. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Order Response Simple + Note + Text + Text. Type + + + + + + + + + BBIE + Order Response Simple. Accepted_ Indicator. Indicator + Indicates whether the Order is accepted (true) or rejected (false). + 1 + Order Response Simple + Accepted + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Order Response Simple. Rejection_ Note. Text + The reason for rejection if the order was not accepted. + 0..n + Order Response Simple + Rejection + Note + Text + Text. Type + Out of Stock , Not able to supply , Unable to fulfill within the contracted conditions , Buyer Account not Recognised + + + + + + + + + BBIE + Order Response Simple. Customer_ Reference. Text + A supplementary reference for the transaction (e.g., when using a purchasing card). + 0..1 + Order Response Simple + Customer + Reference + Text + Text. Type + + + + + + + + + BBIE + Order Response Simple. Accounting Cost Code. Code + An accounting cost code applied to the order as a whole. + 0..1 + Order Response Simple + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Order Response Simple. Accounting Cost. Text + An accounting cost code applied to the order as a whole, expressed as text. + 0..1 + Order Response Simple + Accounting Cost + Text + Text. Type + + + + + + + + + ASBIE + Order Response Simple. Order Reference + A reference to the Order being responded to. + 1 + Order Response Simple + Order Reference + Order Reference + Order Reference + + + + + + + + + ASBIE + Order Response Simple. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Order Response Simple + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Order Response Simple. Signature + A signature applied to this document. + 0..n + Order Response Simple + Signature + Signature + Signature + + + + + + + + + ASBIE + Order Response Simple. Seller_ Supplier Party. Supplier Party + The seller. + 1 + Order Response Simple + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order Response Simple. Buyer_ Customer Party. Customer Party + The buyer. + 1 + Order Response Simple + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Response Simple. Originator_ Customer Party. Customer Party + The originator. + 0..1 + Order Response Simple + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Order Response Simple. Accounting_ Supplier Party. Supplier Party + The accounting supplier party. + 0..1 + Order Response Simple + Accounting + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Order Response Simple. Accounting_ Customer Party. Customer Party + The accounting customer party. + 0..1 + Order Response Simple + Accounting + Customer Party + Customer Party + Customer Party + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-PackingList-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-PackingList-2.1.xsd new file mode 100644 index 0000000000..aadc126a32 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-PackingList-2.1.xsd @@ -0,0 +1,432 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Packing List. Details + A document describing how goods are packed. + Packing List + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Packing List. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Packing List + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Packing List. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Packing List + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Packing List. Profile Identifier. Identifier + Identifies a user-defined profile of the subset of UBL being used. + 0..1 + Packing List + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Packing List. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Packing List + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Packing List. Identifier + An identifier for this document, assigned by the sender. + 1 + Packing List + Identifier + Identifier + Identifier. Type + Packing List Number + + + + + + + + + BBIE + Packing List. UUID. Identifier + A universally unique identifier for an instance of this document.. + 0..1 + Packing List + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Packing List. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 0..1 + Packing List + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Packing List. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Packing List + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Packing List. Name + Text, assigned by the sender, that identifies this document to business users. + 0..1 + Packing List + Name + Name + Name. Type + + + + + + + + + BBIE + Packing List. Description. Text + Textual description of the document instance. + 0..n + Packing List + Description + Text + Text. Type + + + + + + + + + BBIE + Packing List. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Packing List + Note + Text + Text. Type + + + + + + + + + BBIE + Packing List. Version. Identifier + Version identifier of a Packing List. + 0..1 + Packing List + Version + Identifier + Identifier. Type + + + + + + + + + BBIE + Packing List. Other_ Instruction. Text + Contains other free-text-based instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document. + 0..1 + Packing List + Other + Instruction + Text + Text. Type + + + + + + + + + ASBIE + Packing List. Consignor_ Party. Party + The party consigning goods, as stipulated in the transport contract by the party ordering transport. + 0..1 + Packing List + Consignor + Party + Party + Party + Consignor (WCO ID 71 and 72) + + + + + + + + + ASBIE + Packing List. Carrier_ Party. Party + The party providing the transport of goods between named points. + 0..1 + Packing List + Carrier + Party + Party + Party + Transport Company, Shipping Line, NVOCC, Airline, Haulier, Courier, Carrier (WCO ID 49 and 50) + + + + + + + + + ASBIE + Packing List. Freight Forwarder_ Party. Party + The party combining individual smaller shipments into a single larger consignment (a so-called consolidated consignment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components. + 0..1 + Packing List + Freight Forwarder + Party + Party + Party + Consolidator (WCO ID 192 AND 193) + + + + + + + + + ASBIE + Packing List. Shipment + A description of the shipment. + 1 + Packing List + Shipment + Shipment + Shipment + + + + + + + + + ASBIE + Packing List. Document Reference + A reference to another document associated with this document. + 0..n + Packing List + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Packing List. Document Distribution + A list of interested parties to whom this document is distributed. + 0..n + Packing List + Document Distribution + Document Distribution + Document Distribution + + + + + + + + + ASBIE + Packing List. Signature + A signature applied to this document. + 0..n + Packing List + Signature + Signature + Signature + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-PriorInformationNotice-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-PriorInformationNotice-2.1.xsd new file mode 100644 index 0000000000..759125c2a9 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-PriorInformationNotice-2.1.xsd @@ -0,0 +1,441 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Prior Information Notice. Details + A document used by a contracting party to declare the intention to buy goods, services, or works during a specified period. + Prior Information Notice + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Prior Information Notice. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Prior Information Notice + UBL Version Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Prior Information Notice. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Prior Information Notice + Customization Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Prior Information Notice. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Prior Information Notice + Profile Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Prior Information Notice. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Prior Information Notice + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Prior Information Notice. Identifier + An identifier for this document, assigned by the sender. + 0..1 + Prior Information Notice + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Prior Information Notice. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Prior Information Notice + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Prior Information Notice. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Prior Information Notice + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Prior Information Notice. Contract Folder Identifier. Identifier + An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs. + 0..1 + Prior Information Notice + Contract Folder Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Prior Information Notice. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Prior Information Notice + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Prior Information Notice. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Prior Information Notice + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Prior Information Notice. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Prior Information Notice + Note + Text + Text. Type + + + + + + + + + BBIE + Prior Information Notice. Planned Date. Date + The date planned by the Contracting Party for publication of the contract notice. + 0..1 + Prior Information Notice + Planned Date + Date + Date. Type + + + + + + + + + ASBIE + Prior Information Notice. Document Reference + A reference to another document associated with this document. + 0..n + Prior Information Notice + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Prior Information Notice. Signature + A signature applied to this document. + 0..n + Prior Information Notice + Signature + Signature + Signature + + + + + + + + + ASBIE + Prior Information Notice. Contracting Party + The contracting party. + 1 + Prior Information Notice + Contracting Party + Contracting Party + Contracting Party + + + + + + + + + ASBIE + Prior Information Notice. Originator_ Customer Party. Customer Party + A party who originated the tendering process. + 0..n + Prior Information Notice + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Prior Information Notice. Receiver_ Party. Party + The party receiving this document. + 0..1 + Prior Information Notice + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Prior Information Notice. Tendering Terms + The tendering terms associated with this tendering process. + 0..1 + Prior Information Notice + Tendering Terms + Tendering Terms + Tendering Terms + + + + + + + + + ASBIE + Prior Information Notice. Tendering Process + A description of the tendering process itself. + 0..1 + Prior Information Notice + Tendering Process + Tendering Process + Tendering Process + + + + + + + + + ASBIE + Prior Information Notice. Procurement Project + An overall definition of this procurement project. + 0..1 + Prior Information Notice + Procurement Project + Procurement Project + Procurement Project + + + + + + + + + ASBIE + Prior Information Notice. Procurement Project Lot + One of the procurement project lots into which this contract can be split. + 0..n + Prior Information Notice + Procurement Project Lot + Procurement Project Lot + Procurement Project Lot + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-ProductActivity-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-ProductActivity-2.1.xsd new file mode 100644 index 0000000000..fba4f4b30d --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-ProductActivity-2.1.xsd @@ -0,0 +1,387 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Product Activity. Details + A document reporting the movement of goods at specified retail locations for inventory tracking purposes. + Product Activity + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Product Activity. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Product Activity + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Product Activity. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Product Activity + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Product Activity. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Product Activity + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Product Activity. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Product Activity + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Product Activity. Identifier + An identifier for this document, assigned by the sender. + 1 + Product Activity + Identifier + Identifier + Identifier. Type + Product Acvtivity Number + + + + + + + + + BBIE + Product Activity. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Product Activity + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Product Activity. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Product Activity + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Product Activity. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Product Activity + Issue Date + Date + Date. Type + Activity Date + + + + + + + + + BBIE + Product Activity. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Product Activity + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Product Activity. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Product Activity + Note + Text + Text. Type + + + + + + + + + BBIE + Product Activity. Document_ Currency Code. Code + A code signifying the default currency for this document. + 0..1 + Product Activity + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + ASBIE + Product Activity. Activity_ Period. Period + The period covered by this Product Activity report. + 1 + Product Activity + Activity + Period + Period + Period + + + + + + + + + ASBIE + Product Activity. Document Reference + A reference to another document associated with this document. + 0..n + Product Activity + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Product Activity. Signature + A signature applied to this document. + 0..n + Product Activity + Signature + Signature + Signature + + + + + + + + + ASBIE + Product Activity. Sender_ Party. Party + The sender of the Product Activity. + 1 + Product Activity + Sender + Party + Party + Party + + + + + + + + + ASBIE + Product Activity. Receiver_ Party. Party + The receiver of the Product Activity. + 1 + Product Activity + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Product Activity. Supply Chain_ Activity Data Line. Activity Data Line + A line describing the movement of goods to a specific location. + 1..n + Product Activity + Supply Chain + Activity Data Line + Activity Data Line + Activity Data Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-Quotation-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-Quotation-2.1.xsd new file mode 100644 index 0000000000..1c2294aff0 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-Quotation-2.1.xsd @@ -0,0 +1,583 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Quotation. Details + A document used to quote for the provision of goods and services. + Quotation + Purchase Order + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Quotation. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Quotation + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Quotation. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Quotation + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Quotation. Profile Identifier. Identifier + Identifies a user-defined profile of the subset of UBL being used. + 0..1 + Quotation + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Quotation. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Quotation + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Quotation. Identifier + An identifier for this document, assigned by the sender. + 0..1 + Quotation + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Quotation. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Quotation + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Quotation. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Quotation + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Quotation. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Quotation + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Quotation. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Quotation + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Quotation. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Quotation + Note + Text + Text. Type + + + + + + + + + BBIE + Quotation. Pricing_ Currency Code. Code + A code signifying the currency used for all prices in the Quotation. + 0..1 + Quotation + Pricing + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Quotation. Line Count. Numeric + The number of Quotation Lines in this document. + 0..1 + Quotation + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Quotation. Validity_ Period. Period + The period for which the Quotation is valid. + 0..1 + Quotation + Validity + Period + Period + Period + + + + + + + + + ASBIE + Quotation. Request For Quotation_ Document Reference. Document Reference + A reference to the Request for Quotation associated with this Quotation. + 0..1 + Quotation + Request For Quotation + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Quotation. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Quotation + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Quotation. Contract + A contract associated with this Quotation. + 0..n + Quotation + Contract + Contract + Contract + + + + + + + + + ASBIE + Quotation. Signature + A signature applied to this document. + 0..n + Quotation + Signature + Signature + Signature + + + + + + + + + ASBIE + Quotation. Seller_ Supplier Party. Supplier Party + The seller. + 1 + Quotation + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Quotation. Buyer_ Customer Party. Customer Party + Association to the Buyer. + 0..1 + Quotation + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Quotation. Originator_ Customer Party. Customer Party + The originator. + 0..1 + Quotation + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Quotation. Delivery + A delivery associated with this document. + 0..n + Quotation + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Quotation. Delivery Terms + A set of delivery terms associated with this document. + 0..1 + Quotation + Delivery Terms + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Quotation. Payment Means + Expected means of payment. + 0..1 + Quotation + Payment Means + Payment Means + Payment Means + + + + + + + + + ASBIE + Quotation. Transaction Conditions + A specification of purchasing, sales, or payment conditions applying to Orders related to this Quotation. + 0..1 + Quotation + Transaction Conditions + Transaction Conditions + Transaction Conditions + + + + + + + + + ASBIE + Quotation. Allowance Charge + A discount or charge that applies to a price component. + 0..n + Quotation + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Quotation. Destination_ Country. Country + The country of destination of potential orders (for customs purposes). + 0..1 + Quotation + Destination + Country + Country + Country + + + + + + + + + ASBIE + Quotation. Tax Total + The total amount of a specific type of tax. + 0..n + Quotation + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Quotation. Quoted_ Monetary Total. Monetary Total + The total amount of the Quotation. + 1 + Quotation + Quoted + Monetary Total + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Quotation. Quotation Line + A line quoting a cost for one kind of item. + 1..n + Quotation + Quotation Line + Quotation Line + Quotation Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-ReceiptAdvice-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-ReceiptAdvice-2.1.xsd new file mode 100644 index 0000000000..3c3eeb23bb --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-ReceiptAdvice-2.1.xsd @@ -0,0 +1,485 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Receipt Advice. Details + A document used to describe the receipt of goods and services. + Receipt Advice + Receipt, Delivery Acknowledgement + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Receipt Advice. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Receipt Advice + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Receipt Advice. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Receipt Advice + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Receipt Advice. Profile Identifier. Identifier + Identifies a user-defined profile of the subset of UBL being used. + 0..1 + Receipt Advice + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Receipt Advice. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Receipt Advice + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Receipt Advice. Identifier + An identifier for this document, assigned by the sender. + 1 + Receipt Advice + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Receipt Advice. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Receipt Advice + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Receipt Advice. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Receipt Advice + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Receipt Advice. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Receipt Advice + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Receipt Advice. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Receipt Advice + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Receipt Advice. Document Status Code. Code + A code signifying the status of the Receipt Advice with respect to its original state. This code may be used if the document precedes the event and is subsequently found to be incorrect and in need of cancellation or revision. + 0..1 + Receipt Advice + Document Status Code + Code + Document Status + Document Status_ Code. Type + + + + + + + + + BBIE + Receipt Advice. Receipt Advice Type Code. Code + A code signifying the type of the Receipt Advice. + 0..1 + Receipt Advice + Receipt Advice Type Code + Code + Receipt Advice Type + Receipt Advice Type_ Code. Type + + + + + + + + + BBIE + Receipt Advice. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Receipt Advice + Note + Text + Text. Type + + + + + + + + + BBIE + Receipt Advice. Line Count. Numeric + The number of Receipt Lines in this document. + 0..1 + Receipt Advice + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Receipt Advice. Order Reference + A reference to an Order associated with this Receipt Advice. + 0..n + Receipt Advice + Order Reference + Order Reference + Order Reference + + + + + + + + + ASBIE + Receipt Advice. Despatch_ Document Reference. Document Reference + A reference to a Despatch Advice associated with this document. + 0..n + Receipt Advice + Despatch + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Receipt Advice. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Receipt Advice + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Receipt Advice. Signature + A signature applied to this document. + 0..n + Receipt Advice + Signature + Signature + Signature + + + + + + + + + ASBIE + Receipt Advice. Delivery_ Customer Party. Customer Party + The customer party. + 1 + Receipt Advice + Delivery + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Receipt Advice. Despatch_ Supplier Party. Supplier Party + The supplier party. + 1 + Receipt Advice + Despatch + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Receipt Advice. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Receipt Advice + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Receipt Advice. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Receipt Advice + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Receipt Advice. Shipment + Details about the Shipment. + 0..1 + Receipt Advice + Shipment + Shipment + Shipment + + + + + + + + + ASBIE + Receipt Advice. Receipt Line + A line detailing a kind of item received. + 1..n + Receipt Advice + Receipt Line + Receipt Line + Receipt Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-Reminder-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-Reminder-2.1.xsd new file mode 100644 index 0000000000..fae454dddd --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-Reminder-2.1.xsd @@ -0,0 +1,759 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Reminder. Details + A document used to remind a customer of payments past due. + Reminder + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Reminder. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Reminder + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Reminder. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Reminder + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Reminder. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Reminder + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Reminder. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Reminder + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Reminder. Identifier + An identifier for this document, assigned by the sender. + 1 + Reminder + Identifier + Identifier + Identifier. Type + Invoice Number + + + + + + + + + BBIE + Reminder. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Reminder + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Reminder. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Reminder + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Reminder. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Reminder + Issue Date + Date + Date. Type + Invoice Date + + + + + + + + + BBIE + Reminder. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Reminder + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Reminder. Reminder Type Code. Code + A code signifying the type of the Reminder. + 0..1 + Reminder + Reminder Type Code + Code + Code. Type + + + + + + + + + BBIE + Reminder. Reminder Sequence. Numeric + The number of the current Reminder in the sequence of reminders relating to the specified payments; the number of reminders previously sent plus one. + 0..1 + Reminder + Reminder Sequence + Numeric + Numeric. Type + + + + + + + + + BBIE + Reminder. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Reminder + Note + Text + Text. Type + + + + + + + + + BBIE + Reminder. Tax Point Date. Date + The date of the Reminder, used to indicate the point at which tax becomes applicable. + 0..1 + Reminder + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Reminder. Document_ Currency Code. Code + A code signifying the default currency for this document. + 0..1 + Reminder + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Reminder. Tax_ Currency Code. Code + A code signifying the currency used for tax amounts in the Reminder. + 0..1 + Reminder + Tax + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Reminder. Pricing_ Currency Code. Code + A code signifying the currency used for prices in the Reminder. + 0..1 + Reminder + Pricing + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Reminder. Payment_ Currency Code. Code + A code signifying the currency used for payment in the Reminder. + 0..1 + Reminder + Payment + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Reminder. Payment Alternative_ Currency Code. Code + A code signifying the alternative currency used for payment in the Reminder. + 0..1 + Reminder + Payment Alternative + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Reminder. Accounting Cost Code. Code + The buyer's accounting code, applied to the Reminder as a whole. + 0..1 + Reminder + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Reminder. Accounting Cost. Text + The buyer's accounting code, applied to the Reminder as a whole, expressed as text. + 0..1 + Reminder + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Reminder. Line Count. Numeric + The number of Reminder Lines in this document. + 0..1 + Reminder + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Reminder. Reminder_ Period. Period + The periods to which the Reminder applies. + 0..n + Reminder + Reminder + Period + Period + Period + + + + + + + + + ASBIE + Reminder. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Reminder + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Reminder. Signature + A signature applied to this document. + 0..n + Reminder + Signature + Signature + Signature + + + + + + + + + ASBIE + Reminder. Accounting_ Supplier Party. Supplier Party + The accounting supplier party. + 1 + Reminder + Accounting + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Reminder. Accounting_ Customer Party. Customer Party + The accounting customer party. + 1 + Reminder + Accounting + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Reminder. Payee_ Party. Party + The payee. + 0..1 + Reminder + Payee + Party + Party + Party + + + + + + + + + ASBIE + Reminder. Tax Representative_ Party. Party + The tax representative. + 0..1 + Reminder + Tax Representative + Party + Party + Party + + + + + + + + + ASBIE + Reminder. Payment Means + Expected means of payment. + 0..n + Reminder + Payment Means + Payment Means + Payment Means + + + + + + + + + ASBIE + Reminder. Payment Terms + A set of payment terms associated with this document. + 0..n + Reminder + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Reminder. Prepaid_ Payment. Payment + A prepaid payment. + 0..n + Reminder + Prepaid + Payment + Payment + Payment + + + + + + + + + ASBIE + Reminder. Allowance Charge + A discount or charge that applies to a price component. + 0..n + Reminder + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Reminder. Tax_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the tax currency. + 0..1 + Reminder + Tax + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Reminder. Pricing_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the pricing currency. + 0..1 + Reminder + Pricing + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Reminder. Payment_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment currency. + 0..1 + Reminder + Payment + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Reminder. Payment Alternative_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment alternative currency. + 0..1 + Reminder + Payment Alternative + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Reminder. Tax Total + The total amount of a specific type of tax. + 0..n + Reminder + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Reminder. Legal_ Monetary Total. Monetary Total + The total amount payable on the Invoice, including Allowances, Charges, and Taxes. + 1 + Reminder + Legal + Monetary Total + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Reminder. Reminder Line + A line describing a payment past due. + 1..n + Reminder + Reminder Line + Reminder Line + Reminder Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-RemittanceAdvice-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-RemittanceAdvice-2.1.xsd new file mode 100644 index 0000000000..585ef73ee5 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-RemittanceAdvice-2.1.xsd @@ -0,0 +1,567 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Remittance Advice. Details + A document that specifies details of an actual payment. + Remittance Advice + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Remittance Advice. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Remittance Advice + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Remittance Advice. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Remittance Advice + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Remittance Advice. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Remittance Advice + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Remittance Advice. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Remittance Advice + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Remittance Advice. Identifier + An identifier for this document, assigned by the sender. + 1 + Remittance Advice + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Remittance Advice. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Remittance Advice + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Remittance Advice. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Remittance Advice + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Remittance Advice. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Remittance Advice + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Remittance Advice. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Remittance Advice + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Remittance Advice. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Remittance Advice + Note + Text + Text. Type + + + + + + + + + BBIE + Remittance Advice. Document_ Currency Code. Code + A code signifying the default currency for this document. + 0..1 + Remittance Advice + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Remittance Advice. Total_ Debit Amount. Amount + The totals of all debit amounts for the Remittance Advice. + 0..1 + Remittance Advice + Total + Debit Amount + Amount + Amount. Type + + + + + + + + + BBIE + Remittance Advice. Total_ Credit Amount. Amount + The totals of all credit amounts for the Remittance Advice. + 0..1 + Remittance Advice + Total + Credit Amount + Amount + Amount. Type + + + + + + + + + BBIE + Remittance Advice. Total_ Payment Amount. Amount + The total payable amount for the Remittance Advice (must be positive). + 0..1 + Remittance Advice + Total + Payment Amount + Amount + Amount. Type + + + + + + + + + BBIE + Remittance Advice. Payment Order Reference. Text + An internal reference to the order for payment from the payer to the payer's bank. + 0..1 + Remittance Advice + Payment Order Reference + Text + Text. Type + + + + + + + + + BBIE + Remittance Advice. Payer_ Reference. Text + An internal reference to the payer's order for payment. + 0..1 + Remittance Advice + Payer + Reference + Text + Text. Type + + + + + + + + + BBIE + Remittance Advice. Invoicing Party_ Reference. Text + An internal reference to the order for payment by the invoicing party. This may have been requested of the payer by the payee to accompany the payer's remittance. + 0..1 + Remittance Advice + Invoicing Party + Reference + Text + Text. Type + + + + + + + + + BBIE + Remittance Advice. Line Count. Numeric + The number of Remittance Advice Lines in the document. + 0..1 + Remittance Advice + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Remittance Advice. Invoice_ Period. Period + A period (rather than a specific invoice) associated with this document. + 0..n + Remittance Advice + Invoice + Period + Period + Period + + + + + + + + + ASBIE + Remittance Advice. Billing Reference + A reference to a billing document associated with this document. + 0..1 + Remittance Advice + Billing Reference + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Remittance Advice. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Remittance Advice + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Remittance Advice. Signature + A signature applied to this document. + 0..n + Remittance Advice + Signature + Signature + Signature + + + + + + + + + ASBIE + Remittance Advice. Accounting_ Customer Party. Customer Party + The accounting customer party. + 1 + Remittance Advice + Accounting + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Remittance Advice. Accounting_ Supplier Party. Supplier Party + The accounting supplier party. + 1 + Remittance Advice + Accounting + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Remittance Advice. Payee_ Party. Party + The payee. + 0..1 + Remittance Advice + Payee + Party + Party + Party + + + + + + + + + ASBIE + Remittance Advice. Payment Means + Expected means of payment. + 0..1 + Remittance Advice + Payment Means + Payment Means + Payment Means + + + + + + + + + ASBIE + Remittance Advice. Tax Total + The total amount of a specific type of tax. + 0..n + Remittance Advice + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Remittance Advice. Remittance Advice Line + A line specifying a balance. + 1..n + Remittance Advice + Remittance Advice Line + Remittance Advice Line + Remittance Advice Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-RequestForQuotation-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-RequestForQuotation-2.1.xsd new file mode 100644 index 0000000000..5c4bb477c9 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-RequestForQuotation-2.1.xsd @@ -0,0 +1,519 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Request For Quotation. Details + A document used to request a Quotation for goods and services from a Seller. + Request For Quotation + Purchase Order + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Request For Quotation. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Request For Quotation + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Request For Quotation. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Request For Quotation + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Request For Quotation. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Request For Quotation + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Request For Quotation. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Request For Quotation + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Request For Quotation. Identifier + An identifier for this document, assigned by the sender. + 0..1 + Request For Quotation + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Request For Quotation. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Request For Quotation + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Request For Quotation. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Request For Quotation + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Request For Quotation. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Request For Quotation + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Request For Quotation. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 1 + Request For Quotation + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Request For Quotation. Submission Due Date. Date + The due date for submission of the Quotation. + 0..1 + Request For Quotation + Submission Due Date + Date + Date. Type + + + + + + + + + BBIE + Request For Quotation. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Request For Quotation + Note + Text + Text. Type + + + + + + + + + BBIE + Request For Quotation. Pricing_ Currency Code. Code + The currency that the Seller should use to price the Quotation. + 0..1 + Request For Quotation + Pricing + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Request For Quotation. Line Count. Numeric + The number of Request For Quotation Lines in this document. + 0..1 + Request For Quotation + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Request For Quotation. Requested Validity_ Period. Period + The validity period requested for this Quotation. + 0..1 + Request For Quotation + Requested Validity + Period + Period + Period + + + + + + + + + ASBIE + Request For Quotation. Catalogue_ Document Reference. Document Reference + The Catalogue on which this Request for Quotation is based. + 0..1 + Request For Quotation + Catalogue + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Request For Quotation. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Request For Quotation + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Request For Quotation. Signature + A signature applied to this document. + 0..n + Request For Quotation + Signature + Signature + Signature + + + + + + + + + ASBIE + Request For Quotation. Originator_ Customer Party. Customer Party + The originator. + 0..1 + Request For Quotation + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Request For Quotation. Seller_ Supplier Party. Supplier Party + The seller. + 1 + Request For Quotation + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Request For Quotation. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Request For Quotation + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Request For Quotation. Delivery + A delivery associated with this document. + 0..n + Request For Quotation + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Request For Quotation. Delivery Terms + A set of delivery terms associated with this document. + 0..n + Request For Quotation + Delivery Terms + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Request For Quotation. Destination_ Country. Country + The country of destination of potential orders (for customs purposes). + 0..1 + Request For Quotation + Destination + Country + Country + Country + + + + + + + + + ASBIE + Request For Quotation. Contract + A contract associated with this Request for Quotation.. + 0..n + Request For Quotation + Contract + Contract + Contract + + + + + + + + + ASBIE + Request For Quotation. Request For Quotation Line + A line specifying a kind of item of sale. + 1..n + Request For Quotation + Request For Quotation Line + Request For Quotation Line + Request For Quotation Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-RetailEvent-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-RetailEvent-2.1.xsd new file mode 100644 index 0000000000..d11b2844c4 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-RetailEvent-2.1.xsd @@ -0,0 +1,515 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Retail Event. Details + A document used to specify basic information about retail events (such as promotions, product introductions, and community or environmental events) that affect supply or demand. + Retail Event + Event + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Retail Event. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Retail Event + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Retail Event. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Retail Event + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Retail Event. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Retail Event + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Retail Event. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Retail Event + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Retail Event. Identifier + An identifier for this document, assigned by the sender. + 1 + Retail Event + Identifier + Identifier + Identifier. Type + Retail Event Number + + + + + + + + + BBIE + Retail Event. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Retail Event + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Retail Event. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Retail Event + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Retail Event. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 0..1 + Retail Event + Issue Date + Date + Date. Type + Retail Event Date + + + + + + + + + BBIE + Retail Event. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Retail Event + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Retail Event. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Retail Event + Note + Text + Text. Type + + + + + + + + + BBIE + Retail Event. Retail Event Name. Name + A title, theme, slogan, or other identifier for the event for use by trading partners. + 0..1 + Retail Event + Retail Event Name + Name + Name. Type + + + + + + + + + BBIE + Retail Event. Retail Event Status Code. Code + Describes the logical state of the discrete activity affecting supply or demand in the supply chain + 1 + Retail Event + Retail Event Status Code + Code + Code. Type + + + + + + + + + BBIE + Retail Event. Seller Event Identifier. Identifier + An event tracking identifier assigned by the seller. + 0..1 + Retail Event + Seller Event Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Retail Event. Buyer Event Identifier. Identifier + An event tracking identifier assigned by the buyer. + 0..1 + Retail Event + Buyer Event Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Retail Event. Description. Text + Definition of the discrete activity affecting supply or demand in the supply chain + 0..n + Retail Event + Description + Text + Text. Type + + + + + + + + + ASBIE + Retail Event. Period + The period during which the event takes place. + 1 + Retail Event + Period + Period + Period + + + + + + + + + ASBIE + Retail Event. Original_ Document Reference. Document Reference + A reference to a Forecast document associated with this event. + 0..n + Retail Event + Original + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Retail Event. Signature + A signature applied to this document. + 0..n + Retail Event + Signature + Signature + Signature + + + + + + + + + ASBIE + Retail Event. Sender_ Party. Party + The party sending this document. + 1 + Retail Event + Sender + Party + Party + Party + + + + + + + + + ASBIE + Retail Event. Receiver_ Party. Party + The party receiving this document. + 1 + Retail Event + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Retail Event. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Retail Event + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Retail Event. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Retail Event + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Retail Event. Event Comment + A comment regarding the event. + 0..n + Retail Event + Event Comment + Event Comment + Event Comment + + + + + + + + + ASBIE + Retail Event. Promotional Event + The description of a promotional event associated with this event. + 0..1 + Retail Event + Promotional Event + Promotional Event + Promotional Event + + + + + + + + + ASBIE + Retail Event. Miscellaneous Event + A miscellaneous event associated with this event. + 0..1 + Retail Event + Miscellaneous Event + Miscellaneous Event + Miscellaneous Event + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-SelfBilledCreditNote-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-SelfBilledCreditNote-2.1.xsd new file mode 100644 index 0000000000..843a650f52 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-SelfBilledCreditNote-2.1.xsd @@ -0,0 +1,918 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Self Billed Credit Note. Details + A credit note created by the debtor in a self billing arrangement with a creditor; Self Billed Credit Note replaces Debit Note in such arrangements. + Self Billed Credit Note + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Self Billed Credit Note. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Self Billed Credit Note + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Self Billed Credit Note. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Self Billed Credit Note + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Self Billed Credit Note. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Self Billed Credit Note + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Self Billed Credit Note. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Self Billed Credit Note + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Self Billed Credit Note. Identifier + An identifier for this document, assigned by the sender. + 1 + Self Billed Credit Note + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Self Billed Credit Note. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Self Billed Credit Note + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Self Billed Credit Note. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Self Billed Credit Note + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Self Billed Credit Note. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Self Billed Credit Note + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Self Billed Credit Note. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Self Billed Credit Note + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Self Billed Credit Note. Tax Point Date. Date + The date of the Self Billed Credit Note, used to indicate the point at which tax becomes applicable. + 0..1 + Self Billed Credit Note + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Self Billed Credit Note. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Self Billed Credit Note + Note + Text + Text. Type + + + + + + + + + BBIE + Self Billed Credit Note. Document_ Currency Code. Code + A code signifying the default currency for this document. + 1 + Self Billed Credit Note + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Credit Note. Tax_ Currency Code. Code + A code signifying the currency used for tax amounts in the Self Billed Credit Note. + 0..1 + Self Billed Credit Note + Tax + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Credit Note. Pricing_ Currency Code. Code + A code signifying the currency used for prices in the Self Billed Credit Note. + 0..1 + Self Billed Credit Note + Pricing + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Credit Note. Payment_ Currency Code. Code + A code signifying the currency used for payment in the Self Billed Credit Note. + 0..1 + Self Billed Credit Note + Payment + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Credit Note. Payment Alternative_ Currency Code. Code + A code signifying the alternative currency used for payment in the Self Billed Credit Note. + 0..1 + Self Billed Credit Note + Payment Alternative + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Credit Note. Accounting Cost Code. Code + The buyer's accounting code, applied to the Self Billed Credit Note as a whole. + 0..1 + Self Billed Credit Note + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Self Billed Credit Note. Accounting Cost. Text + The buyer's accounting code, applied to the Self Billed Credit Note as a whole, expressed as text. + 0..1 + Self Billed Credit Note + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Self Billed Credit Note. Line Count. Numeric + The number of Self Billed Credit Note Lines in this document. + 0..1 + Self Billed Credit Note + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Self Billed Credit Note. Invoice_ Period. Period + A period (rather than a specific Invoice) associated with the Self Billed Credit Note. + 0..n + Self Billed Credit Note + Invoice + Period + Period + Period + + + + + + + + + ASBIE + Self Billed Credit Note. Discrepancy_ Response. Response + A reason for the Self Billed Credit Note as a whole. + 0..n + Self Billed Credit Note + Discrepancy + Response + Response + Response + + + + + + + + + ASBIE + Self Billed Credit Note. Order Reference + The Order associated with this Self Billed Credit Note. + 0..1 + Self Billed Credit Note + Order Reference + Order Reference + Order Reference + + + + + + + + + ASBIE + Self Billed Credit Note. Billing Reference + A reference to a billing document associated with this document. + 0..n + Self Billed Credit Note + Billing Reference + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Self Billed Credit Note. Despatch_ Document Reference. Document Reference + A reference to a Despatch Advice associated with this document. + 0..n + Self Billed Credit Note + Despatch + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Credit Note. Receipt_ Document Reference. Document Reference + A reference to a Receipt Advice associated with this document. + 0..n + Self Billed Credit Note + Receipt + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Credit Note. Contract_ Document Reference. Document Reference + A reference to a contract associated with this document. + 0..n + Self Billed Credit Note + Contract + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Credit Note. Statement_ Document Reference. Document Reference + A reference to a Statement associated with this document. + 0..n + Self Billed Credit Note + Statement + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Credit Note. Originator_ Document Reference. Document Reference + A reference to an originator document associated with this document. + 0..n + Self Billed Credit Note + Originator + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Credit Note. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Self Billed Credit Note + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Credit Note. Signature + A signature applied to this document. + 0..n + Self Billed Credit Note + Signature + Signature + Signature + + + + + + + + + ASBIE + Self Billed Credit Note. Accounting_ Customer Party. Customer Party + The accounting customer party. + 1 + Self Billed Credit Note + Accounting + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Self Billed Credit Note. Accounting_ Supplier Party. Supplier Party + The accounting supplier party. + 1 + Self Billed Credit Note + Accounting + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Self Billed Credit Note. Payee_ Party. Party + The payee. + 0..1 + Self Billed Credit Note + Payee + Party + Party + Party + + + + + + + + + ASBIE + Self Billed Credit Note. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Self Billed Credit Note + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Self Billed Credit Note. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Self Billed Credit Note + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Self Billed Credit Note. Tax Representative_ Party. Party + The tax representative. + 0..1 + Self Billed Credit Note + Tax Representative + Party + Party + Party + + + + + + + + + ASBIE + Self Billed Credit Note. Delivery + A delivery associated with this document. + 0..n + Self Billed Credit Note + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Self Billed Credit Note. Delivery Terms + A set of delivery terms associated with this document. + 0..n + Self Billed Credit Note + Delivery Terms + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Self Billed Credit Note. Payment Means + Expected means of payment. + 0..n + Self Billed Credit Note + Payment Means + Payment Means + Payment Means + + + + + + + + + ASBIE + Self Billed Credit Note. Payment Terms + A set of payment terms associated with this document. + 0..n + Self Billed Credit Note + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Self Billed Credit Note. Allowance Charge + A discount or charge that applies to a price component. + 0..n + Self Billed Credit Note + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Self Billed Credit Note. Tax_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the tax currency. + 0..1 + Self Billed Credit Note + Tax + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Self Billed Credit Note. Pricing_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the pricing currency. + 0..1 + Self Billed Credit Note + Pricing + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Self Billed Credit Note. Payment_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment currency. + 0..1 + Self Billed Credit Note + Payment + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Self Billed Credit Note. Payment Alternative_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment alternative currency. + 0..1 + Self Billed Credit Note + Payment Alternative + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Self Billed Credit Note. Tax Total + The total amount of a specific type of tax. + 0..n + Self Billed Credit Note + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Self Billed Credit Note. Legal_ Monetary Total. Monetary Total + The total amount payable on the Self Billed Credit Note, including Allowances, Charges, and Taxes. + 1 + Self Billed Credit Note + Legal + Monetary Total + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Self Billed Credit Note. Credit Note Line + A Self Billed Credit Note Line. + 1..n + Self Billed Credit Note + Credit Note Line + Credit Note Line + Credit Note Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-SelfBilledInvoice-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-SelfBilledInvoice-2.1.xsd new file mode 100644 index 0000000000..096cf20f30 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-SelfBilledInvoice-2.1.xsd @@ -0,0 +1,933 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Self Billed Invoice. Details + An Invoice document created by the Customer (rather than the Supplier) in a Self Billing relationship. + Self Billed Invoice + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Self Billed Invoice. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Self Billed Invoice + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Self Billed Invoice. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Self Billed Invoice + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Self Billed Invoice. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Self Billed Invoice + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Self Billed Invoice. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Self Billed Invoice + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Self Billed Invoice. Identifier + An identifier for this document, assigned by the sender. + 1 + Self Billed Invoice + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Self Billed Invoice. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Self Billed Invoice + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Self Billed Invoice. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Self Billed Invoice + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Self Billed Invoice. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Self Billed Invoice + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Self Billed Invoice. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Self Billed Invoice + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Self Billed Invoice. Tax Point Date. Date + The date of the invoice for tax purposes, in accordance with the applicable tax regulation. + 0..1 + Self Billed Invoice + Tax Point Date + Date + Date. Type + + + + + + + + + BBIE + Self Billed Invoice. Invoice Type Code. Code + A code signifying the type of invoice. + 0..1 + Self Billed Invoice + Invoice Type Code + Code + Code. Type + + + + + + + + + BBIE + Self Billed Invoice. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Self Billed Invoice + Note + Text + Text. Type + + + + + + + + + BBIE + Self Billed Invoice. Document_ Currency Code. Code + A code signifying the default currency for this document. + 0..1 + Self Billed Invoice + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Invoice. Tax_ Currency Code. Code + A code signifying the currency used for tax amounts in the Invoice. + 0..1 + Self Billed Invoice + Tax + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Invoice. Pricing_ Currency Code. Code + A code signifying the currency used for prices in the Invoice. + 0..1 + Self Billed Invoice + Pricing + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Invoice. Payment_ Currency Code. Code + A code signifying the currency used for payment in the Invoice. + 0..1 + Self Billed Invoice + Payment + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Invoice. Payment Alternative_ Currency Code. Code + A code signifying the alternative currency used for payment in the Invoice. + 0..1 + Self Billed Invoice + Payment Alternative + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Self Billed Invoice. Accounting Cost Code. Code + An accounting cost code, applied to the Invoice as a whole. + 0..1 + Self Billed Invoice + Accounting Cost Code + Code + Code. Type + + + + + + + + + BBIE + Self Billed Invoice. Accounting Cost. Text + An accounting cost code, applied to the Invoice as a whole, expressed as text. + 0..1 + Self Billed Invoice + Accounting Cost + Text + Text. Type + + + + + + + + + BBIE + Self Billed Invoice. Line Count. Numeric + The number of Invoice Lines in this document. + 0..1 + Self Billed Invoice + Line Count + Numeric + Numeric. Type + + + + + + + + + ASBIE + Self Billed Invoice. Invoice_ Period. Period + A period to which the Self Billed Invoice applies. + 0..n + Self Billed Invoice + Invoice + Period + Period + Period + + + + + + + + + ASBIE + Self Billed Invoice. Order Reference + A reference to the Order with which this Invoice is associated. + 0..1 + Self Billed Invoice + Order Reference + Order Reference + Order Reference + + + + + + + + + ASBIE + Self Billed Invoice. Billing Reference + A reference to a billing document associated with this document. + 0..n + Self Billed Invoice + Billing Reference + Billing Reference + Billing Reference + + + + + + + + + ASBIE + Self Billed Invoice. Contract_ Document Reference. Document Reference + A reference to a contract associated with this document. + 0..n + Self Billed Invoice + Contract + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Invoice. Despatch_ Document Reference. Document Reference + A reference to a Despatch Advice associated with this document. + 0..n + Self Billed Invoice + Despatch + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Invoice. Receipt_ Document Reference. Document Reference + A reference to a Receipt Advice associated with this document. + 0..n + Self Billed Invoice + Receipt + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Invoice. Statement_ Document Reference. Document Reference + A reference to a Statement associated with this document. + 0..n + Self Billed Invoice + Statement + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Invoice. Originator_ Document Reference. Document Reference + A reference to an originator document associated with this document. + 0..n + Self Billed Invoice + Originator + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Invoice. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Self Billed Invoice + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Self Billed Invoice. Signature + A signature applied to this document. + 0..n + Self Billed Invoice + Signature + Signature + Signature + + + + + + + + + ASBIE + Self Billed Invoice. Accounting_ Customer Party. Customer Party + The accounting customer party. + 1 + Self Billed Invoice + Accounting + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Self Billed Invoice. Accounting_ Supplier Party. Supplier Party + The accounting supplier party. + 1 + Self Billed Invoice + Accounting + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Self Billed Invoice. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Self Billed Invoice + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Self Billed Invoice. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Self Billed Invoice + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Self Billed Invoice. Payee_ Party. Party + The payee. + 0..1 + Self Billed Invoice + Payee + Party + Party + Party + + + + + + + + + ASBIE + Self Billed Invoice. Tax Representative_ Party. Party + The tax representative. + 0..1 + Self Billed Invoice + Tax Representative + Party + Party + Party + + + + + + + + + ASBIE + Self Billed Invoice. Delivery + A delivery associated with this document. + 0..n + Self Billed Invoice + Delivery + Delivery + Delivery + + + + + + + + + ASBIE + Self Billed Invoice. Delivery Terms + A set of delivery terms associated with this document. + 0..n + Self Billed Invoice + Delivery Terms + Delivery Terms + Delivery Terms + + + + + + + + + ASBIE + Self Billed Invoice. Payment Means + Expected means of payment. + 0..1 + Self Billed Invoice + Payment Means + Payment Means + Payment Means + + + + + + + + + ASBIE + Self Billed Invoice. Payment Terms + A set of payment terms associated with this document. + 0..n + Self Billed Invoice + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Self Billed Invoice. Prepaid_ Payment. Payment + A prepaid payment. + 0..n + Self Billed Invoice + Prepaid + Payment + Payment + Payment + + + + + + + + + ASBIE + Self Billed Invoice. Allowance Charge + A discount or charge that applies to a price component. + 0..n + Self Billed Invoice + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Self Billed Invoice. Tax_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the tax currency. + 0..1 + Self Billed Invoice + Tax + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Self Billed Invoice. Pricing_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the pricing currency. + 0..1 + Self Billed Invoice + Pricing + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Self Billed Invoice. Payment_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment currency. + 0..1 + Self Billed Invoice + Payment + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Self Billed Invoice. Payment Alternative_ Exchange Rate. Exchange Rate + The exchange rate between the document currency and the payment alternative currency. + 0..1 + Self Billed Invoice + Payment Alternative + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Self Billed Invoice. Tax Total + The total amount of a specific type of tax. + 0..n + Self Billed Invoice + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Self Billed Invoice. Legal_ Monetary Total. Monetary Total + A set of totals associated with this Invoice that are required for the Invoice to be a legal document. + 1 + Self Billed Invoice + Legal + Monetary Total + Monetary Total + Monetary Total + + + + + + + + + ASBIE + Self Billed Invoice. Invoice Line + A line describing an Invoice Item. + 1..n + Self Billed Invoice + Invoice Line + Invoice Line + Invoice Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-Statement-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-Statement-2.1.xsd new file mode 100644 index 0000000000..b3676e8f58 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-Statement-2.1.xsd @@ -0,0 +1,600 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Statement. Details + A document used to report the status of orders, billing, and payment. This document is a statement of account, not a summary invoice. + Statement + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Statement. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Statement + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Statement. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Statement + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Statement. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Statement + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Statement. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Statement + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Statement. Identifier + An identifier for this document, assigned by the sender. + 1 + Statement + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Statement. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Statement + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Statement. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Statement + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Statement. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Statement + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Statement. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Statement + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Statement. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Statement + Note + Text + Text. Type + + + + + + + + + BBIE + Statement. Document_ Currency Code. Code + The default currency for the Statement. + 1 + Statement + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Statement. Total_ Debit Amount. Amount + The total of all debit amounts for the Statement. + 0..1 + Statement + Total + Debit Amount + Amount + Amount. Type + + + + + + + + + BBIE + Statement. Total_ Credit Amount. Amount + The total of all credit amounts for the Statement. + 0..1 + Statement + Total + Credit Amount + Amount + Amount. Type + + + + + + + + + BBIE + Statement. Total_ Balance Amount. Amount + The total amount for the Statement. + 0..1 + Statement + Total + Balance Amount + Amount + Amount. Type + + + + + + + + + BBIE + Statement. Line Count. Numeric + The number of Statement Lines in the Statement. + 0..1 + Statement + Line Count + Numeric + Numeric. Type + + + + + + + + + BBIE + Statement. Statement Type Code. Code + A code signifying the type of the Statement. + 0..1 + Statement + Statement Type Code + Code + Code. Type + + + + + + + + + ASBIE + Statement. Statement_ Period. Period + A period to which the Statement applies. + 0..1 + Statement + Statement + Period + Period + Period + + + + + + + + + ASBIE + Statement. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Statement + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Statement. Signature + A signature applied to this document. + 0..n + Statement + Signature + Signature + Signature + + + + + + + + + ASBIE + Statement. Accounting_ Supplier Party. Supplier Party + The accounting supplier party. + 1 + Statement + Accounting + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Statement. Accounting_ Customer Party. Customer Party + The accounting customer party. + 1 + Statement + Accounting + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Statement. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Statement + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Statement. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Statement + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Statement. Originator_ Customer Party. Customer Party + The originator. + 0..1 + Statement + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Statement. Payee_ Party. Party + The payee. + 0..1 + Statement + Payee + Party + Party + Party + + + + + + + + + ASBIE + Statement. Payment Means + Expected means of payment. + 0..n + Statement + Payment Means + Payment Means + Payment Means + + + + + + + + + ASBIE + Statement. Payment Terms + A set of payment terms associated with this document. + 0..n + Statement + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Statement. Allowance Charge + A discount or charge that applies to a price component. + 0..n + Statement + Allowance Charge + Allowance Charge + Allowance Charge + + + + + + + + + ASBIE + Statement. Tax Total + The total amount of a specific type of tax. + 0..n + Statement + Tax Total + Tax Total + Tax Total + + + + + + + + + ASBIE + Statement. Statement Line + A Statement Line. + 1..n + Statement + Statement Line + Statement Line + Statement Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-StockAvailabilityReport-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-StockAvailabilityReport-2.1.xsd new file mode 100644 index 0000000000..e08d3bc005 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-StockAvailabilityReport-2.1.xsd @@ -0,0 +1,403 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Stock Availability Report. Details + A report on the quantities of each item that are, or will be, in stock. This document is sent by a Seller (for example a producer) to a Buyer (for example a retailer). + Stock Availability Report + Storage status report. + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Stock Availability Report. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Stock Availability Report + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Stock Availability Report. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Stock Availability Report + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Stock Availability Report. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Stock Availability Report + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Stock Availability Report. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Stock Availability Report + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Stock Availability Report. Identifier + An identifier for this document, assigned by the sender. + 1 + Stock Availability Report + Identifier + Identifier + Identifier. Type + Document Number, Inventory Report Number + + + + + + + + + BBIE + Stock Availability Report. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Stock Availability Report + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Stock Availability Report. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Stock Availability Report + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Stock Availability Report. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Stock Availability Report + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Stock Availability Report. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Stock Availability Report + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Stock Availability Report. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Stock Availability Report + Note + Text + Text. Type + + + + + + + + + BBIE + Stock Availability Report. Document_ Currency Code. Code + A code signifying the default currency for this document. + 0..1 + Stock Availability Report + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + ASBIE + Stock Availability Report. Inventory_ Period. Period + The inventory period covered by the Report. + 0..1 + Stock Availability Report + Inventory + Period + Period + Period + + + + + + + + + ASBIE + Stock Availability Report. Document Reference + A reference to another document associated with this document. + 0..n + Stock Availability Report + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Stock Availability Report. Signature + A signature applied to this document. + 0..n + Stock Availability Report + Signature + Signature + Signature + + + + + + + + + ASBIE + Stock Availability Report. Seller_ Supplier Party. Supplier Party + The seller. + 1 + Stock Availability Report + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Stock Availability Report. Retailer_ Customer Party. Customer Party + The retailer. + 0..1 + Stock Availability Report + Retailer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Stock Availability Report. Inventory Reporting_ Party. Party + The party that will receive and use the Stock Availability Report (normally the branch for which the stock is reported). + 1 + Stock Availability Report + Inventory Reporting + Party + Party + Party + + + + + + + + + ASBIE + Stock Availability Report. Stock Availability Report Line + A line representing a particular item of sale and associated with a line in the Catalogue. + 1..n + Stock Availability Report + Stock Availability Report Line + Stock Availability Report Line + Stock Availability Report Line + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-Tender-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-Tender-2.1.xsd new file mode 100644 index 0000000000..124f726287 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-Tender-2.1.xsd @@ -0,0 +1,464 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Tender. Details + A document whereby an economic operator (the tenderer) makes a formal offer (the tender) to a contracting authority to execute an order for the supply or purchase of goods, or for the execution of work, according to the terms of a proposed contract. + Tender + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Tender. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Tender + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Tender. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Tender + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Tender. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Tender + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Tender. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Tender + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Tender. Identifier + An identifier for this document, assigned by the sender. + 1 + Tender + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Tender. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Tender + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Tender. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Tender + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Tender. Tender Type Code. Code + A code to specify the type of tender (economical or objective criteria versus technical or subjective criteria) + 0..1 + Tender + Tender Type Code + Code + Code. Type + + + + + + + + + BBIE + Tender. Contract Folder Identifier. Identifier + An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs. + 1 + Tender + Contract Folder Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Tender. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Tender + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Tender. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Tender + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Tender. Contract Name. Text + Short title of a contract associated with this Tender. + 0..n + Tender + Contract Name + Text + Text. Type + + + + + + + + + BBIE + Tender. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Tender + Note + Text + Text. Type + + + + + + + + + ASBIE + Tender. Validity_ Period. Period + The period for which the Tender is valid. + 0..1 + Tender + Validity + Period + Period + Period + + + + + + + + + ASBIE + Tender. Document Reference + A reference to another document associated with this document. + 0..n + Tender + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Tender. Signature + A signature applied to this document. + 0..n + Tender + Signature + Signature + Signature + + + + + + + + + ASBIE + Tender. Tenderer_ Party. Party + The primary tenderer. + 1 + Tender + Tenderer + Party + Party + Party + + + + + + + + + ASBIE + Tender. Tenderer Qualification_ Document Reference. Document Reference + A reference to the tenderer qualification document that has been used to qualify the tenderer. + 0..1 + Tender + Tenderer Qualification + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Tender. Subcontractor_ Party. Party + A subcontractor or other tenderer participating in the same Tender. + 0..n + Tender + Subcontractor + Party + Party + Party + + + + + + + + + ASBIE + Tender. Contracting Party + The contracting party. + 0..1 + Tender + Contracting Party + Contracting Party + Contracting Party + + + + + + + + + ASBIE + Tender. Originator_ Customer Party. Customer Party + The party originating the Tender. + 0..1 + Tender + Originator + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Tender. Tendered Project + A project with which this Tender is associated. A single Tender can be used to bid for one project, multiple projects, or the global project. + 1..n + Tender + Tendered Project + Tendered Project + Tendered Project + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-TenderReceipt-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-TenderReceipt-2.1.xsd new file mode 100644 index 0000000000..8071e4c827 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-TenderReceipt-2.1.xsd @@ -0,0 +1,398 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Tender Receipt. Details + A document sent by a contracting party to an economic operator acknowledging receipt of a Tender. + Tender Receipt + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Tender Receipt. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Tender Receipt + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Tender Receipt. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Tender Receipt + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Tender Receipt. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Tender Receipt + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Tender Receipt. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Tender Receipt + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Tender Receipt. Identifier + An identifier for this document, assigned by the sender. + 0..1 + Tender Receipt + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Tender Receipt. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Tender Receipt + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Tender Receipt. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Tender Receipt + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Tender Receipt. Contract Folder Identifier. Identifier + An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs. + 1 + Tender Receipt + Contract Folder Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Tender Receipt. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Tender Receipt + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Tender Receipt. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Tender Receipt + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Tender Receipt. Contract Name. Text + Short title of a contract associated with this Tender. + 0..n + Tender Receipt + Contract Name + Text + Text. Type + + + + + + + + + BBIE + Tender Receipt. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Tender Receipt + Note + Text + Text. Type + + + + + + + + + BBIE + Tender Receipt. Registered Date. Date + The date, assigned by the sender, on which the Tender Receipt was created. + 1 + Tender Receipt + Registered Date + Date + Date. Type + + + + + + + + + BBIE + Tender Receipt. Registered Time. Time + The time, assigned by the sender, at which the Tender Receipt was created. + 1 + Tender Receipt + Registered Time + Time + Time. Type + + + + + + + + + ASBIE + Tender Receipt. Tender_ Document Reference. Document Reference + A reference to a received Tender. + 0..n + Tender Receipt + Tender + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Tender Receipt. Signature + A signature applied to this document. + 0..n + Tender Receipt + Signature + Signature + Signature + + + + + + + + + ASBIE + Tender Receipt. Sender_ Party. Party + The party sending this document. + 1 + Tender Receipt + Sender + Party + Party + Party + + + + + + + + + ASBIE + Tender Receipt. Receiver_ Party. Party + The party receiving this document. + 1 + Tender Receipt + Receiver + Party + Party + Party + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-TendererQualification-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-TendererQualification-2.1.xsd new file mode 100644 index 0000000000..5af7bbf71b --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-TendererQualification-2.1.xsd @@ -0,0 +1,401 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Tenderer Qualification. Details + A document declaring the qualifications of a tenderer. + Tenderer Qualification + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Tenderer Qualification. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Tenderer Qualification + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Tenderer Qualification. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Tenderer Qualification + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Tenderer Qualification. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Tenderer Qualification + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Tenderer Qualification. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Tenderer Qualification + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Tenderer Qualification. Identifier + An identifier for this document, assigned by the sender. + 1 + Tenderer Qualification + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Tenderer Qualification. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Tenderer Qualification + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Tenderer Qualification. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Tenderer Qualification + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Tenderer Qualification. Contract Folder Identifier. Identifier + An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs. + 1 + Tenderer Qualification + Contract Folder Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Tenderer Qualification. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Tenderer Qualification + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Tenderer Qualification. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Tenderer Qualification + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Tenderer Qualification. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Tenderer Qualification + Note + Text + Text. Type + + + + + + + + + BBIE + Tenderer Qualification. Version. Identifier + Indicates the current version of the Tenderer Qualification. + 0..1 + Tenderer Qualification + Version + Identifier + Identifier. Type + 1.1 + + + + + + + + + BBIE + Tenderer Qualification. Previous_ Version. Identifier + Identifies the previous version of the Tenderer Qualification which is superceded by this version. + 0..1 + Tenderer Qualification + Previous + Version + Identifier + Identifier. Type + 1.0 + + + + + + + + + ASBIE + Tenderer Qualification. Signature + A signature applied to this document. + 0..n + Tenderer Qualification + Signature + Signature + Signature + + + + + + + + + ASBIE + Tenderer Qualification. Tenderer Party Qualification + A specific qualification of the Tenderer. + 1..n + Tenderer Qualification + Tenderer Party Qualification + Tenderer Party Qualification + Tenderer Party Qualification + + + + + + + + + ASBIE + Tenderer Qualification. Contracting Party + The contracting party. + 0..1 + Tenderer Qualification + Contracting Party + Contracting Party + Contracting Party + + + + + + + + + ASBIE + Tenderer Qualification. Evidence + An evidentiary document supporting Tenderer qualifications. + 0..n + Tenderer Qualification + Evidence + Evidence + Evidence + + + + + + + + + ASBIE + Tenderer Qualification. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Tenderer Qualification + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-TendererQualificationResponse-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-TendererQualificationResponse-2.1.xsd new file mode 100644 index 0000000000..d77131d981 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-TendererQualificationResponse-2.1.xsd @@ -0,0 +1,399 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Tenderer Qualification Response. Details + A document issued by a procurement organization to notify an economic operator whether it has been admitted to or excluded from the tendering process. + Tenderer Qualification Response + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Tenderer Qualification Response. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Tenderer Qualification Response + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Tenderer Qualification Response. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Tenderer Qualification Response + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Tenderer Qualification Response. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Tenderer Qualification Response + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Tenderer Qualification Response. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Tenderer Qualification Response + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Tenderer Qualification Response. Identifier + An identifier for this document, assigned by the sender. + 0..1 + Tenderer Qualification Response + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Tenderer Qualification Response. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Tenderer Qualification Response + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Tenderer Qualification Response. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Tenderer Qualification Response + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Tenderer Qualification Response. Contract Folder Identifier. Identifier + An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs. + 1 + Tenderer Qualification Response + Contract Folder Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Tenderer Qualification Response. Contract Name. Text + Short title of a contract associated with this Tender. + 0..n + Tenderer Qualification Response + Contract Name + Text + Text. Type + + + + + + + + + BBIE + Tenderer Qualification Response. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Tenderer Qualification Response + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Tenderer Qualification Response. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Tenderer Qualification Response + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Tenderer Qualification Response. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Tenderer Qualification Response + Note + Text + Text. Type + + + + + + + + + ASBIE + Tenderer Qualification Response. Sender_ Party. Party + The party sending this message. + 1 + Tenderer Qualification Response + Sender + Party + Party + Party + + + + + + + + + ASBIE + Tenderer Qualification Response. Receiver_ Party. Party + The party receiving this message. + 1 + Tenderer Qualification Response + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Tenderer Qualification Response. Resolution_ Document Reference. Document Reference + A document (e.g., meeting minutes) relating to consideration of tenderer qualifications. + 0..1 + Tenderer Qualification Response + Resolution + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Tenderer Qualification Response. Qualification Resolution + An association to the resolution that is being notified + 1..n + Tenderer Qualification Response + Qualification Resolution + Qualification Resolution + Qualification Resolution + + + + + + + + + ASBIE + Tenderer Qualification Response. Appeal Terms + Terms of appeal for this tendering process. + 0..1 + Tenderer Qualification Response + Appeal Terms + Appeal Terms + Appeal Terms + + + + + + + + + ASBIE + Tenderer Qualification Response. Signature + A signature applied to this document. + 0..n + Tenderer Qualification Response + Signature + Signature + Signature + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-TradeItemLocationProfile-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-TradeItemLocationProfile-2.1.xsd new file mode 100644 index 0000000000..3d2db93305 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-TradeItemLocationProfile-2.1.xsd @@ -0,0 +1,415 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Trade Item Location Profile. Details + A document specifying trade item attributes relating to replenishment policies. + Trade Item Location Profile + TradeItem Information Request + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Trade Item Location Profile. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Trade Item Location Profile + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Trade Item Location Profile. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Trade Item Location Profile + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Trade Item Location Profile. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Trade Item Location Profile + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Trade Item Location Profile. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Trade Item Location Profile + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Trade Item Location Profile. Identifier + An identifier for this document, assigned by the sender. + 1 + Trade Item Location Profile + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Trade Item Location Profile. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Trade Item Location Profile + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Trade Item Location Profile. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Trade Item Location Profile + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Trade Item Location Profile. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Trade Item Location Profile + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Trade Item Location Profile. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Trade Item Location Profile + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Trade Item Location Profile. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Trade Item Location Profile + Note + Text + Text. Type + + + + + + + + + BBIE + Trade Item Location Profile. Profile_ Status Code. Code + A code signifying the status of this Trade Item Location Profile. + 0..1 + Trade Item Location Profile + Profile + Status Code + Code + Code. Type + + + + + + + + + ASBIE + Trade Item Location Profile. Period + An association to Period. + 1 + Trade Item Location Profile + Period + Period + Period + + + + + + + + + ASBIE + Trade Item Location Profile. Document Reference + A reference to another document associated with this document. + 0..n + Trade Item Location Profile + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Trade Item Location Profile. Signature + A signature applied to this document. + 0..n + Trade Item Location Profile + Signature + Signature + Signature + + + + + + + + + ASBIE + Trade Item Location Profile. Sender_ Party. Party + The sender. + 1 + Trade Item Location Profile + Sender + Party + Party + Party + + + + + + + + + ASBIE + Trade Item Location Profile. Receiver_ Party. Party + The receiver. + 1 + Trade Item Location Profile + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Trade Item Location Profile. Buyer_ Customer Party. Customer Party + The buyer. + 0..1 + Trade Item Location Profile + Buyer + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Trade Item Location Profile. Seller_ Supplier Party. Supplier Party + The seller. + 0..1 + Trade Item Location Profile + Seller + Supplier Party + Supplier Party + Supplier Party + + + + + + + + + ASBIE + Trade Item Location Profile. Item Management Profile + A profile specifying replenishment policies for a particular trade item. + 1..n + Trade Item Location Profile + Item Management Profile + Item Management Profile + Item Management Profile + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-TransportExecutionPlan-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportExecutionPlan-2.1.xsd new file mode 100644 index 0000000000..650860629e --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportExecutionPlan-2.1.xsd @@ -0,0 +1,769 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Transport Execution Plan. Details + A document used in the negotiation of a transport service between a transport user and a transport service provider. + Transport Execution Plan + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Transport Execution Plan. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Transport Execution Plan + UBL Version Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Execution Plan. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Transport Execution Plan + Customization Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Execution Plan. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Transport Execution Plan + Profile Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Execution Plan. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Transport Execution Plan + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Execution Plan. Identifier + An identifier for this document, assigned by the sender. + 1 + Transport Execution Plan + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Execution Plan. Version. Identifier + Indicates the current version of the Transport Execution Plan. + 0..1 + Transport Execution Plan + Version + Identifier + Identifier. Type + 1.1 + + + + + + + + + BBIE + Transport Execution Plan. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Transport Execution Plan + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Execution Plan. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Transport Execution Plan + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Execution Plan. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 0..1 + Transport Execution Plan + Issue Date + Date + Date. Type + Transport Document Date + + + + + + + + + BBIE + Transport Execution Plan. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Transport Execution Plan + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Transport Execution Plan. Document Status Code. Code + A code signifying the status of the Transport Execution Plan (updated, cancelled, confirmed, etc.) + 0..1 + Transport Execution Plan + Document Status Code + Code + Document Status + Document Status_ Code. Type + + + + + + + + + BBIE + Transport Execution Plan. Document Status Reason Code. Code + A code signifying a reason associated with the status of a Transport Execution Plan. + 0..1 + Transport Execution Plan + Document Status Reason Code + Code + Code. Type + + + + + + + + + BBIE + Transport Execution Plan. Document Status Reason Description. Text + A reason for the status assigned to the Transport Execution Plan, expressed in text. + 0..n + Transport Execution Plan + Document Status Reason Description + Text + Text. Type + 123 Standard Chartered Tower + + + + + + + + + BBIE + Transport Execution Plan. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Transport Execution Plan + Note + Text + Text. Type + + + + + + + + + BBIE + Transport Execution Plan. Transport User_ Remarks. Text + Remarks from the transport user regarding the transport operations referred to in the Transport Execution Plan. + 0..n + Transport Execution Plan + Transport User + Remarks + Text + Text. Type + + + + + + + + + BBIE + Transport Execution Plan. Transport Service Provider_ Remarks. Text + Remarks from the transport service provider regarding the transport operations referred to in the Transport Execution Plan. + 0..n + Transport Execution Plan + Transport Service Provider + Remarks + Text + Text. Type + + + + + + + + + ASBIE + Transport Execution Plan. Sender_ Party. Party + The party sending this document (can be either the transport user or the transport service provider). + 0..1 + Transport Execution Plan + Sender + Party + Party + Party + + + + + + + + + ASBIE + Transport Execution Plan. Receiver_ Party. Party + The party receiving this document (can be either the transport user or the transport service provider). + 0..1 + Transport Execution Plan + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Transport Execution Plan. Transport User_ Party. Party + The party requesting the transport service from a transport service provider. + 1 + Transport Execution Plan + Transport User + Party + Party + Party + + + + + + + + + ASBIE + Transport Execution Plan. Transport Service Provider_ Party. Party + The party offering the transport service based upon a request from a transport user. + 1 + Transport Execution Plan + Transport Service Provider + Party + Party + Party + + + + + + + + + ASBIE + Transport Execution Plan. Bill To_ Party. Party + Describes the party that will pay for the transport service(s) provided in a Transport Execution Plan + 0..1 + Transport Execution Plan + Bill To + Party + Party + Party + + + + + + + + + ASBIE + Transport Execution Plan. Signature + A signature applied to this document. + 0..n + Transport Execution Plan + Signature + Signature + Signature + + + + + + + + + ASBIE + Transport Execution Plan. Transport Execution Plan Request_ Document Reference. Document Reference + A reference to a Transport Execution Plan Request. + 0..1 + Transport Execution Plan + Transport Execution Plan Request + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transport Execution Plan. Transport Execution Plan_ Document Reference. Document Reference + A reference to an original Transport Execution Plan. + 0..1 + Transport Execution Plan + Transport Execution Plan + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transport Execution Plan. Transport Service Description_ Document Reference. Document Reference + A reference to the Transport Service Description, which is used by a transport service provider to announce transport services to transport users (buyers). + 0..1 + Transport Execution Plan + Transport Service Description + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transport Execution Plan. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Transport Execution Plan + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transport Execution Plan. Transport_ Contract. Contract + A contract related to the Transport Execution Plan. + 0..1 + Transport Execution Plan + Transport + Contract + Contract + Contract + + + + + + + + + ASBIE + Transport Execution Plan. Transport Service Provider Response Required_ Period. Period + Describes the deadline for when the Transport Service Provider will have to respond to a Transport Execution Plan . + 0..1 + Transport Execution Plan + Transport Service Provider Response Required + Period + Period + Period + + + + + + + + + ASBIE + Transport Execution Plan. Transport User Response Required_ Period. Period + Describes the deadline for when the Transport User will have to respond to a Transport Execution Plan suggested by a Transport Service Provider. + 0..n + Transport Execution Plan + Transport User Response Required + Period + Period + Period + + + + + + + + + ASBIE + Transport Execution Plan. Validity_ Period. Period + A period during which the Transport Execution Plan is valid. + 0..n + Transport Execution Plan + Validity + Period + Period + Period + + + + + + + + + ASBIE + Transport Execution Plan. Main_ Transportation Service. Transportation Service + Description of the main transportation service referenced in the Transport Execution Plan. + 0..1 + Transport Execution Plan + Main + Transportation Service + Transportation Service + Transportation Service + + + + + + + + + ASBIE + Transport Execution Plan. Additional_ Transportation Service. Transportation Service + A description of an additional transportation service referenced in the Transport Execution Plan. + 0..n + Transport Execution Plan + Additional + Transportation Service + Transportation Service + Transportation Service + + + + + + + + + ASBIE + Transport Execution Plan. Service Start Time_ Period. Period + The period within which the service must begin. + 0..1 + Transport Execution Plan + Service Start Time + Period + Period + Period + + + + + + + + + ASBIE + Transport Execution Plan. Service End Time_ Period. Period + The period during which the service must be completed. + 0..1 + Transport Execution Plan + Service End Time + Period + Period + Period + + + + + + + + + ASBIE + Transport Execution Plan. From_ Location. Location + The location of origin of the transport service referenced in the Transport Execution Plan. + 0..1 + Transport Execution Plan + From + Location + Location + Location + + + + + + + + + ASBIE + Transport Execution Plan. To_ Location. Location + The destination location for the transport service referenced in the Transport Execution Plan. + 0..1 + Transport Execution Plan + To + Location + Location + Location + + + + + + + + + ASBIE + Transport Execution Plan. At_ Location. Location + The location of a transport service (e.g., terminal handling service) that does not require transport movement. + 0..1 + Transport Execution Plan + At + Location + Location + Location + + + + + + + + + ASBIE + Transport Execution Plan. Transport Execution Terms + A description of terms and conditions related to the Transport Execution Plan. + 0..1 + Transport Execution Plan + Transport Execution Terms + Transport Execution Terms + Transport Execution Terms + + + + + + + + + ASBIE + Transport Execution Plan. Consignment + A description of an identifiable collection of goods items to be transported between the consignor and the consignee. This information may be defined within a transport contract. A consignment may comprise more than one shipment (e.g., when consolidated by a freight forwarder). + 1..n + Transport Execution Plan + Consignment + Consignment + Consignment + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-TransportExecutionPlanRequest-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportExecutionPlanRequest-2.1.xsd new file mode 100644 index 0000000000..ea18531e21 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportExecutionPlanRequest-2.1.xsd @@ -0,0 +1,696 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Transport Execution Plan Request. Details + A document sent by a transport user to request a transport service from a transport service provider. + Transport Execution Plan Request + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Transport Execution Plan Request. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Transport Execution Plan Request + UBL Version Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Execution Plan Request. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Transport Execution Plan Request + Customization Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Execution Plan Request. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Transport Execution Plan Request + Profile Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Execution Plan Request. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Transport Execution Plan Request + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Execution Plan Request. Identifier + An identifier for this document, assigned by the sender. + 1 + Transport Execution Plan Request + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Execution Plan Request. Version. Identifier + An identifier for the current version of the Transport Execution Plan Request. + 0..1 + Transport Execution Plan Request + Version + Identifier + Identifier. Type + 1.1 + + + + + + + + + BBIE + Transport Execution Plan Request. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Transport Execution Plan Request + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Execution Plan Request. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Transport Execution Plan Request + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Execution Plan Request. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 0..1 + Transport Execution Plan Request + Issue Date + Date + Date. Type + Transport Document Date + + + + + + + + + BBIE + Transport Execution Plan Request. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Transport Execution Plan Request + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Transport Execution Plan Request. Document Status Code. Code + A code signifying the status of the Transport Execution Plan Request. + 0..1 + Transport Execution Plan Request + Document Status Code + Code + Document Status + Document Status_ Code. Type + + + + + + + + + BBIE + Transport Execution Plan Request. Document Status Reason Code. Code + A code signifying a reason associated with the status of the Transport Execution Plan Request. + 0..1 + Transport Execution Plan Request + Document Status Reason Code + Code + Code. Type + + + + + + + + + BBIE + Transport Execution Plan Request. Document Status Reason Description. Text + A reason associated with the status of the Transport Execution Plan Request. + 0..n + Transport Execution Plan Request + Document Status Reason Description + Text + Text. Type + 123 Standard Chartered Tower + + + + + + + + + BBIE + Transport Execution Plan Request. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Transport Execution Plan Request + Note + Text + Text. Type + + + + + + + + + BBIE + Transport Execution Plan Request. Transport User_ Remarks. Text + Remarks from the transport user regarding the transport operations referenced in the Transport Execution Plan Request. + 0..n + Transport Execution Plan Request + Transport User + Remarks + Text + Text. Type + + + + + + + + + ASBIE + Transport Execution Plan Request. Sender_ Party. Party + The party sending the Transport Execution Plan Request. + 0..1 + Transport Execution Plan Request + Sender + Party + Party + Party + + + + + + + + + ASBIE + Transport Execution Plan Request. Receiver_ Party. Party + The party receiving the Transport Execution Plan Request. + 0..1 + Transport Execution Plan Request + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Transport Execution Plan Request. Transport User_ Party. Party + The party requesting the transport services referenced in the Transport Execution Plan Request. + 1 + Transport Execution Plan Request + Transport User + Party + Party + Party + + + + + + + + + ASBIE + Transport Execution Plan Request. Transport Service Provider_ Party. Party + The party providing the transport services referenced in the Transport Execution Plan Request. + 1 + Transport Execution Plan Request + Transport Service Provider + Party + Party + Party + + + + + + + + + ASBIE + Transport Execution Plan Request. Payee_ Party. Party + The party that will pay for the transport service(s) referred to in a Transport Execution Plan. + 0..1 + Transport Execution Plan Request + Payee + Party + Party + Party + + + + + + + + + ASBIE + Transport Execution Plan Request. Signature + A signature applied to this document. + 0..n + Transport Execution Plan Request + Signature + Signature + Signature + + + + + + + + + ASBIE + Transport Execution Plan Request. Transport Execution Plan_ Document Reference. Document Reference + A reference to an original Transport Execution Plan Document. + 0..1 + Transport Execution Plan Request + Transport Execution Plan + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transport Execution Plan Request. Transport Service Description_ Document Reference. Document Reference + A reference to the Transport Service Description, which is used by a transport service provider to announce transport services to transport users (buyers). + 0..1 + Transport Execution Plan Request + Transport Service Description + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transport Execution Plan Request. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Transport Execution Plan Request + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transport Execution Plan Request. Transport_ Contract. Contract + A potential contract related to the Transport Execution Plan Request. + 0..1 + Transport Execution Plan Request + Transport + Contract + Contract + Contract + + + + + + + + + ASBIE + Transport Execution Plan Request. Transport Service Provider Response Deadline_ Period. Period + A deadline for a response from the Transport Service Provider to this Transport Execution Plan Request. + 0..n + Transport Execution Plan Request + Transport Service Provider Response Deadline + Period + Period + Period + + + + + + + + + ASBIE + Transport Execution Plan Request. Main_ Transportation Service. Transportation Service + A description of the main transportation service referenced in the Transport Execution Plan Request. + 0..1 + Transport Execution Plan Request + Main + Transportation Service + Transportation Service + Transportation Service + + + + + + + + + ASBIE + Transport Execution Plan Request. Additional_ Transportation Service. Transportation Service + A description of an additional transportation service referenced in the Transport Execution Plan Request. + 0..n + Transport Execution Plan Request + Additional + Transportation Service + Transportation Service + Transportation Service + + + + + + + + + ASBIE + Transport Execution Plan Request. Service Start Time_ Period. Period + The period within which the services referred to in the Transport Execution Plan Request must begin. + 0..1 + Transport Execution Plan Request + Service Start Time + Period + Period + Period + + + + + + + + + ASBIE + Transport Execution Plan Request. Service End Time_ Period. Period + The period during which the services referred to in the Transport Execution Plan Request must be completed. + 0..1 + Transport Execution Plan Request + Service End Time + Period + Period + Period + + + + + + + + + ASBIE + Transport Execution Plan Request. From_ Location. Location + The location of origin of the transport service referenced in the Transport Execution Plan Request. + 0..1 + Transport Execution Plan Request + From + Location + Location + Location + + + + + + + + + ASBIE + Transport Execution Plan Request. To_ Location. Location + The destination location for the transport service referenced in the Transport Execution Plan Request. + 0..1 + Transport Execution Plan Request + To + Location + Location + Location + + + + + + + + + ASBIE + Transport Execution Plan Request. At_ Location. Location + The location of a transport service (e.g., terminal handling service) that does not require transport movement. + 0..1 + Transport Execution Plan Request + At + Location + Location + Location + + + + + + + + + ASBIE + Transport Execution Plan Request. Transport Execution Terms + A description of terms and conditions related to the Transport Execution Plan Request. + 0..1 + Transport Execution Plan Request + Transport Execution Terms + Transport Execution Terms + Transport Execution Terms + + + + + + + + + ASBIE + Transport Execution Plan Request. Consignment + A description of an identifiable collection of goods items to be transported between the consignor and the consignee. This information may be defined within a transport contract. A consignment may comprise more than one shipment (e.g., when consolidated by a freight forwarder). + 1..n + Transport Execution Plan Request + Consignment + Consignment + Consignment + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-TransportProgressStatus-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportProgressStatus-2.1.xsd new file mode 100644 index 0000000000..562edf62bb --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportProgressStatus-2.1.xsd @@ -0,0 +1,396 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Transport Progress Status. Details + A document sent from a Transportation Network Manager to a Transport Service Provider giving the status of the whereabouts and schedule of the transport means involved in a transport service. + Transport Progress Status + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Transport Progress Status. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Transport Progress Status + UBL Version Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Progress Status. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Transport Progress Status + Customization Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Progress Status. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Transport Progress Status + Profile Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Progress Status. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Transport Progress Status + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Progress Status. Identifier + An identifier for this document, assigned by the sender. + 1 + Transport Progress Status + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Progress Status. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Transport Progress Status + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Progress Status. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Transport Progress Status + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Progress Status. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Transport Progress Status + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Transport Progress Status. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 1 + Transport Progress Status + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Transport Progress Status. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Transport Progress Status + Note + Text + Text. Type + + + + + + + + + BBIE + Transport Progress Status. Status Available_ Indicator. Indicator + Indicates whether transport progress information is available. + 0..1 + Transport Progress Status + Status Available + Indicator + Indicator + Indicator. Type + + + + + + + + + ASBIE + Transport Progress Status. Signature + A signature applied to this document. + 0..n + Transport Progress Status + Signature + Signature + Signature + + + + + + + + + ASBIE + Transport Progress Status. Sender_ Party. Party + The party sending the Transport Progress Status. + 0..1 + Transport Progress Status + Sender + Party + Party + Party + + + + + + + + + ASBIE + Transport Progress Status. Receiver_ Party. Party + The party receiving the Transport Progress Status. + 0..1 + Transport Progress Status + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Transport Progress Status. Source Issuer_ Party. Party + The party that is the source of the Transport Progress Status. + 0..1 + Transport Progress Status + Source Issuer + Party + Party + Party + + + + + + + + + ASBIE + Transport Progress Status. Transport Progress Status Request_ Document Reference. Document Reference + A reference to the Transport Progress Status Request document to which this status report is a response. + 0..1 + Transport Progress Status + Transport Progress Status Request + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transport Progress Status. Transport Means + The transport means by which the current transport service is effectuated. + 1 + Transport Progress Status + Transport Means + Transport Means + Transport Means + + + + + + + + + ASBIE + Transport Progress Status. Transport Schedule + Describes the status and schedule of the transport means operating the transport service as well as the current location of the transport means. + 0..n + Transport Progress Status + Transport Schedule + Transport Schedule + Transport Schedule + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-TransportProgressStatusRequest-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportProgressStatusRequest-2.1.xsd new file mode 100644 index 0000000000..861a5768ce --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportProgressStatusRequest-2.1.xsd @@ -0,0 +1,345 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Transport Progress Status Request. Details + A document sent from a transport service provider to a transportation network manager requesting a Transport Progress Status. + Transport Progress Status Request + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Transport Progress Status Request. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Transport Progress Status Request + UBL Version Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Progress Status Request. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Transport Progress Status Request + Customization Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Progress Status Request. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Transport Progress Status Request + Profile Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Progress Status Request. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Transport Progress Status Request + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Progress Status Request. Identifier + An identifier for this document, assigned by the sender. + 1 + Transport Progress Status Request + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Progress Status Request. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Transport Progress Status Request + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Progress Status Request. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Transport Progress Status Request + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Progress Status Request. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Transport Progress Status Request + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Transport Progress Status Request. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 1 + Transport Progress Status Request + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Transport Progress Status Request. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Transport Progress Status Request + Note + Text + Text. Type + + + + + + + + + ASBIE + Transport Progress Status Request. Signature + A signature applied to this document. + 0..n + Transport Progress Status Request + Signature + Signature + Signature + + + + + + + + + ASBIE + Transport Progress Status Request. Sender_ Party. Party + The party sending the Transport Progress Status Request. + 0..1 + Transport Progress Status Request + Sender + Party + Party + Party + + + + + + + + + ASBIE + Transport Progress Status Request. Receiver_ Party. Party + The party receiving the Transport Progress Status Request. + 0..1 + Transport Progress Status Request + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Transport Progress Status Request. Transport Means + The transport means by which the current transport service is effectuated and for which status is requested. + 1 + Transport Progress Status Request + Transport Means + Transport Means + Transport Means + + + + + + + + + ASBIE + Transport Progress Status Request. Status_ Location. Location + A location for which status is requested. + 0..n + Transport Progress Status Request + Status + Location + Location + Location + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-TransportServiceDescription-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportServiceDescription-2.1.xsd new file mode 100644 index 0000000000..3b291cfda4 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportServiceDescription-2.1.xsd @@ -0,0 +1,430 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Transport Service Description. Details + A document sent by a transport service provider to announce the availability of a transport service. + Transport Service Description + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Transport Service Description. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Transport Service Description + UBL Version Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Service Description. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Transport Service Description + Customization Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Service Description. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Transport Service Description + Profile Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Service Description. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Transport Service Description + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Service Description. Identifier + An identifier for this document, assigned by the sender. + 1 + Transport Service Description + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Service Description. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Transport Service Description + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Service Description. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Transport Service Description + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Service Description. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 0..1 + Transport Service Description + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Transport Service Description. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Transport Service Description + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Transport Service Description. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Transport Service Description + Note + Text + Text. Type + + + + + + + + + BBIE + Transport Service Description. Service Name. Name + A name, assigned by the Transport Service Provider, for the service being announced. + 0..1 + Transport Service Description + Service Name + Name + Name. Type + + + + + + + + + BBIE + Transport Service Description. Response Code. Code + A code signifying a response related to the Transport Service Description. + 0..1 + Transport Service Description + Response Code + Code + Code. Type + + + + + + + + + ASBIE + Transport Service Description. Signature + A signature applied to this document. + 0..n + Transport Service Description + Signature + Signature + Signature + + + + + + + + + ASBIE + Transport Service Description. Sender_ Party. Party + The party sending the Transport Service Description. + 0..1 + Transport Service Description + Sender + Party + Party + Party + + + + + + + + + ASBIE + Transport Service Description. Receiver_ Party. Party + The party receiving the Transport Service Description. + 0..1 + Transport Service Description + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Transport Service Description. Transport Service Description Request_ Document Reference. Document Reference + A Transport Service Description Request to which this Transport Service Description is a response. + 0..1 + Transport Service Description + Transport Service Description Request + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transport Service Description. Transport Service Provider_ Party. Party + The transport service provider. + 0..1 + Transport Service Description + Transport Service Provider + Party + Party + Party + + + + + + + + + ASBIE + Transport Service Description. Service Charge_ Payment Terms. Payment Terms + The terms of payment under which the transport service would be provided. + 0..1 + Transport Service Description + Service Charge + Payment Terms + Payment Terms + Payment Terms + + + + + + + + + ASBIE + Transport Service Description. Validity_ Period. Period + A period during which this Transport Service Description is valid. + 0..1 + Transport Service Description + Validity + Period + Period + Period + + + + + + + + + ASBIE + Transport Service Description. Transportation Service + A transportation service announced in this Transport Service Description. + 0..n + Transport Service Description + Transportation Service + Transportation Service + Transportation Service + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-TransportServiceDescriptionRequest-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportServiceDescriptionRequest-2.1.xsd new file mode 100644 index 0000000000..6ff3659a79 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportServiceDescriptionRequest-2.1.xsd @@ -0,0 +1,363 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Transport Service Description Request. Details + A document requesting a Transport Service Description, sent from a party with a transport demand (transport user) to a party providing transport services (transport service provider). + Transport Service Description Request + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Transport Service Description Request. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Transport Service Description Request + UBL Version Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Service Description Request. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Transport Service Description Request + Customization Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Service Description Request. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Transport Service Description Request + Profile Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Service Description Request. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Transport Service Description Request + Profile Execution Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Service Description Request. Identifier + An identifier for this document, assigned by the sender. + 1 + Transport Service Description Request + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Service Description Request. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Transport Service Description Request + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Transport Service Description Request. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Transport Service Description Request + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Transport Service Description Request. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Transport Service Description Request + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Transport Service Description Request. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 1 + Transport Service Description Request + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Transport Service Description Request. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Transport Service Description Request + Note + Text + Text. Type + + + + + + + + + BBIE + Transport Service Description Request. Service Information Preference Code. Code + A code signifying the category of service information requested to be provided in the Transport Service Description. + 0..1 + Transport Service Description Request + Service Information Preference Code + Code + Code. Type + + + + + + + + + ASBIE + Transport Service Description Request. Signature + A signature applied to this document. + 0..n + Transport Service Description Request + Signature + Signature + Signature + + + + + + + + + ASBIE + Transport Service Description Request. Sender_ Party. Party + The party sending the Transport Service Description Request. + 0..1 + Transport Service Description Request + Sender + Party + Party + Party + + + + + + + + + ASBIE + Transport Service Description Request. Receiver_ Party. Party + The party receiving the Transport Service Description Request. + 0..1 + Transport Service Description Request + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Transport Service Description Request. Transport Service Provider_ Party. Party + The transport service provider. + 0..1 + Transport Service Description Request + Transport Service Provider + Party + Party + Party + + + + + + + + + ASBIE + Transport Service Description Request. Transportation Service + A transportation service about which information is requested. + 1..n + Transport Service Description Request + Transportation Service + Transportation Service + Transportation Service + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-TransportationStatus-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportationStatus-2.1.xsd new file mode 100644 index 0000000000..0df961076f --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportationStatus-2.1.xsd @@ -0,0 +1,566 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Transportation Status. Details + A document to circulate reports of transportation status or changes in status (events) among a group of participants. + Transportation Status + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Transportation Status. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Transportation Status + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Transportation Status. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Transportation Status + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Transportation Status. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Transportation Status + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Transportation Status. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Transportation Status + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Transportation Status. Identifier + An identifier for this document, assigned by the sender. + 1 + Transportation Status + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transportation Status. Carrier Assigned_ Identifier. Identifier + A reference number assigned by a carrier or its agent to identify a specific shipment, such as a booking reference number when cargo space is reserved prior to loading. + 0..1 + Transportation Status + Carrier Assigned + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transportation Status. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Transportation Status + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Transportation Status. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 0..1 + Transportation Status + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Transportation Status. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Transportation Status + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Transportation Status. Name + Text, assigned by the sender, that identifies this document to business users. + 0..1 + Transportation Status + Name + Name + Name. Type + + + + + + + + + BBIE + Transportation Status. Description. Text + A textual description of transportation status. + 0..n + Transportation Status + Description + Text + Text. Type + + + + + + + + + BBIE + Transportation Status. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Transportation Status + Note + Text + Text. Type + + + + + + + + + BBIE + Transportation Status. Shipping Order Identifier. Identifier + A reference number for a shipping order. + 0..1 + Transportation Status + Shipping Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transportation Status. Other_ Instruction. Text + An instruction regarding this message. + 0..1 + Transportation Status + Other + Instruction + Text + Text. Type + + + + + + + + + BBIE + Transportation Status. Transportation Status Type Code. Code + A code signifying the type of status provided in a Transportation Status document. + 0..1 + Transportation Status + Transportation Status Type Code + Code + Code. Type + + + + + + + + + BBIE + Transportation Status. Transport Execution Status Code. Code + A code signifying the overall status of transport service execution. + 0..1 + Transportation Status + Transport Execution Status Code + Code + Code. Type + + + + + + + + + ASBIE + Transportation Status. Consignment + A consignment associated with this Transportation Status report. + 0..n + Transportation Status + Consignment + Consignment + Consignment + + + + + + + + + ASBIE + Transportation Status. Transport Event + An event associated with this Transportation Status report. + 0..n + Transportation Status + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transportation Status. Document Reference + A reference to another document associated with this document. + 0..n + Transportation Status + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transportation Status. Signature + A signature applied to this document. + 0..n + Transportation Status + Signature + Signature + Signature + + + + + + + + + ASBIE + Transportation Status. Sender_ Party. Party + The party sending this Transportation Status report. + 0..1 + Transportation Status + Sender + Party + Party + Party + + + + + + + + + ASBIE + Transportation Status. Receiver_ Party. Party + The party receiving this Transportation Status report. + 0..1 + Transportation Status + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Transportation Status. Transportation Status Request_ Document Reference. Document Reference + A reference to the Transportation Status Request to which this report is a response. + 0..1 + Transportation Status + Transportation Status Request + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transportation Status. Transport Execution Plan_ Document Reference. Document Reference + A reference to the Transport Execution Plan associated with the transport service whose status is being reported. + 0..1 + Transportation Status + Transport Execution Plan + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transportation Status. Updated Pickup_ Transport Event. Transport Event + Update of the original plan regarding a pickup of goods. + 0..1 + Transportation Status + Updated Pickup + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transportation Status. Updated Delivery_ Transport Event. Transport Event + Update of the original plan regarding a delivery. + 0..1 + Transportation Status + Updated Delivery + Transport Event + Transport Event + Transport Event + + + + + + + + + ASBIE + Transportation Status. Status_ Location. Location + Locations associated with this Transportation Status report. + 0..n + Transportation Status + Status + Location + Location + Location + + + + + + + + + ASBIE + Transportation Status. Status_ Period. Period + A period for which status is provided. + 0..n + Transportation Status + Status + Period + Period + Period + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-TransportationStatusRequest-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportationStatusRequest-2.1.xsd new file mode 100644 index 0000000000..889c42cc4f --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-TransportationStatusRequest-2.1.xsd @@ -0,0 +1,484 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Transportation Status Request. Details + A document requesting a Transportation Status report. + Transportation Status Request + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Transportation Status Request. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Transportation Status Request + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Transportation Status Request. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Transportation Status Request + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Transportation Status Request. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Transportation Status Request + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Transportation Status Request. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Transportation Status Request + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Transportation Status Request. Identifier + An identifier for this document, assigned by the sender. + 1 + Transportation Status Request + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transportation Status Request. Carrier Assigned_ Identifier. Identifier + A reference number assigned by a carrier or its agent to identify a specific shipment, such as a booking reference number when cargo space is reserved prior to loading. + 0..1 + Transportation Status Request + Carrier Assigned + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transportation Status Request. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Transportation Status Request + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Transportation Status Request. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 0..1 + Transportation Status Request + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Transportation Status Request. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Transportation Status Request + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Transportation Status Request. Name + Text, assigned by the sender, that identifies this document to business users. + 0..1 + Transportation Status Request + Name + Name + Name. Type + + + + + + + + + BBIE + Transportation Status Request. Description. Text + A textual description of the document instance. + 0..n + Transportation Status Request + Description + Text + Text. Type + + + + + + + + + BBIE + Transportation Status Request. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Transportation Status Request + Note + Text + Text. Type + + + + + + + + + BBIE + Transportation Status Request. Shipping Order Identifier. Identifier + A reference number for a shipping order. + 0..1 + Transportation Status Request + Shipping Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Transportation Status Request. Other_ Instruction. Text + An instruction regarding this message. + 0..1 + Transportation Status Request + Other + Instruction + Text + Text. Type + + + + + + + + + BBIE + Transportation Status Request. Transportation Status Type Code. Code + A code signifying the type of status requested in a Transportation Status document. + 0..1 + Transportation Status Request + Transportation Status Type Code + Code + Code. Type + + + + + + + + + ASBIE + Transportation Status Request. Sender_ Party. Party + The party sending this document. + 0..1 + Transportation Status Request + Sender + Party + Party + Party + + + + + + + + + ASBIE + Transportation Status Request. Receiver_ Party. Party + The party receiving this document. + 0..1 + Transportation Status Request + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Transportation Status Request. Transport Execution Plan_ Document Reference. Document Reference + A reference to the Transport Execution Plan associated with the transport service for which status is requested. + 0..1 + Transportation Status Request + Transport Execution Plan + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transportation Status Request. Consignment + A consignment regarding which status is requested. + 0..n + Transportation Status Request + Consignment + Consignment + Consignment + + + + + + + + + ASBIE + Transportation Status Request. Document Reference + A reference to another document associated with this document. + 0..n + Transportation Status Request + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Transportation Status Request. Signature + A signature applied to this document. + 0..n + Transportation Status Request + Signature + Signature + Signature + + + + + + + + + ASBIE + Transportation Status Request. Requested Status_ Location. Location + A location for which status is requested. + 0..n + Transportation Status Request + Requested Status + Location + Location + Location + + + + + + + + + ASBIE + Transportation Status Request. Requested Status_ Period. Period + A period for which status is requested. + 0..n + Transportation Status Request + Requested Status + Period + Period + Period + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-UnawardedNotification-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-UnawardedNotification-2.1.xsd new file mode 100644 index 0000000000..009d0585a5 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-UnawardedNotification-2.1.xsd @@ -0,0 +1,415 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Unawarded Notification. Details + A document communicating to a tenderer that the contract has been awarded to different tenderer. + Unawarded Notification + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Unawarded Notification. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Unawarded Notification + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Unawarded Notification. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Unawarded Notification + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Unawarded Notification. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Unawarded Notification + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Unawarded Notification. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Unawarded Notification + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Unawarded Notification. Identifier + An identifier for this document, assigned by the sender. + 0..1 + Unawarded Notification + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Unawarded Notification. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Unawarded Notification + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Unawarded Notification. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Unawarded Notification + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Unawarded Notification. Contract Folder Identifier. Identifier + An identifier, assigned by the sender, for the process file (i.e., record) to which this document belongs. + 1 + Unawarded Notification + Contract Folder Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Unawarded Notification. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Unawarded Notification + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Unawarded Notification. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Unawarded Notification + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Unawarded Notification. Contract Name. Text + The name, expressed as text, of this procurement project. + 0..n + Unawarded Notification + Contract Name + Text + Text. Type + + + + + + + + + BBIE + Unawarded Notification. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Unawarded Notification + Note + Text + Text. Type + + + + + + + + + ASBIE + Unawarded Notification. Signature + A signature applied to this document. + 0..n + Unawarded Notification + Signature + Signature + Signature + + + + + + + + + ASBIE + Unawarded Notification. Sender_ Party. Party + The party sending this document. + 1 + Unawarded Notification + Sender + Party + Party + Party + + + + + + + + + ASBIE + Unawarded Notification. Receiver_ Party. Party + The party receiving this document. + 1 + Unawarded Notification + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Unawarded Notification. Minutes_ Document Reference. Document Reference + A reference to a set of minutes associated with this award. + 0..1 + Unawarded Notification + Minutes + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Unawarded Notification. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. It can be used to include annex documents such as the minutes of the awarding process meetings. + 0..n + Unawarded Notification + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Unawarded Notification. Tender Result + An association to the Tender Result being notified + 1..n + Unawarded Notification + Tender Result + Tender Result + Tender Result + + + + + + + + + ASBIE + Unawarded Notification. Appeal Terms + Terms of appeal for this tendering process. + 0..1 + Unawarded Notification + Appeal Terms + Appeal Terms + Appeal Terms + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-UtilityStatement-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-UtilityStatement-2.1.xsd new file mode 100644 index 0000000000..61727783e2 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-UtilityStatement-2.1.xsd @@ -0,0 +1,490 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Utility Statement. Details + A supplement to an Invoice or Credit Note, containing information on the consumption of services provided by utility suppliers to private and public customers, including electricity, gas, water, and telephone services. + Utility Statement + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Utility Statement. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Utility Statement + UBL Version Identifier + Identifier + Identifier. Type + 2.0 + + + + + + + + + BBIE + Utility Statement. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Utility Statement + Customization Identifier + Identifier + Identifier. Type + OIOUBL-2.02 + + + + + + + + + BBIE + Utility Statement. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Utility Statement + Profile Identifier + Identifier + Identifier. Type + Reference-Utility-1.0 + + + + + + + + + BBIE + Utility Statement. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Utility Statement + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Utility Statement. Identifier + An identifier for this document, assigned by the sender. + 1 + Utility Statement + Identifier + Identifier + Identifier. Type + 61014906x-1 + + + + + + + + + BBIE + Utility Statement. Copy_ Indicator. Indicator + Indicates whether this document is a copy (true) or not (false). + 0..1 + Utility Statement + Copy + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Utility Statement. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Utility Statement + UUID + Identifier + Identifier. Type + 9756b4d0-8815-1029-857a-e388fe63f499 + + + + + + + + + BBIE + Utility Statement. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 1 + Utility Statement + Issue Date + Date + Date. Type + 2007-12-12 + + + + + + + + + BBIE + Utility Statement. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Utility Statement + Issue Time + Time + Time. Type + 12:32:56 + + + + + + + + + BBIE + Utility Statement. Utility Statement Type Code. Code + A code signifying the type of Utility Statement. + 1 + Utility Statement + Utility Statement Type Code + Code + Code. Type + Electricity + + + + + + + + + BBIE + Utility Statement. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Utility Statement + Note + Text + Text. Type + Concerning account remark + + + + + + + + + BBIE + Utility Statement. Document_ Currency Code. Code + A code signifying the default currency for this document. + 1 + Utility Statement + Document + Currency Code + Code + Currency + Currency_ Code. Type + + + + + + + + + BBIE + Utility Statement. Accounting Cost Code. Code + The buyer's accounting cost code, applied to the UtilityStatement. + 0..1 + Utility Statement + Accounting Cost Code + Code + Code. Type + 5050.0 + + + + + + + + + BBIE + Utility Statement. Accounting Cost. Text + The buyer's accounting cost code, applied to the UtilityStatement, expressed as text. + 0..1 + Utility Statement + Accounting Cost + Text + Text. Type + + + + + + + + + ASBIE + Utility Statement. Parent_ Document Reference. Document Reference + A reference to the parent Invoice or Credit Note. + 1 + Utility Statement + Parent + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Utility Statement. Additional_ Document Reference. Document Reference + A reference to an additional document associated with this document. + 0..n + Utility Statement + Additional + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Utility Statement. Signature + A signature applied to this document. + 0..n + Utility Statement + Signature + Signature + Signature + + + + + + + + + ASBIE + Utility Statement. Sender_ Party. Party + The party sending this document. + 1 + Utility Statement + Sender + Party + Party + Party + + + + + + + + + ASBIE + Utility Statement. Receiver_ Party. Party + The party receiving this document. + 1 + Utility Statement + Receiver + Party + Party + Party + + + + + + + + + ASBIE + Utility Statement. Customer Party + The buyer, if different from the receiver of the document. + 0..1 + Utility Statement + Customer Party + Customer Party + Customer Party + + + + + + + + + ASBIE + Utility Statement. Subscriber_ Party. Party + The subscriber (user or receiver of the service), if different from the buyer and from the party receiving this document. + 0..1 + Utility Statement + Subscriber + Party + Party + Party + + + + + + + + + ASBIE + Utility Statement. Main_ On Account Payment. On Account Payment + A payment on an account. + 0..n + Utility Statement + Main + On Account Payment + On Account Payment + On Account Payment + + + + + + + + + ASBIE + Utility Statement. Subscriber Consumption + A utility statement for a particular consumption point. + 0..n + Utility Statement + Subscriber Consumption + Subscriber Consumption + Subscriber Consumption + + + + + + + + \ No newline at end of file diff --git a/base_ubl/data/xsd-2.1/maindoc/UBL-Waybill-2.1.xsd b/base_ubl/data/xsd-2.1/maindoc/UBL-Waybill-2.1.xsd new file mode 100644 index 0000000000..3b53041177 --- /dev/null +++ b/base_ubl/data/xsd-2.1/maindoc/UBL-Waybill-2.1.xsd @@ -0,0 +1,501 @@ + + + + + + + + + + + This element MUST be conveyed as the root element in any instance document based on this Schema expression + + + + + + + + + ABIE + Waybill. Details + A transport document describing a shipment It is issued by the party who undertakes to provide transportation services, or undertakes to arrange for their provision, to the party who gives instructions for the transportation services (shipper, consignor, etc.). It states the instructions for the beneficiary and may contain the details of the transportation, charges, and terms and conditions under which the transportation service is provided. + Waybill + Consignment Note + + + + + + + A container for all extensions present in the document. + + + + + + + BBIE + Waybill. UBL Version Identifier. Identifier + Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance. + 0..1 + Waybill + UBL Version Identifier + Identifier + Identifier. Type + 2.0.5 + + + + + + + + + BBIE + Waybill. Customization Identifier. Identifier + Identifies a user-defined customization of UBL for a specific use. + 0..1 + Waybill + Customization Identifier + Identifier + Identifier. Type + NES + + + + + + + + + BBIE + Waybill. Profile Identifier. Identifier + Identifies a user-defined profile of the customization of UBL being used. + 0..1 + Waybill + Profile Identifier + Identifier + Identifier. Type + BasicProcurementProcess + + + + + + + + + BBIE + Waybill. Profile Execution Identifier. Identifier + Identifies an instance of executing a profile, to associate all transactions in a collaboration. + 0..1 + Waybill + Profile Execution Identifier + Identifier + Identifier. Type + BPP-1001 + + + + + + + + + BBIE + Waybill. Identifier + An identifier for this document, assigned by the sender. + 1 + Waybill + Identifier + Identifier + Identifier. Type + Master Waybill Number + + + + + + + + + BBIE + Waybill. Carrier Assigned_ Identifier. Identifier + An identifier (in the form of a reference number) assigned by a carrier or its agent to identify a specific shipment. + 0..1 + Waybill + Carrier Assigned + Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Waybill. UUID. Identifier + A universally unique identifier for an instance of this document. + 0..1 + Waybill + UUID + Identifier + Identifier. Type + + + + + + + + + BBIE + Waybill. Issue Date. Date + The date, assigned by the sender, on which this document was issued. + 0..1 + Waybill + Issue Date + Date + Date. Type + + + + + + + + + BBIE + Waybill. Issue Time. Time + The time, assigned by the sender, at which this document was issued. + 0..1 + Waybill + Issue Time + Time + Time. Type + + + + + + + + + BBIE + Waybill. Name + Text, assigned by the sender, that identifies this document to business users. + 0..1 + Waybill + Name + Name + Name. Type + Air Waybill , House Waybill + + + + + + + + + BBIE + Waybill. Description. Text + Text describing the contents of the Waybill. + 0..n + Waybill + Description + Text + Text. Type + + + + + + + + + BBIE + Waybill. Note. Text + Free-form text pertinent to this document, conveying information that is not contained explicitly in other structures. + 0..n + Waybill + Note + Text + Text. Type + + + + + + + + + BBIE + Waybill. Shipping Order Identifier. Identifier + An identifier (in the form of a reference number) of the Shipping Order or Forwarding Instruction associated with this shipment. + 0..1 + Waybill + Shipping Order Identifier + Identifier + Identifier. Type + + + + + + + + + BBIE + Waybill. Ad Valorem_ Indicator. Indicator + A term used in commerce in reference to certain duties, called ad valorem duties, which are levied on commodities at certain rates per centum on their value. + 0..1 + Waybill + Ad Valorem + Indicator + Indicator + Indicator. Type + + + + + + + + + BBIE + Waybill. Declared Carriage_ Value. Amount + Value declared by the shipper or his agent solely for the purpose of varying the carrier's level of liability from that provided in the contract of carriage in case of loss or damage to goods or delayed delivery. + 0..1 + Waybill + Declared Carriage + Value + Amount + Amount. Type + + + + + + + + + BBIE + Waybill. Other_ Instruction. Text + Other free-text instructions related to the shipment to the forwarders or carriers. This should only be used where such information cannot be represented in other structured information entities within the document. + 0..n + Waybill + Other + Instruction + Text + Text. Type + + + + + + + + + ASBIE + Waybill. Consignor_ Party. Party + The party consigning goods, as stipulated in the transport contract by the party ordering transport. + 0..1 + Waybill + Consignor + Party + Party + Party + Consignor (WCO ID 71 and 72) + + + + + + + + + ASBIE + Waybill. Carrier_ Party. Party + The party providing the transport of goods between named points. + 0..1 + Waybill + Carrier + Party + Party + Party + Transport Company, Shipping Line, NVOCC, Airline, Haulier, Courier, Carrier (WCO ID 49 and 50) + + + + + + + + + ASBIE + Waybill. Freight Forwarder_ Party. Party + A party combining individual smaller consignments into a single larger shipment (a so-called consolidated consignment or shipment) that is sent to a counterpart who mirrors the consolidator's activity by dividing the consolidated consignment into its original components. + 0..1 + Waybill + Freight Forwarder + Party + Party + Party + Consolidator (WCO ID 192 AND 193) + + + + + + + + + ASBIE + Waybill. Shipment + A description of the shipment. + 1 + Waybill + Shipment + Shipment + Shipment + + + + + + + + + ASBIE + Waybill. Document Reference + A reference to another document associated with this document. + 0..n + Waybill + Document Reference + Document Reference + Document Reference + + + + + + + + + ASBIE + Waybill. Exchange Rate + Information about the rate of exchange (conversion) between two currencies. + 0..n + Waybill + Exchange Rate + Exchange Rate + Exchange Rate + + + + + + + + + ASBIE + Waybill. Document Distribution + A list of interested parties to whom this document is distributed. + 0..n + Waybill + Document Distribution + Document Distribution + Document Distribution + + + + + + + + + ASBIE + Waybill. Signature + A signature applied to this document. + 0..n + Waybill + Signature + Signature + Signature + + + + + + + + \ No newline at end of file diff --git a/base_ubl/i18n/fr.po b/base_ubl/i18n/fr.po new file mode 100644 index 0000000000..d1fdc065b8 --- /dev/null +++ b/base_ubl/i18n/fr.po @@ -0,0 +1,67 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_ubl +# +# Translators: +# OCA Transbot , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-12 13:37+0000\n" +"PO-Revision-Date: 2016-11-12 13:37+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_ubl +#: model:ir.model,name:base_ubl.model_base_ubl +msgid "Common methods to generate and parse UBL XML files" +msgstr "" + +#. module: base_ubl +#: field:base.ubl,display_name:0 +msgid "Display Name" +msgstr "" + +#. module: base_ubl +#: field:base.ubl,id:0 +msgid "ID" +msgstr "ID" + +#. module: base_ubl +#: field:base.ubl,__last_update:0 +msgid "Last Modified on" +msgstr "" + +#. module: base_ubl +#: code:addons/base_ubl/models/ubl.py:352 +#, python-format +msgid "Missing UNECE Tax Category on tax '%s'" +msgstr "" + +#. module: base_ubl +#: code:addons/base_ubl/models/ubl.py:367 +#, python-format +msgid "Missing UNECE Tax Type on tax '%s'" +msgstr "" + +#. module: base_ubl +#: code:addons/base_ubl/models/ubl.py:237 +#, python-format +msgid "Missing UNECE code on unit of measure '%s'" +msgstr "" + +#. module: base_ubl +#: code:addons/base_ubl/models/ubl.py:409 +#, python-format +msgid "" +"The generated XML file is not valid against the official XML Schema " +"Definition. The generated XML file and the full error have been written in " +"the server logs. Here is the error, which may give you an idea on the cause " +"of the problem : %s." +msgstr "" diff --git a/base_ubl/models/__init__.py b/base_ubl/models/__init__.py new file mode 100644 index 0000000000..7ec1c77b3e --- /dev/null +++ b/base_ubl/models/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from . import ubl diff --git a/base_ubl/models/ubl.py b/base_ubl/models/ubl.py new file mode 100644 index 0000000000..8f523e58f9 --- /dev/null +++ b/base_ubl/models/ubl.py @@ -0,0 +1,695 @@ +# © 2016-2017 Akretion (Alexis de Lattre ) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from odoo import models, api, _ +from odoo.exceptions import UserError +from odoo.tools import float_is_zero, float_round, file_open +from lxml import etree +from io import BytesIO +from tempfile import NamedTemporaryFile +import mimetypes +import logging +logger = logging.getLogger(__name__) + +try: + import PyPDF2 +except ImportError: + logger.debug('Cannot import PyPDF2') + + +class BaseUbl(models.AbstractModel): + _name = 'base.ubl' + _description = 'Common methods to generate and parse UBL XML files' + + # ==================== METHODS TO GENERATE UBL files + + @api.model + def _ubl_add_country(self, country, parent_node, ns, version='2.1'): + country_root = etree.SubElement(parent_node, ns['cac'] + 'Country') + country_code = etree.SubElement( + country_root, ns['cbc'] + 'IdentificationCode') + country_code.text = country.code + country_name = etree.SubElement( + country_root, ns['cbc'] + 'Name') + country_name.text = country.name + + @api.model + def _ubl_add_address( + self, partner, node_name, parent_node, ns, version='2.1'): + address = etree.SubElement(parent_node, ns['cac'] + node_name) + if partner.street: + streetname = etree.SubElement( + address, ns['cbc'] + 'StreetName') + streetname.text = partner.street + if partner.street2: + addstreetname = etree.SubElement( + address, ns['cbc'] + 'AdditionalStreetName') + addstreetname.text = partner.street2 + if hasattr(partner, 'street3') and partner.street3: + blockname = etree.SubElement( + address, ns['cbc'] + 'BlockName') + blockname.text = partner.street3 + if partner.city: + city = etree.SubElement(address, ns['cbc'] + 'CityName') + city.text = partner.city + if partner.zip: + zip = etree.SubElement(address, ns['cbc'] + 'PostalZone') + zip.text = partner.zip + if partner.state_id: + state = etree.SubElement( + address, ns['cbc'] + 'CountrySubentity') + state.text = partner.state_id.name + state_code = etree.SubElement( + address, ns['cbc'] + 'CountrySubentityCode') + state_code.text = partner.state_id.code + if partner.country_id: + self._ubl_add_country( + partner.country_id, address, ns, version=version) + else: + logger.warning('UBL: missing country on partner %s', partner.name) + + @api.model + def _ubl_get_contact_id(self, partner): + return False + + @api.model + def _ubl_add_contact( + self, partner, parent_node, ns, node_name='Contact', + version='2.1'): + contact = etree.SubElement(parent_node, ns['cac'] + node_name) + contact_id_text = self._ubl_get_contact_id(partner) + if contact_id_text: + contact_id = etree.SubElement(contact, ns['cbc'] + 'ID') + contact_id.text = contact_id_text + if partner.parent_id: + contact_name = etree.SubElement(contact, ns['cbc'] + 'Name') + contact_name.text = partner.name + phone = partner.phone or partner.commercial_partner_id.phone + if phone: + telephone = etree.SubElement(contact, ns['cbc'] + 'Telephone') + telephone.text = phone + email = partner.email or partner.commercial_partner_id.email + if email: + electronicmail = etree.SubElement( + contact, ns['cbc'] + 'ElectronicMail') + electronicmail.text = email + + @api.model + def _ubl_add_language(self, lang_code, parent_node, ns, version='2.1'): + langs = self.env['res.lang'].search([('code', '=', lang_code)]) + if not langs: + return + lang = langs[0] + lang_root = etree.SubElement(parent_node, ns['cac'] + 'Language') + lang_name = etree.SubElement(lang_root, ns['cbc'] + 'Name') + lang_name.text = lang.name + lang_code = etree.SubElement(lang_root, ns['cbc'] + 'LocaleCode') + lang_code.text = lang.code + + @api.model + def _ubl_get_party_identification(self, commercial_partner): + '''This method is designed to be inherited in localisation modules + Should return a dict with key=SchemeName, value=Identifier''' + return {} + + @api.model + def _ubl_add_party_identification( + self, commercial_partner, parent_node, ns, version='2.1'): + id_dict = self._ubl_get_party_identification(commercial_partner) + if id_dict: + party_identification = etree.SubElement( + parent_node, ns['cac'] + 'PartyIdentification') + for scheme_name, party_id_text in id_dict.items(): + party_identification_id = etree.SubElement( + party_identification, ns['cbc'] + 'ID', + schemeName=scheme_name) + party_identification_id.text = party_id_text + return + + @api.model + def _ubl_get_tax_scheme_dict_from_partner(self, commercial_partner): + tax_scheme_dict = { + 'id': 'VAT', + 'name': False, + 'type_code': False, + } + return tax_scheme_dict + + @api.model + def _ubl_add_party_tax_scheme( + self, commercial_partner, parent_node, ns, version='2.1'): + if commercial_partner.vat: + party_tax_scheme = etree.SubElement( + parent_node, ns['cac'] + 'PartyTaxScheme') + registration_name = etree.SubElement( + party_tax_scheme, ns['cbc'] + 'RegistrationName') + registration_name.text = commercial_partner.name + company_id = etree.SubElement( + party_tax_scheme, ns['cbc'] + 'CompanyID') + company_id.text = commercial_partner.sanitized_vat + tax_scheme_dict = self._ubl_get_tax_scheme_dict_from_partner( + commercial_partner) + self._ubl_add_tax_scheme( + tax_scheme_dict, party_tax_scheme, ns, version=version) + + @api.model + def _ubl_add_party_legal_entity( + self, commercial_partner, parent_node, ns, version='2.1'): + party_legal_entity = etree.SubElement( + parent_node, ns['cac'] + 'PartyLegalEntity') + registration_name = etree.SubElement( + party_legal_entity, ns['cbc'] + 'RegistrationName') + registration_name.text = commercial_partner.name + self._ubl_add_address( + commercial_partner, 'RegistrationAddress', party_legal_entity, + ns, version=version) + + @api.model + def _ubl_add_party( + self, partner, company, node_name, parent_node, ns, version='2.1'): + commercial_partner = partner.commercial_partner_id + party = etree.SubElement(parent_node, ns['cac'] + node_name) + if commercial_partner.website: + website = etree.SubElement(party, ns['cbc'] + 'WebsiteURI') + website.text = commercial_partner.website + self._ubl_add_party_identification( + commercial_partner, party, ns, version=version) + party_name = etree.SubElement(party, ns['cac'] + 'PartyName') + name = etree.SubElement(party_name, ns['cbc'] + 'Name') + name.text = commercial_partner.name + if partner.lang: + self._ubl_add_language(partner.lang, party, ns, version=version) + self._ubl_add_address( + commercial_partner, 'PostalAddress', party, ns, version=version) + self._ubl_add_party_tax_scheme( + commercial_partner, party, ns, version=version) + if company: + self._ubl_add_party_legal_entity( + commercial_partner, party, ns, version='2.1') + self._ubl_add_contact(partner, party, ns, version=version) + + @api.model + def _ubl_add_customer_party( + self, partner, company, node_name, parent_node, ns, version='2.1'): + """Please read the docstring of the method _ubl_add_supplier_party""" + if company: + if partner: + assert partner.commercial_partner_id == company.partner_id,\ + 'partner is wrong' + else: + partner = company.partner_id + customer_party_root = etree.SubElement( + parent_node, ns['cac'] + node_name) + if not company and partner.commercial_partner_id.ref: + customer_ref = etree.SubElement( + customer_party_root, ns['cbc'] + 'SupplierAssignedAccountID') + customer_ref.text = partner.commercial_partner_id.ref + self._ubl_add_party( + partner, company, 'Party', customer_party_root, ns, + version=version) + # TODO: rewrite support for AccountingContact + add DeliveryContact + # Additionnal optional args + if partner and not company and partner.parent_id: + self._ubl_add_contact( + partner, customer_party_root, ns, + node_name='AccountingContact', version=version) + + @api.model + def _ubl_add_supplier_party( + self, partner, company, node_name, parent_node, ns, version='2.1'): + """The company argument has been added to properly handle the + 'ref' field. + In Odoo, we only have one ref field, in which we are supposed + to enter the reference that our company gives to its + customers/suppliers. We unfortunately don't have a native field to + enter the reference that our suppliers/customers give to us. + So, to set the fields CustomerAssignedAccountID and + SupplierAssignedAccountID, I need to know if the partner for + which we want to build the party block is our company or a + regular partner: + 1) if it is a regular partner, call the method that way: + self._ubl_add_supplier_party(partner, False, ...) + 2) if it is our company, call the method that way: + self._ubl_add_supplier_party(False, company, ...) + """ + if company: + if partner: + assert partner.commercial_partner_id == company.partner_id,\ + 'partner is wrong' + else: + partner = company.partner_id + supplier_party_root = etree.SubElement( + parent_node, ns['cac'] + node_name) + if not company and partner.commercial_partner_id.ref: + supplier_ref = etree.SubElement( + supplier_party_root, ns['cbc'] + 'CustomerAssignedAccountID') + supplier_ref.text = partner.commercial_partner_id.ref + self._ubl_add_party( + partner, company, 'Party', supplier_party_root, ns, + version=version) + + @api.model + def _ubl_add_delivery( + self, delivery_partner, parent_node, ns, version='2.1'): + delivery = etree.SubElement(parent_node, ns['cac'] + 'Delivery') + delivery_location = etree.SubElement( + delivery, ns['cac'] + 'DeliveryLocation') + self._ubl_add_address( + delivery_partner, 'Address', delivery_location, ns, + version=version) + self._ubl_add_party( + delivery_partner, False, 'DeliveryParty', delivery, ns, + version=version) + + @api.model + def _ubl_add_delivery_terms( + self, incoterm, parent_node, ns, version='2.1'): + delivery_term = etree.SubElement( + parent_node, ns['cac'] + 'DeliveryTerms') + delivery_term_id = etree.SubElement( + delivery_term, ns['cbc'] + 'ID', + schemeAgencyID='6', schemeID='INCOTERM') + delivery_term_id.text = incoterm.code + + @api.model + def _ubl_add_payment_terms( + self, payment_term, parent_node, ns, version='2.1'): + pay_term_root = etree.SubElement( + parent_node, ns['cac'] + 'PaymentTerms') + pay_term_note = etree.SubElement( + pay_term_root, ns['cbc'] + 'Note') + pay_term_note.text = payment_term.name + + @api.model + def _ubl_add_line_item( + self, line_number, name, product, type, quantity, uom, parent_node, + ns, seller=False, currency=False, price_subtotal=False, + qty_precision=3, price_precision=2, version='2.1'): + line_item = etree.SubElement( + parent_node, ns['cac'] + 'LineItem') + line_item_id = etree.SubElement(line_item, ns['cbc'] + 'ID') + line_item_id.text = str(line_number) + if not uom.unece_code: + raise UserError(_( + "Missing UNECE code on unit of measure '%s'") + % uom.name) + quantity_node = etree.SubElement( + line_item, ns['cbc'] + 'Quantity', + unitCode=uom.unece_code) + quantity_node.text = str(quantity) + if currency and price_subtotal: + line_amount = etree.SubElement( + line_item, ns['cbc'] + 'LineExtensionAmount', + currencyID=currency.name) + line_amount.text = str(price_subtotal) + price_unit = 0.0 + # Use price_subtotal/qty to compute price_unit to be sure + # to get a *tax_excluded* price unit + if not float_is_zero(quantity, precision_digits=qty_precision): + price_unit = float_round( + price_subtotal / float(quantity), + precision_digits=price_precision) + price = etree.SubElement( + line_item, ns['cac'] + 'Price') + price_amount = etree.SubElement( + price, ns['cbc'] + 'PriceAmount', + currencyID=currency.name) + price_amount.text = str(price_unit) + base_qty = etree.SubElement( + price, ns['cbc'] + 'BaseQuantity', + unitCode=uom.unece_code) + base_qty.text = '1' # What else could it be ? + self._ubl_add_item( + name, product, line_item, ns, type=type, seller=seller, + version=version) + + @api.model + def _ubl_add_item( + self, name, product, parent_node, ns, type='purchase', + seller=False, version='2.1'): + '''Beware that product may be False (in particular on invoices)''' + assert type in ('sale', 'purchase'), 'Wrong type param' + assert name, 'name is a required arg' + item = etree.SubElement(parent_node, ns['cac'] + 'Item') + product_name = False + seller_code = False + if product: + if type == 'purchase': + if seller: + sellers = self.env['product.supplierinfo'].search([ + ('name', '=', seller.id), + ('product_tmpl_id', '=', product.product_tmpl_id.id)]) + if sellers: + product_name = sellers[0].product_name + seller_code = sellers[0].product_code + if not seller_code: + seller_code = product.default_code + if not product_name: + variant = ", ".join( + [v.name for v in product.attribute_value_ids]) + product_name = variant and "%s (%s)" % (product.name, variant)\ + or product.name + description = etree.SubElement(item, ns['cbc'] + 'Description') + description.text = name + name_node = etree.SubElement(item, ns['cbc'] + 'Name') + name_node.text = product_name or name.split('\n')[0] + if seller_code: + seller_identification = etree.SubElement( + item, ns['cac'] + 'SellersItemIdentification') + seller_identification_id = etree.SubElement( + seller_identification, ns['cbc'] + 'ID') + seller_identification_id.text = seller_code + if product: + if product.barcode: + std_identification = etree.SubElement( + item, ns['cac'] + 'StandardItemIdentification') + std_identification_id = etree.SubElement( + std_identification, ns['cbc'] + 'ID', + schemeAgencyID='6', schemeID='GTIN') + std_identification_id.text = product.barcode + # I'm not 100% sure, but it seems that ClassifiedTaxCategory + # contains the taxes of the product without taking into + # account the fiscal position + if type == 'sale': + taxes = product.taxes_id + else: + taxes = product.supplier_taxes_id + if taxes: + for tax in taxes: + self._ubl_add_tax_category( + tax, item, ns, node_name='ClassifiedTaxCategory', + version=version) + for attribute_value in product.attribute_value_ids: + item_property = etree.SubElement( + item, ns['cac'] + 'AdditionalItemProperty') + property_name = etree.SubElement( + item_property, ns['cbc'] + 'Name') + property_name.text = attribute_value.attribute_id.name + property_value = etree.SubElement( + item_property, ns['cbc'] + 'Value') + property_value.text = attribute_value.name + + @api.model + def _ubl_add_tax_subtotal( + self, taxable_amount, tax_amount, tax, currency_code, + parent_node, ns, version='2.1'): + prec = self.env['decimal.precision'].precision_get('Account') + tax_subtotal = etree.SubElement(parent_node, ns['cac'] + 'TaxSubtotal') + if not float_is_zero(taxable_amount, precision_digits=prec): + taxable_amount_node = etree.SubElement( + tax_subtotal, ns['cbc'] + 'TaxableAmount', + currencyID=currency_code) + taxable_amount_node.text = '%0.*f' % (prec, taxable_amount) + tax_amount_node = etree.SubElement( + tax_subtotal, ns['cbc'] + 'TaxAmount', currencyID=currency_code) + tax_amount_node.text = '%0.*f' % (prec, tax_amount) + if ( + tax.amount_type == 'percent' and + not float_is_zero(tax.amount, precision_digits=prec+3)): + percent = etree.SubElement( + tax_subtotal, ns['cbc'] + 'Percent') + percent.text = str( + float_round(tax.amount, precision_digits=2)) + self._ubl_add_tax_category(tax, tax_subtotal, ns, version=version) + + @api.model + def _ubl_add_tax_category( + self, tax, parent_node, ns, node_name='TaxCategory', + version='2.1'): + tax_category = etree.SubElement(parent_node, ns['cac'] + node_name) + if not tax.unece_categ_id: + raise UserError(_( + "Missing UNECE Tax Category on tax '%s'" % tax.name)) + tax_category_id = etree.SubElement( + tax_category, ns['cbc'] + 'ID', schemeID='UN/ECE 5305', + schemeAgencyID='6') + tax_category_id.text = tax.unece_categ_code + tax_name = etree.SubElement( + tax_category, ns['cbc'] + 'Name') + tax_name.text = tax.name + if tax.amount_type == 'percent': + tax_percent = etree.SubElement( + tax_category, ns['cbc'] + 'Percent') + tax_percent.text = str(tax.amount) + tax_scheme_dict = self._ubl_get_tax_scheme_dict_from_tax(tax) + self._ubl_add_tax_scheme( + tax_scheme_dict, tax_category, ns, version=version) + + @api.model + def _ubl_get_tax_scheme_dict_from_tax(self, tax): + if not tax.unece_type_id: + raise UserError(_( + "Missing UNECE Tax Type on tax '%s'" % tax.name)) + tax_scheme_dict = { + 'id': tax.unece_type_code, + 'name': False, + 'type_code': False, + } + return tax_scheme_dict + + @api.model + def _ubl_add_tax_scheme( + self, tax_scheme_dict, parent_node, ns, version='2.1'): + tax_scheme = etree.SubElement(parent_node, ns['cac'] + 'TaxScheme') + if tax_scheme_dict.get('id'): + tax_scheme_id = etree.SubElement( + tax_scheme, ns['cbc'] + 'ID', schemeID='UN/ECE 5153', + schemeAgencyID='6') + tax_scheme_id.text = tax_scheme_dict['id'] + if tax_scheme_dict.get('name'): + tax_scheme_name = etree.SubElement(tax_scheme, ns['cbc'] + 'Name') + tax_scheme_name.text = tax_scheme_dict['name'] + if tax_scheme_dict.get('type_code'): + tax_scheme_type_code = etree.SubElement( + tax_scheme, ns['cbc'] + 'TaxTypeCode') + tax_scheme_type_code.text = tax_scheme_dict['type_code'] + + @api.model + def _ubl_get_nsmap_namespace(self, doc_name, version='2.1'): + nsmap = { + None: 'urn:oasis:names:specification:ubl:schema:xsd:' + doc_name, + 'cac': 'urn:oasis:names:specification:ubl:' + 'schema:xsd:CommonAggregateComponents-2', + 'cbc': 'urn:oasis:names:specification:ubl:schema:xsd:' + 'CommonBasicComponents-2', + } + ns = { + 'cac': '{urn:oasis:names:specification:ubl:schema:xsd:' + 'CommonAggregateComponents-2}', + 'cbc': '{urn:oasis:names:specification:ubl:schema:xsd:' + 'CommonBasicComponents-2}', + } + return nsmap, ns + + @api.model + def _ubl_check_xml_schema(self, xml_string, document, version='2.1'): + '''Validate the XML file against the XSD''' + xsd_file = 'base_ubl/data/xsd-%s/maindoc/UBL-%s-%s.xsd' % ( + version, document, version) + xsd_etree_obj = etree.parse(file_open(xsd_file)) + official_schema = etree.XMLSchema(xsd_etree_obj) + try: + t = etree.parse(BytesIO(xml_string)) + official_schema.assertValid(t) + except Exception as e: + # if the validation of the XSD fails, we arrive here + logger = logging.getLogger(__name__) + logger.warning( + "The XML file is invalid against the XML Schema Definition") + logger.warning(xml_string) + logger.warning(e) + raise UserError(_( + "The UBL XML file is not valid against the official " + "XML Schema Definition. The XML file and the " + "full error have been written in the server logs. " + "Here is the error, which may give you an idea on the " + "cause of the problem : %s.") + % str(e)) + return True + + @api.model + def embed_xml_in_pdf( + self, xml_string, xml_filename, pdf_content=None, pdf_file=None): + """ + 2 possible uses: + a) use the pdf_content argument, which has the binary of the PDF + -> it will return the new PDF binary with the embedded XML + (used for qweb-pdf reports) + b) OR use the pdf_file argument, which has the path to the + original PDF file + -> it will re-write this file with the new PDF + (used for py3o reports, *_ubl_py3o modules in this repo) + """ + assert pdf_content or pdf_file, 'Missing pdf_file or pdf_content' + logger.debug('Starting to embed %s in PDF file', xml_filename) + if pdf_file: + original_pdf_file = pdf_file + elif pdf_content: + original_pdf_file = BytesIO(pdf_content[0]) + original_pdf = PyPDF2.PdfFileReader(original_pdf_file) + new_pdf_filestream = PyPDF2.PdfFileWriter() + new_pdf_filestream.appendPagesFromReader(original_pdf) + new_pdf_filestream.addAttachment(xml_filename, xml_string) + new_pdf_content = None + if pdf_file: + f = open(pdf_file, 'w') + new_pdf_filestream.write(f) + f.close() + new_pdf_content = pdf_content + elif pdf_content: + with NamedTemporaryFile(prefix='odoo-ubl-', suffix='.pdf') as f: + new_pdf_filestream.write(f) + f.seek(0) + file_content = f.read() + new_pdf_content = (file_content, pdf_content[1]) + f.close() + logger.info('%s file added to PDF', xml_filename) + return new_pdf_content + + # ==================== METHODS TO PARSE UBL files + + @api.model + def ubl_parse_customer_party(self, customer_party_node, ns): + ref_xpath = customer_party_node.xpath( + 'cac:SupplierAssignedAccountID', namespaces=ns) + party_node = customer_party_node.xpath('cac:Party', namespaces=ns)[0] + partner_dict = self.ubl_parse_party(party_node, ns) + partner_dict['ref'] = ref_xpath and ref_xpath[0].text or False + return partner_dict + + @api.model + def ubl_parse_supplier_party(self, customer_party_node, ns): + ref_xpath = customer_party_node.xpath( + 'cac:CustomerAssignedAccountID', namespaces=ns) + party_node = customer_party_node.xpath('cac:Party', namespaces=ns)[0] + partner_dict = self.ubl_parse_party(party_node, ns) + partner_dict['ref'] = ref_xpath and ref_xpath[0].text or False + return partner_dict + + @api.model + def ubl_parse_party(self, party_node, ns): + partner_name_xpath = party_node.xpath( + 'cac:PartyName/cbc:Name', namespaces=ns) + vat_xpath = party_node.xpath( + 'cac:PartyTaxScheme/cbc:CompanyID', namespaces=ns) + email_xpath = party_node.xpath( + 'cac:Contact/cbc:ElectronicMail', namespaces=ns) + phone_xpath = party_node.xpath( + 'cac:Contact/cbc:Telephone', namespaces=ns) + website_xpath = party_node.xpath( + 'cbc:WebsiteURI', namespaces=ns) + partner_dict = { + 'vat': vat_xpath and vat_xpath[0].text or False, + 'name': partner_name_xpath[0].text, + 'email': email_xpath and email_xpath[0].text or False, + 'website': website_xpath and website_xpath[0].text or False, + 'phone': phone_xpath and phone_xpath[0].text or False, + } + address_xpath = party_node.xpath('cac:PostalAddress', namespaces=ns) + if address_xpath: + address_dict = self.ubl_parse_address(address_xpath[0], ns) + partner_dict.update(address_dict) + return partner_dict + + @api.model + def ubl_parse_address(self, address_node, ns): + country_code_xpath = address_node.xpath( + 'cac:Country/cbc:IdentificationCode', + namespaces=ns) + country_code = country_code_xpath and country_code_xpath[0].text\ + or False + state_code_xpath = address_node.xpath( + 'cbc:CountrySubentityCode', namespaces=ns) + state_code = state_code_xpath and state_code_xpath[0].text or False + zip_xpath = address_node.xpath('cbc:PostalZone', namespaces=ns) + zip = zip_xpath and zip_xpath[0].text and\ + zip_xpath[0].text.replace(' ', '') or False + address_dict = { + 'zip': zip, + 'state_code': state_code, + 'country_code': country_code, + } + return address_dict + + @api.model + def ubl_parse_delivery(self, delivery_node, ns): + party_xpath = delivery_node.xpath('cac:DeliveryParty', namespaces=ns) + if party_xpath: + partner_dict = self.ubl_parse_party(party_xpath[0], ns) + else: + partner_dict = {} + delivery_address_xpath = delivery_node.xpath( + 'cac:DeliveryLocation/cac:Address', namespaces=ns) + if not delivery_address_xpath: + delivery_address_xpath = delivery_node.xpath( + 'cac:DeliveryAddress', namespaces=ns) + if delivery_address_xpath: + address_dict = self.ubl_parse_address( + delivery_address_xpath[0], ns) + else: + address_dict = {} + delivery_dict = { + 'partner': partner_dict, + 'address': address_dict, + } + return delivery_dict + + def ubl_parse_incoterm(self, delivery_term_node, ns): + incoterm_xpath = delivery_term_node.xpath("cbc:ID", namespaces=ns) + if incoterm_xpath: + incoterm_dict = {'code': incoterm_xpath[0].text} + return incoterm_dict + return {} + + def ubl_parse_product(self, line_node, ns): + barcode_xpath = line_node.xpath( + "cac:Item/cac:StandardItemIdentification/cbc:ID[@schemeID='GTIN']", + namespaces=ns) + code_xpath = line_node.xpath( + "cac:Item/cac:SellersItemIdentification/cbc:ID", namespaces=ns) + product_dict = { + 'barcode': barcode_xpath and barcode_xpath[0].text or False, + 'code': code_xpath and code_xpath[0].text or False, + } + return product_dict + + # ======================= METHODS only needed for testing + + # Method copy-pasted from account-invoicing/base_business_document_import/ + # models/business_document_import.py + # Because we don't depend on this module + def get_xml_files_from_pdf(self, pdf_file): + """Returns a dict with key = filename, value = XML file obj""" + logger.info('Trying to find an embedded XML file inside PDF') + res = {} + try: + fd = BytesIO(pdf_file) + pdf = PyPDF2.PdfFileReader(fd) + logger.debug('pdf.trailer=%s', pdf.trailer) + pdf_root = pdf.trailer['/Root'] + logger.debug('pdf_root=%s', pdf_root) + embeddedfiles = pdf_root['/Names']['/EmbeddedFiles']['/Names'] + i = 0 + xmlfiles = {} # key = filename, value = PDF obj + for embeddedfile in embeddedfiles[:-1]: + mime_res = mimetypes.guess_type(embeddedfile) + if mime_res and mime_res[0] in ['application/xml', 'text/xml']: + xmlfiles[embeddedfile] = embeddedfiles[i+1] + i += 1 + logger.debug('xmlfiles=%s', xmlfiles) + for filename, xml_file_dict_obj in xmlfiles.items(): + try: + xml_file_dict = xml_file_dict_obj.getObject() + logger.debug('xml_file_dict=%s', xml_file_dict) + xml_string = xml_file_dict['/EF']['/F'].getData() + xml_root = etree.fromstring(xml_string) + logger.debug( + 'A valid XML file %s has been found in the PDF file', + filename) + res[filename] = xml_root + except Exception as e: + continue + except Exception as e: + pass + logger.info('Valid XML files found in PDF: %s', list(res.keys())) + return res diff --git a/base_ubl/readme/CONTRIBUTORS.rst b/base_ubl/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000000..1befc12101 --- /dev/null +++ b/base_ubl/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +* Alexis de Lattre +* Andrea Stirpe diff --git a/base_ubl/readme/DESCRIPTION.rst b/base_ubl/readme/DESCRIPTION.rst new file mode 100644 index 0000000000..0fc5b2b248 --- /dev/null +++ b/base_ubl/readme/DESCRIPTION.rst @@ -0,0 +1,12 @@ +This is the base module for the implementation of the `Universal Business +Language (UBL) `_ standard. The UBL standard became the +`ISO/IEC 19845 `_ +standard in January 2016 (cf the `official announce +`_). + +This module contains methods to generate and parse UBL files. This module +doesn't do anything useful by itself, but it is used by several other modules: + +* *purchase_order_ubl* that generate UBL purchase orders, +* *sale_order_import_ubl* that imports UBL sale orders. +* *account_invoice_import_ubl* that imports UBL invoices,