if (mappingTypeNode == null) {
String msg = "mapping attribute must contain type.";
throw new SchemaValidationException(msg);
}
MappingType mappingType = null;
String mappingValue = null;
String prefix = null;
if (mappingTypeNode.getTextValue().equals("column")) {
mappingType = MappingType.COLUMN;