01 <!-- An xsdconfig file must begin with a "config" element in the
02 http://www.bea.com/2002/09/xbean/config namespace. Also, be sure
03 to declare any namespaces used to qualify types in your schema (here,
04 the namespace corresponding to the pol prefix. -->
05 <xb:config xmlns:xb="http://www.bea.com/2002/09/xbean/config">
06 <!-- Use the "namespace" element to map a namespace to the Java package
07 name that should be generated. -->
08 <xb:namespace uri="##local">
09 <xb:package>com.bea.medrec.xml.types</xb:package>
10 </xb:namespace>
11 </xb:config>
|