Section D.2.2. "Declaration sub-module(s)" defines an example module, "inventory-1.mod". However, some of the attributes within this module are not properly modularized, i.e. they are declared flat (and sans namespace prefix) rather than being referenced as a QName. For example, the following:- <!ATTLIST %Inventory.shelf.qname; location CDATA #IMPLIED %Inventory.Common.attrib; > Shold most likely read:- <!ENTITY % Inventory.shelf.location.qname "%Inventory.pfx;location" > <!ATTLIST %Inventory.shelf.qname; %Inventory.shelf.location.qname; CDATA #IMPLIED %Inventory.Common.attrib; > And likewise for the other attributes declared in Section D.2.2. -- Kindest Regards, Sean B. Palmer @prefix : <http://webns.net/roughterms/> . :Sean :hasHomepage <http://infomesh.net/sbp/> .Received on Thursday, 1 March 2001 08:21:33 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:50:11 GMT