xml schema
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Fri, 20 Jul 2012 07:12:55 +0100
changeset 4178 e209e9aa60f6
parent 4177 b5242e71093a
child 4179 76a694ffd1c5
xml schema
xml/schema/prov.xsd
--- a/xml/schema/prov.xsd	Thu Jul 19 19:53:04 2012 +0100
+++ b/xml/schema/prov.xsd	Fri Jul 20 07:12:55 2012 +0100
@@ -1,16 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-<!-- authors: luc moreau
-
+<!-- 
      *warning*
      transformation of the opm opmx schema into prov compatible.
      purely tentative at this stage. 
 
      In PROV-DM, all ids are qualified names, specified as prov:QualifiedName in PROV-N.
-     In this schema, all ids are instead defined as xsd:QNames. The ProvToolbox
-     implementation uses this schema in non-validating mode, so that
-     prov:QualifiedNames are represented as java javax.xml.namespace.QName, and the xml tool properly
-     manages the prefixes occurring in the prov:QualifiedNames.
+     In this schema, all ids are instead defined as xsd:QNames. 
 
 
      ISSUES to tackle: