... connecting the Automotive Aftermarket. OrderResponse. Description of Content and Structure. Version 1.0
|
|
|
- Charles York
- 10 years ago
- Views:
Transcription
1 ... connecting the Automotive Aftermarket OrderResponse Description of Content and Structure Version 1.0 Interface Description August 2001
2 The greatest care was taken in compiling the texts and figures. Nevertheless it is impossible to completely avoid all mistakes in this user manual. The publishers and authors are grateful for any information on errors. The companies, other names, and data used in the examples are completely fictitious. All hardware and software names are tradenames and/or trademarks of the respective manufacturers TecCom GmbH
3 Contents Contents 1 Document management Purpose and objectives TXML and DTDs Definition of TXML DTDs OrderResponse General OrderResponse business practice OrderResponse structure in terms of content OrdResp_1.0 document type definition TXML_OrdResp_1.0 document type definition TXML_Common_1.0 document type definition Content of an OrderResponse Presentation of OrderResponse Annex XML glossary Units of measure according to UN/ECE recommendation TECDOC maker identifiers Currency codes according to ISO OrderResponse August
4 1 Document management Purpose and objectives 1 Document management 1.1 Purpose and objectives To complete the process chain between buyers and seller in TecCom without drawing upon EDI systems at the buyers and sellers, transaction documents such as order confirmations, despatch advices and invoices should be transferred without EDI systems from the seller to the buyer so that they can be processed further there. This document describes the structure and content of order confirmations (hereinafter referred to as Order- Response). It also contains recommendations for the rules according to which the content can be generated on the seller side and be interpreted on the buyer side. OrderResponse August
5 2 TXML and DTDs Definition of TXML 2 TXML and DTDs 2.1 Definition of TXML The TXML documents for transaction contents described by content are defined by means of DTDs. The following transformation rules were applied in defining the TXML formats: 1 Qualifiers from the EDI area are described by attributes if their possible values originate from a limited value list that need to be interpreted in TecCom (e.g. for display purposes). This makes it possible to define permissible values in the DTD. For example, the qualifier for the date is defined via the following attributes: Before, At, After. The value list is maintained by TecCom. 2 Qualifiers that are merely displayed (currencies, country codes, EDI identifiers for reason of variance and reason for modification, price types etc.) are represented as elements. This makes the transaction documents open to potential extensions and to bilaterally defined identifiers in these value lists. 3 Universal elements (such as Date, Address, Quantity) are embedded in elements that define the respective semantics. To avoid redundancies, such elements are defined without qualifying type elements Elements with the same structure (such as SellerPartyNumber, BuyerPartyNumber etc.) are represented by different element names so that they can be distinguished in the element structure definition of the DTD. The following table describes qualifiers from the EDI area that are described in TXML via attributes with enumeration types. Defaults are underscored. Element Attribute Values Meaning Date Qualifier At Exactly on Before After At the latest At the earliest Date Format YYYYMMDD Current date YYYYMMDDHHMM Current date and time MessageStatus Value Modified Message has been modified Confirmed Rejected Message has been confirmed Message has been rejected ItemInstruction Value ConfirmedWithChanges Confirmed with changes ConfirmedWithoutChanges Confirmed without changes NotProcessed Rejected Not processed Rejected 1 The Date element should therefore not include any qualifier element that shows the date as the delivery date. Semantic assignment takes place in higher-level elements. OrderResponse August
6 2 TXML and DTDs DTDs 2.2 DTDs Each transaction document is described by a DTD that bears the name of the respective transaction document (for example ordrsp.dtd). 2 To make sure elements and attributes that occur in several transaction documents do not have to be defined multiple times (risk of inconsistency), the common subset is combined in a DTD named txml_common.dtd. To make sure the core elements of a DTD can be reused (for example for the archiving DTD), it is necessary to use disjoint DTDs as base descriptions. The base DTDs are located in a DTD with the prefix txml_. The following table describes the current structure of the DTDs: DTD ordrsp.dtd desadv.dtd notif.dtd archive.dtd Contains as base DTD: txml_common.dtd txml_ordrsp.dtd txml_common.dtd txml_desadv.dtd txml_common.dtd txml_notif.dtd txml_common.dtd txml_notif.dtd txml_desadv.dtd txml_ordrsp.dtd The structure of TXML documents is described technically via document type definitions (DTDs). DTD descriptions have a defined XML syntax which makes it possible to automatically check the validity of an XML document on the basis of the DTD. DTD descriptions, however, are not easy for people to read because the core content recedes behind the syntactic details. This chapter therefore uses a notation that is based on DTDs to describe the content structure of the transaction documents. Initially, XML elements and XML attributes are not differentiated. The description of the content structure focuses on the following issues instead: What content elements occur in a transaction document? What are the hierarchical relationships between content elements in a transaction document like? How often are individual content elements allowed to occur? The exact DTDs are listed in the annex. These DTDs are an implementation of the described content structure in TXML format. The underlying principles of this are described in the chapter entitled Definition of TXML. 2 As explained later, the name should also contain the version. OrderResponse August
7 2 TXML and DTDs DTDs The notation to describe the content structure of the transaction documents uses the following symbols: IE IE_1 IE_2 IE_3 IE_1 IE_2 IE_11 IE_12 IE_21 IE_22 Explanation: The content element IE consists of the elements IE_1, IE_2 and IE_3. The content element IE_2 has alternative structures. It consists either of IE_21 or of IE_22. IE_3, IE_11, IE_12, IE_21 and IE_22 are atomic elements, i.e. they do not have an internal structure. Atomic elements are shown in regular font whereas compound elements are shown in bold font. Atomic elements with a specified permissible value set are underscored (here: IE_12). The frequency with which a content element must occur is described as follows: IE The element must occur precisely once. IE? IE* IE+ The element can be omitted. The element can be omitted or repeated as often as required. The element must occur at least once, and can be repeated as often as required. OrderResponse August
8 3 OrderResponse General OrderResponse business practice 3 OrderResponse 3.1 General OrderResponse business practice An order confirmation (OrderResponse) is sent by the seller to the buyer in response to an order. It can contain the following: Confirmation of receipt and agreement to the order Confirmation of deliverable items stating the quantity that can be delivered, the probable delivery date and the price Changes to an order Statement that an order has not been accepted in full or in part The seller should assign a unique number as the document number of the OrderResponse. This can be the buyer's order identifier followed by a counter to indicate which OrderResponse it is. In an OrderResponse, an order item can be split up into n confirmed items with different delivery dates. Multiple OrderResponses can be received for an order and for an order item. An OrderResponse, however, always relates to exactly one order. On the buyer side, the order is checked for price and delivery date on the basis of OrderResponses. The following figure describes the rough structure of an OrderResponse: An OrderResponse consists of a header part (OrdRspHeader) and one or more items (OrdRspItem). For every item, there are one or more statements on the delivery date (DeliveryInfo). This makes it possible to split up an item into several deliveries. The type and version of the document are described by the content element Document. OrdRsp OrdRspHeader Document OrdRspItem DeliveryInfo 1:n relation, n> 0 1:1 relation Figure 1: Rough structure of an OrderResponse OrderResponse August
9 3 OrderResponse OrderResponse structure in terms of content 3.2 OrderResponse structure in terms of content The rough structure of an OrderResponse is refined in the following table. The fine structure is characterized as follows: The unique document number is set in the element OrdRspId in OrdRspHeader. The associated order is referenced in the content element OrderRef in OrdRspHeader both in the seller's and in the buyer's systematology. The order identifier in the seller's merchandise management systematology is a mandatory field which must therefore always be stated. The buyer's purchase order identifier can be stated as an option. The associated order item is referenced in the content element OrderRefItem in OrdRspItem both in the seller's and in the buyer's systematology. The element DeliveryInfo makes it possible to split the order into deliveries with different delivery dates. OrdRsp Document OrdRspHeader Document OrdRspHeader OrdRspItem+ Document Type Document Version OrdRspId OrdRspIssueDate OrderRef MessageStatus SellerParty BuyerParty DeliveryParty? InvoiceParty? Currency FreeText* Total document Document format Document header Type and format control Header Items OrdRspIssueDate Date Date of issue OrdRspItem PositionNumber RequestedQuantity ConfirmedQuantity ProductId ProductDescription RequestedDeliveryDate ProductPrice? DeliveryInfo* ItemInstruction QtyVariance* OrderItemRef? FreeText* Order item Document name (Notif, DesAdv, OrdRsp, Invoice or Archive) Document version Document number (primary key) Date of issue Order reference Status message for document Seller Buyer Goods recipient Invoice recipient Currency Free text Item number Quantity that has been requested Quantity that has been confirmed Product identifier Product description Delivery date that has been requested Product price Delivery dates Item instruction (status) Quantity variance Reference to order item Free text RequestedQuantity Quantity Quantity that has been requested ConfirmedQuantity Quantity Quantity that has been confirmed RequestedDeliveryDate Date Delivery date that has been requested OrderResponse August
10 3 OrderResponse OrderResponse structure in terms of content DeliveryInfo Quantity Date? Order item delivery date Quantity that has been delivered Delivery date The following content elements occur in OrderResponses but are also used in other transaction documents so they are grouped in a table of their own: Date Quantity FreeText ProductId ProductDescription ProductPrice Date Date Qualifier? Date Format Quantity Quantity UoM FreeText FreeText Caption MakerCode ProductNumber Ean? ProductName1 ProductName2? PriceCategory? Price DiscountGroup? PriceUnit? Cross-area elements Date Date type Date format Quantity Unit of measure (ISO UN/ECE 20 code) General text Caption Maker identifier Product number European Article Number (EAN) Product name 1 Product name 2 Price type Amount Discount group Quantity reference PriceUnit Quantity Quantity reference SellerParty BuyerParty DeliveryParty InvoiceParty SenderParty ReceiverParty Address SenderUserName ReceiverUserName PositionNumber PartyNumber Address PartyNumber Address PartyNumber? Address PartyNumber? Address PartyNumber? Address PartyNumber? Address Name1 Name2? Street1 Street2? PostalCode City CountryCode CountryName? Buyer's seller identifier Seller's buyer identifier Goods recipient identifier Invoice recipient identifier Receiver's sender identifier Sender address Sender's receiver address Receiver address Name 1 Name 2 Street 1 Street 2 Postal code City Country code (2 characters acc. to ISO) Country name Name of sending person Name of receiving person Item number OrderResponse August
11 3 OrderResponse OrderResponse structure in terms of content OrderRef OrderItemRef QtyVariance SellerOrderNumber BuyerOrderNumber? Date SellerOrderItemRef BuyerOrderItemRef? Quantity DeviationReason? ModificationReason? QtyVarComment? Cross-area elements Seller's order identifier Buyer's order identifier Order date Reference to order item (seller's systematology) Reference to order item (buyer's systematology) Variance quantity Reason for variance Reason for modification Comment on quantity variance OrderResponse August
12 3 OrderResponse OrdResp_1.0 document type definition 3.3 OrdResp_1.0 document type definition <!-- Include general definitions from txml_common_1.0.dtd --> <!ENTITY % COMMON SYSTEM "txml_common_1.0.dtd"> <!ENTITY % ORDRSP SYSTEM "txml_ordrsp_1.0.dtd"> %COMMON; %ORDRSP; TXML_OrdResp_1.0 document type definition <!--******************************************************************** OrdRsp ************** --> <!--#USAGE: Generic root element containing all the data relating to an OrderResponse --> <!ELEMENT OrdRsp (Document,OrdRspHeader,OrdRspItem+) > <!--************************************************************************ OrdRspHeader **** --> <!--#USAGE: Administrative and partner information --> <!ELEMENT OrdRspHeader (OrdRspId, OrdRspIssueDate, OrderRef, MessageStatus, SellerParty, BuyerParty, DeliveryParty?, InvoiceParty?, Currency, FreeText*)> <!--#USAGE: document id (primary key) --> <!ELEMENT OrdRspId (#PCDATA) > <!--#USAGE: Issue date of the document --> OrderResponse August
13 3 OrderResponse OrdResp_1.0 document type definition <!ELEMENT OrdRspIssueDate (Date) > <!--#USAGE: Status of the document --> <!ELEMENT MessageStatus EMPTY> <!ATTLIST MessageStatus Value (Modified Rejected Confirmed) #REQUIRED> <!--************************************************************************** OrdRspItem **** --> <!--#USAGE: Order item information --> <!ELEMENT OrdRspItem (PositionNumber, RequestedQuantity, ConfirmedQuantity, ProductId, ProductDescription, RequestedDeliveryDate, ProductPrice?, DeliveryInfo*, ItemInstruction, QtyVariance*, OrderItemRef?, FreeText* ) > <!--#USAGE: Status of position --> <!ELEMENT ItemInstruction EMPTY> <!ATTLIST ItemInstruction Value (ConfirmedWithChanges ConfirmedWithoutChanges NotProcessed Rejected) #REQUIRED > <!--#USAGE: Requested quantity --> <!ELEMENT RequestedQuantity (Quantity) > <!--#USAGE: Confirmed quantity --> <!ELEMENT ConfirmedQuantity (Quantity) > <!--#USAGE: Requested delivery date --> <!ELEMENT RequestedDeliveryDate (Date) > <!--************************************************************************ DeliveryInfo **** --> OrderResponse August
14 3 OrderResponse OrdResp_1.0 document type definition <!--#USAGE: Information on delivery dates of an order item Note: delivery dates can be split --> <!ELEMENT DeliveryInfo (Quantity, Date?)> OrderResponse August
15 3 OrderResponse OrdResp_1.0 document type definition TXML_Common_1.0 document type definition <!--********************************************************************* Document *********** --> <!--#USAGE: type and version information of the document --> <!ELEMENT Document EMPTY > <!ATTLIST Document Type (Notif DesAdv OrdRsp Archive) #REQUIRED > <!ATTLIST Document Version CDATA #REQUIRED > <!--******************************************************************************** Date **** --> <!--#USAGE: date definition --> <!ELEMENT Date (#PCDATA)> <!ATTLIST Date Qualifier (At Before After) "At" > <!ATTLIST Date Format (YYYYMMDD YYYYMMDDHHMM) "YYYYMMDD" > <!--**************************************************************************** Quantity **** --> <!--#USAGE: quantity --> <!-- A maximum of 11 digits is allowed to the left of the decimal point. There must be 3 digits to the right of the decimal point. **************** --> <!ELEMENT Quantity (#PCDATA)> <!--#USAGE:Unit of measure. Three byte ISO UN/ECE 20 code --> <!ATTLIST Quantity UoM CDATA #REQUIRED> <!--**************************************************************************** FreeText **** --> <!--#USAGE: additional information --> <!ELEMENT FreeText (#PCDATA) > <!ATTLIST FreeText Caption CDATA #REQUIRED> OrderResponse August
16 3 OrderResponse OrdResp_1.0 document type definition <!--*************************************************************************** ProductID **** --> <!--#USAGE: product id --> <!ELEMENT ProductId (MakerCode, ProductNumber, Ean?) > <!ELEMENT MakerCode (#PCDATA) > <!ELEMENT ProductNumber (#PCDATA) > <!ELEMENT Ean (#PCDATA) > <!--************************************************************************ ProductDescription --> <!--#USAGE: product description --> <!ELEMENT ProductDescription (ProductName1, ProductName2?) > <!ELEMENT ProductName1 (#PCDATA) > <!ELEMENT ProductName2 (#PCDATA) > <!--************************************************************************ ProductPrice **** --> <!--#USAGE: price of a product --> <!ELEMENT ProductPrice (PriceCategory?, Price, DiscountGroup?, PriceUnit?)> <!ELEMENT PriceCategory (#PCDATA) > <!--#USAGE: Price --> <!-- A maximum of 11 digits is allowed to the left of the decimal point. There must be 3 digits to the right of the decimal point. ******************************* --> <!ELEMENT Price (#PCDATA) > <!ELEMENT DiscountGroup (#PCDATA) > <!ELEMENT PriceUnit (Quantity) > <!--*********************************************************************** Seller Party ***** --> OrderResponse August
17 3 OrderResponse OrdResp_1.0 document type definition <!--#USAGE: seller information --> <!ELEMENT SellerParty (PartyNumber, Address) > <!--*********************************************************************** Buyer Party ****** --> <!--#USAGE: buyer information --> <!ELEMENT BuyerParty (PartyNumber, Address) > <!--*********************************************************************** Delivery Party *** --> <!--#USAGE: delivery party information --> <!ELEMENT DeliveryParty (PartyNumber?, Address) > <!--*********************************************************************** Invoice Party **** --> <!--#USAGE: invoice party information --> <!ELEMENT InvoiceParty (PartyNumber?, Address) > <!--************************************************************************ Sender Party **** --> <!--#USAGE: sender party information --> <!ELEMENT SenderParty (PartyNumber?, Address) > <!--********************************************************************** Receiver Party **** --> <!--#USAGE: receiver party information --> <!ELEMENT ReceiverParty (PartyNumber?, Address) > <!--************************************************************************ Currency ********* --> <!--#USAGE: currency = three-character currency code specified in ISO > <!ELEMENT Currency (#PCDATA) > OrderResponse August
18 3 OrderResponse OrdResp_1.0 document type definition <!--************************************************************************* PartyNumber ***** --> <!--#USAGE: party number definition --> <!ELEMENT PartyNumber (#PCDATA)> <!--************************************************************************* Address ********* --> <!--#USAGE: address definition --> <!ELEMENT Address (Name1, Name2?, Street1, Street2?, PostalCode, City, CountryCode, CountryName?)> <!ELEMENT Name1 (#PCDATA)> <!ELEMENT Name2 (#PCDATA)> <!ELEMENT Street1 (#PCDATA)> <!ELEMENT Street2 (#PCDATA)> <!ELEMENT PostalCode (#PCDATA)> <!ELEMENT City (#PCDATA)> <!--#USAGE: CountryCode = two-character country code specified in ISO > <!ELEMENT CountryCode (#PCDATA)> <!ELEMENT CountryName (#PCDATA)> <!--************************************************************************ SenderUserName ** --> <!--#USAGE: name of sender --> <!ELEMENT SenderUserName (#PCDATA) > <!--********************************************************************** ReceiverUserName ** --> <!--#USAGE: name of receiver --> <!ELEMENT ReceiverUserName (#PCDATA) > OrderResponse August
19 3 OrderResponse OrdResp_1.0 document type definition <!--************************************************************************ PositionNumber ** --> <!--#USAGE: Position number --> <!ELEMENT PositionNumber (#PCDATA) > <!--************************************************************************ OrderRef ******** --> <!--#USAGE: reference to corresponding order --> <!ELEMENT OrderRef (SellerOrderNumber, BuyerOrderNumber?, Date) > <!ELEMENT SellerOrderNumber (#PCDATA) > <!ELEMENT BuyerOrderNumber (#PCDATA) > <!--************************************************************************ OrderItemRef **** --> <!--#USAGE: reference to position in order --> <!ELEMENT OrderItemRef (SellerOrderItemRef, BuyerOrderItemRef?) > <!ELEMENT SellerOrderItemRef (#PCDATA) > <!ELEMENT BuyerOrderItemRef (#PCDATA) > <!--************************************************************************* QtyVariance **** --> <!--#USAGE: information on quantity variance --> <!ELEMENT QtyVariance (Quantity, DeviationReason?, ModificationReason?, QtyVarComment?)> <!ELEMENT DeviationReason (#PCDATA) > <!ELEMENT ModificationReason (#PCDATA) > <!ELEMENT QtyVarComment (#PCDATA) > OrderResponse August
20 4 Content of an OrderResponse 4 Content of an OrderResponse The following table presents the content of an OrderResponse: <?xml version="1.0" encoding="iso "?> This states the version. <?xml-stylesheet type="text/xsl" href="ordrsp_1.0.xsl"?> This points to the XSL file for transforming the XML message into HTML. <!DOCTYPE OrdRsp SYSTEM "ordrsp_1.0.dtd"> This points to the DTD file. <OrdRsp> This is the beginning of the OrderResponse message. <Document Type="OrdRsp" Version="1.0"/> In the element Document, the document type is set in accordance with the permissible values for the attribute. <OrdRspHeader> <OrdRspId>OrdResp-4711</OrdRspId> <OrdRspIssueDate> <Date> </Date> Date of issue of the OrderResponse </OrdRspIssueDate> <OrderRef> <SellerOrderNumber>76214</SellerOrderNumber> <BuyerOrderNumber>03462</BuyerOrderNumber> The buyer's order identifier should also be transferred if it exists in the seller's merchandise management system. <Date> </Date> Date of order </OrderRef> <MessageStatus Value="Confirmed"/> Acceptance of the order is confirmed. <SellerParty> The supplier's address information. <PartyNumber/> OrderResponse August
21 4 Content of an OrderResponse <Address> <Name1>BOSAL International N.V.</Name1> <Name2>Plant 48</Name2> <Street1>Dellestraat 20</Street1> <PostalCode>3560</PostalCode> <City>Lummen</City> <CountryCode>BE</CountryCode> </Address> </SellerParty> <BuyerParty> <PartyNumber>O-4711</PartyNumber> <Address> <Name1>KLEIN AUTOTEILE VERTR.MBH</Name1> <Street1>61 BRUNNER FELDSTRASSE</Street1> <PostalCode>A-2380</PostalCode> <City>PERCHTOLDSDORF</City> <CountryCode>AT</CountryCode> </Address> </BuyerParty> <DeliveryParty> <PartyNumber>D-4711</PartyNumber> <Address> <Name1>KLEIN AUTOTEILE VERTR.MBH</Name1> <Street1>61 BRUNNER FELDSTRASSE</Street1> <PostalCode>A-2380</PostalCode> <City>PERCHTOLDSDORF</City> <CountryCode>AT</CountryCode> </Address> </DeliveryParty> OrderResponse August
22 4 Content of an OrderResponse <InvoiceParty> <PartyNumber>I-4711</PartyNumber> <Address> <Name1>KLEIN AUTOTEILE VERTR.MBH</Name1> <Street1>61 BRUNNER FELDSTRASSE</Street1> <PostalCode>A-2380</PostalCode> <City>PERCHTOLDSDORF</City> <CountryCode>AT</CountryCode> </Address> </InvoiceParty> <Currency>ATS</Currency> <FreeText Caption="Number of items ordered">203</freetext> <FreeText Caption="Total qty ordered">283</freetext> <FreeText Caption="Total qty to be delivered"> ,80 ATS </FreeText> <FreeText Caption="Total qty avail. in stock"> ,37 ATS </FreeText> <FreeText Caption="Delivery performance">96,11% 94,35% </FreeText> </OrdRspHeader> <OrdRspItem> <PositionNumber>1</PositionNumber> <RequestedQuantity> <Quantity UoM="PCE">2</Quantity> </RequestedQuantity> <ConfirmedQuantity> <Quantity UoM="PCE">2</Quantity> </ConfirmedQuantity> <ProductId> <MakerCode>BOSAL</MakerCode> <ProductNumber> </ProductNumber> OrderResponse August
23 4 Content of an OrderResponse <Ean/> </ProductId> <ProductDescription> <ProductName1>XXXXX</ProductName1> <ProductName2>XXXXX</ProductName2> </ProductDescription> <RequestedDeliveryDate> <Date> </Date> </RequestedDeliveryDate> <ItemInstruction Value="ConfirmedWithoutChanges"/> <OrderItemRef> <SellerOrderItemRef>10</SellerOrderItemRef> <BuyerOrderItemRef>1</BuyerOrderItemRef> </OrderItemRef> </OrdRspItem> <OrdRspItem> <PositionNumber>2</PositionNumber> <RequestedQuantity> <Quantity UoM="PCE">30</Quantity> </RequestedQuantity> <ConfirmedQuantity> <Quantity UoM="PCE">30</Quantity> </ConfirmedQuantity> <ProductId> <MakerCode>BOSAL</MakerCode> <ProductNumber> </ProductNumber> </ProductId> <ProductDescription> <ProductName1>XXXXX</ProductName1> OrderResponse August
24 4 Content of an OrderResponse <ProductName2>XXXXX</ProductName2> </ProductDescription> <RequestedDeliveryDate> <Date> </Date> </RequestedDeliveryDate> <ProductPrice> <PriceCategory>AAA</PriceCategory> <Price> </Price> <DiscountGroup>C</DiscountGroup> <PriceUnit> <Quantity UoM="PCE">1</Quantity> </PriceUnit> </ProductPrice> <DeliveryInfo> <Quantity UoM="PCE">5</Quantity> <Date Qualifier="At"> </Date> </DeliveryInfo> <DeliveryInfo> <Quantity UoM="PCE">5</Quantity> <Date Qualifier="Before"> </Date> </DeliveryInfo> <DeliveryInfo> <Quantity UoM="PCE">5</Quantity> <Date Qualifier="After"> </Date> </DeliveryInfo> <DeliveryInfo> <Quantity UoM="PCE">10</Quantity> <Date Qualifier="At"> </Date> </DeliveryInfo> OrderResponse August
25 4 Content of an OrderResponse <DeliveryInfo> <Quantity UoM="PCE">5</Quantity> </DeliveryInfo> <ItemInstruction Value="ConfirmedWithoutChanges"/> <OrderItemRef> <SellerOrderItemRef>20</SellerOrderItemRef> <BuyerOrderItemRef>2</BuyerOrderItemRef> </OrderItemRef> </OrdRspItem> <OrdRspItem> <PositionNumber>3</PositionNumber> <RequestedQuantity> <Quantity UoM="PCE">20</Quantity> </RequestedQuantity> <ConfirmedQuantity> <Quantity UoM="PCE">15</Quantity> </ConfirmedQuantity> <ProductId> <MakerCode>BOSAL</MakerCode> <ProductNumber> </ProductNumber> </ProductId> <ProductDescription> <ProductName1>XXXXX</ProductName1> <ProductName2>XXXXX</ProductName2> </ProductDescription> <RequestedDeliveryDate> <Date> </Date> </RequestedDeliveryDate> <ProductPrice> OrderResponse August
26 4 Content of an OrderResponse <PriceCategory>AAA</PriceCategory> <Price> </Price> <DiscountGroup>C</DiscountGroup> <PriceUnit> <Quantity UoM="PCE">1</Quantity> </PriceUnit> </ProductPrice> <DeliveryInfo> <Quantity UoM="PCE">10</Quantity> <Date> </Date> </DeliveryInfo> <DeliveryInfo> <Quantity UoM="PCE">5</Quantity> <Date> </Date> </DeliveryInfo> <ItemInstruction Value="ConfirmedWithoutChanges"/> <QtyVariance> <Quantity UoM="PCE">5</Quantity> <DeviationReason>Artikel ausgelaufen</deviationreason> </QtyVariance> <OrderItemRef> <SellerOrderItemRef>20</SellerOrderItemRef> <BuyerOrderItemRef>2</BuyerOrderItemRef> </OrderItemRef> </OrdRspItem> </OrdRsp> OrderResponse August
27 5 Presentation of OrderResponse 5 Presentation of OrderResponse Transaction documents are described in TXML format and therefore only contain net data. The transaction documents should be displayed in a browser control in the Document Details dialog. Transformation from TXML to HTML is therefore necessary. Transformation takes place with the aid of XSLT templates. XSLT (Extensible Style Sheet Language Transformation) serves to transform XML files with any DTD into another form of XML. The most common application of XSLT is probably transformation into HTML. XSLT templates consist of a collection of template rules which, in turn, consist of two parts each: a pattern and a template that is executed during the transformation process. OrderResponse August
28 6 Annex XML glossary 6 Annex 6.1 XML glossary Document Prolog XML declaration Document type definition Processing instruction Element Attribute XML documents consist of a prolog and a root element. The prolog consists of the XML declaration and the document type definition. Processing instruction to identify the XML version and the character set that is in use. Formal description of the structure of an XML document that can be used to check the validity of an XML document. It contains information on what element types there are, what they are allowed to contain, which attributes are permitted and which values they may assume. DTDs thus provide a certain measure of control of the content of attributes but not of the content of elements (for example no value types). DTDs are linked to an XML file. They can be external (pointer to a DTD file) or internal (integral part of the document type definition). Example of syntax for external: <!DOCTYPE hallo SYSTEM "hallo.dtd"> Example of syntax for internal: <!DOCTYPE hallo [ element type declarations ]> <hallo> </hallo> Instruction for a program that processes an XML document. Example of syntax: <?PI?> Part of an XML document that is identified by a start and end tag. The two tags embrace the content of the element. Elements can also be empty, however. Example of syntax for an empty element: <Empty /> Within start tags, attribute value pairs can be assigned to elements and these may contain information about the content. Example of syntax: <element attribute="value"/> OrderResponse August
29 6 Annex XML glossary Content Character data Character reference Entity reference Reserved characters CDATA section, Character data Element type declaration PCDATA section, Parsed character data Section between the start and end tag of an element. The content can be elements, character data or comments. Coded representation of a character. Example of syntax: &#nn; Text module to define character data. Entity references are suitable as abbreviations and for multiple use of recurrent phrases. Example of syntax: <!ENTITY EntityReference "..."> Call: &EntityReference; Some characters (<, >, &, quotation mark, apostrophe) are reserved in XML and are not allowed to be used as element content. The following alternative character references can be used: < > & " ' 3 Section within an XML document in which no mark-up is recognized. CDATA sections therefore make it possible to enter such characters as & and < to be input directly. Example of syntax: <![CDATA[ character data ]]> Element type declarations define which elements are allowed to occur in the current element, as well as the sequence and frequency of occurrence. As far as atomic elements are concerned, the possible content is described. Common content specifications for atomic elements are: PCDATA: character string that can be parsed ANY: Any content with every element in the DTD EMPTY: empty element Section within an XML document that is processed by the parser. In PCDATA sections, entity references are therefore recognized and resolved. Example of syntax in DTD: <!ELEMENT street (#PCDATA)> 3 When a node is created with the XML-DOM and its content has been defined, the reserved characters are automatically converted to the alternatives. OrderResponse August
30 6 Annex XML glossary Attribute list declaration XSLT Parameter entity reference Reserved name character Attribute list declarations define which attributes exist for an element type, the type of attribute values, and which standard values exist. Common types: CDATA: string attribute ID: token attribute for unique identification (a b c): Enumeration attribute with values a, b, c Common standard values for attributes are: #REQUIRED: mandatory attribute #IMPLIED: optional attribute #FIXED: mandatory attribute with standard value In the standard value, it is also possible to set a default that is used when the attribute is missing. A language that was approved in November 1999 to transform XML documents into HTML, WML or other XML documents. Text module to define DTD elements. Entity references are suitable as abbreviations and for multiple use of recurrent phrases within a DTD. Example of syntax: <!ENTITY %EntityReference "..."> Call: %EntityReference; Character for reserved name. Pound sign # OrderResponse August
31 6 Annex Units of measure according to UN/ECE recommendation Units of measure according to UN/ECE recommendation 20 ACR Acre (4840 square yards) ASM Alcholic strength by mass ASV Alcholic strength by volume AMP Ampere AMH Ampere-hour (3.6kC) ARE Are (100 square metres) BAR Bar BLL Barrel (petroleum) ( dm3) BFT Board foot BQL Becquerel BIL Billion EUR MLD Billion US BHP Brake horse power (245s7 watts) BTU British thermal unit (1.055 kilojoules) BUA Bushel ( dm3) BUI Bushel ( dm3) CDL Candela CCT Carrying capacity in metric tonnes CNT Cental GB ( kg) CGM Centigram CLT Centilitre CMT Centimetre DTN Centner, metric (100 kg) (syn. hectokilogram) WCD Cord (3.63 m3) COU Colomb CKG Colomb per kilogram CMQ Cubic centimetre DMQ Cubic decimetre FTQ Cubic foot INQ Cubic inch MTQ Cubic metre MQH Cubic metre per hour MQS Cubic metre per second MMQ Cubic millimetre YDQ Cubic yard CUR Curie DAY Day DEC Decade (ten years) DAA Decare DLT Decilitre DMT Decimetre DTN Decitonne CEL Degree Celsius FAH Degree Fahrenheit DPT Displacement tonnage DZN Dozen DZP Dozen packs DPR Dozen pairs DPC Dozen pieces DRL Dozen rolls DRM Drachm GB ( g) DRI Dram GB (1, g) DRA Dram US ( g) BLD Dry barrel ( dm3) GLD Dry gallon ( dm3) PTD Dry pint ( dm3) QTD Dry quart ( dm3) FAR Farad OZI Fluid ounce ( cm3) OZA Fluid ounce ( cm3) FOT Foot ( m) GLI Gallon ( dm3) GBQ Gigabequerel GWH Gigawatt-hour (1 million kw/h) GII Gill ( dm3) GIA Gill ( cm3) GRN Grain GB, US ( mg) GRM Gram GFI Gram of fissile isotopes GGR Great gross (12 gross) GRO Gross GRT Gross (register) ton SAN Half year (six month) HAR Hectare OrderResponse August
32 6 Annex Units of measure according to UN/ECE recommendation 20 HBA Hectobar HGM Hectogram DTH Hectokilogram HLT Hectolitre HPA Hectolitre of pure alcohol HMT Hectometre HTZ Hertz HUR Hour CEN Hundred BHX Hundred boxes HIU Hundred international units CLF Hundred leaves CNP Hundred packs CWA Hundredweight US ( kg) INH Inch (25.4 mm) JOU Joule KEL Kelvin KBA Kilobar KGM Kilogram KPH Kilogram of caustic potash KSH Kilogram of caustic soda KNS Kilogram of named substance KNI Kilogram of nitrogen KPP Kilogram of phosphorus pentoxide KPH Kilogram of potassium hydroxide KPO Kilogram of potassium oxide KSD Kilogram of substance 90 per cent dry KUR Kilogram of uranium KMQ Kilogram per cubic metre KGS Kilogram per second KHZ Kilohertz KJO Kilojoule KMT Kilometre KMH Kilometre per hour KPA Kilopascal KTN Kilotonne KVR Kilovar KVT Kilovolt KVA Kilovolt-ampere KWT Kilowatt KWH Kilowatt-hour KNT Knot (1 nautical mile per hour) LEF Leaf GLL Liquid gallon ( dm3) PTL Liquid pint ( dm3) QTL Liquid quart ( dm3) LTR Litre (1 dm3) LPA Litre of pure alcohol CWI (Long) hundredweight GB ( kg) LTN Long ton GB, US ( t) LUM Lumen LUX Lux MHZ Megahertz MAL Megalitre MAM Megametre MPA Megapascal MVA Megavolt-ampere (1000 KVA) MAW Megawatt MWH Megawatt-hour (1000 kw/h) MTR Metre MTS Metre per second MSK Metre per second squared CTM Metric carat (200 mg = kg) TNE Metric tonne (1000 kg) MLD Milliard MBR Millibar MCU Millicurie MGM Milligram MLT Millilitre MMT Millimetre MIO Million HMQ Million cubic metres MIU Million international units MIN Minute MON Month NMI Nautical mile (1852 m) NTT Net (register) ton NEW Newton NMB Number NAR Number of articles NBB Number of bobbins OrderResponse August
33 6 Annex Units of measure according to UN/ECE recommendation 20 NCL Number of cells NIU Number of international units NMP Number of packs NPR Number of pairs NPL Number of parcels NPT Number of parts NRL Number of rolls OHM Ohm ONZ Ounce GB, US ( g) APZ Ounce GB, US ( g; syn.: Troy ounce) PAL Pascal DWT Pennyweight GB, US ( g) PCE Piece PTI Pint ( dm3) LBR Pound GB, US ( kg) PGL Proof gallon QTI Quart ( dm3) QAN Quarter (of a year) QTR Quarter GB ( kg) DTN Quintal, metric (100 kg) RPM Revolution per minute RPS Revolution per second SCO Score SCR Scruple GB, US ( g) SEC Second SET Set SHT Shipping ton SST Short standard (7200 matches) STN Short ton GB, US ( t) SIE Siemens CMK Square centimetre DMK Square decimetre FTK Square foot INK Square inch KMK Square kilometre MTK Square metre MIK Square mile MMK Square millimetre YDK Square yard WSD Standard ATM Standard atmosphere ( Pa) SMI (Statute) mile ( m) STI Stone GB ( kg) ATT Technical atmoshere ( Pa) DAD Ten days TPR Ten pairs MIL Thousand TAH Thousand ampere-hour MBF Thousand board feet (2.36 m3) TQD Thousand cubic metre per day MBE Thousand standard brick equivalent TSH Ton of steam per hour TNE Tonne (1000 kg) TSD Tonne of substance 90 per cent dry TRL Trillion EUR BIL Trillion US LBT Troy pound, US ( g) VLT Volt WTT Watt WHR Watt-hour WEB Weber WEE Week YRD Yard ( m) ANN Year OrderResponse August
34 6 Annex TECDOC maker identifiers 6.3 TECDOC maker identifiers AP ATE BEHR BENDIX BERU BILST BOGE BOSAL BOSCH BREMBO BREMI CENTRO CHAMP CHAMPI CONTI DASIS DAYCO DENSO EBERS EKG ELRING ERNST EVR EXIDE F+S FERODO FRAM FTE GABRIE GATES GERI GKN GOETZE HE+BU HELLA HENGST HER+BU HJS HOPPEC JURID KLOKKE KLOTZ KNECHT KONI KYB LEIST LEMFO LOCTIT LOEBRO LUCAS LUK MAHLE MANN MINTEX MONROE NGK NOR OPTIBE OPTILU ORIS OSRAM PAGID PEX PHILIP PIERBG PURFLU PUROLA QH REINZ SCHMID SKF SONNEN SRS AUTOMOTIVE PRODUCTS ITT AUTOMOTIVE (ATE) BEHR-THERMOTRONIK ALLIED SIGNAL (BENDIX) BERU BILSTEIN BOGE BOSAL BOSCH BREMBO BREMI AUTO-ELEKTRIK CENTRO LUBERFINER (CHAMP) CHAMPION CONTITECH Dasis DAYCO EUROPE DENSO EBERSPÄCHER EKG GELENKWELLEN ELRING ERNST RUVILLE AUTOTEILE EXIDE SACHS HANDEL FERODO BERAL ALLIED SIGNAL (FRAM) FTE automotive GABRIEL GATES GERI GKN (SPIDAN) GOETZE MOTORENTEILE HERTH + BUSS (NIPPARTS) HELLA Hengst Filter HERTH & BUSS -AUTOELEKTRONIK- HJS HOPPECKE ALLIED SIGNAL (JURID) KLOKKERHOLM HK AUTOTEILE KNECHT FILTER ITT AUTOMOTIVE (KONI) KAYABA LEISTRITZ LEMFÖRDER LOCTITE GKN (LÖBRO) LUCAS AS-AUTOTEILE-SERVICE (LUK) MAHLE FILTER MANN + HUMMEL MINTEX MONROE NGK Nor Aalborg A/S ARNTZ-OPTIBELT HELLA (OPTILUX) ORIS OSRAM PAGID PEX PHILIPS PIERBURG PURFLUX PUROLATOR QUINTON HAZELL REINZ SCHMID-DONZDORF SKF SONNENSCHEIN SRS OrderResponse August
35 6 Annex TECDOC maker identifiers SWF TESH TEXTAR TTV TW VALEO VARTA VDO WABCO WAHLER WALKER WESTF WEZEL ZIMANN ITT AUTOMOTIVE (SWF) TESH TEXTAR TTV Kraftfahrzeugteile-Vertriebs GmbH TEROSON VALEO VARTA VDO WABCO Wahler WALKER WESTFALIA VAN WEZEL Zimmermann OrderResponse August
36 6 Annex Currency codes according to ISO Currency codes according to ISO 4217 AFGHANISTAN ALBANIA ALGERIA AMERICAN SAMOA AMERICAN SAMOA ANDORRA ANDORRA ANGOLA ANGUILLA ANTARCTICA ANTIGUA AND BARBUDA ARGENTINA ARMENIA ARUBA AUSTRALIA AUSTRIA AZERBAIJAN BAHAMAS BAHRAIN BANGLADESH BARBADOS BELARUS BELGIUM BELIZE BENIN BERMUDA BHUTAN BHUTAN BOLIVIA BOSNIA AND HERZEGOVINA BOTSWANA BOUVET ISLAND BRAZIL BRITISH INDIAN OCEAN TERRITORY BRUNEI DARUSSALAM BULGARIA BURKINA FASO BURUNDI CAMBODIA CAMEROON CANADA CAPE VERDE CAYMAN ISLANDS CENTRAL AFRICAN REP. CHAD CHILE CHILE CHINA CHRISTMAS ISLAND COCOS (KEELING) IS.S COLOMBIA COMOROS CONGO COOK ISLANDS COSTA RICA COTE D IVOIRE CROATIA CUBA CYPRUS CZECH REPUBLIC DENMARK DJIBOUTI DOMINICA DOMINICAN REPUBLIC EAST TIMOR EAST TIMOR ECUADOR EGYPT EL SALVADOR EQUATORIAL GUINEA ERITREA ESTONIA ETHIOPIA EUROPEAN MONETARY COOP. FUND (EMCF) AFA ALL DZD USD ESP FRF ADP AON XCD XCD ARS AMD AWG AUD ATS AZM BSD BHD BDT BBD BYB BEF BZD XOF BMD INR BTN BOB BWP NOK BRL USD BND BGL XOF BIF KHR XAF CAD CVE KYD XAF XAF CLP CLF CNY AUD AUD COP KMF XAF NZD CRC XOF HRK CUP CYP CZK DKK DJF XCD DOP TPE IDR ECS EGP SVC XAF EEK ETB OrderResponse August
37 6 Annex Currency codes according to ISO 4217 FALKLAND ISLANDS (MALVINAS) FAROE ISLANDS FIJI FINLAND FRANCE FRANCE, METROPOLITAN FRENCH GUIANA FRENCH POLYNESIA FRENCH SOUTHERN TERRITORIES GABON GAMBIA GEORGIA GERMANY GHANA GIBRALTAR GREECE GREENLAND GRENADA GUADELOUPE GUAM GUATEMALA GUINEA GUINEA-BISSAU GUYANA HAITI HAITI HEARD ISLAND AND MCDONALD ISLANDS HONDURAS HONG KONG HUNGARY ICELAND INDIA INDONESIA INTERNATIONAL MONETARY FUND (IMF) IRAN (ISLAMIC REP.) IRAQ IRELAND ISRAEL ITALY JAMAICA JAPAN JORDAN KAZAKHSTAN KENYA KIRIBATI KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF KOREA, REPUBLIC OF KUWAIT KYRGYZSTAN LAO PEOPLE S DEMOCRATIC REPUBLIC LATVIA LATVIA LEBANON LESOTHO LESOTHO LESOTHO LIBERIA LIBYAN ARAB JAMAHIRIYA LIECHTENSTEIN LITHUANIA LUXEMBOURG MACAU MACEDONIA,THE FORMER YUGOSLAV REP. OF MADAGASCAR MALAWI MALAYSIA MALDIVES MALI MALTA MARSHALL ISLANDS MARTINIQUE MAURITANIA MAURITIUS MAYOTTE MEXICO MICRONESIA (FEDERATED STATES OF) MOLDOVA, REPUBLIC OF MONACO MONGOLIA MONTSERRAT MOROCCO FKP DKK FJD FIM FRF FRF FRF XPF FRF XAF GMD GEK DEM GHC GIP GRD DKK XCD FRF USD GTQ GNF GWP GYD HTG USD HNL HKD HUF ISK INR IDR IRR IQD IEP ILS ITL JMD JPY JOD KZT KES AUD KRW KWD KGS LVL LVR LBP ZAR ZAL LSL LRD LYD CHF LTL LUF MOP MGF MWK MYR MVR XOF MTL USD FRF MRO MUR FRF MXN MDL FRF MNT XCD MAD OrderResponse August
38 6 Annex Currency codes according to ISO 4217 MOZAMBIQUE MYANMAR NAMIBIA NAMIBIA NAURU NEPAL NETHERLANDS NETHERLANDS ANTILLES NEW CALEDONIA NEW ZEALAND NICARAGUA NIGER NIGERIA NIUE NORFOLK ISLAND NORTHERN MARIANA ISLANDS NORWAY OMAN PAKISTAN PALAU PANAMA PANAMA PAPUA NEW GUINEA PARAGUAY PERU PHILIPPINES PITCAIRN POLAND PORTUGAL PUERTO RICO QATAR REUNION ROMANIA RUSSIAN FEDERATION RWANDA SAINT HELENA SAINT KITTS AND NEVIS SAINT LUCIA SAINT PIERRE AND MIQUELON SAINT VINCENT AND THE GRENADINES SAMOA SAN MARINO SAO TOME AND PRINCIPE SAUDI ARABIA SENEGAL SEYCHELLES SIERRA LEONE SINGAPORE SLOVAKIA SLOVENIA SOLOMON ISLANDS SOMALIA SOUTH AFRICA SOUTH AFRICA SOUTH GEORGIA + THE SOUTH SANDWICH ISL. SPAIN SRI LANKA SUDAN SUDAN SURINAME SVALBARD AND JAN MAYEN SWAZILAND SWEDEN SWITZERLAND SYRIAN ARAB REPUBLIC TAIWAN, PROVINCE OF CHINA TAJIKISTAN TANZANIA, UNITED REPUBLIC OF THAILAND TOGO TOKELAU TONGA TRINIDAD AND TOBAGO TUNISIA TURKEY TURKMENISTAN TURKS AND CAICOS ISLANDS TUVALU UGANDA UKRAINE UNITED ARAB EMIRATES MZM MMK ZAR NAD AUD NPR NLG ANG XPF NZD NIO XOF NGN NZD AUD USD NOK OMR PKR USD PAB USD PGK PYG PEN PHP NZD PLZ PTE USD QAR FRF ROL RUR RWF SHP XCD XCD FRF WST ITL STD SAR XOF SCR SLL SGD SKK SIT SBD SOS ZAR ZAL ESP LKR SDD SDP SRG NOK SZL SEK CHF SYP TWD RUR TZS THB XOF NZD TOP TTD TND TRL USD AUD UGX UAK AED OrderResponse August
39 6 Annex Currency codes according to ISO 4217 UNITED KINGDOM UNITED STATES UNITED STATES MINOR OUTLYING ISLANDS URUGUAY UZBEKISTAN VANUATU VATICAN CITY STATE (HOLY SEE) VENEZUELA VIET NAM VIRGIN ISLANDS (BRITISH) VIRGIN ISLANDS (U.S.) WALLIS AND FUTUNA ISLANDS WESTERN SAHARA YEMEN YUGOSLAVIA ZAIRE ZAMBIA ZIMBABWE GBP USD UYU UZS VUV VEB VND USD USD XPF MAD YER YUN ZRN ZMK ZWD OrderResponse August
Proforma Cost for international UN Volunteers for UN Partner Agencies for 2016. International UN Volunteers (12 months)
Proforma Cost for international UN Volunteers for UN Partner Agencies for 2016 Country Of Assignment International UN Volunteers (12 months) International UN Youth Volunteers (12 months) University Volunteers
Time Warner Cable Date: 03/03/2014. Phone Product Management. BCP Standard International Rates
Afghanistan $1.070 $1.100 Afghanistan Albania $1.040 $1.230 Albania Algeria $0.490 $0.560 Algeria Andorra $0.460 $0.750 Andorra Angola $1.440 $1.520 Angola Anguilla $0.570 $0.690 Anguilla Antarctica $3.010
Lebara Unlimited Plan
AFGHANISTAN $0.05 $0.19 ALBANIA $0.35 $0.43 ALGERIA $0.28 $0.38 AMERICAN SAMOA $0.15 $0.15 ANDORRA $0.07 $0.44 ANGOLA $0.25 $0.35 ANGUILLA $0.33 $0.33 ANTARCTICA $1.39 $0.00 ANTIGUA AND BARBUDA $0.25 $0.25
VoIP Phone Calling Rates
Afghanistan Default $0.52 Albania Default $0.24 Albania Mobile $0.71 Algeria Default $0.17 Algeria Mobile $0.86 Andorra Default $0.09 Andorra Mobile $0.48 Angola Default $0.21 Angola Mobile $0.24 Anguilla
AFR EUR MENA NAC SACA SEA WP
250000 200000 Millions (USD) 150000 100000 50000 0 AFR EUR MENA NAC SACA SEA WP India China USA Russian Federation Brazil Germany Pakistan Japan Indonesia Mexico Bangladesh Egypt France Italy Turkey Thailand
Bangladesh Visa fees for foreign nationals
Bangladesh Visa fees for foreign nationals No. All fees in US $ 1. Afghanistan 5.00 5.00 10.00 2. Albania 2.00 2.00 3.00 3. Algeria 1.00 1.00 2.00 4. Angola 11.00 11.00 22.00 5. Argentina 21.00 21.00 42.00
TWC Phone Service International Rate Table Comparison
Afghanistan $0.35 $0.35 Included* Included* $1.07 $1.10 Albania $0.15 $0.24 $1.04 $1.23 $1.04 $1.23 Algeria $0.17 $0.36 $0.49 $0.56 $0.49 $0.56 Andorra $0.05 $0.22 $0.46 $0.75 $0.46 $0.75 Angola $0.18
LOCAL: INTRALATA RATES: COLLECT: PER CALL SERVICE CHARGE: $.75; PER MINUTE CHARGE: $.07 DEBIT: PER CALL SERVICE CHARGE: $.60; PER MINUTE CHARGE: $.
RATE INFORMATION SHEET LOCAL: (COLLECT: PER CALL SERVICE CHARGE: $.75; CALL RATE $.25 unlimited (~otal $1.00) DEBIT: $.80 INTRALATA RATES: COLLECT: PER CALL SERVICE CHARGE: $.75; PER MINUTE CHARGE: $.07
Per Minute Rate Unlimited North America
AT&T U-verse Calling Calling Rates Rates do not include taxes, fees, surcharges. Call destinations and rates are subject to change. An additional per minute rate for international calls terminating on
OFFICIAL NAMES OF THE UNITED NATIONS MEMBERSHIP
OFFICIAL NAMES OF THE UNITED NATIONS MEMBERSHIP Islamic Republic of Afghanistan Republic of Albania People s Democratic Republic of Algeria Principality of Andorra Republic of Angola Antigua and Barbuda
Action required The Committee is requested to take note of the position of 2010 11 income and expenditure as of 30 September 2010.
INTERNATIONAL LABOUR OFFICE Governing Body 309th Session, Geneva, November 2010 Programme, Financial and Administrative Committee GB.309/PFA/1 PFA FOR INFORMATION FIRST ITEM ON THE AGENDA Programme and
International Talk & Text
International Talk & Text Use your voice plan minutes to call landlines in over 50 countries, including Mexico, Canada and the Dominican Republic Unlimited text messaging to any cell phone in over 200
Global Online Business Intelligence Masterfile
Size of Universe Cost Source Min Order Quantity 5,000 Update Frequency 6,074,363 Names USD 150.00 /M Addresses (Business Addresses Only) USD 175.00 /M Addresses (Named Executives) USD 150.00 /M Addresses
New Zealand =============================== Standard Courier NZD$5.00 Rural Delivery Courier NZD $5.00 + $4.50 = $9.50. Australia (Zona A)
New Zealand =============================== Standard Courier NZD$5.00 Rural Delivery Courier NZD $5.00 + $4.50 = $9.50 Australia (Zona A) Option 1: Airmail economy - 2-6 working days, no tracking NZD $11.50
מדינת ישראל. Tourist Visa Table
Updated 22/06/2016 מדינת ישראל Tourist Visa Table Tourist visa exemption is applied to national and official passports only, and not to other travel documents. Exe = exempted Req = required Press the first
EMERGENCIES 911 ABROAD
EMERGENCIES 911 ABROAD If you re in an emergency situation abroad, you ll need to know how to contact the police, an ambulance, or even the fire department. Not every county uses 911 as its emergency contact
Dial 00-800-0010, when prompted to enter calling number, enter 800-544-6666 American Samoa 1-800-544-6666 Number can be dialed directly Angola 0199
National Financial Services International Calling Instructions Albania 00-800-0010 Dial 00-800-0010, when prompted to enter American Samoa 1-800-544-6666 Number can be dialed directly Angola 0199 Dial
Gäller från 2015-06-01
Alla priser är i kronor per minut inklusive moms. Vissa specialnummer/nät i en del destinationer har annat pris än standardpriserna nedan. Var i världen man ringer från har ingen betydelse på priset, bara
These are our call rates from your home phone line to:
Call rates These are our call rates from your home phone line to: International calls Information Services Operator Services Satellite calls You can find local, national and directory services call rates
JAMAICAN IMMIGRATION DEPARTMENT VISA REQUIREMENTS FOR JAMAICANS TRAVELLING OVERSEAS AND FOREIGNERS COMING TO JAMAICA
JAMAICAN IMMIGRATION DEPARTMENT VISA REQUIREMENTS FOR JAMAICANS TRAVELLING OVERSEAS AND FOREIGNERS COMING TO JAMAICA COUNTRY ENTRY VISA Foreigners coming to Jamaica AFGHANISTAN Prior to arrival (pta) ALBANIA
International calls Standard rates without a calling plan
If you don t select or already have a call plan, the standard call charges from UK landlines to international landlines across the world are shown below. To save money on international calls as well as
UNHCR, United Nations High Commissioner for Refugees
Belgium 22 Jul 1953 r 08 Apr 1969 a Belize 27 Jun 1990 a 27 Jun 1990 a Benin 04 Apr 1962 s 06 Jul 1970 a Bolivia 09 Feb 1982 a 09 Feb 1982 a Bosnia and Herzegovina 01 Sep 1993 s 01 Sep 1993 s Botswana
Adobe Creative Cloud Availability
Adobe Availability Countries/Regions for teams for teams United States Afghanistan Albania Algeria Andorra Angola Anguilla Antigua & Barbuda Argentina Armenia Aruba Australia Austria Azerbaijan Bahamas
Outsource International Ltd
Providing global technology solutions for: Carriers Systems Integrators Resellers Outsource Manufacturers International Ltd Government agencies Financial sector Global Technology Solutions Providing global
FDI performance and potential rankings. Astrit Sulstarova Division on Investment and Enterprise UNCTAD
FDI performance and potential rankings Astrit Sulstarova Division on Investment and Enterprise UNCTAD FDI perfomance index The Inward FDI Performance Index ranks countries by the FDI they receive relative
Euler Hermes Country Risk Ratings JUNE 2014 REVIEW
Euler Hermes Risk s Afghanistan D High Albania D High Algeria C Medium American Samoa A Low Andorra AA Low Angola C Sensitive Anguilla BB Low Antarctica AA Low Antigua & Barbuda C Sensitive Argentina D
Euler Hermes Country Risk Ratings SEPTEMBER 2014 REVIEW
Euler Hermes Risk s Afghanistan D 4 (High) Albania D 4 (High) Algeria C 2 (Medium) American Samoa A 1 (Low) Andorra AA 1 (Low) Angola C 3 (Sensitive) Anguilla BB 1 (Low) Antarctica AA 1 (Low) Antigua &
Euler Hermes Country Risk Ratings JUNE 2016 REVIEW
Euler Hermes Risk s Afghanistan D 4 (High) Albania D 4 (High) Algeria C 2 (Medium) American Samoa A 1 (Low) Andorra AA 1 (Low) Angola C 3 (Sensitive) Anguilla BB 1 (Low) Antarctica AA 1 (Low) Antigua &
The International Call Rates for the following retired plans can be found in this document:
Retired International Call Charges The International Call s for the following retired plans can be found in this document: 1. Small Business Classic Standard International Call s 2. Small Business Classic
States Parties to the 1951 Convention relating to the Status of Refugees and the 1967 Protocol
States Parties to the 1951 Convention relating to the Status of Refugees and the 1967 Protocol Date of entry into force: 22 April 1954 (Convention) 4 October 1967 (Protocol) As of 1 October 2008 Total
Migration and Remittances: Top Countries
Migration and Remittances: Top Countries Top Immigration Countries a, 010 number of immigrants, millions United States b Russian Federation b Germany b Saudi Arabia b Canada b United Kingdom b Spain b
LIST OF RESOLUTIONS ADOPTED BY THE GENERAL ASSEMBLY AT ITS SIXTY-EIGHTH SESSION ON THE RECOMMENDATION OF THE THIRD COMMITTEE
LIST OF AT THE LEVEL OF THE THIRD COMMITTEE ITEM 27: SOCIAL DEVELOPMENT ITEM 27 (a) Implementation of the outcome of the World Summit for Social Development and of the twenty-fourth special session of
How To Get A Grant From The European Funders Of Emir
List 1b: Information This list indicates s understanding of the status of countries at the date of issue. A tick in one of the first four columns indicates that legal entities from the country are eligible
Countries Ranked by Per Capita Income A. IBRD Only 1 Category iv (over $7,185)
Page 1 of 5 Note: This OP 3.10, Annex C replaces the version dated September 2013. The revised terms are effective for all loans that are approved on or after July 1, 2014. Countries Ranked by Per Capita
Entrance Visas in Brazil (Updated on July 08, 2014)
Ministry of External Relations Immigration Division Padip Holders of diplomatic passports Pasof Holders of official or service passports Entrance Visas in Brazil (Updated on July 08, 2014) Caption Vitem
Cisco Global Cloud Index Supplement: Cloud Readiness Regional Details
White Paper Cisco Global Cloud Index Supplement: Cloud Readiness Regional Details What You Will Learn The Cisco Global Cloud Index is an ongoing effort to forecast the growth of global data center and
KYOTO PROTOCOL STATUS OF RATIFICATION
KYOTO PROTOCOL STATUS OF RATIFICATION Notes: R = Ratification At = Acceptance Ap = Approval Ac = Accession 1. ALBANIA ----- 01/04/05 (Ac) 30/06/05 2. ALGERIA ---- 16/02/05 (Ac) 17/05/05 3. ANTIGUA AND
Only available to Business Complete customers who disconnect their Local service with MCI.
Long Distance Complete for Business International Calling Plan Only available to Business Complete customers who disconnect their Local service with MCI. Discounted rates 24 hours a day, 7 days a week
On-Net to On-Net Per. * Billed in 60 second increments. 1 Formerly found in Section 30.7.4
1 The international usage rates below apply to Dial-1 calls from the U.S. Mainland, Hawaii, Puerto Rico, and the U.S. Virgin Islands. FONCARD international service is available from the U.S. Mainland,
Sigue Money Transfer - Daily Exchange Rate
SPAIN AFGHANISTAN (USD) 1.022688 USD Money Transfer SPAIN ALBANIA (EUR) 1.000000 EUR Money Transfer SPAIN ARGENTINA (USD) 1.052050 USD Money Transfer SPAIN ARGENTINA MORE MONEY (ARG) 15.675545 ARS Money
SPRINT CALL HOME PREPAID CALLING CARD
Domestic Dial-1 Calling Dollar Increments Price Per Unit $10 and $20 $0.59 The same per minute rates apply when the card is refreshed. International Calling The cost per call is based on a $0.59 cost per
How Much Does a Standard Broadband Talk Call Cost
International Tariff Guide for Residential Customers Prices from February 23 rd 2015 Notes 15.97p call set-up fee applies to Standard BT international rate calls made with Unlimited Weekend Calls, Unlimited
INDEX FOR RISK MANAGEMENT RESULTS 2015
INDEX FOR RISK MANAGEMENT RESULTS 2015 INFORM 2015 INFORM MEASURES THE RISK OF HUMANITARIAN CRISES AND DISASTERS IN 191 COUNTRIES COUNTRY RISK 3 YR TREND Afghanistan 7.88 æ Albania 2.61 à Algeria 4.64
World Health Organization (WHO) estimates of tuberculosis incidence by country, 2014
World Health Organization (WHO) estimates of tuberculosis incidence by country, 2014 Definition of high incidence With reference to the National Institute for Health and Clinical Excellence (NICE) recommendations
Standard Virgin Mobile Rates
Standard Virgin Mobile National Out of Bundle * National Landlines National Mobiles National Texts Data per MB Calls to UPC Customer Care (1908) Voicemail 10c per text 1c per MB International ** UK Landlines
New Technologies and services - Cable Television
New Technologies and services - Cable Television WORLD: AFRICA provide service Angola Benin Botswana Burkina Faso Burundi applications. Cameroon The relevant licence must be obtained. Cape Verde Central
Citizens of the following nationalities are exempted from holding a visa when crossing the external borders of the SCHENGEN area:
WEB SUMMIT BULLETIN VISA The VISA requirement to cross the external borders of the SCHENGEN area it is one of the most important procedural steps for all those participants in the next Web Summit that
JAMAICA IMMIGRATION UNIT
AFGHANISTAN pta ALBANIA poe ALGERIA - pta ANDORRA poe ANGOLA pta ANTIGUA & BARBUDA ARGENTINA 30 days 30 days ARMENIA - poe pta AUSTRALIA AUSTRIA 90 days pta (Schengen AZERBAIJAN - poe pta BAHAMAS BAHRAIN
Senate Committee: Education and Employment. QUESTION ON NOTICE Budget Estimates 2015-2016
Senate Committee: Education and Employment QUESTION ON NOTICE Budget Estimates 2015-2016 Outcome: Higher Education Research and International Department of Education and Training Question No. SQ15-000549
ISO is the world s largest developer of voluntary international
The ISO Survey 2005 ISO and The ISO Survey ISO is the world s largest developer of voluntary international standards for business, government and society. Its portfolio at the beginning of June 2006 comprised
Mineral Industry Surveys
4 Mineral Industry Surveys For information contact: Robert L. Virta, Asbestos Commodity Specialist U.S. Geological Survey 989 National Center Reston, VA 20192 Telephone: 703-648-7726, Fax: (703) 648-7757
DOMESTIC INTERSTATE DIRECT DIAL RATES INTERNATIONAL DIRECT DIAL RATES
DOMESTIC INTERSTATE DIRECT DIAL RATES INTERNATIONAL DIRECT DIAL RATES RGTS offers several different rate plans for direct dialed domestic interstate calls, which are described on pages 2 through 5, below.
MCI Business Complete Unlimited
MCI Business Complete Unlimited Only available in areas where MCI offers Local Service and customers must be enrolled in corresponding MCI Business Complete Local Product to receive benefits of this plan.
INTERNATIONAL AIR SERVICES TRANSIT AGREEMENT SIGNED AT CHICAGO ON 7 DECEMBER 1944
State INTERNATIONAL AIR SERVICES TRANSIT AGREEMENT SIGNED AT CHICAGO ON 7 DECEMBER 1944 Entry into force: The Agreement entered into force on 30 January 1945. Status: 130 Parties. This list is based on
Ranking of Germany's trading partners in foreign trade
Statistisches Bundesamt Foreign trade ing of Germany's trading partners in foreign trade 2014 Published on October 22, 2015 Subjekt-related information of this product you can receive directly from the
Albania-Mobile 47.5c. Algeria-Mobile American Samoa Andorra Andorra-Mobile. Antarctica $3.73 Antigua & Barbuda Argentina 7.9c Argentina-Mobile
ANT Voip International Call Rates International destinations may vary from time to time. Unlimited Plan: Unlimited calls to standard international landlines only, countries include: Canada, France, Germany,
PAY MONTHLY ADDITIONAL SERVICES TERMS AND CONDITIONS
4GEE PHONE PLANS ADDITIONAL SERVICES (ALL STANDARD 12 & 24 MONTH PLANS INCLUDING SIM ONLY PLANS) The following add-ons are available on your plan. We reserve the right to change the add-ons available to
Entrance Visas in Brazil (Updated on November, 24, 2015)
Ministry of External Relations Immigration Division Padip Holders of diplomatic passports Pasof Holders of official or service passports Entrance Visas in Brazil (Updated on November, 24, 2015) Caption
Eligibility List 2015
The Global Fund adopted an allocation-based approach for funding programs against HIV/AIDS, TB and malaria in 2013. The Global Fund policy states that countries can receive allocation only if their components
What Can I Do With the Data?
Profile of GMAT Testing: Report Five-Year Summary, TY2011 TY2015 November 2015 Globally, nearly 1.3 million Graduate Management Admission Test (GMAT ) exams have been taken over the past five years by
VENDOR NAME: SBC SNET FEIN: 06-054-26-46 SERVICE/PRODUCT NAME: Public Telephones : Semi-Public Telephones & Public
DOIT MASTER AGREEMENT NUMBER: B-03-006 DOIT APPROVAL DATE: 11/20/03 VENDOR NAME: SBC SNET FEIN: 06-054-26-46 SERVICE/PRODUCT NAME: Public Telephones : Semi-Public Telephones & Public SERVICE/PRODUCT DESCRIPTION:
THE TRAVELLER S TRUSTED CALLING CARD
THE TRAVELLER S TRUSTED CALLING CARD Get the low down on making calls with a PhoneAway Pre-Paid Calling Card START ENJOY CONVENIENT AND RELIABILE CALLING PhoneAway Pre-Paid Calling Card is great for making
Teletek internationell prislista Gäller från 2008-07-01 Teletek International Price List Valid from July 1, 2008
Teletek internationell prislista Gäller från 2008-07-01 Teletek International Price List Valid from July 1, 2008 Av hänsyn till våra kunder i utlandet är destinationerna i denna prislista på engelska.
(b) the details of those who have been given asylum of other country, country-wise during the last three years
Annexure Table indicating country-wise data on asylum seekers (LS Starred Q No. 232 for answer on 5.8.2015 on Political Asylum ) S.No. Name of Country (a) the total number of Indians who have sought political
Global Dialing Comment. Telephone Type. AT&T Direct Number. Access Type. Dial-In Number. Country. Albania Toll-Free 00-800-0010 888-426-6840
Below is a list of Global Access Numbers, in order by country. If a Country has an AT&T Direct Number, the audio conference requires two-stage dialing. First, dial the AT&T Direct Number. Second, dial
Consolidated International Banking Statistics in Japan
Total (Transfer Consolidated cross-border claims in all currencies and local claims in non-local currencies Up to and including one year Maturities Over one year up to two years Over two years Public Sector
LIST OF PAYMENT FOR VISA AND SECURITY BOND PAYMENT FOR VISA ( RM )
LIST OF AND COUNTRY FOR Afghanistan 20 2000 Albania 20 2000 Algeria 20 2000 Angola 20 1500 Antigua and Bermuda - 2000 Argentina 20 2700 Armenia 20 2000 Australia - 1500 Austria ( Vienna ) 20 1500 Azerbaijan*
Vodafone Mobile Postpaid Tariff: Consumer
General Tariff information Service Provider Name Qatar Q.S.C License Public Mobile Telecommunications Networks and Services License Tariff Number CPP 1.1 Service Name Postpaid Tariff Type Consumer Tariff
Guidelines for DBA Coverage for Direct and Host Country Contracts
Guidelines for DBA Coverage for Direct and Host Country Contracts An Additional Help document for ADS Chapter 302 New Reference: 06/14/2007 Responsible Office: OAA/P File Name: 302sap_061407_cd48 BACKGROUND:
questvoice - VoIP Traiffs v1.1 September 2013
questvoice - VoIP Traiffs v1.1 September 2013 The following is a list of basic, standard tariffs for all questvoice VoIP and SIP services. We are able to tailor a tariff to your business's needs - please
CONVENTION FOR THE SUPPRESSION OF UNLAWFUL SEIZURE OF AIRCRAFT SIGNED AT THE HAGUE ON 16 DECEMBER 1970
CONVENTION FOR THE SUPPRESSION OF UNLAWFUL SEIZURE OF AIRCRAFT SIGNED AT THE HAGUE ON 16 DECEMBER 1970 Entry into force: The Convention entered into force on 14 October 1971. Status: 185 Parties. This
International Tariff Guide
International Tariff Guide Standard BT International Rate (Pence per minute) Band To landlines To mobiles A 30 60 B 60 90 C 120 150 17.06p call set-up fee applies to Standard BT international rate calls
COUNTRY OF BIRTH CODES NUMERICAL ORDER
Country of Birth Codes - Numerical Order COUNTRY OF BIRTH CODS NUMRICAL ORDR QHAPDC Manual Date of Issue 01/07/2008 Page - 1 Country of Birth Codes - Numerical Order 0001 At Sea 1101 Australia 1102 Norfolk
INDEX FOR RISK MANAGEMENT
INDEX FOR RISK MANAGEMENT RESULTS 2016 WELCOME Welcome to the INFORM (Index for Risk Management) 2016 global results report. INFORM is a way to understand and measure the risk of humanitarian crises and
The World Market for Medical, Surgical, or Laboratory Sterilizers: A 2013 Global Trade Perspective
Brochure More information from http://www.researchandmarkets.com/reports/2389480/ The World Market for Medical, Surgical, or Laboratory Sterilizers: A 2013 Global Trade Perspective Description: This report
Required answers: 0 Allowed answers: 0. Required answers: 1 Allowed answers: 6. Required answers: 1 Allowed answers: 2
International Student Financial Resources Survey Description: This was a survey developed in Qualtrics and copied into word (please click on dropdown menus to get lists). Please give access to Kim Nguyen
Merchant's Default Payout in local currency
HiPay Mobile - 1 - EUROPE - AUSTRIA - Direct Carrier Billing Local EUR 1,10 0,92 Activated 0,3328 EUR 2,00 1,67 Activated 0,6870 EUR 3,00 2,50 Activated 1,1250 EUR 4,00 3,33 Activated 1,6797 EUR 5,00 4,17
CONVENTION ON INTERNATIONAL CIVIL AVIATION SIGNED AT CHICAGO ON 7 DECEMBER 1944
State CONVENTION ON INTERNATIONAL CIVIL AVIATION SIGNED AT CHICAGO ON 7 DECEMBER 1944 Entry into force: The Convention entered into force on 4 April 1947. Status: 191 parties. This list is based on information
World Health organization/ International Society of Hypertension (WH0/ISH) risk prediction charts
World Health organization/ International Society of Hypertension (WH0/ISH) risk prediction charts (charts in colour) 2 1. Introduction 2. Instructions on how to use WHO/ISH (World Health Organization/International
Global Hotel Review (Media Version)
United Kingdom United States Blue Fin Building 735 East Main Street 110 Southwark Street Hendersonville London SE1 0TA TN 37075 Phone: +44 (0)20 7922 1930 Phone: +1 (615) 824 8664 Fax: +44 (0)20 7922 1931
Global Hotel Review (Media Version)
United Kingdom United States Blue Fin Building 735 East Main Street 110 Southwark Street Hendersonville London SE1 0TA TN 37075 Phone: +44 (0)20 7922 1930 Phone: +1 (615) 824 8664 Fax: +44 (0)20 7922 1931
UK and International Call Tariff
UK and International Call Tariff This pricing only applies to the Essential Package Applicable from 1 st January 2010 All charges pence per minute and including VAT 01, 02 & 03 call rates Daytime 4.00
GLOBAL. 2014 Country Well-Being Rankings. D Social (% thriving) E Financial (% thriving) F Community (% thriving) G Physical (% thriving)
0 0 GLOBAL 0 Country Rankings 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 : >0.0% 0.% 0.0% 0.% 0.0% 0.% 0.0% 0.0% A Country s global rank B in three or more elements of well-being C (% thriving) D (% thriving) E
Appendix A. Crisis Indicators and Infrastructure Lending
Appendix A. Crisis Indicators and Infrastructure Lending APPENDIX A Table A.1. Crisis Indicators (Case Study Countries) Country % as Share of GDP Share of in Bank Crisis Severity Score (principal factor
Ensure that the HRTWS is included in the Declaration of the Post-2015 Development Agenda
Ensure that the HRTWS is included in the Declaration of the Post-2015 Development Agenda SOCIAL MEDIA STRATEGY SHEET Join us for a weeklong Twitter campaign (Monday 27 April- Friday 1 May) Campaign background:
Belize. Visa. Requirements
Belize Visa Requirements Effective 11 th August 2012 COUNTRIES NOT REQURING VISAS TO BELIZE COUNTRY REMARKS Antigua & Barbuda Austria Australia Norfolk Island Andorra Argentina Unilateral Waiver SI# 77
Fiscal Rules and Fiscal Responsibility Frameworks for Growth in Emerging and Low-Income Countries
Fiscal Affairs Department Effects of Good Government, by Ambrogio Lorenzetti, Siena, Italy, 1338-39 Fiscal Rules and Fiscal Responsibility Frameworks for Growth in Emerging and Low-Income Countries Martine
Business Phone. Product solutions. Key features
Product solutions Enjoy free calls and significant savings on your business landline bills with from International. Set-up is simple and you don t need to change your existing telephone numbers, plus there
EscapiaVRS HomeAway Software For Professionals
EscapiaVRS HomeAway Software For Professionals GUEST CONTACT MIGRATION INSTRUCTIONS Page 1 of 13 EscapiaVRS Guest Contact Migration Instructions Escapia VRS can import 2 types of contact records GUEST
LESOTHO VISAS CAN BE ACQUIRED AT THE FOLLOWING PLACES IN SOUTH AFRICA IF REQUIRED:
LIST OF COUNTRIES WHOSE CITIZENS REQUIRE/DO T REQUIRE VISAS TO ENTER THE KINGDOM OF LESOTHO 1. The ENTRY against a country s name means its citizens always require a Visa to enter Lesotho 2. The ENTRY
14651 Dallas Parkway, Suite 600 Dallas, Texas 75254 Updated: June 20, 2016 SERVICES AND RATES
SERVICES AND RATES Interstate Institutional Operator Assisted Calls Automated operator assisted collect calling services for use by inmates of confinement facilities are charged individually for each call
Expression of Interest in Research Grant Applications
INTERNATIONAL CENTRE FOR GENETIC ENGINEERING AND BIOTECHNOLOGY THE ACADEMY OF SCIENCES FOR THE DEVELOPING WORLD UNITED NATIONS EDUCATIONAL, SCIENTIFIC AND CULTURAL ORGANIZATION ICGEB-TWAS-UNESCO/IBSP Joint
Withholding Tax Rates 2016*
Withholding Tax Rates 2016* International Tax Updated March 2016 Jurisdiction Dividends Interest Royalties Notes Albania 15% 15% 15% Algeria 15% 10% 24% Andorra 0% 0% 5% Angola 10% 15% 10% Anguilla 0%
Orange home phone tariff guide. prices effective from March 2012
Orange home phone tariff guide prices effective from March 2012 how your call charges are charged - All prices are shown inclusive of VAT. - Prices are effective from March 2012 - Terms and Conditions
International Fuel Prices 2012/2013
International Fuel Prices 212/213 8 th Edition Published by International Fuel Prices 212/213 8 th Edition Disclaimer Findings, interpretation and conclusions expressed in this document are based on the
Fall 2015 International Student Enrollment
Fall 2015 International Student Enrollment Prepared by The Office of International Affairs Nova Southeastern University Nova Southeastern University International Student Statistics Fall 2015 International
