fErrorBuffer.setLength(0);
}
printElement("psv:schemaNormalizedValue",attrPSVI.schemaNormalizedValue());
printElement("psv:schemaSpecified", (attrPSVI.schemaSpecified())?"infoset":"schema");
short definationType = attrPSVI.getTypeDefinitionType();
if (definationType == XSTypeDecl.SIMPLE_TYPE) {
printElement("psv:typeDefinitionType","simple");
}