/* */
/* */ }
/* 619 */ else if ((attrType.getLexicalPattern().item(0) != null) && (attrType.derivedFrom("http://www.w3.org/2001/XMLSchema", Constants.QNAME_BOOLEAN.getLocalPart(), 2)))
/* */ {
/* 626 */ String item = attrType.getLexicalPattern().item(0);
/* 627 */ if ((item.indexOf('0') != -1) && (item.indexOf('1') != -1))
/* */ {
/* 629 */ attrValue = ((Boolean)attrValue).booleanValue() ? "1" : "0";
/* */ }
/* */ else
/* */ {