HHH-6477: Added elementFormDefault='qualified' to hibernate configuration and mapping schemas

This commit is contained in:
John Verhaeg 2011-07-22 11:02:55 -05:00
parent 9ec53fa1f8
commit 092af61f04
2 changed files with 2 additions and 0 deletions

View File

@ -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">

View File

@ -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">
<!--