TOC PREV NEXT INDEX


Usage



 
<schemaBindings schemaLocation="xs:anyURI">
 
	[<prefix>xs:token</prefix>]
 
	[<sourceFile>xs:anyURI</sourceFile>]
 
	[<nodeBindings>. . .<nodeBindings>]
 
	...
 
</schemaBindings>
 

 
The following attributes are defined for <schemaBindings> node:
schemaLocation:
A URI reference to a schema. It can be either a schema file path or a URL as it is used in import or include statements. In the latter case, sourceFile should be specified to map the schema URL to an actual schema file. XBinder does not have the capability to automatically reference schemas remotely; therefore, any imported or included schemas must have been downloaded in advance and be present on the user's computer.
 

The following customization values are defined in schema scope:
prefix:
This is used to specify a prefix that is prepended to all XML names including type names and global element names to form C/C++ type and variables names. It should be a legal C/C++ identifier.
 
sourceFile:
The actual schema file path. XBinder does not have the capability to automatically reference schemas remotely; therefore, any imported or included schemas must have been downloaded in advance and be present on the user's computer. This element is used to map a schema URL to a file on the local system.
nodeBindings:
Node scope binding declarations (see Section "<nodeBindings> Declaration"). This element can be specified multiple times, but only once per definition.


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