Values that specify how metadata is saved when it is generated with the XML exported from a DataWindow object.
PowerBuilder enumerated value |
Numeric value |
Meaning |
---|---|---|
MetaDataInternal! |
0 |
Metadata is saved into the generated XML document or string. To save data using the .Data.XML expression syntax, you must use this value. |
MetaDataExternal! |
1 |
Metadata is saved as an external .xsd or .dtd file (SaveAs method only). |