국민은행 반기 보고서중 '2004년 12월 31일 기준의 CachChecks을 가져오는 XQuery

xquery version "1.0";

declare namespace xbrli="http://www.xbrl.org/2003/instance";
declare namespace link="http://www.xbrl.org/2003/linkbase";
declare namespace xlink="http://www.w3.org/1999/xlink";
declare namespace kb="http://www.kbstar.com/xbrl/taxeditor/2005-06-30" ;
declare namespace kr-gaap-basi="http://www.ibcenter.co.kr/xbrl/kr_taxonomy/fr/gaap/basi/2005-10-01";
declare namespace krfr-ptr="http://www.ibcenter.co.kr/xbrl/kr_taxonomy/fr/common/ptr/2005-10-01";
declare namespace krfr-fstr="http://www.ibcenter.co.kr/xbrl/kr_taxonomy/fr/common/fstr/2005-10-01" ;
declare namespace krfr-pte="http://www.ibcenter.co.kr/xbrl/kr_taxonomy/fr/common/pte/2005-10-01";
declare namespace krfr-fste="http://www.ibcenter.co.kr/xbrl/kr_taxonomy/fr/common/fste/2005-10-01" ;
declare namespace iso4217="http://www.xbrl.org/2003/iso4217";


for $va in doc("국민은행_반기_2005-06-30.xml")/xbrli:xbrl/krfr-fste:CashChecks ,
    $vb in doc("국민은행_반기_2005-06-30.xml")/xbrli:xbrl/xbrli:context
where $va/@contextRef = $vb/@id and $vb/xbrli:period/xbrli:instant = '2004-12-31'


return $va

Posted by
,