moving on to another example: assume baseURI := http://example.org/foo-schema-ns (to simplify your work :-) <xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchema xsd:targetNamespace=http://example.org/foo-schema-ns xmlns:ns=http://example.org/foo-schema-ns > <xsd:complexType name="bongo"> ... </xsd:complexType> <xsd:simpleType name="bongo"> ... </xsd:simpleType> <xsd:element name="bongo" /> <xsd:attribute name="bongo" /> </xsd:schema> what is the URI corresponding to the QName "ns:bongo" ? Does this URI identify a unique schema 'particle' ? Conversely is there a URI which identifies the above "simpleType" as distinct from the other particles. What is it? JonathanReceived on Tuesday, 29 January 2002 10:22:13 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:51:52 GMT