Searched refs:mainXSD (Results 1 – 1 of 1) sorted by relevance
10 mainXSD = str() variable19 mainXSD = signature + ".xsd"22 if (mainXSD != sub) and (sub[-3:] == 'xsd') and sub.startswith(signature):25 dictXSD[mainXSD] = imports33 for mainXSD in dictXSD:34 debugMsg("fixing '%s'..." % mainXSD) 38 schemaFile = os.path.join(baseDir, mainXSD)41 print "ERROR: doc '%s' not found" % mainXSD48 print "ERROR: doc '%s' has no <schema> element" % mainXSD59 if loc in dictXSD[mainXSD]:[all …]