Hi All, A quick question. In a given XML schema, if I have have a handle to an abstract complex type (for example a pointer to a ComplexTypeInfo which is an abstract type), is there an API to get all the derived complex types from that abstract type? What would be the best way to get the list of all the derived types?
I know I can go through all the complex types to find out if their base type is the abstract type, but I thought there should be a better way to do it. Thanks in advance! Gordon
