diff --git a/jOOQ-examples/jOOQ-vertabelo-example/src/main/resources/vertabelo-2-jooq.xsl b/jOOQ-examples/jOOQ-vertabelo-example/src/main/resources/vertabelo-2-jooq.xsl
index bed9e33ae3..ccf666d515 100644
--- a/jOOQ-examples/jOOQ-vertabelo-example/src/main/resources/vertabelo-2-jooq.xsl
+++ b/jOOQ-examples/jOOQ-vertabelo-example/src/main/resources/vertabelo-2-jooq.xsl
@@ -48,7 +48,7 @@
-
+
diff --git a/jOOQ-meta/pom.xml b/jOOQ-meta/pom.xml
index 357ae1cf65..fa82a79ce9 100644
--- a/jOOQ-meta/pom.xml
+++ b/jOOQ-meta/pom.xml
@@ -96,7 +96,7 @@
src/main/resources/xsd
src/main/resources/xjb/meta
- jooq-meta-3.5.2.xsd
+ jooq-meta-3.5.4.xsd
org.jooq.util.xml.jaxb
diff --git a/jOOQ-meta/src/main/resources/xjb/meta/binding.xjb b/jOOQ-meta/src/main/resources/xjb/meta/binding.xjb
index 9ed7765e32..9453dbecf1 100644
--- a/jOOQ-meta/src/main/resources/xjb/meta/binding.xjb
+++ b/jOOQ-meta/src/main/resources/xjb/meta/binding.xjb
@@ -11,7 +11,7 @@
-
+
@@ -19,7 +19,7 @@
-
+
diff --git a/jOOQ-meta/src/main/resources/xsd/jooq-meta-3.5.4.xsd b/jOOQ-meta/src/main/resources/xsd/jooq-meta-3.5.4.xsd
new file mode 100644
index 0000000000..030c5abd40
--- /dev/null
+++ b/jOOQ-meta/src/main/resources/xsd/jooq-meta-3.5.4.xsd
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jOOQ/src/main/java/org/jooq/Constants.java b/jOOQ/src/main/java/org/jooq/Constants.java
index a8e74f0a9f..0b2a50bc64 100644
--- a/jOOQ/src/main/java/org/jooq/Constants.java
+++ b/jOOQ/src/main/java/org/jooq/Constants.java
@@ -81,7 +81,7 @@ public final class Constants {
/**
* The current jooq-meta XSD file name.
*/
- public static final String XSD_META = "jooq-meta-3.5.2.xsd";
+ public static final String XSD_META = "jooq-meta-3.5.4.xsd";
/**
* The current jooq-meta XML namespace.