question

Hello

This is researcher of Korea Education & Research Information Service.
I am studying XMLschema now. 
I have a one question

DTD provide internal & external ENTITY reference function
So XML instant document which using DTD can insert external XML instant 
for ENTITY declaration

ex)  
<?xml version="1.0" encoding="euc-kr"?>
<!DOCTYPE testobject1 SYSTEM "file:///c:/record.dtd"[
<!ENTITY testobject2 SYSTEM "file:///c:/testobject2.xml"
>]>
<biblio>
&testobject2;
</biblio> 

But I think XML schema has not ENTITY Declaration
So the instant XML document which use XML schema 
can not insert external ENTITY.

In XML Schema, is there some funtion like external ENTITY declaration as DTD ? 

Thank you very much 
Best regard 
from jane, cho korea 
=======================================================
  Á¶ Àç ÀÎ(Cho, Jane)
  Çѱ¹±³À°ÇмúÁ¤º¸¿ø Çмú¿¬±¸Á¤º¸È­½Ç    
  Korea Education & Research Information Service(KERIS) 
  ÀüÈ­: (02)3488-6377, Æѽº: (02)3486-2131
  E-Mail: chojane@ms.keris.or.kr
=======================================================

Received on Thursday, 5 July 2001 09:29:51 UTC