TOC PREV NEXT INDEX


Configuration File Example



The following is an example of a configuration file for a framework consisting of two schemas:

<bindings version="1.0">
 
  <schemaBindings 
 
   schemaLocation=
 
      "http://www.oasis-open.org/committees/ebxml-msg/schema/envelope.xsd">
 
     <sourceFile>C:\XBinder\dev\xsd\SOAP\envelope.xsd</sourceFile>
 
     
 
     <prefix>SOAP_</prefix>
 

 
     <nodeBindings node="//xsd:element[@name='myGlobalElem']">
 
        <prefix>GE_</prefix>
 
        <ctype>numeric</ctype>
 
     </nodeBindings>
 
  </schemaBindings>
 

 
  <schemaBindings schemaLocation="core-schema.xsd">
 

 
     <nodeBindings node="//xsd:element[@name='Manifest']">
 
        <prefix>Dsig</prefix>
 
     </nodeBindings>
 

 
     <nodeBindings name="personnelRecord">
 
        <prefix>ZZZ_</prefix>
 
     </nodeBindings>
 

 
     <nodeBindings node="//xsd:complexType[@name='Dss_Parms']">
 
        <nodeBindings node=".//xsd:element[@name='p']">
 
           <isBigInteger/>
 
        </nodeBindings>
 
        <nodeBindings node=".//xsd:element[@name='q']">
 
           <isBigInteger/>
 
        </nodeBindings>
 
        <nodeBindings node=".//xsd:element[@name='g']">
 
           <isBigInteger/>
 
        </nodeBindings>
 
     </nodeBindings>
 
  </schemaBindings>
 
</bindings>
 


Copyright © Objective Systems 2002-2005
This document may be distributed in any form, electronic or otherwise, provided that it is distributed in its entirety and that the copyright and this notice are included.
  Objective Systems, Inc.
102 Pickering Way, Suite #506
Exton, Pennsylvania 19341
http://www.obj-sys.com
Phone: (484) 875-9841
Toll-free: (877) 307-6855 (US only)
Fax: (484) 875-9830
info@obj-sys.com
TOC PREV NEXT INDEX