wwxml::cSchemaName

Name of the a schema that gets generated when an embedded schema is created.

Note when generating an internal schema the cSchemaUrl property is always overriden with "#" + cSchemaname.

o.cSchemaName

Example

oXML = CREATEOBJECT('wwXML')

  • ** Cursor Example with embedded Schema/custom name SELECT * FROM TT_CUST INTO CURSOR TQuery

oXML.nCreateDataStructure = 1 oXML.cSchemaName = "Test" lcXML = oXML.CursorToXML("customers","customer") ShowXML(lcXML)

See also

Class wwXML (High Level Methods)
wwxml::cSchemaUrl
wwxml::nCreateDataStructure

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic