Reading Schema

Hi everyone,

Is there any functions can I call to read the schema for creating DOM? I mean can I use sth to read the Schema for defining root, elements, subelements, attributes, etc for DOM?

Snake

I have found the class called, TSchemaDefinition3Accessor, but it seems that no method to translate the Schema to DOM Tree. Isn’t it?


Snake