dbms_xmlschema_util.conforming( doc IN XMLTYPE, sch IN XMLTYPE) RETURN NUMBER;
dbms_xmlschema_util.validate( doc IN XMLTYPE, sch IN XMLTYPE);