Specifies namespaces for the XMLport that imports or exports data as XML.

To open this window, open an XMLport in XMLport Designer, and then on the View menu, choose Properties. Locate the Namespaces property, and then choose the AssistEdit button in the Value field.

Fields

Field Description

Prefix

Specifies the namespace prefix.

You apply namespaces to XMLport elements by setting the NamespacePrefix Property of the element.

Namespace

Specifies the namespace, which is typically in the form of a URL string.

To specify the default namespace, leave the Prefix field blank.

Note
You can only define one default namespace. You can also define a space by specifying the namespace in the DefaultNamespace Property and setting the UseDefaultNamespace Property to Yes. If you want to specify the default namespace in this window, then you must set the UseDefaultNamespace Property to No.

For more information about namespaces with XMLports, see Using Namespaces with XMLports.

See Also