xref: /aosp_15_r20/external/cldr/common/dtd/xml.xsd (revision 912701f9769bb47905792267661f0baf2b85bed5)
1<?xml version="1.0" encoding="UTF-8"?>
2<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/XML/1998/namespace">
3  <xs:import schemaLocation="ldml.xsd"/>
4  <xs:attribute name="space">
5    <xs:simpleType>
6      <xs:restriction base="xs:token">
7        <xs:enumeration value="default"/>
8        <xs:enumeration value="preserve"/>
9      </xs:restriction>
10    </xs:simpleType>
11  </xs:attribute>
12</xs:schema>
13