Office-oriented formatting specification for UBL Despatch Advice instances

Author: G. Ken Holman
Date: $Date: 2003/02/10 21:34:28 $(UTC)

Copyright © 2003 OASIS

Table of contents

1 Despatch advice formatting specification
1.1 Status
1.2 Example renderings and implementations
1.3 Layout order and information
1.4 Namespaces
2 Miscellaneous information
2.1 Document header information
3 Header information
3.1 Despatch Advice No.
3.2 Order No.
3.3 Order Response No.
3.4 Despatch Advice Date
3.5 Buyer
3.6 Seller
3.7 Contact
3.8 Shipping Contact
3.9 Phone No.
3.10 Delivery address
3.11 Shipment Date
3.12 Estimated Delivery Time
4 Line item information
4.1 Line no.
4.2 Part number
4.3 Description
4.4 Quantity U/M

1: Despatch advice formatting specification

This formatting specification describes a rendering of an instance of the UBL Despatch Advice document model according to a conceptual office-oriented layout.

For a list of all formatting specifications and an overview of the documentation conventions, please visit the formatting specification home page.

1.1: Status

This specification has no formal status at this time. It should not be considered a reference interpretation of UBL documents. Feedback is sought from users of stylesheets that implement this formatting specification regarding suggestions for change for consideration by the OASIS UBL committees for incorporation into these formatting specifications.

Presentational semantics may never be formalized or normative in the UBL project due to differing international requirements and conventions for the presentation of information found in business documents.  This document contains only examples from a few of what will probably be many available UBL stylesheet libraries.

1.2: Example renderings and implementations

Example renderings:

Note the above examples are produced using Crane's XSLT and XSL-FO stylesheets. The HTML and XSL-FO are created by running the Saxon XSLT processor http://saxon.sourceforge.net/. The PDF is created by running the Antenna House XSL Formatter Version 2.3 http://www.AntennaHouse.com (with their gracious permission) to produce PostScript from XSL-FO and GhostScript AFPL http://www.GhostScript.com to distill PDF from the PostScript.

Example implementations:

These implementations must not be considered as reference implementations of UBL formatting specifications or as normative components of the UBL delivery; they are merely examples from what will probably be many available UBL stylesheet libraries.

1.3: Layout order and information

Items in this formatting specification are ordered roughly from the laid out fields on the form in the order left-to-right, top to bottom.

Important: the rendering of a number of fields is very simplified, reflecting a Western European interpretation of a subset of fields (as in names and addresses). User requirements need to be better understood for the level of granularity in these stylesheets.

1.4: Namespaces

The following namespaces are mapped to the prefixes in the expressions below:

2: Miscellaneous information

The following information is unrelated to the visible fields of the form.

2.1: Document header information

Path
/​da:DespatchAdvice/​cat:ID
/​da:DespatchAdvice/​cat:IssueDate

This information shows up in the window-title bar of the HTML browser, and in the document title supported by some XSL-FO processors.

3: Header information

Header information is associated with the form as a whole, not to the individual items of goods.

3.1: Despatch Advice No.

Path
/​da:DespatchAdvice/​cat:ID

3.2: Order No.

Path
/​da:DespatchAdvice/​cat:ReferencedOrder/​cat:BuyersOrderID

3.3: Order Response No.

Path
/​da:DespatchAdvice/​cat:ReferencedOrder/​cat:SellersOrderID

3.4: Despatch Advice Date

Path
/​da:DespatchAdvice/​cat:IssueDate

3.5: Buyer

Path
/​da:DespatchAdvice/​cat:BuyerParty/​cat:PartyName/​cat:Name
/​da:DespatchAdvice/​cat:BuyerParty/​cat:Address/​cat:Street
/​da:DespatchAdvice/​cat:BuyerParty/​cat:Address/​cat:CityName
/​da:DespatchAdvice/​cat:BuyerParty/​cat:Address/​cat:CountrySub-EntityCode
/​da:DespatchAdvice/​cat:BuyerParty/​cat:Address/​cat:Country/​cat:Code

The field for the name and address to which documents are sent (buyer).

3.6: Seller

Path
/​da:DespatchAdvice/​cat:SellerParty/​cat:PartyName/​cat:Name
/​da:DespatchAdvice/​cat:SellerParty/​cat:Address/​cat:Street
/​da:DespatchAdvice/​cat:SellerParty/​cat:Address/​cat:CityName
/​da:DespatchAdvice/​cat:SellerParty/​cat:Address/​cat:CountrySub-EntityCode
/​da:DespatchAdvice/​cat:SellerParty/​cat:Address/​cat:Country/​cat:Code
/​da:DespatchAdvice/​cat:SellerParty/​cat:Address/​cat:PostalZone

This field is intended to show the name and address of the sender of goods or the originator of the documents, as the case may be.

3.7: Contact

Path
/​da:DespatchAdvice/​cat:BuyerParty/​cat:BuyerContact/​cat:Name

3.8: Shipping Contact

Path
/​da:DespatchAdvice/​cat:SellerParty/​cat:ShippingContact/​cat:Name

3.9: Phone No.

Path
/​da:DespatchAdvice/​cat:SellerParty/​cat:ShippingContact/​cat:Phone

3.10: Delivery address

Path
/​da:DespatchAdvice/​cat:DeliveryRequirement/​cat:DeliverToAddress/​cat:Street
/​da:DespatchAdvice/​cat:DeliveryRequirement/​cat:DeliverToAddress/​cat:CityName
/​da:DespatchAdvice/​cat:DeliveryRequirement/​cat:DeliverToAddress/​cat:CountrySub-Entity
/​da:DespatchAdvice/​cat:DeliveryRequirement/​cat:DeliverToAddress/​cat:Country/​cat:Code
/​da:DespatchAdvice/​cat:DeliveryRequirement/​cat:DeliverToAddress/​cat:PostalZone

The address where the order is being delivered.

3.11: Shipment Date

Path
/​da:DespatchAdvice/​cat:IssueDate

3.12: Estimated Delivery Time

Path
/​da:DespatchAdvice/​da:DeliveryDate

4: Line item information

Line item information is associated with the individual items of the goods in the order.

4.1: Line no.

Path
/​da:DespatchAdvice/​cat:DespatchLine/​cat:OrderLineID

4.2: Part number

Path
/​da:DespatchAdvice/​cat:DespatchLine/​cat:ReferencedTransportHandlingUnit/​cat:ID

4.3: Description

This field is not filled in at this time.

Note 1:

This is an obviously missing item; is there an XPath address for this value?

4.4: Quantity U/M

Path
/​da:DespatchAdvice/​cat:DespatchLine/​cat:DeliveredQuantity

Editor's notes

Note 1: 4.3 - Description

This is an obviously missing item; is there an XPath address for this value?


Office-oriented formatting specification for UBL Despatch Advice instances
G. Ken Holman
Copyright © 2003 OASIS
$Date: 2003/02/10 21:34:28 $(UTC)