checkConsistency(m,new File(rdf+"/complexContentExtension.rdf"));
checkConsistency(m,new File(rdf+"/complexContentRestriction.rdf"));
}
@Test public void testComplexType() throws Exception {
gloze = new Gloze(SILENT);
OntModel m = runTest(new File(xsd+"/complexType.xsd"));
checkConsistency(m,new File(rdf+"/complexType.rdf"));
checkConsistency(m,new File(rdf+"/complexTypeAll.rdf"));
checkConsistency(m,new File(rdf+"/complexTypeAnyAttribute.rdf"));
checkConsistency(m,new File(rdf+"/complexTypeAttribute.rdf"));