Hi, 

I have two question about this xsd:

1. why we use xs:string for attributes such as timeout, batch-size, is there a 
specific reason?
I'm purposing this change https://gist.github.com/3059390

2. we used to have this with the dtd, but I doubt if it is still possible with 
in the current xsd. at least I could not find how to get this query text form 
org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement

not a xsd guy, can someone take a look?


 <sql-query name="orgNamesOnly">
                <return-scalar column="NAME" type="string"/>
                SELECT org.NAME FROM ORGANIZATION org
</sql-query>




-------------------------
Best Regards,

Strong Liu <stliu at hibernate.org>
http://about.me/stliu/bio

_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to