XMLNamespace (XData Keyword)
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" ]
{
}