- From: Jonathan Borden <jborden@mediaone.net>
- Date: Tue, 29 Jan 2002 10:20:25 -0500
- To: "Patrick Stickler" <patrick.stickler@nokia.com>, "RDF Interest" <www-rdf-interest@w3.org>
- Cc: "RDF Comments" <www-rdf-comments@w3.org>
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?
Jonathan
Received on Tuesday, 29 January 2002 10:22:13 UTC