I have one master schema which has all the elements required. I have different child schema which ref the master schema for different element. I need to convert the same into typed dataset in VS 2005. On including the Master the the Child schema I can view the ref. elements in the child schema correctly but when i try to convert the same into the typed dataset using MSDataSetGenerator it gives error for each ref. in the child schema. Am i doing something wrong or is there a different method to do the same. Thanks in advance