/*
  * 1 covered goal:
  * 1 oasis.names.tc.ciq.xsdschema.xal._2.Department$DepartmentName.getOtherAttributes()Ljava/util/Map;: root-Branch
  */
 @Test
 public void test4() throws Throwable {
   Department.DepartmentName department_DepartmentName0 = new Department.DepartmentName();
   Map<QName, String> map0 = department_DepartmentName0.getOtherAttributes();
   assertEquals(true, map0.isEmpty());
 }