summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu-xetex/data/xml/deprecatedList.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu-xetex/data/xml/deprecatedList.dtd')
-rw-r--r--Build/source/libs/icu-xetex/data/xml/deprecatedList.dtd23
1 files changed, 0 insertions, 23 deletions
diff --git a/Build/source/libs/icu-xetex/data/xml/deprecatedList.dtd b/Build/source/libs/icu-xetex/data/xml/deprecatedList.dtd
deleted file mode 100644
index e8d41a677ca..00000000000
--- a/Build/source/libs/icu-xetex/data/xml/deprecatedList.dtd
+++ /dev/null
@@ -1,23 +0,0 @@
-<!--
- Copyright (c) 2004 International Business Machines Corporation and others. All rights reserved.
-
- DTD for the ICU deprecated-locales list.
--->
-
-<!ELEMENT deprecatedList ( overrideDraft*, deprecates* ) >
-<!ATTLIST deprecatedList version CDATA #FIXED "1.0" >
-
-<!ELEMENT overrideDraft EMPTY >
-<!ATTLIST overrideDraft locale NMTOKEN #REQUIRED >
-
-<!ELEMENT deprecates ( alias | aliasLocale )* >
-<!ATTLIST deprecates type NMTOKEN #REQUIRED >
-
-<!ELEMENT alias EMPTY >
-<!ATTLIST alias from CDATA #REQUIRED >
-<!ATTLIST alias to CDATA #REQUIRED >
-<!ATTLIST alias xpath CDATA #IMPLIED >
-
-<!ELEMENT aliasLocale EMPTY >
-<!ATTLIST aliasLocale locale CDATA #REQUIRED >
-