HHH-6477: Added elementFormDefault='qualified' to hibernate configuration and mapping schemas
This commit is contained in:
parent
9ec53fa1f8
commit
092af61f04
|
@ -10,6 +10,7 @@ in JNDI.
|
|||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns="http://www.hibernate.org/xsd/hibernate-configuration"
|
||||
targetNamespace="http://www.hibernate.org/xsd/hibernate-configuration"
|
||||
elementFormDefault="qualified"
|
||||
version="4.0">
|
||||
|
||||
<xs:element name="hibernate-configuration">
|
||||
|
|
|
@ -12,6 +12,7 @@ arbitrary number of queries, and import declarations of arbitrary classes.
|
|||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns="http://www.hibernate.org/xsd/hibernate-mapping"
|
||||
targetNamespace="http://www.hibernate.org/xsd/hibernate-mapping"
|
||||
elementFormDefault="qualified"
|
||||
version="4.0">
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue