assertEquals("Name is incorrect for Array Type", "X._1_S",
str.getName());
assertEquals("Type is incorrect for AnonString Type", "string",
str.getType().getLocalPart());
Anonfixed fx = (Anonfixed)mapType.getStructOrExceptionOrUnion().get(3);
assertEquals("Name is incorrect for Anon Array Type", "X._2_S",
fx.getName());
assertEquals("Type is incorrect for AnonFixed Type", "decimal",
fx.getType().getLocalPart());
Struct struct = (Struct)mapType.getStructOrExceptionOrUnion().get(1);
assertEquals("Name is incorrect for Anon Array Type", "X.S",
struct.getName());
assertEquals("Type is incorrect for Struct Type", "X.S",