Data.XMLSchema
property (DataWindow object)
Description
A string containing the full schema of the XML output of a
DataWindow object.
Applies to
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Data.XMLSchema |
Describe argument:
|
1 |
"DataWindow.Data.XMLSchema" |
Usage
Use this property to return the full schema of the XML output of a
DataWindow object separately from the generated XML document itself. The
export template used affects the generated schema.
Examples
The following statements set the template used by the DataWindow
dw1 to t_report and return the XML schema to the string
ls_xml_schema.
|
1 2 3 |
string ls_xml_schema dw1.Object.DataWindow.Export.XML.UseTemplate = 't_report' ls_xml_schema = dw1.Object.DataWindow.Data.XMLSchema |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest