Next in thread → Next in month →

Re: [ebxml-dev] ebxml from 30.000 feet in 20 minutes [ebxml newbie]

From
Kris Weissmann <>
To
Date
2003-03-12T22:31:49Z
ID
<006f01c2e8e7$2e92b090$f700a8c0@lc1>
Thread
Re: [ebxml-dev] ebxml from 30.000 feet in 20 minutes [ebxml newbie]
Hi Joe,

thanks for your help!

Is it a big error to reference the cc´s uid directly in the xml instance
like in the following (fake) purchase order.

<aviationPurchaseOrder>
 <buyer id="000001">
  <name id="000115">Airbus</name>
  <shipToAddress id="000005">
   <town id="000029">someTown</town>
   <poBOX id="000033">0987</poBOX>
  </shipToAddress>
 </buyer>
 <orderItems>
  <item id="000156">
   <description>technical manual for engine XY</description>
   <quantity id="000106">1</quantity>
   <price>100</price>
  </item>
 </orderItems>
...
</aviationPurchaseOrder>

This xml-fragment needs not to be 100% correct/complete, I just want to show
the relation of the ccs and the final xml business document!?

Kind regards,
Kris


----- Original Message -----
From: "Chiusano Joseph" <>
To: "Kris Weissmann" <>
Cc: <>
Sent: Wednesday, March 12, 2003 7:05 PM
Subject: Re: [ebxml-dev] ebxml from 30.000 feet in 20 minutes [ebxml newbie]


> Kris,
>
> Here's a quick set of Core Component/BIE examples - I would refer you to
> the UN/CEFACT Core Components spec (which I assume you have reviewed)
> for more details.
>
> I would also recommend that you consider including Web Services in your
> ebXML paper, as the ebXML Registry has the capability to represent Web
> services.  I am (as a member of the OASIS/ebXML Registry TC)
> co-authoring a document on "Best Practices for Registering Web Services
> in an ebXML Registry" - see [1] below for a URL to an e-mail message in
> which the document is attached.  Please note that the version in [1] is
> not yet finalized - there will be some minor updates.  The final version
> should be on the ebXML Registry TC Web Site in the coming weeks.
>
> Here are Core Component/BIE examples:
>
> (1) Basic Core Component (BCC): Person.Name.Text
>
> In XML document:
> <PersonNameText>Kris Weissmann</PersonNameText>
>
> NOTE: The OASIS Universal Business Language (UBL) TC, which is following
> the Core Components methdology, has tag naming conventions that require
> "Text" to be removed - so the above element would be <PersonName>. There
> are other such UBL rules that won't be used in these examples, to keep
> them more generic.
>
> (2) Basic Business Information Entity (BCC): US_Person.Name.Text
>
> In XML document:
> <USPersonNameText>John Smith</USPersonNameText>
>
> (3) Aggregate Core Component (ACC): Person.Details (would contain
> Person.Name.Text along with other other BCC's)
>
> In XML document:
> <PersonDetails>
>     <PersonNameText>Kris Weissmann</PersonNameText>
>     ...other elements here such as date of birth, etc...
> </PersonDetails>
>
> (4) Aggregate Business Information Entity (ABIE): US_Person.Details
>
> <US_PersonDetails>
>     <US_PersonNameText>John Smith</US_PersonNameText>
>     ...other elements here such as date of birth, etc...
> </US_PersonDetails>
>
> Good Luck!
> Joe Chiusano
> Booz | Allen | Hamilton
>
> [1] http://lists.oasis-open.org/archives/regrep/200303/msg00065.html
>
> Kris Weissmann wrote:
> >
> > Hi all,
> >
> > I am a student (business computing) having to do a presentation in two
days
> > at university. The main purpose of this presentation is to apply certain
> > presentation techniques and the topic of the presentation shall be the
topic
> > of a written term paper. Since I am keen on learning more about ebxml, I
> > decided to choose another topic, namely ebxml, than the one from my term
> > paper (Web Services), probably a topic 10 ohter students have written
their
> > paper about.
> > I have understood the overall concept of ebxml, but I would like to have
a
> > simple-but-real-world example (an xml instance fragment) of a BIE
(purchase
> > order, invoice ...) referencing one ore more core components to show the
use
> > of the ccs in concrete business docs. Maybe someone can help me with
this by
> > providing me some xml example fragments (if you don´t want to pollute
this
> > list with simple xml fragment examples, please send it directly to
> > ).
> >
> > Thanks in advance
> > Kris Weissmann
> >
> > ***************************************
> > University of Applied Sciences Furtwangen, Germany
> > Faculty of Business Computing
> > www.wi.fh-furtwangen.de
> > ***************************************
> >
> > ----------------------------------------------------------------
> > The ebxml-dev list is sponsored by OASIS.
> > To subscribe or unsubscribe from this elist use the subscription
> > manager: <http://lists.ebxml.org/ob/adm.pl>



----------------------------------------------------------------
The ebxml-dev list is sponsored by OASIS.
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.ebxml.org/ob/adm.pl>
Next in thread → Next in month →