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: [OASIS Issue Tracker] (UBL-28) Support for Verified Gross Mass


    [ https://issues.oasis-open.org/browse/UBL-28?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=63893#comment-63893 ] 

Ken Holman edited comment on UBL-28 at 10/26/16 2:47 AM:
---------------------------------------------------------

I have created this code list for the UBL 2.2 distribution ... is it acceptable?

{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<gc:CodeList xmlns:gc="http://docs.oasis-open.org/codelist/ns/genericode/1.0/";>
   <Identification>
      <ShortName>WeighingMethodCode</ShortName>
      <LongName xml:lang="en">Weighing Method Code</LongName>
      <LongName Identifier="listID">IMO SOLAS</LongName>
      <Version>2015-02</Version>
      <CanonicalUri>urn:oasis:names:specification:ubl:codelist:gc:WeighingMethodCode</CanonicalUri>
      <CanonicalVersionUri>urn:oasis:names:specification:ubl:codelist:gc:WeighingMethodCode:2.2</CanonicalVersionUri>
      <LocationUri>http://docs.oasis-open.org/ubl/os-UBL-2.2/cl/gc/default/WeighinghodCodeMet-2.2.gc </LocationUri>
      <AlternateFormatLocationUri MimeType="application/pdf">http://www.imo.org/en/OurWork/Safety/Cargoes/Containers/Documents/MSC.1%20Circ.1475.pdf </AlternateFormatLocationUri>
      <Agency>
         <LongName xml:lang="en">International Maritime Organization</LongName>
         <Identifier Identifier="http://www.unece.org/trade/untdid/d11a/tred/tred3055.htm";>54</Identifier>
      </Agency>
   </Identification>
   <ColumnSet>
      <Column Id="code" Use="required">
         <ShortName>Code</ShortName>
         <Data Type="normalizedString" Lang="en"/>
      </Column>
      <Column Id="name" Use="optional">
         <ShortName>Name</ShortName>
         <Data Type="string" Lang="en"/>
      </Column>
      <Column Id="description" Use="optional">
        <Annotation>
          <Description>
            <html:p xmlns:html="http://www.w3.org/1999/xhtml";>
              The summary definitions are obtained from
              <html:a href="http://www.imo.org/en/MediaCentre/HotTopics/container/Pages/default.aspx";>
                this media circular published by the IMO
              </html:a>.
            </html:p>
          </Description>
        </Annotation>
         <ShortName>Description</ShortName>
         <Data Type="string" Lang="en"/>
      </Column>
      <Key Id="codeKey">
         <ShortName>CodeKey</ShortName>
         <ColumnRef Ref="code"/>
      </Key>
   </ColumnSet>
   <SimpleCodeList>
      <Row>
         <Value ColumnRef="code">
            <SimpleValue>1</SimpleValue>
         </Value>
         <Value ColumnRef="name">
            <SimpleValue>Method 1</SimpleValue>
         </Value>
         <Value ColumnRef="description">
            <SimpleValue>Weighing the packed container using calibrated and certified equipment</SimpleValue>
         </Value>
      </Row>
      <Row>
         <Value ColumnRef="code">
            <SimpleValue>2</SimpleValue>
         </Value>
         <Value ColumnRef="name">
            <SimpleValue>Method 2</SimpleValue>
         </Value>
         <Value ColumnRef="description">
            <SimpleValue>Weighing all packages and cargo items, including the mass of pallets, dunnage and other securing material to be packed in the container and adding the tare mass of the container to the sum of the single masses, using a certified method approved by the competent authority of the State in which packing of the container was completed.</SimpleValue>
         </Value>
      </Row>
   </SimpleCodeList>
</gc:CodeList>
{code}

(sorry about the multiple edits, but the XML isn't showing up properly in the JIRA ticket; I'm trying one last time and then giving up ... the file in the distribution is clean)


was (Author: gkholman):
I have created this code list for the UBL 2.2 distribution ... is it acceptable?

{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<gc:CodeList xmlns:gc="http://docs.oasis-open.org/codelist/ns/genericode/1.0/";>
   <Identification>
      <ShortName>WeighingMethodCode</ShortName>
      <LongName xml:lang="en">Weighing Method Code</LongName>
      <LongName Identifier="listID">IMO SOLAS</LongName>
      <Version>2015-02</Version>
      <CanonicalUri>urn:oasis:names:specification:ubl:codelist:gc:WeighingMethodCode</CanonicalUri>
      <CanonicalVersionUri>urn:oasis:names:specification:ubl:codelist:gc:WeighingMethodCode:2.2</CanonicalVersionUri>
      <LocationUri>http://docs.oasis-open.org/ubl/os-UBL-2.2/cl/gc/default/WeighinghodCodeMet-2.2.gc</LocationUri>
      <AlternateFormatLocationUri MimeType="application/pdf">http://www.imo.org/en/OurWork/Safety/Cargoes/Containers/Documents/MSC.1%20Circ.1475.pdf</AlternateFormatLocationUri>
      <Agency>
         <LongName xml:lang="en">International Maritime Organization</LongName>
         <Identifier Identifier="http://www.unece.org/trade/untdid/d11a/tred/tred3055.htm";>54</Identifier>
      </Agency>
   </Identification>
   <ColumnSet>
      <Column Id="code" Use="required">
         <ShortName>Code</ShortName>
         <Data Type="normalizedString" Lang="en"/>
      </Column>
      <Column Id="name" Use="optional">
         <ShortName>Name</ShortName>
         <Data Type="string" Lang="en"/>
      </Column>
      <Column Id="description" Use="optional">
        <Annotation>
          <Description>
            <html:p xmlns:html="http://www.w3.org/1999/xhtml";>
              The summary definitions are obtained from
              <html:a href="http://www.imo.org/en/MediaCentre/HotTopics/container/Pages/default.aspx";>
                this media circular published by the IMO
              </html:a>.
            </html:p>
          </Description>
        </Annotation>
         <ShortName>Description</ShortName>
         <Data Type="string" Lang="en"/>
      </Column>
      <Key Id="codeKey">
         <ShortName>CodeKey</ShortName>
         <ColumnRef Ref="code"/>
      </Key>
   </ColumnSet>
   <SimpleCodeList>
      <Row>
         <Value ColumnRef="code">
            <SimpleValue>1</SimpleValue>
         </Value>
         <Value ColumnRef="name">
            <SimpleValue>Method 1</SimpleValue>
         </Value>
         <Value ColumnRef="description">
            <SimpleValue>Weighing the packed container using calibrated and certified equipment</SimpleValue>
         </Value>
      </Row>
      <Row>
         <Value ColumnRef="code">
            <SimpleValue>2</SimpleValue>
         </Value>
         <Value ColumnRef="name">
            <SimpleValue>Method 2</SimpleValue>
         </Value>
         <Value ColumnRef="description">
            <SimpleValue>Weighing all packages and cargo items, including the mass of pallets, dunnage and other securing material to be packed in the container and adding the tare mass of the container to the sum of the single masses, using a certified method approved by the competent authority of the State in which packing of the container was completed.</SimpleValue>
         </Value>
      </Row>
   </SimpleCodeList>
</gc:CodeList>
{code}

> Support for Verified Gross Mass
> -------------------------------
>
>                 Key: UBL-28
>                 URL: https://issues.oasis-open.org/browse/UBL-28
>             Project: OASIS Universal Business Language (UBL) TC
>          Issue Type: New Feature
>          Components: Documents and business objects
>            Reporter: Ken Holman
>            Assignee: Roberto Cisternino
>            Priority: Minor
>
> A recent SOLAS regulation requires Verifier Gross Mass (VGM):
> https://lists.oasis-open.org/archives/ubl-tsc/201605/msg00001.html



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


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