[xsl] Difference between xmlns:aaa= and xmlns:aaa:= in an XML Schema?

Subject: [xsl] Difference between xmlns:aaa= and xmlns:aaa:= in an XML Schema?
From: "Ben Stover" <bxstover@xxxxxxxxxxx>
Date: Tue, 07 Jul 2009 15:26:17 +0200
When I create a XSD Schema file then there are namespace declaration at the top similar to

xmlns:aaa:="http://.....";
xmlns:bbb="http://....";
targetNamespace="http://...";
elementFormDefault="qualified"
attributeFormDefault="qualified"
...

When do I have to write a "=" and when a ":=" ?

Ben

Current Thread