OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ubl-lcsc message

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


Subject: [ubl-lcsc] Namespaces in UBL Schemas


The 2003-01-22 package I picked up from the list this morning does not 
follow my recommendations in:

   http://lists.oasis-open.org/archives/ubl-lcsc/200301/msg00100.html

Looking at UBL_Library_0p70_Order.xsd I see the following:

<xsd:schema
    xmlns:xsd="http://www.w3.org/2001/XMLSchema";
    xmlns:bie="urn:oasis:names:tc:ubl:Order:1.0:0.70.xsd"
    xmlns:ccts="urn:oasis:names:tc:ubl:CoreComponentParameters:1.0:0.70.xsd"
    xmlns:cct="urn:oasis:names:tc:ubl:CoreComponentTypes:1.0:0.70.xsd">

The "bie:" prefix does not belong, and the targetNamespace= attribute is 
missing.

 From my earlier message cited above, I believe the document element should 
include:

<xsd:schema
      targetNamespace="urn:oasis:names:tc:ubl:Order:1.0:0.70"
      xmlns="urn:oasis:names:tc:ubl:Order:1.0:0.70"
       ...

Which can be derived from the configuration file.  Without the above two 
lines, I believe we cannot properly work with the vocabularies.

This observation is in addition to my comment on the phone that the ".xsd" 
extension in the URI strings is unnecessary and misleading.

Please let me know if you have any questions or if my details in my earlier 
post need any explanation.

I hope this helps.

........................ Ken

--
Upcoming hands-on in-depth   Europe:         February 17-21, 2003
XSLT/XPath and/or XSL-FO     North America:      June 16-20, 2003

G. Ken Holman                mailto:gkholman@CraneSoftwrights.com
Crane Softwrights Ltd.         http://www.CraneSoftwrights.com/o/
Box 266, Kars, Ontario CANADA K0A-2E0   +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6                      Definitive XSLT and XPath
ISBN 0-13-140374-5                              Definitive XSL-FO
ISBN 1-894049-08-X  Practical Transformation Using XSLT and XPath
ISBN 1-894049-10-1              Practical Formatting Using XSL-FO
Male Breast Cancer Awareness http://www.CraneSoftwrights.com/o/bc



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


Powered by eList eXpress LLC