473,320 Members | 1,978 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

IP of XML Schema

If I come up with an XML Schema, do I own the intellectual propertyrights
for that schema? Can I legally restrict others from using that schema?

I'm in the UK if that makes any difference...
Apr 6 '07 #1
3 1922
(Not replying to the MS group because, despite its name, it doesn't
accept public comments via NNTP.)
Michael wrote:
If I come up with an XML Schema, do I own the intellectual propertyrights
for that schema? Can I legally restrict others from using that schema?
Free legal advice is usually not worth what you paid for it, especially
free international legal advice. If you care about this, spend the money
and hire a lawyer with expertise in this area.
My semi-uninformed guess is that you could assert copyright proptection.
Whether that gives you any enforcable rights, which rights if so, and
whether any of your possible users will want to go anywhere near it if
you do so, are all open questions.

I expect that if you try to get stuffy about the use of a schema, the
main result is that everyone will use a competing schema instead...
which may cover exactly the same instance documents. (At least in the
US, copyright only protects a specific instantiation of ideas; ideas
themselves would have to qualify for patent before they'd be protectable.)
--
Joe Kesselman / Beware the fury of a patient man. -- John Dryden
Apr 6 '07 #2
In article <df*****************@newsfe6-win.ntli.net>,
mi*****@gmailNOSPAM.com says...
If I come up with an XML Schema, do I own the intellectual propertyrights
for that schema? Can I legally restrict others from using that schema?
I am not a lawyer but...

You can copyright the schema itself, which only protects the text of the
schema. Someone could duplicate the functionality of the schema using
different tag names and your copyright would be worthless. Fortunately, a
copyright doesn't cost anything in the first place. In the US, as soon as
you create a document (and a schema is a document) then it is
copyrighted. It helps if you place a copyright notice within it and it
helps even more if you register it with the copyright office but it isn't
absolutely necessary.

You can also patent the design and functionality of the schema. This is a
costly and time consuming process. In the US you must file at least a
provisional patent within a year of publishing information about the
invention, your schema. In the EU you have one day. So you must decide
ahead of time whether you want the thing to be public domain or not. Do
not publish the details of your schema until you have made this decision
and consulted with a lawyer.

There are many on the internet who will tell you that you can't patent a
standard, but then write a document using OpenOffice or Star Office which
creates documents conforming to an XML schema called the "Open Document
Format" (ODF) which is patented by Sun. It is patented, but they have
committed themselves to license it royalty-free to anyone. Sun has
submitted the standard to OASIS and agreed to their patent guidelines, so
now the OASIS standards body can extend the standard but no one else can.
Fortunately, writing complicated open source licensing agreements (such
as GPL or the Apache license) seems to have taken hold in the open source
community and many accept that a simple public license applied to and
included with a standard will suffice. Whether that would hold up in
court has yet to be tested.

So, if you want your schema to be a public standard then you need to make
it as open as possible while still protecting it from fragmentation. But,
if you want to use it in a niche market and not allow anyone else to copy
it then you should patent it probably copyright it too. It is not an
either/or proposition despite the what many seem to think. You copyright
the text of the schema along with the names of all the tags, then you
patent the design and functionality irrespective of the actual text or
names of tags.

I'm in the UK if that makes any difference...
Ask your lawyer.
Apr 6 '07 #3
Michael wrote:
If I come up with an XML Schema, do I own the intellectual property
rights for that schema?
Probably. As with anything else you create, it's yours if it's all your
own original work, unless your employer (or someone else with a
contractual relationship with you) claims prior rights.
Can I legally restrict others from using that schema?
Not physically. You can take them to court after the event, if they
breach your copyright or patent, but you can't prevent the breach
happening in the first place. Copyright and patent protection are
deterrents, not chains.
I'm in the UK if that makes any difference...
A lot. Talk to a lawyer.

///Peter
Apr 7 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: wooks | last post by:
<?xml version='1.0'?> <userlogin xmlns="urn:faster:userlogin" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> <login>mick</login> <password>brown</password> </userlogin> Above is my...
0
by: C. M. Sperberg-McQueen | last post by:
wooks (wookiz@hotmail.com) wrote: > <?xml version='1.0'?> > <userlogin xmlns="urn:faster:userlogin" > xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> > <login>mick</login> > ...
6
by: Pieter | last post by:
I've read a lot of posts on "why relax ng is so very good" and on "why w3c xml schema should be the only schema language". I'm, however, still not clear on why I should prefer one over the other. ...
1
by: Hari Om | last post by:
Subject: XML Schema to XML Schema Conversion I have an XML Schema A which needs to mapped to another XML Schema B. Is there any handy tool which I could use to convert from Schema A to Schema B?...
4
by: Gordon Dickens | last post by:
I have target xml to generate from schema. All of the XML instances have the same global element i.e. <base>. I would like to combine all of the schemas into a single schema where I could...
2
by: Stanimir Stamenkov | last post by:
I'm trying to find out if it is permissible to include a schema document with absent target namespace to a schema with specified target namespace, and if it is, what are the rules to resolve the...
0
by: Rajesh Jain | last post by:
I Have 2 separate schemas. --------------Schema 1 is defined as below----------- <xs:schema targetNamespace="http://Schemas/1" xmlns="http://Schemas/1" xmlns:xs="http://www.w3.org/2001/XMLSchema"...
4
by: Iain A. Mcleod | last post by:
Hi I'm stuck with the following schema validation problem in VS.NET 2003: I have two types of xml document and related schema: project and projectCollection. A projectcollection is just a set...
6
by: Martin | last post by:
Hi, I have a xml file like the one below <?xml version="1.0" encoding="utf-8"?><e1 xmlns:e1="http://tempuri.org/Source1.xsd" e1:att1="1" e1:att2="2" e1:rest="345"/> If I try to create a...
0
by: Derek | last post by:
I am creating an intranet using Visual Web Developer Express Edition. Everything has been working OK until yesterday when I started getting 62 messages all beginning "Could not find schema...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.