[
Lists Home |
Date Index |
Thread Index
]
- From: yimin zhu <yiminz@timberline.com>
- To: xml-dev@ic.ac.uk
- Date: Tue, 3 Aug 1999 11:45:15 -0700
IE5 requires:
xmlns="urn:schemas-microsoft-com:xml-data"
xmlns:dt="urn:schemas-microsoft-com:datatypes"
included in a schema. Now when I create my schema I want to create my own
namespace. Can I add another namespace declaration? So, is something like
what is shown in the following legal and can I then use "mySpace" to refer
to elements in "mySpace"?
<mySpace:schema name="mySchema"
xmlns="urn:schemas-microsoft-com:xml-data"
xmlns:mySpace="urn:uuid:XXXXXXXXXX-XXXX-XXXX-XXXXXXXXXXX"
xmlns:dt="urn:schemas-microsoft-com:datatypes">
...
</mySpace:schema>
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|