public void testRefreshTopLevelAttribute() throws ResourceException {
    MWXmlSchema schema = this.loadSchema("BasicAttribute");
    MWAttributeDeclaration attribute = schema.attribute("attribute");

    assertNotNull(attribute);
    assertNotNull(attribute.getType());
  }