GetUDDSchema

This optional method retrieves the file path of the schema to validate the XML. This will override the default schema used.

UI Access NA
Parameters None
Return Value String containing the full file path of the schema.

 

Python Syntax GetUDDSchema()
Python Example
def GetUDDSchema(self):
    return "C:\\Program Files\\AnsysEM\\v242\\Win64\\common\\docbook\\schema\\xsd\\docbook.xsd"
schemaPath = pluginExt.GetUDDSchema()