assertEquals(new QName("http://www.w3.org/2001/XMLSchema", "string"),
((XmlSchemaElement)o).getSchemaTypeName());
}
s.remove(name);
} else if (o instanceof XmlSchemaAny) {
XmlSchemaContentProcessing xscp = ((XmlSchemaAny)o).getProcessContent();
assertEquals("none", xscp.toString());
assertEquals(minCount, ((XmlSchemaAny)o).getMinOccurs());
assertEquals(maxCount, ((XmlSchemaAny)o).getMaxOccurs());
}
}