![]() |
XML-related intellectual assets | Table of contents | Indexes | XML &, the enterprise | ![]() |
|||
| EbXML Legal Issues XML ![]() | Legal design of XML-based standards for e-commerce |
| some notes on two problems in todaýs work |
| Lundblad, Nicklas |
| Nicklas Lundblad |
| Research Programme Coordinator |
Research Corporation Media and Communication Stockholm ![]() Sweden ![]() | Research Corporation Media and Communication,
Kista Stockholm Sweden Phone: +46 8 752 16 00 email: nicklas@acm.org web site: www.framkom.se |
| Biography |
| Abstract |
Introduction |
Lingua Universalis |
EDI and XML – the legal differences |
| One of the fundamental differences between the EDI model for e-commerce and the new XML-based initiatives is that in the new initiatives isthe interaction model. |
In EDI the legal infrastructure was already in place – the companies had agreements and contracts, and therefore the standard did not have to incorporate these legal elements. In XML based open commerce this is not the case, and the legal elements thus need a greater amount of attention than in the EDI case.
|
Modelling the business.. |
|
| This focus on implentation is commendable and probably shortens the time it will take for new XML-based vocabularies to become widely implemented. However, it is important that this ease of implementation does not come at the price of legal insecurity. By no fault of their own the technical designers seem to overlook the legal issues and rationalise them. This tendency will have profound implications if it is not modified in time. |
...But what about the Law? |
| The fact that legal issues are an important part of the new reality is no secret. Technically focused design also acknowledges this fact. Often enough this acknowledgement takes the form ofan exclusion ora new definition of established legal terms. An example might illustrate the point. In the cXML specification the following MOD file is named “contract”: |
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 1996-1999 Ariba, Inc. All rights reserved. Patents pending. $Id: //ariba/specs/cXML/Contract.mod#11 $ --> <!-- Imports are NOT allowed in .mod files --> <!ELEMENT Contract (SupplierID+, Comments?, ItemSegment+)> <!ATTLIST Contract effectiveDate %datetime.tz; #REQUIRED expirationDate %datetime.tz; #REQUIRED > <!-- Defines an item segment for the index. An item segment is an overlay for index items, allowing suppliers to override certain item attributes on a per-contract basis. Items may be segmented by some agreed-upon user-specific key that is used to determine who is eligible for these particular overlaid attributes (such as reduced or different prices). Omitting the segmentKey indicates that the supplier wishes to set the given contract price system wide (for all users). segmentKey - optional agreed-upon string used to segment custom prices --> <!ELEMENT ItemSegment (ContractItem+)> <!ATTLIST ItemSegment segmentKey %string; #IMPLIED > <!-- A particular (custom) item overlay for a index item. The item is referenced by the supplierPartID. ItemID - ID for the part to be overlaid. UnitPrice - Contract price for item Extrinsic - Named overlay. The Extrinsic should be named with the item field name it is to overlay. The Extrinsic must contain a <value> element which supplies the replacement value for the item field. For example: <ContractItem> <ItemId> <SupplierPartID>123456</SupplierPartID> </ItemId> <Extrinsic name="URL">http://www.newaddress.com</Extrinsic> </ContractItem> --> <!ELEMENT ContractItem (ItemID, UnitPrice?, Extrinsic*)> |
| This is clearly not even close to a contract in the legal sense of the word. It does not even contain a reference to conditions or agreements. This is – of course – not out of malice. This is rather an example of the aforementioned tendency of technically focused design to simply redefine established terms. Redefinition does not avoid the problems, though. |
Legal design – some examples |
| To point out some particularily weak areas of legal design it is useful to give concrete examples. In this section two major issues will be addressed and the problems highlighted. In the last section some recommendations for managers will be sketched. |
References to legal documents |
| One way of solving the problem with legal design that on the surface seems to address the problem in an optimal way is referencing an external source (this is the exclusionary model mentioned above). The typical example would be when the contractual content is located in another database, as in . |
|
| The evolution of referencing practices in business to business communication seems inevitable. We can easily see that the document, as a communication metaphor, becomes less important in the new world of integrated enterprise systems. Information will be floating in many different formats and the legal system might very well have to adapt to these new practices. Doing business today, however, CEOs need to have a thorough understanding of the legal realities with which they deal. We will return to these issues in the last section, discussing actions which CEOs today need to take. |
|
Privacy |
| Another problem – admittedly one that might seem trivial on the surface– is the fact that the business communication will contain personal data. This is however not a trivial fact from the viewpoint of a legal analyst. |
| Personal data is subject to the conditions of theDirective 95/46/EC of the European Parliament and of the Council of 24 October 1995 on the protection of individuals with regard to the processing of personal data and on the free movement of such data. |
| Alla data that references individuals risks being deemed personal data. For example the following extract from a CBL 2.0 Invoice: |
<InvoiceParties> <Buyer> <NameAddress> <Name1>Ralph`s Automotive Parts</Name1> <Address1>10 Main St.</Address1> <City>Boulder Creek</City> <StateOrProvince>California</StateOrProvince> <PostalCode>96005</PostalCode> <Country>US</Country> </NameAddress> </Buyer> <Supplier> <NameAddress> <Name1>ABC Wholesale</Name1> <Address1>1222 Industrial Park way</Address1> <City>South San Francisco</City> <StateOrProvince>California</StateOrProvince> <PostalCode>96045</PostalCode> <Country>US</Country> </NameAddress> </Supplier> |
| This part, if concerned with individuals instead of companies, could easily be deemed personal data and the processing of personal data is only allowed given certain specific conditions. If processing should occur and these conditions are not present damages can be awarded the person whose data has been processed. |
|
|
| When the buyer is identical to the persons whose data is being processed it would seem that Article 7 (b) should be applicable. And there seems to be little doubt that this would seem to cover the majority of cases at hand. |
| But what of the following case in the purchase order of Commerce Onés CBL 2.0: |
<Party> <NameAddress> <Name1>Mr. Muljadi Sulistio</Name1> <Name2>Attention: Business Service Division</Name2> <Address1>1600 Riviera Ave</Address1> <Address2>Suite# 200</Address2> <City>Walnut Creek</City> <StateOrProvince>CA</StateOrProvince> <PostalCode>94596</PostalCode> <Country>US</Country> </NameAddress> <OrderContact> <Contact> <ContactName>Mr. Mike Holloway</ContactName> <Telephone>(925) 941-3333</Telephone> <Email>mike.holloway@commerceone.com</Email> <Fax>(925) 941-4555</Fax> </Contact> </OrderContact> |
| Note that the order contact is not the party with which the contract is entered into, but merely a representative of that party. Does that mean that Article 7 (b) which clearly states that ” processing is necessary for the performance of a contract to which the data subject is party or in order to take steps at the request of the data subject prior to entering into a contract;” This is not the case here. The party of the contract is a company, the order contact merely a person who administers this contract. Here it would seem necessary at least to aquire the consent of all such listed people according to Article 7 (a) – a cumbersome and difficult process. |
Actions |
| The issues touched upon in this paper will need to be addressed in the development of global electronic commerce, to clarify the legal situation and reduce legal risks. But what can CEOs do today to minimise the risks involved in entering into e-marketplaces and business to business e-commerce? Some key actions can be identified: |
There is exciting work being done in this area today. Companies such as IBM are well aware of the difficulities and work with XML to establish infrastructures that offer the same kind of stability that was present in EDI-solutions.
|
| Ultimately the devlopment in the XML area will be turbulent and fast. But business interaction must remain reliable and steady. Therefore it is important to oversee and work with these issues in an early stage. Justice has a peculiar quality: it is always more expensive after the fact. |
| Acknowledgements |
| I am indebted to Dr Cecilia Magnusson-Sjöberg for her suggesting that I write this paper and also for her comments on earlier drafts. |
| Bibliography |
|
|
|
|
|
|
|
|
![]() |
XML-related intellectual assets | Table of contents | Indexes | XML &, the enterprise | ![]() | |||