public DynamicTypeData GetDTDFor(Type type)
 {
     return(typeField.GetDTDFor(type));
 }