Adds:
schemaTypeInfoTypeInfo object
that provides a name and URI for the attribute's type,
as given in the document's schema.
isIdJava binding:
package org.w3c.dom;
public interface Attr extends Node {
public TypeInfo getSchemaTypeInfo();
public boolean isId();
}