namespace Element

This topic describes the <namespace> XML element.

General syntax
<pemapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
           xsi:noNamespaceSchemaLocation="mapping-schema.xsd " 
           version="1.0"> 
   <namespace/> 
</pemapping>
DescriptionDefines a namespace of the configuration.
Examples
<pemapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
           xsi:noNamespaceSchemaLocation="mapping-schema.xsd " 
           version="1.0"> 
<!-- default namespace --> 
   <namespace> 

      child instructions 
   </namespace> 
</pemapping>