Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org>
  • Loading branch information
ivargrimstad committed Jun 11, 2020
1 parent 71cf0d2 commit 6b1bd8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jakartaee9/src/web-jsptaglibrary_3_0.xsds
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
-->

<xsd:schema
targetNamespace="http://xmlns.eclipse.org/xml/ns/jakartaee"
xmlns:jakartaee="http://xmlns.eclipse.org/xml/ns/jakartaee"
targetNamespace="https://jakarta.ee/xml/ns/jakartaee"
xmlns:jakartaee="https://jakarta.ee/xml/ns/jakartaee"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
Expand All @@ -40,12 +40,12 @@
indicate the tag library schema by using the Taglibrary
namespace:
http://xmlns.eclipse.org/xml/ns/jakartaee
https://jakarta.ee/xml/ns/jakartaee
and by indicating the version of the schema by
using the version element as shown below:
<taglib xmlns="http://xmlns.eclipse.org/xml/ns/jakartaee"
<taglib xmlns="https://jakarta.ee/xml/ns/jakartaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="..."
version="3.0">
Expand All @@ -56,7 +56,7 @@
version of the schema using xsi:schemaLocation attribute
for Jakarta EE namespace with the following location:
http://xmlns.eclipse.org/xml/ns/jakartaee/web-jsptaglibrary_3_0.xsd
https://jakarta.ee/xml/ns/jakartaee/web-jsptaglibrary_3_0.xsd
]]>
</xsd:documentation>
Expand Down

0 comments on commit 6b1bd8d

Please sign in to comment.