From: <sco...@jb...> - 2005-04-28 18:03:57
|
Each unqiue namespace should have a binding for its associated xsd either coming from annotations in the xsd, or indirectly as an external binding instructions document referenced by the xsd. I'm pretty sure this is allowed in jaxb, but certainly can be supported by jbossxb. So I may not want to hard-code the binding instructions in the xsd: | <xs:complexType name="USAddress"> | <xs:annotation> | <xs:appinfo> | <jbossxb:binding-uri location="META-INF/jbossxb-info.xml" /> | </xs:appinfo> | </xs:annotation> | <xs:sequence>...</xs:sequence> | <xs:attribute name="country" type="xs:string"/> | </xs:complexType> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875825#3875825 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875825 |