<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE librarylist [
<!ELEMENT librarylist (library)*>
<!ELEMENT library (name, type, url?, address*, country, phone, email*, 
  onlineContact*, hours*, collectionSize*, rareBooks*, note*)>
<!ELEMENT name (nameEn?, nameOther*)>
<!ELEMENT nameEn (#PCDATA)>
<!ELEMENT nameOther (#PCDATA)>
<!ELEMENT type (#PCDATA)>
<!ELEMENT url (urlMain?, urlOther*)>
<!ELEMENT urlMain (#PCDATA)>
<!ELEMENT urlOther (#PCDATA)>
<!ELEMENT address (#PCDATA)>
<!ELEMENT country (#PCDATA)>
<!ELEMENT phone (phoneGeneral*, phoneOther*)>
<!ELEMENT phoneGeneral (#PCDATA)>
<!ELEMENT phoneOther (#PCDATA)>
<!ELEMENT email (#PCDATA)>
<!ELEMENT onlineContact (#PCDATA)>
<!ELEMENT hours (#PCDATA)>
<!ELEMENT collectionSize (#PCDATA)>
<!ELEMENT rareBooks (#PCDATA)>
<!ELEMENT note ANY>
<!-- Use Country Code List:ISO 3166-1993 for nation-->
<!ATTLIST library nation NMTOKEN #REQUIRED> 
<!ATTLIST library id ID #REQUIRED>
<!-- Use ISO 639.2 Language Code for language token-->
<!ATTLIST nameOther language NMTOKEN #REQUIRED>
<!-- The language attribute denotes the language the webpage is in.-->
<!ATTLIST urlMain language NMTOKEN #REQUIRED>
<!ATTLIST urlOther language NMTOKEN #REQUIRED>]>

<librarylist>
	<library nation="TW" id="NCLT">
		<name>
			<nameEn> National Central Library of Taiwan </nameEn>
			<nameOther language="ZN"> 國家圖書館 </nameOther>
		</name>
		<type>National Library</type>
		<url>
			<urlMain language="ZN"> http://www2.ncl.edu.tw/ </urlMain>
			<urlOther languagae="EN"> http://www2.ncl.edu.tw/english/index.asp </urlOther>
		</url>
		<address>No.20, Jhongshan S. Rd., Jhongjheng District, Taipei City 100 </address>
		<country>Taiwan</country>
		<phone>
			<phoneGeneral>886-2-2361-9132 </phoneGeneral>
			<phoneOther>886-2-2314-7322</phoneOther>
		</phone>
		<onlineContact>http://www2.ncl.edu.tw/mailbox/mailbox.htm</onlineContact>
		<hours>09：00 a.m. - 21：00 Tuesday through Friday</hours>
		<hours>09：00 a.m. - 17：00 Saturday &amp; Sunday</hours>
		<collectionSize>3,026,108 volumes</collectionSize>
		<rareBooks>259,114 volumes</rareBooks>
		<note>This is the national library of Taiwan.</note>
	</library>
	<library nation="TW" id="NTUL">
		<name>
			<nameEn>National Taiwan University Library</nameEn>
			<nameOther language="ZN">國立台灣大學圖書館</nameOther>
		</name>
		<type>Acadamic Library</type>
		<url>
			<urlMain language="ZN">http://www.lib.ntu.edu.tw/</urlMain>
			<urlOther languagae="EN">http://www.lib.ntu.edu.tw/ENGLISH/index_e.htm</urlOther>
		</url>
		<address>1 Sec.4, Roosevelt Rd., Taipei</address>
		<country>Taiwan</country>
		<phone>
			<phoneGeneral>886-2-3366-2353</phoneGeneral>
			<phoneOther>886-2-3366-2326</phoneOther>
		</phone>
		<hours>08:00 – 22:30 Monday through Saturday</hours>
		<hours>08:00 – 17:00 Sunday</hours>
		<collectionSize>2,400,000 volumes</collectionSize>
		<rareBooks>50,000 volumes</rareBooks>
	</library>
	<library nation="TW" id="NCUL">
		<name>
			<nameEn>National Chengchi University Libraries</nameEn>
			<nameOther language="ZN">國立政治大學圖書館</nameOther>
		</name>
		<type>Acadamic Library</type>
		<url>
			<urlMain language="ZN">http://www.lib.nccu.edu.tw/</urlMain>
			<urlOther languagae="EN">http://www.lib.nccu.edu.tw/engindex.htm</urlOther>
		</url>
		<address>NO.64,Sec.2,ZhiNan Rd.,Taipei City 11605</address>
		<country>Taiwan</country>
		<phone>
			<phoneGeneral>886-2-2939-3091. ext 63220</phoneGeneral>
		</phone>
		<onlineContact>http://www.lib.nccu.edu.tw/eng/form_eng.html </onlineContact>
		<hours>08:00 – 22:00 Monday through Sunday</hours>
	</library>
</librarylist>