@jws:xmlns Tag

Defines an XML namespace prefix for use elsewhere in a JWS file or Service control CTRL file.

Syntax

@jws:xmlns
	prefix="namespacePrefix"]
	namespace="namespaceURI"

Attributes

prefix

Required. Specifies the XML namespace prefix being defined.

namespace

Required. Specifies the URI that the prefix represents.

Remarks

The following rules apply to this tag's use:

The following XML namespace prefixes are implicitly defined in WebLogic Workshop:

The xm prefix is used in XML map tags such as <xm:value> and <xm:multiple>.

If the xm or xsd prefixes are explicitly defined in a JWS or CTRL file, the implicit definitions described above are overridden for that file.

To learn about XML namespaces and prefixes, see Introduction to XML.

Related Topics

Introduction to XML