else if ("yearMonthDuration".equals(xsdTypeName)) {
psychoPathType = XSYearMonthDuration.parseYMDuration(value);
}
// end of, duration types
else if ("float".equals(xsdTypeName)) {
psychoPathType = new XSFloat(Float.parseFloat(value));
}
else if ("gDay".equals(xsdTypeName)) {
psychoPathType = XSGDay.parse_gDay(value);
}
else if ("gMonth".equals(xsdTypeName)) {