checkConsistency(m,new File(rdf+"/attributeQName.rdf"));
checkConsistency(m,new File(rdf+"/attributeSimpleType.rdf"));
}
@Test public void testAttributeGroup() throws Exception {
gloze = new Gloze(SILENT);
OntModel m = runTest(new File(xsd+"/attributeGroup.xsd"));
checkConsistency(m,new File(rdf+"/attributeGroup.rdf"));
checkConsistency(m,new File(rdf+"/attributeGroupAnyAttribute.rdf"));
checkConsistency(m,new File(rdf+"/attributeGroupAttribute.rdf"));
checkConsistency(m,new File(rdf+"/attributeGroupAttributeGroup.rdf"));