Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

XMLNamespace

Specifies the XML namespace to which an XData block belongs.

Usage

To specify the XML namespace to which an XData block belongs, use syntax like the following:

XData name [ XMLNamespace = "namespaceURL" ]
{
}

Where namespaceURL is the URI of the XML namespace. Note that this item is enclosed in double quotes.

Details

This keyword specifies the XML namespace to which an XData block belongs.

Default

If you omit this keyword, the contents of this XData block do not belong to any namespace.

Example

XData MyXData [ XMLNamespace = "http://www.mynamespace.org" ]
{
}

See Also

FeedbackOpens in a new tab