OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ubl message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Beginnings of update list


Hello UBL TC,

Here are the beginnings of the fix-it list for the first update
package.  You'll note that the need for a review of the many
spreadsheet DEN errors turned up by Ken (third section below)
means that we're not ready (in my opinion) to put all this in the
form of an issues list yet.  Also, I'm missing detail in code list
errors number 3 and 4.

Unless someone sees a better way to handle it, I'm going to put
work on this list down as an agenda item for Pacific and Atlantic
calls until we're completely clear on what needs to be done with
each item.

Jon

==================================================================

Spreadsheet errors (all references to the .xls versions apply to
the .ods versions as well; note that cell references change in the
versions currently being used for localization)

1. mod/maindoc/UBL-Waybill-2.0.xls: cell A4 has the UBLName
   "FALSE"; this should be the word "CustomizationID"

2. /mod/common/UBL-CommonLibrary-2.0.xls: cell Q99 has
   "assiciation" for "association" (this also appears in
   xsd/common/UBL-CommonAggregateComponents-2.0.xsd, though not a
   substantive error)

==================================================================

Localization spreadsheet errors (that are not also errors in the
original spreadsheets as listed above)

1. UBL-FreightInvoice-2.0.xls: Recorded as follows: Title in first
   row should be "UBL FreightInvoice 2.0" instead of "UBL Freight
   Invoice 2.0" (but in fact all the titles should have exactly
   the name used for the file except for the extension, e.g.,
   "UBL-FreightInvoice-2.0," or they should be written as if they
   were English, that is, with spaces)

2. UBL-PackingList-2.0.xls: Same comment as above

==================================================================

Suspected original and localization spreadsheet DEN errors (GKH):

   http://lists.oasis-open.org/archives/ubl/200707/msg00026.html

(these need to be reviewed by business experts before they are
accepted as errors)

==================================================================

Code list errors

1. cl/gc/default/CountryIdentificationCode-2.0.gc has two broken
   entries for Bosnia and Herzegovina when there should be just
   one correct entry:

      <Row>
         <Value ColumnRef="code">
            <SimpleValue>BOSNIA</SimpleValue>
         </Value>
         <Value ColumnRef="name">
            <SimpleValue/>
         </Value>
         <Value ColumnRef="numericcode">
            <SimpleValue>AND</SimpleValue>
         </Value>
      </Row>
      [...]
      <Row>
         <Value ColumnRef="code">
            <SimpleValue>BA</SimpleValue>
         </Value>
         <Value ColumnRef="name">
            <SimpleValue>HERZEGOVINA</SimpleValue>
         </Value>
         <Value ColumnRef="numericcode">
            <SimpleValue>070</SimpleValue>
         </Value>
      </Row>

2. cl/gc/special-purpose/PortCode-2.0.gc is missing a country
   subdivision column, resulting (for example) in 11 different
   locations named "Columbus" with no way of disambiguating them

3. cl/gc/UnitOfMeasureCode-2.0.gc (error(s) noted but not detailed)

4. cl/gc/TransportationStatusCode-2.0.gc (error(s) noted but not detailed)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]