← Prev in month ← Prev in thread
Next in thread → Next in month →

[ubl-ndrsc] [Fwd: [ubl-lcsc] Re: validation of UBL Schemas for release0p70]

From
Tim McGrath <>
Date
2003-01-19T02:31:28+00:00
ID
Thread
[ubl-ndrsc] [Fwd: [ubl-lcsc] Re: validation of UBL Schemas for release0p70]
Can anyone help me understand the committee plans for namespaces?



What I'm missing in 0p70 that I used in 0p65 was the equivalent to:



  <xsd:schema targetNamespace="urn:oasis:names:tc:ubl:Order:1.0:0.65"

              xmlns:po="urn:oasis:names:tc:ubl:Order:1.0:0.65" ...

    ...

    <xsd:element name="Order" type="po:OrderType"/>



In 0p70 I have:



<xsd:schema ...

        <xsd:element name="Order" type="OrderDetailsType" ...



>From this I understand that the 0p70 XSD describes a vocabulary in "no 
namespace", when I had anticipated that each document type would have their 
own namespace as was hinted at in 0p65.



My stylesheets have been keyed on the namespace in my preliminary work ... 
is this use of no namespace a planned change in direction?



Thanks!



...................... Ken
← Prev in month ← Prev in thread
Next in thread → Next in month →