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