XMLNamespace
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
-
“XData Blocks” in this book
-
“Defining and Using XData Blocks” in Using Caché Objects
-
“Introduction to Compiler Keywords” in Using Caché Objects