TOC PREV NEXT INDEX


Advanced XML Names Transformation


The advanced XML names transformation allows a prefix or suffix to be added to type or element names.

Usage

<nameXmlTransform>
 
	[<typeName 		[prefix="xs:token"] [suffix="xs:token"]/>]
 
	[<elementName		[prefix="xs:token"] [suffix="xs:token"]/>]
 
</nameXmlTransform>
 

It is possible to specify separate prefixes and suffixes for type names and element names. If <typeName> is used then values of the optional attributes "prefix" and "suffix" will be applied to all custom types in the scope of this transformation. If <elementName> is used then prefix and suffix will be applied to element names.

Copyright © Objective Systems 2002-2008
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.

55 Dowlin Forge Road
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